Re: [PATCH net 1/3] netfilter: nft_set_pipapo: fix null deref for empty set

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello:

This series was applied to netdev/net.git (main)
by Florian Westphal <fw@xxxxxxxxx>:

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






[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux