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: <169750382313.30000.3811795701309387527.git-patchwork-notify@kernel.org> Date: Tue, 17 Oct 2023 00:50:23 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Jacob Keller <jacob.e.keller@...el.com> Cc: kuba@...nel.org, davem@...emloft.net, arnd@...nel.org, aleksander.lobakin@...el.com, rdunlap@...radead.org, netdev@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com Subject: Re: [PATCH] net: stub tcp_gro_complete if CONFIG_INET=n Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@...nel.org>: On Fri, 13 Oct 2023 11:54:50 -0700 you wrote: > A few networking drivers including bnx2x, bnxt, qede, and idpf call > tcp_gro_complete as part of offloading TCP GRO. The function is only > defined if CONFIG_INET is true, since its TCP specific and is meaningless > if the kernel lacks IP networking support. > > The combination of trying to use the complex network drivers with > CONFIG_NET but not CONFIG_INET is rather unlikely in practice: most use > cases are going to need IP networking. > > [...] Here is the summary with links: - net: stub tcp_gro_complete if CONFIG_INET=n https://git.kernel.org/netdev/net-next/c/e411a8e3bb2d 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