[PATCH net 0/3] rxrpc: Miscellaneous fixes

From: David Howells

Date: Thu Apr 23 2026 - 16:09:33 EST


Here are some fixes for rxrpc, as found by Sashiko[1]:

(1) Fix rxrpc_input_call_event() to only unshare DATA packets.

(2) Fix re-decryption of RESPONSE packets where a partially decrypted
skbuff gets requeued if there was a failure due to ENOMEM.

(3) Fix error handling in rxgk_extract_token() where the ENOMEM case is
unhandled.

David

The patches can be found here also:

http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes

Link: https://sashiko.dev/#/patchset/20260422161438.2593376-4-dhowells@xxxxxxxxxx [1]

David Howells (3):
rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets
rxrpc: Fix re-decryption of RESPONSE packets
rxrpc: Fix error handling in rxgk_extract_token()

include/trace/events/rxrpc.h | 1 -
net/rxrpc/call_event.c | 3 ++-
net/rxrpc/conn_event.c | 14 ++------------
net/rxrpc/rxgk_app.c | 1 +
4 files changed, 5 insertions(+), 14 deletions(-)