[PATCH net 0/5] rxrpc: Miscellaneous fixes
David Howells
dhowells at redhat.com
Wed Jul 16 04:52:59 PDT 2025
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.
David
The patches can be found here also:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes
David Howells (5):
rxrpc: Fix irq-disabled in local_bh_enable()
rxrpc: Fix recv-recv race of completed call
rxrpc: Fix notification vs call-release vs recvmsg
rxrpc: Fix transmission of an abort in response to an abort
rxrpc: Fix to use conn aborts for conn-wide failures
include/trace/events/rxrpc.h | 6 +++++-
net/rxrpc/ar-internal.h | 4 ++++
net/rxrpc/call_accept.c | 14 ++++++++------
net/rxrpc/call_object.c | 28 ++++++++++++----------------
net/rxrpc/io_thread.c | 14 ++++++++++++++
net/rxrpc/output.c | 22 +++++++++++++---------
net/rxrpc/peer_object.c | 6 ++----
net/rxrpc/recvmsg.c | 23 +++++++++++++++++++++--
net/rxrpc/security.c | 8 ++++----
9 files changed, 83 insertions(+), 42 deletions(-)
More information about the linux-afs
mailing list