On Fri, 24 Jul 2026 16:15:54 +0200 Eric Dumazet wrote:
I have no idea really :/
vng --cwd tools/testing/selftests/net -p 4 -r ./arch/x86/boot/bzImage
-- ./fib_tests.sh
All tests are [ OK ] for me.
Tests passed: 257
Tests failed: 0
Note that my change in ip6_forward() does not early-return, unless I
am mistaken.
Ack, weird. The only two other patches that came in recently seem to be:
net: ip6_tunnel: use tunnel parameters for fill_forward_path route lookup
net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()
neither of which seem like they should cause this :/
I'll keep this patch in and keep an eye..