Commit 5e6391da4539 for kernel

commit 5e6391da4539c35422c0df1d1d2d9a9bb97cd736
Merge: 27ae4bcf4df4 3476c8bb960f
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Thu Apr 23 14:29:17 2026 -0700

    Merge branch 'rxrpc-miscellaneous-fixes'

    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 [1]
    ====================

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