]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'rxrpc-miscellaneous-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Apr 2026 21:29:17 +0000 (14:29 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Apr 2026 21:29:18 +0000 (14:29 -0700)
David Howells says:

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

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.

Link: https://sashiko.dev/#/patchset/20260422161438.2593376-4-dhowells@redhat.com
====================

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

Trivial merge