Re: [PATCH net v2] selftests: net: validate team flags propagation

2025-05-20 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 16 May 2025 16:22:05 -0700 you wrote: > Cover three recent cases: > 1. missing ops locking for the lowers during netdev_sync_lower_features > 2. missing locking for dev_set_promiscuity (plus netdev_ops_assert_

[PATCH net v2] selftests: net: validate team flags propagation

2025-05-16 Thread Stanislav Fomichev
Cover three recent cases: 1. missing ops locking for the lowers during netdev_sync_lower_features 2. missing locking for dev_set_promiscuity (plus netdev_ops_assert_locked with a comment on why/when it's needed) 3. rcu lock during team_change_rx_flags Verified that each one triggers when the re