Re: [PATCH net-next] ipv6: remove extra dev_hold() for fallback tunnels

2021-03-31 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 31 Mar 2021 14:38:11 -0700 you wrote: > From: Eric Dumazet > > My previous commits added a dev_hold() in tunnels ndo_init(), > but forgot to remove it from special functions setting up fallback tunnels. > > Fallb

[PATCH net-next] ipv6: remove extra dev_hold() for fallback tunnels

2021-03-31 Thread Eric Dumazet
From: Eric Dumazet My previous commits added a dev_hold() in tunnels ndo_init(), but forgot to remove it from special functions setting up fallback tunnels. Fallback tunnels do call their respective ndo_init() This leads to various reports like : unregister_netdevice: waiting for ip6gre0 to be