]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'rxrpc-miscellaneous-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 14:50:51 +0000 (07:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 14:50:52 +0000 (07:50 -0700)
David Howells says:

====================
rxrpc: Miscellaneous fixes

Here are some fixes for rxrpc:

 (1) Fix the calling of IP routing code with IRQs disabled.

 (2) Fix a recvmsg/recvmsg race when the first completes a call.

 (3) Fix a race between notification, recvmsg and sendmsg releasing a call.

 (4) Fix abort of abort.

 (5) Fix call-level aborts that should be connection-level aborts.
====================

Link: https://patch.msgid.link/20250717074350.3767366-1-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge