UPSTREAM: tls: fix race between tx work scheduling and socket close
commit e01e3934 upstream. Similarly to previous commit, the submitting thread (recvmsg/sendmsg) may exit as soon as the async crypto handler calls complete(). Reorder scheduling the work before calling complete(). This seems more logical in the first place, as it's the inverse order of what the submitting thread will do. Bug: 326214245 Reported-by:valis <sec@valis.email> Fixes: a42055e8 ("net/tls: Add support for async encryption of records for performance") Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Reviewed-by:
Simon Horman <horms@kernel.org> Reviewed-by:
Sabrina Dubroca <sd@queasysnail.net> Signed-off-by:
David S. Miller <davem@davemloft.net> [Lee: Fixed merge-conflict in Stable branches linux-6.1.y and older] Signed-off-by:
Lee Jones <lee@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit 196f198c) Signed-off-by:
Lee Jones <joneslee@google.com> Change-Id: I3128347d1e45018db30b6f2336ece2a4a3a630db (cherry picked from commit e78d26a9ec366b108c89099b148ae3cea6f1a8e9)
Loading
Please sign in to comment