[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<173459942851.2189520.15547045150510561758.git-patchwork-notify@kernel.org>
Date: Thu, 19 Dec 2024 09:10:28 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Pablo Neira Ayuso <pablo@...filter.org>
Cc: netfilter-devel@...r.kernel.org, davem@...emloft.net,
netdev@...r.kernel.org, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, fw@...len.de
Subject: Re: [PATCH net 1/2] ipvs: Fix clamp() of ip_vs_conn_tab on small memory
systems
Hello:
This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@...filter.org>:
On Thu, 19 Dec 2024 00:41:36 +0100 you wrote:
> From: David Laight <David.Laight@...LAB.COM>
>
> 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
Powered by blists - more mailing lists