mbox series

[net-next,0/2] ipv6: fix hangup on device removal

Message ID cover.1730364250.git.pabeni@redhat.com (mailing list archive)
Headers show
Series ipv6: fix hangup on device removal | expand

Message

Paolo Abeni Oct. 31, 2024, 8:53 a.m. UTC
This addresses the infamous unregister_netdevice splat in net selftests;
the actual fix is carried by the first patch, while the 2nd one
addresses a related problem in the relevant test that was patially
hiding the problem.

Targeting net-next as the issue is quite old and I feel a little lost
in the fib info/nh jungle.

Paolo Abeni (2):
  ipv6: release nexthop on device removal
  selftests: net: really check for bg process completion

 net/ipv6/route.c                    | 7 ++++---
 tools/testing/selftests/net/pmtu.sh | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)