make -C tools/testing/selftests TARGETS="net" TEST_PROGS=icmp_redirect.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-3/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make[1]: Entering directory '/home/virtme/testing-3/tools/testing/selftests/net' TAP version 13 1..1 # overriding timeout to 7200 # selftests: net: icmp_redirect.sh # # ########################################################################### # Legacy routing # ########################################################################### # # TEST: IPv4: redirect exception [ OK ] # TEST: IPv6: redirect exception [ OK ] # TEST: IPv4: redirect exception plus mtu [ OK ] # TEST: IPv6: redirect exception plus mtu [ OK ] # TEST: IPv4: routing reset [ OK ] # TEST: IPv6: routing reset [ OK ] # TEST: IPv4: mtu exception [ OK ] # TEST: IPv6: mtu exception [ OK ] # TEST: IPv4: mtu exception plus redirect [ OK ] # TEST: IPv6: mtu exception plus redirect [ OK ] # # ########################################################################### # Legacy routing with VRF # ########################################################################### # # ./icmp_redirect.sh: line 148: 25819 Segmentation fault ip -netns ${ns} link add ${VRF} type vrf table ${VRF_TABLE} # Cannot find device "red" # addraw_l ERROR: message exceeded bound of 1056 # ./icmp_redirect.sh: line 148: 25823 Segmentation fault ip -netns ${ns} route add vrf ${VRF} unreachable default metric 8192 # addraw_l ERROR: message exceeded bound of 1056 # ./icmp_redirect.sh: line 148: 25824 Segmentation fault ip -netns ${ns} -6 route add vrf ${VRF} unreachable default metric 8192 # Cannot find device "red" # Cannot find device "red" # Error: argument "red" is wrong: Not a valid VRF name # # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: redirect exception [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: redirect exception [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: redirect exception plus mtu [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: redirect exception plus mtu [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: routing reset [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: routing reset [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: mtu exception [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: mtu exception [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: mtu exception plus redirect [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: mtu exception plus redirect [XFAIL] # # ########################################################################### # Routing with nexthop objects # ########################################################################### # # TEST: IPv4: redirect exception [ OK ] # TEST: IPv6: redirect exception [ OK ] # TEST: IPv4: redirect exception plus mtu [ OK ] # TEST: IPv6: redirect exception plus mtu [ OK ] # TEST: IPv4: routing reset [ OK ] # TEST: IPv6: routing reset [ OK ] # TEST: IPv4: mtu exception [ OK ] # TEST: IPv6: mtu exception [ OK ] # TEST: IPv4: mtu exception plus redirect [ OK ] # TEST: IPv6: mtu exception plus redirect [ OK ] # # ########################################################################### # Routing with nexthop objects and VRF # ########################################################################### # # ./icmp_redirect.sh: line 148: 26280 Segmentation fault ip -netns ${ns} link add ${VRF} type vrf table ${VRF_TABLE} # Cannot find device "red" # addraw_l ERROR: message exceeded bound of 1056 # ./icmp_redirect.sh: line 148: 26284 Segmentation fault ip -netns ${ns} route add vrf ${VRF} unreachable default metric 8192 # addraw_l ERROR: message exceeded bound of 1056 # ./icmp_redirect.sh: line 148: 26285 Segmentation fault ip -netns ${ns} -6 route add vrf ${VRF} unreachable default metric 8192 # Cannot find device "red" # Cannot find device "red" # Error: argument "red" is wrong: Not a valid VRF name # # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: redirect exception [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: redirect exception [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: redirect exception plus mtu [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: redirect exception plus mtu [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: routing reset [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: routing reset [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: mtu exception [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: mtu exception [XFAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv4: mtu exception plus redirect [FAIL] # addraw_l ERROR: message exceeded bound of 1056 # TEST: IPv6: mtu exception plus redirect [XFAIL] # # Tests passed: 20 # Tests failed: 10 # Tests xfailed: 10 not ok 1 selftests: net: icmp_redirect.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing-3/tools/testing/selftests/net' make: Leaving directory '/home/virtme/testing-3/tools/testing/selftests' xx__-> echo $? 0 xx__-> echo scan > /sys/kernel/debug/kmemleak && cat /sys/kernel/debug/kmemleak xx__->