Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 16 Oct 2025 20:51:36 +0800 you wrote:
This patch fixes ce7a381697cb ("net: bonding: add broadcast_neighbor option for 802.3ad"). Before this commit, on the broadcast mode, all devices were traversed using the bond_for_each_slave_rcu. This patch supports traversing devices by using all_slaves. Therefore, we need to update the slave array when enslave or release slave.
Fixes: ce7a381697cb ("net: bonding: add broadcast_neighbor option for 802.3ad") Cc: Jay Vosburgh jv@jvosburgh.net Cc: "David S. Miller" davem@davemloft.net Cc: Eric Dumazet edumazet@google.com Cc: Jakub Kicinski kuba@kernel.org Cc: Paolo Abeni pabeni@redhat.com Cc: Simon Horman horms@kernel.org Cc: Jonathan Corbet corbet@lwn.net Cc: Andrew Lunn andrew+netdev@lunn.ch Cc: Nikolay Aleksandrov razor@blackwall.org Cc: Hangbin Liu liuhangbin@gmail.com Cc: Jiri Slaby jirislaby@kernel.org Cc: stable@vger.kernel.org Reported-by: Jiri Slaby jirislaby@kernel.org Tested-by: Jiri Slaby jirislaby@kernel.org Link: https://lore.kernel.org/all/a97e6e1e-81bc-4a79-8352-9e4794b0d2ca@kernel.org/ Signed-off-by: Tonghao Zhang tonghao@bamaicloud.com Reviewed-by: Hangbin Liu liuhangbin@gmail.com
[...]
Here is the summary with links: - [net,v2] net: bonding: update the slave array for broadcast mode https://git.kernel.org/netdev/net/c/e0caeb24f538
You are awesome, thank you!