mbox series

[net,v4,0/3] Bug fixes from XDP and perout series

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

Message

Meghana Malladi April 15, 2025, 9:05 a.m. UTC
This patch series consists of bug fixes from the XDP series:
1. Fixes a kernel warning that occurs when bringing down the
   network interface.
2. Resolves a potential NULL pointer dereference in the
   emac_xmit_xdp_frame() function.
3. Resolves a potential NULL pointer dereference in the
   icss_iep_perout_enable() function
   
v3: https://lore.kernel.org/all/20250328102403.2626974-1-m-malladi@ti.com/

Meghana Malladi (3):
  net: ti: icssg-prueth: Fix kernel warning while bringing down network
    interface
  net: ti: icssg-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     | 121 +++++++++----------
 drivers/net/ethernet/ti/icssg/icssg_common.c |   9 +-
 2 files changed, 62 insertions(+), 68 deletions(-)


base-commit: 8c941f14a694b40a91d381e77bcd334622aa7196

Comments

patchwork-bot+netdevbpf@kernel.org April 17, 2025, 10:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 15 Apr 2025 14:35:40 +0530 you wrote:
> This patch series consists of bug fixes from the XDP series:
> 1. Fixes a kernel warning that occurs when bringing down the
>    network interface.
> 2. Resolves a potential NULL pointer dereference in the
>    emac_xmit_xdp_frame() function.
> 3. Resolves a potential NULL pointer dereference in the
>    icss_iep_perout_enable() function
> 
> [...]

Here is the summary with links:
  - [net,v4,1/3] net: ti: icssg-prueth: Fix kernel warning while bringing down network interface
    https://git.kernel.org/netdev/net/c/75bc74446644
  - [net,v4,2/3] net: ti: icssg-prueth: Fix possible NULL pointer dereference inside emac_xmit_xdp_frame()
    https://git.kernel.org/netdev/net/c/8ed2fa661350
  - [net,v4,3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request
    https://git.kernel.org/netdev/net/c/7349c9e99793

You are awesome, thank you!