You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hv_netvsc: Fix race of register_netdevice_notifier and VF register
If VF NIC is registered earlier, NETDEV_REGISTER event is replayed,
but NETDEV_POST_INIT is not.
Move register_netdevice_notifier() earlier, so the call back
function is set before probing.
Cc: [email protected]
Fixes: e04e7a7 ("hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()")
Reported-by: Dexuan Cui <[email protected]>
Signed-off-by: Haiyang Zhang <[email protected]>
Reviewed-by: Wojciech Drewek <[email protected]>
Reviewed-by: Dexuan Cui <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
0 commit comments