[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172943583774.3593495.10822250778855720731.git-patchwork-notify@kernel.org>
Date: Sun, 20 Oct 2024 14:50:37 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Aleksandr Mishin <amishin@...rgos.ru>
Cc: vburru@...vell.com, aayarekar@...vell.com, sburla@...vell.com,
sedara@...vell.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, lvc-project@...uxtesting.org
Subject: Re: [PATCH net v5 0/2] octeon_ep: Add SKB allocation failures handling in
__octep_oq_process_rx()
Hello:
This series was applied to netdev/net.git (main)
by Andrew Lunn <andrew@...n.ch>:
On Thu, 17 Oct 2024 13:06:49 +0300 you wrote:
> __octep_oq_process_rx() is called during NAPI polling by the driver and
> calls build_skb() which may return NULL as skb pointer in case of memory
> allocation error. This pointer is dereferenced later without checking for
> NULL.
>
> In this series, we introduce two helpers to make the fix more readable and
> avoid code duplication. Also we handle build_skb() errors inside
> __octep_oq_process_rx() to avoid NULL pointer dereference.
>
> [...]
Here is the summary with links:
- [net,v5,1/2] octeon_ep: Implement helper for iterating packets in Rx queue
https://git.kernel.org/netdev/net/c/bd28df26197b
- [net,v5,2/2] octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()
https://git.kernel.org/netdev/net/c/eb592008f79b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists