From: David S. Miller Date: Fri, 27 Oct 2023 09:35:47 +0000 (+0100) Subject: Merge branch 'tcp-ao' X-Git-Tag: v6.7-rc1~160^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eff8313be8b0e9e5d9bd03b7bfc3b915339deab0;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'tcp-ao' Dmitry Safonov says: ==================== net/tcp: Add TCP-AO support This is version 16 of TCP-AO support. It addresses the build warning in the middle of patch set, reported by kernel test robot. There's one Sparse warning introduced by tcp_sigpool_start(): __cond_acquires() seems to currently being broken. I've described the reasoning for it on v9 cover letter. Also, checkpatch.pl warnings were addressed, but yet I've left the ones that are more personal preferences (i.e. 80 columns limit). Please, ping me if you have a strong feeling about one of them. ==================== Signed-off-by: David S. Miller --- eff8313be8b0e9e5d9bd03b7bfc3b915339deab0