rxrpc: Fix transmission of an abort in response to an abort
authorDavid Howells <dhowells@redhat.com>
Thu, 17 Jul 2025 07:43:44 +0000 (08:43 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 14:50:48 +0000 (07:50 -0700)
commite9c0b96ec0a34fcacdf9365713578d83cecac34c
tree5a6f6921b82c0aec7c45dee64286e86f3f53ea70
parent2fd895842d49c23137ae48252dd211e5d6d8a3ed
rxrpc: Fix transmission of an abort in response to an abort

Under some circumstances, such as when a server socket is closing, ABORT
packets will be generated in response to incoming packets.  Unfortunately,
this also may include generating aborts in response to incoming aborts -
which may cause a cycle.  It appears this may be made possible by giving
the client a multicast address.

Fix this such that rxrpc_reject_packet() will refuse to generate aborts in
response to aborts.

Fixes: 248f219cb8bc ("rxrpc: Rewrite the data and ack handling code")
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jeffrey Altman <jaltman@auristor.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Junvyyang, Tencent Zhuque Lab <zhuque@tencent.com>
cc: LePremierHomme <kwqcheii@proton.me>
cc: Linus Torvalds <torvalds@linux-foundation.org>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20250717074350.3767366-5-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/output.c