mbox series

[net-next,v2,0/3] Bug fixes from XDP and perout series

Message ID 20250321081313.37112-1-m-malladi@ti.com (mailing list archive)
Headers show
Series Bug fixes from XDP and perout series | expand

Message

Malladi, Meghana March 21, 2025, 8:13 a.m. UTC
This patch series consists of bug fixes from the features which recently
got merged into net-next, and haven't been merged to net tree yet.

Patch 2/3 and 3/3 are bug fixes reported by Dan Carpenter
<dan.carpenter@linaro.org> using Smatch static checker.

Meghana Malladi (3):
  net: ti: prueth: Fix kernel warning while bringing down network
    interface
  net: ti: prueth: Fix possible NULL pointer dereference inside
    emac_xmit_xdp_frame()
  net: ti: icss-iep: Fix possible NULL pointer dereference for perout
    request

 drivers/net/ethernet/ti/icssg/icss_iep.c     | 4 ++++
 drivers/net/ethernet/ti/icssg/icssg_common.c | 9 ++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)


base-commit: 6f13bec53a48c7120dc6dc358cacea13251a471f

Comments

Jakub Kicinski March 25, 2025, 5:44 p.m. UTC | #1
On Fri, 21 Mar 2025 13:43:10 +0530 Meghana Malladi wrote:
> This patch series consists of bug fixes from the features which recently
> got merged into net-next, and haven't been merged to net tree yet.
> 
> Patch 2/3 and 3/3 are bug fixes reported by Dan Carpenter
> <dan.carpenter@linaro.org> using Smatch static checker.

Could you perhaps add the customary

Reported-by: Dan Carpenter <dan.carpenter@linaro.org>

tags, then?

Please also link to the reports.
Malladi, Meghana March 28, 2025, 6:11 a.m. UTC | #2
On 3/25/2025 11:14 PM, Jakub Kicinski wrote:
> On Fri, 21 Mar 2025 13:43:10 +0530 Meghana Malladi wrote:
>> This patch series consists of bug fixes from the features which recently
>> got merged into net-next, and haven't been merged to net tree yet.
>>
>> Patch 2/3 and 3/3 are bug fixes reported by Dan Carpenter
>> <dan.carpenter@linaro.org> using Smatch static checker.
> 
> Could you perhaps add the customary
> 
> Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
> 
> tags, then?
> 
> Please also link to the reports.

Sure, I will add them and post to the v3 to net.