lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <169987382437.356.8501412151889691918.git-patchwork-notify@kernel.org> Date: Mon, 13 Nov 2023 11:10:24 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Willem de Bruijn <willemdebruijn.kernel@...il.com> Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org, edumazet@...gle.com, pabeni@...hat.com, willemb@...gle.com Subject: Re: [PATCH net] net: gso_test: support CONFIG_MAX_SKB_FRAGS up to 45 Hello: This patch was applied to netdev/net.git (main) by David S. Miller <davem@...emloft.net>: On Fri, 10 Nov 2023 10:36:00 -0500 you wrote: > From: Willem de Bruijn <willemb@...gle.com> > > The test allocs a single page to hold all the frag_list skbs. This > is insufficient on kernels with CONFIG_MAX_SKB_FRAGS=45, due to the > increased skb_shared_info frags[] array length. > > gso_test_func: ASSERTION FAILED at net/core/gso_test.c:210 > Expected alloc_size <= ((1UL) << 12), but > alloc_size == 5075 (0x13d3) > ((1UL) << 12) == 4096 (0x1000) > > [...] Here is the summary with links: - [net] net: gso_test: support CONFIG_MAX_SKB_FRAGS up to 45 https://git.kernel.org/netdev/net/c/e6daf129ccb7 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