All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] ipv6: fix hangup on device removal
@ 2024-10-31  8:53 Paolo Abeni
  2024-10-31  8:53 ` [PATCH net-next 1/2] ipv6: release nexthop " Paolo Abeni
  2024-10-31  8:53 ` [PATCH net-next 2/2] selftests: net: really check for bg process completion Paolo Abeni
  0 siblings, 2 replies; 5+ messages in thread
From: Paolo Abeni @ 2024-10-31  8:53 UTC (permalink / raw)
  To: netdev
  Cc: David S. Miller, David Ahern, Eric Dumazet, Jakub Kicinski,
	Simon Horman, Shuah Khan

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(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-05 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31  8:53 [PATCH net-next 0/2] ipv6: fix hangup on device removal Paolo Abeni
2024-10-31  8:53 ` [PATCH net-next 1/2] ipv6: release nexthop " Paolo Abeni
2024-11-05 12:19   ` Paolo Abeni
2024-11-05 12:29     ` Eric Dumazet
2024-10-31  8:53 ` [PATCH net-next 2/2] selftests: net: really check for bg process completion Paolo Abeni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.