Message ID | 20240609103654.914987-1-razor@blackwall.org (mailing list archive) |
---|---|
Headers | show |
Series | net: bridge: mst: fix suspicious rcu usage warning | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Sun, 9 Jun 2024 13:36:52 +0300 you wrote: > Hi all, > This set fixes a suspicious RCU usage warning triggered by syzbot[1] in > the bridge's MST code. After I converted br_mst_set_state to RCU, I > forgot to update the vlan group dereference helper. Fix it by using > the proper helper, in order to do that we need to pass the vlan group > which is already obtained correctly by the callers for their respective > context. Patch 01 is a requirement for the fix in patch 02. > > [...] Here is the summary with links: - [net,1/2] net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state https://git.kernel.org/netdev/net/c/36c92936e868 - [net,2/2] net: bridge: mst: fix suspicious rcu usage in br_mst_set_state https://git.kernel.org/netdev/net/c/546ceb1dfdac You are awesome, thank you!