Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 16 May 2025 16:22:05 -0700 you wrote:
Cover three recent cases:
- missing ops locking for the lowers during netdev_sync_lower_features
- missing locking for dev_set_promiscuity (plus netdev_ops_assert_locked with a comment on why/when it's needed)
- rcu lock during team_change_rx_flags
Verified that each one triggers when the respective fix is reverted. Not sure about the placement, but since it all relies on teaming, added to the teaming directory.
[...]
Here is the summary with links: - [net,v2] selftests: net: validate team flags propagation https://git.kernel.org/netdev/net-next/c/f792709e0baa
You are awesome, thank you!