]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'rxrpc-call-state-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 6 Feb 2025 02:47:50 +0000 (18:47 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 6 Feb 2025 02:47:51 +0000 (18:47 -0800)
commit884af6ab1eb1f0b98afe11e00dcb06d4dbb36696
tree10c6f5e8f31179661248810bb4250bff1d2bc8e0
parent811b8f534fd85e17077bd2ac0413bcd16cc8fb9b
parent2d7b30aef34dae942e9ab7812b288ce14658ae66
Merge branch 'rxrpc-call-state-fixes'

David Howells says:

====================
rxrpc: Call state fixes

Here some call state fixes for AF_RXRPC.

 (1) Fix the state of a call to not treat the challenge-response cycle as
     part of an incoming call's state set.  The problem is that it makes
     handling received of the final packet in the receive phase difficult
     as that wants to change the call state - but security negotiations may
     not yet be complete.

 (2) Fix a race between the changing of the call state at the end of the
     request reception phase of a service call, recvmsg() collecting the last
     data and sendmsg() trying to send the reply before the I/O thread has
     advanced the call state.

Link: https://lore.kernel.org/20250203110307.7265-2-dhowells@redhat.com
====================

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