[PATCH net 0/3] rxrpc: Miscellaneous fixes

David Howells posted 3 patches 1 month, 3 weeks ago
There is a newer version of this series
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(-)
[PATCH net 0/3] rxrpc: Miscellaneous fixes
Posted by David Howells 1 month, 3 weeks ago
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@redhat.com [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(-)