]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: Fix to use conn aborts for conn-wide failures
authorDavid Howells <dhowells@redhat.com>
Thu, 17 Jul 2025 07:43:45 +0000 (08:43 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 14:50:48 +0000 (07:50 -0700)
commitf0295678ad304195927829b1dbf06553aa2187b0
tree0ff2120d44a481337390ef24188738c1f66952d3
parente9c0b96ec0a34fcacdf9365713578d83cecac34c
rxrpc: Fix to use conn aborts for conn-wide failures

Fix rxrpc to use connection-level aborts for things that affect the whole
connection, such as the service ID not matching a local service.

Fixes: 57af281e5389 ("rxrpc: Tidy up abort generation infrastructure")
Reported-by: Jeffrey Altman <jaltman@auristor.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeffrey Altman <jaltman@auristor.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20250717074350.3767366-6-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/io_thread.c
net/rxrpc/output.c
net/rxrpc/security.c