Merge branch 'tls-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Feb 2024 21:38:20 +0000 (21:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Feb 2024 21:38:20 +0000 (21:38 +0000)
commit78e563f2d6290b9f14e7a54522b66a4265d70328
tree84abf52508c34c7012e6d7a5c23a20996cf83050
parent2fbdc5c6b130661854dc5923f0870770410acce2
parentac437a51ce662364062f704e321227f6728e6adc
Merge branch 'tls-fixes'

Jakub Kicinski says:

====================
net: tls: fix some issues with async encryption

valis was reporting a race on socket close so I sat down to try to fix it.
I used Sabrina's async crypto debug patch to test... and in the process
run into some of the same issues, and created very similar fixes :(
I didn't realize how many of those patches weren't applied. Once I found
Sabrina's code [1] it turned out to be so similar in fact that I added
her S-o-b's and Co-develop'eds in a semi-haphazard way.

With this series in place all expected tests pass with async crypto.
Sabrina had a few more fixes, but I'll leave those to her, things are
not crashing anymore.

[1] https://lore.kernel.org/netdev/cover.1694018970.git.sd@queasysnail.net/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>