From: David S. Miller Date: Sat, 10 Feb 2024 21:38:20 +0000 (+0000) Subject: Merge branch 'tls-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78e563f2d6290b9f14e7a54522b66a4265d70328;p=linux.git 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 --- 78e563f2d6290b9f14e7a54522b66a4265d70328