Message ID | cover.1643026076.git.cdleonard@gmail.com |
---|---|
Headers | show |
Series | tcp: Initial support for RFC5925 auth option | expand |
On Mon, 24 Jan 2022 14:12:46 +0200 Leonard Crestez wrote: > This is similar to TCP-MD5 in functionality but it's sufficiently > different that packet formats and interfaces are incompatible. > Compared to TCP-MD5 more algorithms are supported and multiple keys > can be used on the same connection but there is still no negotiation > mechanism. > > [...] Could you make sure that each individual patch builds cleanly with W=1 C=1? There is a bunch of missing "static" and unused function warnings in the first few patches. I presume they are made moot by later patches but with kernel defaulting to Werror now it's a dangerous game to play, we don't want to break bisection. Also I spotted this: include/net/tcp_authopt.h:59: warning: Function parameter or member 'prefixlen' not described in 'tcp_authopt_key_info'