[rds-devel] [External] : Re: [PATCH net] rds: annotate data-race around rs_seen_congestion

patchwork-bot+netdevbpf at kernel.org patchwork-bot+netdevbpf at kernel.org
Mon May 25 19:10:08 UTC 2026


Hello:

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

On Fri, 22 May 2026 09:16:20 +0800 you wrote:
> rs_seen_congestion is read in rds_poll() and written in rds_sendmsg()
> and rds_poll() without any lock.  Use READ_ONCE()/WRITE_ONCE() to
> annotate these lockless accesses and silence KCSAN.
> 
> Fixes: b98ba52f96e7 ("RDS: only put sockets that have seen congestion on the poll_waitq")
> Reported-by: syzbot+fbf3648ae7f5bdb05c59 at syzkaller.appspotmail.com
> Closes: https://lore.kernel.org/netdev/6a0f8d94.050a0220.6b33c.0000.GAE@google.com/
> Signed-off-by: Jiayuan Chen <jiayuan.chen at linux.dev>
> 
> [...]

Here is the summary with links:
  - [net] rds: annotate data-race around rs_seen_congestion
    https://git.kernel.org/netdev/net-next/c/67636cab273e

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





More information about the rds-devel mailing list