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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 23 Sep 2021 06:58:03 -0700 From: Jakub Kicinski <kuba@...nel.org> To: Leonard Crestez <cdleonard@...il.com> Cc: Dmitry Safonov <0x7f454c46@...il.com>, David Ahern <dsahern@...nel.org>, Shuah Khan <shuah@...nel.org>, Eric Dumazet <edumazet@...gle.com>, "David S. Miller" <davem@...emloft.net>, Herbert Xu <herbert@...dor.apana.org.au>, Kuniyuki Iwashima <kuniyu@...zon.co.jp>, Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>, Yuchung Cheng <ycheng@...gle.com>, Francesco Ruggeri <fruggeri@...sta.com>, Mat Martineau <mathew.j.martineau@...ux.intel.com>, Christoph Paasch <cpaasch@...le.com>, Ivan Delalande <colona@...sta.com>, Priyaranjan Jha <priyarjha@...gle.com>, Menglong Dong <dong.menglong@....com.cn>, netdev@...r.kernel.org, linux-crypto@...r.kernel.org, linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH 00/19] tcp: Initial support for RFC5925 auth option On Thu, 23 Sep 2021 10:49:53 +0300 Leonard Crestez wrote: > Many of the patch splits were artificially created in order to ease > review, for example "signing packets" doesn't do anything without also > "hooking in the tcp stack". Some static functions will trigger warnings > because they're unused until the next patch, not clear what the > preferred solution would be here. I could remove the "static" marker > until the next patch or reverse the order and have the initial "tcp > integration" patches call crypto code that just returns an error and > fills-in a signature of zeros. Ease of review is important, so although discouraged transient warnings are acceptable if the code is much easier to read that way. The problem here was that the build was also broken, but looking at it again I think you're just missing exports, please make sure to build test with IPV6 compiled as a module: ERROR: modpost: "tcp_authopt_hash" [net/ipv6/ipv6.ko] undefined! ERROR: modpost: "__tcp_authopt_select_key" [net/ipv6/ipv6.ko] undefined!
Powered by blists - more mailing lists