Merge branch 'tcp-ao'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2023 09:35:47 +0000 (10:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2023 09:35:47 +0000 (10:35 +0100)
commiteff8313be8b0e9e5d9bd03b7bfc3b915339deab0
treea9fe216083ca1ab8915537de7d73ae29dcf708f9
parentcc54d2e2c58a40a82dfd39afa95d3d27f3d6509d
parent7fe0e38bb669aff739c95846b59b63925570d7ef
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 <davem@davemloft.net>