[PATCH net] rxrpc: Fix missing locking causing hanging calls

patchwork-bot+netdevbpf at kernel.org patchwork-bot+netdevbpf at kernel.org
Thu Nov 7 11:40:31 PST 2024


Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba at kernel.org>:

On Wed, 06 Nov 2024 13:03:22 +0000 you wrote:
> If a call gets aborted (e.g. because kafs saw a signal) between it being
> queued for connection and the I/O thread picking up the call, the abort
> will be prioritised over the connection and it will be removed from
> local->new_client_calls by rxrpc_disconnect_client_call() without a lock
> being held.  This may cause other calls on the list to disappear if a race
> occurs.
> 
> [...]

Here is the summary with links:
  - [net] rxrpc: Fix missing locking causing hanging calls
    https://git.kernel.org/netdev/net/c/fc9de52de38f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html





More information about the linux-afs mailing list