Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <[email protected]>:

On Tue, 26 May 2026 09:48:15 +0300 you wrote:
> Under certain circumstances the bridge driver can call
> dev_set_promiscuity() while holding the bridge spin lock. This is a
> problem as dev_set_promiscuity() might sleep.
> 
> Patches #1-#2 fix the problem in the netlink and sysfs configuration
> paths by only taking the lock where it is actually needed, thereby
> avoiding calling dev_set_promiscuity() from an atomic context.
> 
> [...]

Here is the summary with links:
  - [net,1/3] bridge: Fix sleep in atomic context in netlink path
    https://git.kernel.org/netdev/net/c/5eec4427b89c
  - [net,2/3] bridge: Fix sleep in atomic context in sysfs path
    https://git.kernel.org/netdev/net/c/6d34594cc619
  - [net,3/3] selftests: rtnetlink: Add bridge promiscuity tests
    https://git.kernel.org/netdev/net/c/147f3b1f23cb

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to