Re: [PATCH net 1/2] ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems

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

 



Hello:

This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>:

On Thu, 19 Dec 2024 00:41:36 +0100 you wrote:
> From: David Laight <David.Laight@xxxxxxxxxx>
> 
> The 'max_avail' value is calculated from the system memory
> size using order_base_2().
> order_base_2(x) is defined as '(x) ? fn(x) : 0'.
> The compiler generates two copies of the code that follows
> and then expands clamp(max, min, PAGE_SHIFT - 12) (11 on 32bit).
> This triggers a compile-time assert since min is 5.
> 
> [...]

Here is the summary with links:
  - [net,1/2] ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
    https://git.kernel.org/netdev/net/c/cf2c97423a4f
  - [net,2/2] netfilter: ipset: Fix for recursive locking warning
    https://git.kernel.org/netdev/net/c/70b6f46a4ed8

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