Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni [off-list ref]:
On Mon, 31 Aug 2026 08:10:27 +0000 you wrote:
Several fields in bonding are read locklessly using READ_ONCE()
(or ACCESS_ONCE() previously) but have corresponding writes that
do not use WRITE_ONCE().
Add WRITE_ONCE() annotations to:
- bond->send_peer_notif decrements in bond_peer_notify_may_events()
and reset in bond_close().
- bond->slave_cnt increments and decrements in bond_enslave() and
__bond_release_one().
- bond->recv_probe updates in bond_open(), bond_option_arp_interval_set()
and rlb_initialize().
- slaves->count decrement in bond_skip_slave().
[...]
Here is the summary with links:
- [net] net: bonding: annotate lockless writes with WRITE_ONCE()
https://git.kernel.org/netdev/net/c/bc93419130bb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html