[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175512240826.3763733.8039499862730693344.git-patchwork-notify@kernel.org>
Date: Wed, 13 Aug 2025 22:00:08 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Florian Westphal <fw@...len.de>
Cc: netdev@...r.kernel.org, pabeni@...hat.com, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, netfilter-devel@...r.kernel.org,
pablo@...filter.org
Subject: Re: [PATCH net 1/3] netfilter: nft_set_pipapo: fix null deref for
empty
set
Hello:
This series was applied to netdev/net.git (main)
by Florian Westphal <fw@...len.de>:
On Wed, 13 Aug 2025 13:36:36 +0200 you wrote:
> Blamed commit broke the check for a null scratch map:
> - if (unlikely(!m || !*raw_cpu_ptr(m->scratch)))
> + if (unlikely(!raw_cpu_ptr(m->scratch)))
>
> This should have been "if (!*raw_ ...)".
> Use the pattern of the avx2 version which is more readable.
>
> [...]
Here is the summary with links:
- [net,1/3] netfilter: nft_set_pipapo: fix null deref for empty set
https://git.kernel.org/netdev/net/c/30c1d25b9870
- [net,2/3] ipvs: Fix estimator kthreads preferred affinity
https://git.kernel.org/netdev/net/c/c0a23bbc98e9
- [net,3/3] netfilter: nf_tables: reject duplicate device on updates
https://git.kernel.org/netdev/net/c/cf5fb87fcdaa
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