Messages in this thread |  | | Subject | Re: [PATCH net v2] net: ncsi: fix skb leak in error paths | | From | patchwork-bot+netdevbpf@kernel ... | | Date | Sat, 07 Mar 2026 01:40:10 +0000 |
| |
Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>:
On Thu, 5 Mar 2026 14:06:55 +0800 you wrote: > Early return paths in NCSI RX and AEN handlers fail to release > the received skb, resulting in a memory leak. > > Specifically, ncsi_aen_handler() returns on invalid AEN packets > without consuming the skb. Similarly, ncsi_rcv_rsp() exits early > when failing to resolve the NCSI device, response handler, or > request, leaving the skb unfreed. > > [...]
Here is the summary with links: - [net,v2] net: ncsi: fix skb leak in error paths https://git.kernel.org/netdev/net/c/5c3398a54266
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
|  |