mbox series

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

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

Message

Paolo Abeni Nov. 5, 2024, 6:23 p.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.
---
v1 -> v2:
 - drop unintended whitespace change in patch 1/2

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

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

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 7, 2024, 2 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  5 Nov 2024 19:23:49 +0100 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/2] ipv6: release nexthop on device removal
    https://git.kernel.org/netdev/net-next/c/eb02688c5c45
  - [v2,net-next,2/2] selftests: net: really check for bg process completion
    https://git.kernel.org/netdev/net-next/c/52ed077aa633

You are awesome, thank you!