[PATCH net v1] rxrpc: fix io_thread race in rxrpc_wake_up_io_thread()

patchwork-bot+netdevbpf at kernel.org patchwork-bot+netdevbpf at kernel.org
Tue Jul 21 03:00:05 PDT 2026


Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni at redhat.com>:

On Wed,  8 Jul 2026 17:35:34 +0800 you wrote:
> From: Xuanqiang Luo <luoxuanqiang at kylinos.cn>
> 
> rxrpc_wake_up_io_thread() checks local->io_thread before waking it, but
> then reloads the pointer for wake_up_process().
> 
> local->io_thread is cleared with WRITE_ONCE() when the I/O thread exits, so
> the second load can see NULL even if the first load did not.
> 
> [...]

Here is the summary with links:
  - [net,v1] rxrpc: fix io_thread race in rxrpc_wake_up_io_thread()
    https://git.kernel.org/netdev/net/c/745fb794c3e9

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