Message ID | 20250204230558.712536-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | rxrpc: Call state fixes | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 4 Feb 2025 23:05:52 +0000 you wrote: > 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. > > [...] Here is the summary with links: - [net,v2,1/2] rxrpc: Fix call state set to not include the SERVER_SECURING state https://git.kernel.org/netdev/net/c/41b996ce83bf - [net,v2,2/2] rxrpc: Fix race in call state changing vs recvmsg() https://git.kernel.org/netdev/net/c/2d7b30aef34d You are awesome, thank you!