Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Fri, 1 Aug 2025 13:54:16 -0400 you wrote:
From: Quang Le quanglex97@gmail.com
When packet_set_ring() releases po->bind_lock, another thread can run packet_notifier() and process an NETDEV_UP event.
This race and the fix are both similar to that of commit 15fe076edea7 ("net/packet: fix a race in packet_bind() and packet_notifier()").
[...]
Here is the summary with links: - [net,v2] net/packet: fix a race in packet_set_ring() and packet_notifier() https://git.kernel.org/netdev/net/c/01d3c8417b9c
You are awesome, thank you!