Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 29 May 2025 03:18:30 -0700 you wrote:
The MANA driver's probe registers netdevice via the following call chain:
mana_probe() register_netdev() register_netdevice()
register_netdevice() calls notifier callback for netvsc driver, holding the netdev mutex via netdev_lock_ops().
[...]
Here is the summary with links: - [net,v3] hv_netvsc: fix potential deadlock in netvsc_vf_setxdp() https://git.kernel.org/netdev/net/c/3ec523304976
You are awesome, thank you!