make -C tools/testing/selftests TARGETS="net" TEST_PROGS=udpgro.sh TEST_GEEN_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: udpgro.sh # ipv4 # no GRO ./udpgro.sh: line 29: 22381 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # no GRO chk cmsg ./udpgro.sh: line 29: 22413 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO ./udpgro.sh: line 29: 22444 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO chk cmsg ./udpgro.sh: line 29: 22475 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO with custom segment size ./udpgro.sh: line 29: 22506 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO with custom segment size cmsg ./udpgro.sh: line 29: 22537 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # bad GRO lookup ./udpgro.sh: line 29: 22568 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # multiple GRO socks ./udpgro.sh: line 29: 22607 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # ipv6 # no GRO ./udpgro.sh: line 29: 22644 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # no GRO chk cmsg ./udpgro.sh: line 29: 22675 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO ./udpgro.sh: line 29: 22706 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO chk cmsg ./udpgro.sh: line 29: 22737 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO with custom segment size ./udpgro.sh: line 29: 22768 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # GRO with custom segment size cmsg ./udpgro.sh: line 29: 22799 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # bad GRO lookup ./udpgro.sh: line 29: 22831 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok # multiple GRO socks ./udpgro.sh: line 29: 22865 Segmentation fault ip -n "${PEER_NS}" link set veth1 xdp object ${BPF_FILE} section xdp # ok ok 1 selftests: net: udpgro.sh 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__->