KERNEL SELFTESTS: linux_headers_dir is /usr/src/linux-headers-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1 2020-04-04 12:44:25 ln -sf /usr/bin/clang 2020-04-04 12:44:25 ln -sf /usr/bin/llc 2020-04-04 12:44:25 sed -i s/default_timeout=45/default_timeout=300/ kselftest/runner.sh ignored_by_lkp media_tests test 2020-04-04 12:44:25 make run_tests -C membarrier make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/membarrier' gcc -g -I../../../../usr/include/ membarrier_test_single_thread.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/membarrier/membarrier_test_single_thread gcc -g -I../../../../usr/include/ membarrier_test_multi_thread.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/membarrier/membarrier_test_multi_thread TAP version 13 1..2 # selftests: membarrier: membarrier_test_single_thread # TAP version 13 # 1..13 # ok 1 sys_membarrier available # ok 2 sys membarrier invalid command test: command = -1, flags = 0, errno = 22. Failed as expected # ok 3 sys membarrier MEMBARRIER_CMD_QUERY invalid flags test: flags = 1, errno = 22. Failed as expected # ok 4 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered failure test: flags = 0, errno = 1 # ok 5 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not registered failure test: flags = 0, errno = 1 # ok 6 sys membarrier MEMBARRIER_CMD_GLOBAL test: flags = 0 # ok 7 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED test: flags = 0 # ok 8 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED test: flags = 0 # ok 9 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 10 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 11 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # ok 12 sys membarrier MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED test: flags = 0 # ok 13 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # # Pass 13 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: membarrier: membarrier_test_single_thread # selftests: membarrier: membarrier_test_multi_thread # TAP version 13 # 1..13 # ok 1 sys_membarrier available # ok 2 sys membarrier invalid command test: command = -1, flags = 0, errno = 22. Failed as expected # ok 3 sys membarrier MEMBARRIER_CMD_QUERY invalid flags test: flags = 1, errno = 22. Failed as expected # ok 4 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered failure test: flags = 0, errno = 1 # ok 5 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not registered failure test: flags = 0, errno = 1 # ok 6 sys membarrier MEMBARRIER_CMD_GLOBAL test: flags = 0 # ok 7 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED test: flags = 0 # ok 8 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED test: flags = 0 # ok 9 sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 10 sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE test: flags = 0 # ok 11 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # ok 12 sys membarrier MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED test: flags = 0 # ok 13 sys membarrier MEMBARRIER_CMD_GLOBAL_EXPEDITED test: flags = 0 # # Pass 13 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 2 selftests: membarrier: membarrier_test_multi_thread make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/membarrier' 2020-04-04 12:44:26 make run_tests -C memfd make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/memfd' gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ memfd_test.c common.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/memfd/memfd_test memfd_test.c: In function ‘mfd_assert_reopen_fd’: memfd_test.c:64:7: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration] fd = open(path, O_RDWR); ^~~~ memfd_test.c: In function ‘mfd_assert_get_seals’: memfd_test.c:90:6: warning: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration] r = fcntl(fd, F_GET_SEALS); ^~~~~ memfd_test.c: In function ‘mfd_assert_write’: memfd_test.c:397:6: warning: implicit declaration of function ‘fallocate’ [-Wimplicit-function-declaration] r = fallocate(fd, ^~~~~~~~~ gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ fuse_test.c common.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/memfd/fuse_test fuse_test.c: In function ‘mfd_assert_get_seals’: fuse_test.c:67:6: warning: implicit declaration of function ‘fcntl’ [-Wimplicit-function-declaration] r = fcntl(fd, F_GET_SEALS); ^~~~~ fuse_test.c: In function ‘main’: fuse_test.c:261:7: warning: implicit declaration of function ‘open’ [-Wimplicit-function-declaration] fd = open(argv[1], O_RDONLY | O_CLOEXEC); ^~~~ gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ fuse_mnt.c -lfuse -pthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/memfd/fuse_mnt TAP version 13 1..5 # selftests: memfd: memfd_test # memfd: CREATE # memfd: BASIC # memfd: SEAL-WRITE # memfd: SEAL-FUTURE-WRITE # memfd: CREATE # memfd: BASIC # memfd: SEAL-WRITE # memfd: SEAL-FUTURE-WRITE # memfd: SEAL-SHRINK # memfd: SEAL-GROW # memfd: SEAL-RESIZE # memfd: SHARE-DUP # memfd: SHARE-MMAP # memfd: SHARE-OPEN # memfd: SHARE-FORK # memfd: SHARE-DUP (shared file-table) # memfd: SHARE-MMAP (shared file-table) # memfd: SHARE-OPEN (shared file-table) # memfd: SHARE-FORK (shared file-table) # memfd: DONE ok 1 selftests: memfd: memfd_test # selftests: memfd: fuse_test # Aborted not ok 2 selftests: memfd: fuse_test # exit=134 # selftests: memfd: fuse_mnt # fuse: missing mountpoint parameter not ok 3 selftests: memfd: fuse_mnt # exit=1 # selftests: memfd: run_fuse_test.sh # opening: ./mnt/memfd # fuse: DONE ok 4 selftests: memfd: run_fuse_test.sh # selftests: memfd: run_hugetlbfs_test.sh # ./run_hugetlbfs_test.sh: line 60: 1516 Aborted ./memfd_test hugetlbfs # opening: ./mnt/memfd # fuse: DONE ok 5 selftests: memfd: run_hugetlbfs_test.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/memfd' 2020-04-04 12:44:29 make run_tests -C memory-hotplug make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/memory-hotplug' TAP version 13 1..1 # selftests: memory-hotplug: mem-on-off-test.sh # Test scope: 2% hotplug memory # online all hot-pluggable memory in offline state: # SKIPPED - no hot-pluggable memory in offline state # offline 2% hot-pluggable memory in online state # trying to offline 3 out of 105 memory block(s): # online->offline memory1 # online->offline memory10 # online->offline memory100 # online all hot-pluggable memory in offline state: # offline->online memory1 # offline->online memory10 # offline->online memory100 # Test with memory notifier error injection ok 1 selftests: memory-hotplug: mem-on-off-test.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/memory-hotplug' 2020-04-04 12:44:32 make run_tests -C mount make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/mount' gcc -Wall -O2 unprivileged-remount-test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/mount/unprivileged-remount-test TAP version 13 1..1 # selftests: mount: run_tests.sh ok 1 selftests: mount: run_tests.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/mount' 2020-04-04 12:44:32 make run_tests -C mqueue make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/mqueue' gcc -O2 mq_open_tests.c -lrt -lpthread -lpopt -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/mqueue/mq_open_tests gcc -O2 mq_perf_tests.c -lrt -lpthread -lpopt -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/mqueue/mq_perf_tests TAP version 13 1..2 # selftests: mqueue: mq_open_tests # Using Default queue path - /test1 # # Initial system state: # Using queue path: /test1 # RLIMIT_MSGQUEUE(soft): 819200 # RLIMIT_MSGQUEUE(hard): 819200 # Maximum Message Size: 8192 # Maximum Queue Size: 10 # Default Message Size: 8192 # Default Queue Size: 10 # # Adjusted system state for testing: # RLIMIT_MSGQUEUE(soft): 819200 # RLIMIT_MSGQUEUE(hard): 819200 # Maximum Message Size: 8192 # Maximum Queue Size: 10 # Default Message Size: 8192 # Default Queue Size: 10 # # # Test series 1, behavior when no attr struct passed to mq_open: # Kernel supports setting defaults separately from maximums: PASS # Given sane values, mq_open without an attr struct succeeds: PASS # Kernel properly honors default setting knobs: PASS # Kernel properly limits default values to lesser of default/max: PASS # Kernel properly fails to create queue when defaults would # exceed rlimit: PASS # # # Test series 2, behavior when attr struct is passed to mq_open: # Queue open in excess of rlimit max when euid = 0 failed: PASS # Queue open with mq_maxmsg > limit when euid = 0 succeeded: PASS # Queue open with mq_msgsize > limit when euid = 0 succeeded: PASS # Queue open with total size > 2GB when euid = 0 failed: PASS # Queue open in excess of rlimit max when euid = 99 failed: PASS # Queue open with mq_maxmsg > limit when euid = 99 failed: PASS # Queue open with mq_msgsize > limit when euid = 99 failed: PASS # Queue open with total size > 2GB when euid = 99 failed: PASS ok 1 selftests: mqueue: mq_open_tests # selftests: mqueue: mq_perf_tests # # Initial system state: # Using queue path: /mq_perf_tests # RLIMIT_MSGQUEUE(soft): 819200 # RLIMIT_MSGQUEUE(hard): 819200 # Maximum Message Size: 8192 # Maximum Queue Size: 10 # Nice value: 0 # # Adjusted system state for testing: # RLIMIT_MSGQUEUE(soft): (unlimited) # RLIMIT_MSGQUEUE(hard): (unlimited) # Maximum Message Size: 16777216 # Maximum Queue Size: 65530 # Nice value: -20 # Continuous mode: (disabled) # CPUs to pin: 7 # # Queue /mq_perf_tests created: # mq_flags: O_NONBLOCK # mq_maxmsg: 65530 # mq_msgsize: 16 # mq_curmsgs: 0 # # Started mqueue performance test thread on CPU 7 # Max priorities: 32768 # Clock resolution: 1 nsec # # Test #1: Time send/recv message, queue empty # (10000000 iterations) # Send msg: 10.970632110s total time # 1097 nsec/msg # Recv msg: 11.407217879s total time # 1140 nsec/msg # # Test #2a: Time send/recv message, queue full, constant prio # : # (100000 iterations) # Filling queue...done. 0.38671110s # Testing...done. # Send msg: 0.112659079s total time # 1126 nsec/msg # Recv msg: 0.116133432s total time # 1161 nsec/msg # Draining queue...done. 0.40521703s # # Test #2b: Time send/recv message, queue full, increasing prio # : # (100000 iterations) # Filling queue...done. 0.47475342s # Testing...done. # Send msg: 0.117345704s total time # 1173 nsec/msg # Recv msg: 0.114557772s total time # 1145 nsec/msg # Draining queue...done. 0.41701117s # # Test #2c: Time send/recv message, queue full, decreasing prio # : # (100000 iterations) # Filling queue...done. 0.46913842s # Testing...done. # Send msg: 0.120569391s total time # 1205 nsec/msg # Recv msg: 0.116724208s total time # 1167 nsec/msg # Draining queue...done. 0.41068092s # # Test #2d: Time send/recv message, queue full, random prio # : # (100000 iterations) # Filling queue...done. 0.50904811s # Testing...done. # Send msg: 0.125229123s total time # 1252 nsec/msg # Recv msg: 0.119159292s total time # 1191 nsec/msg # Draining queue...done. 0.42956982s ok 2 selftests: mqueue: mq_perf_tests make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/mqueue' ignored_by_lkp net.l2tp.sh test 2020-04-04 12:45:01 make run_tests -C net make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net' make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' HOSTCC scripts/basic/fixdep HOSTCC scripts/unifdef WRAP arch/x86/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/x86/include/generated/uapi/asm/errno.h WRAP arch/x86/include/generated/uapi/asm/fcntl.h WRAP arch/x86/include/generated/uapi/asm/ioctl.h WRAP arch/x86/include/generated/uapi/asm/ioctls.h WRAP arch/x86/include/generated/uapi/asm/ipcbuf.h WRAP arch/x86/include/generated/uapi/asm/param.h WRAP arch/x86/include/generated/uapi/asm/poll.h WRAP arch/x86/include/generated/uapi/asm/resource.h WRAP arch/x86/include/generated/uapi/asm/socket.h WRAP arch/x86/include/generated/uapi/asm/sockios.h WRAP arch/x86/include/generated/uapi/asm/termbits.h WRAP arch/x86/include/generated/uapi/asm/termios.h WRAP arch/x86/include/generated/uapi/asm/types.h SYSTBL arch/x86/include/generated/asm/syscalls_32.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_64.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_x32.h HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o HOSTLD arch/x86/tools/relocs UPD include/generated/uapi/linux/version.h HDRINST usr/include/video/edid.h HDRINST usr/include/video/sisfb.h HDRINST usr/include/video/uvesafb.h HDRINST usr/include/drm/exynos_drm.h HDRINST usr/include/drm/drm_mode.h HDRINST usr/include/drm/drm.h HDRINST usr/include/drm/vgem_drm.h HDRINST usr/include/drm/sis_drm.h HDRINST usr/include/drm/savage_drm.h HDRINST usr/include/drm/panfrost_drm.h HDRINST usr/include/drm/via_drm.h HDRINST usr/include/drm/vmwgfx_drm.h HDRINST usr/include/drm/mga_drm.h HDRINST usr/include/drm/armada_drm.h HDRINST usr/include/drm/omap_drm.h HDRINST usr/include/drm/etnaviv_drm.h HDRINST usr/include/drm/qxl_drm.h HDRINST usr/include/drm/msm_drm.h HDRINST usr/include/drm/drm_fourcc.h HDRINST usr/include/drm/tegra_drm.h HDRINST usr/include/drm/radeon_drm.h HDRINST usr/include/drm/lima_drm.h HDRINST usr/include/drm/nouveau_drm.h HDRINST usr/include/drm/amdgpu_drm.h HDRINST usr/include/drm/r128_drm.h HDRINST usr/include/drm/i810_drm.h HDRINST usr/include/drm/drm_sarea.h HDRINST usr/include/drm/v3d_drm.h HDRINST usr/include/drm/virtgpu_drm.h HDRINST usr/include/drm/vc4_drm.h HDRINST usr/include/drm/i915_drm.h HDRINST usr/include/mtd/mtd-abi.h HDRINST usr/include/mtd/mtd-user.h HDRINST usr/include/mtd/nftl-user.h HDRINST usr/include/mtd/ubi-user.h HDRINST usr/include/mtd/inftl-user.h HDRINST usr/include/xen/evtchn.h HDRINST usr/include/xen/gntdev.h HDRINST usr/include/xen/privcmd.h HDRINST usr/include/xen/gntalloc.h HDRINST usr/include/asm-generic/setup.h HDRINST usr/include/asm-generic/mman-common.h HDRINST usr/include/asm-generic/shmbuf.h HDRINST usr/include/asm-generic/signal-defs.h HDRINST usr/include/asm-generic/int-ll64.h HDRINST usr/include/asm-generic/hugetlb_encode.h HDRINST usr/include/asm-generic/fcntl.h HDRINST usr/include/asm-generic/termbits.h HDRINST usr/include/asm-generic/param.h HDRINST usr/include/asm-generic/bpf_perf_event.h HDRINST usr/include/asm-generic/posix_types.h HDRINST usr/include/asm-generic/statfs.h HDRINST usr/include/asm-generic/swab.h HDRINST usr/include/asm-generic/ucontext.h HDRINST usr/include/asm-generic/kvm_para.h HDRINST usr/include/asm-generic/msgbuf.h HDRINST usr/include/asm-generic/ioctls.h HDRINST usr/include/asm-generic/errno-base.h HDRINST usr/include/asm-generic/sembuf.h HDRINST usr/include/asm-generic/auxvec.h HDRINST usr/include/asm-generic/mman.h HDRINST usr/include/asm-generic/ioctl.h HDRINST usr/include/asm-generic/ipcbuf.h HDRINST usr/include/asm-generic/resource.h HDRINST usr/include/asm-generic/types.h HDRINST usr/include/asm-generic/termios.h HDRINST usr/include/asm-generic/socket.h HDRINST usr/include/asm-generic/siginfo.h HDRINST usr/include/asm-generic/stat.h HDRINST usr/include/asm-generic/errno.h HDRINST usr/include/asm-generic/unistd.h HDRINST usr/include/asm-generic/int-l64.h HDRINST usr/include/asm-generic/poll.h HDRINST usr/include/asm-generic/signal.h HDRINST usr/include/asm-generic/sockios.h HDRINST usr/include/asm-generic/bitsperlong.h HDRINST usr/include/rdma/mlx4-abi.h HDRINST usr/include/rdma/bnxt_re-abi.h HDRINST usr/include/rdma/rdma_user_cm.h HDRINST usr/include/rdma/mthca-abi.h HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h HDRINST usr/include/rdma/ib_user_verbs.h HDRINST usr/include/rdma/i40iw-abi.h HDRINST usr/include/rdma/ib_user_ioctl_cmds.h HDRINST usr/include/rdma/cxgb4-abi.h HDRINST usr/include/rdma/hns-abi.h HDRINST usr/include/rdma/vmw_pvrdma-abi.h HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h HDRINST usr/include/rdma/rdma_user_ioctl.h HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h HDRINST usr/include/rdma/efa-abi.h HDRINST usr/include/rdma/ib_user_ioctl_verbs.h HDRINST usr/include/rdma/ib_user_mad.h HDRINST usr/include/rdma/hfi/hfi1_ioctl.h HDRINST usr/include/rdma/hfi/hfi1_user.h HDRINST usr/include/rdma/ib_user_sa.h HDRINST usr/include/rdma/mlx5-abi.h HDRINST usr/include/rdma/siw-abi.h HDRINST usr/include/rdma/rdma_netlink.h HDRINST usr/include/rdma/qedr-abi.h HDRINST usr/include/rdma/rdma_user_rxe.h HDRINST usr/include/rdma/rvt-abi.h HDRINST usr/include/rdma/ocrdma-abi.h HDRINST usr/include/misc/habanalabs.h HDRINST usr/include/misc/xilinx_sdfec.h HDRINST usr/include/misc/ocxl.h HDRINST usr/include/misc/cxl.h HDRINST usr/include/misc/pvpanic.h HDRINST usr/include/misc/fastrpc.h HDRINST usr/include/linux/atm_nicstar.h HDRINST usr/include/linux/utsname.h HDRINST usr/include/linux/parport.h HDRINST usr/include/linux/btf.h HDRINST usr/include/linux/if_arp.h HDRINST usr/include/linux/stddef.h HDRINST usr/include/linux/isst_if.h HDRINST usr/include/linux/cdrom.h HDRINST usr/include/linux/neighbour.h HDRINST usr/include/linux/mpls.h HDRINST usr/include/linux/arcfb.h HDRINST usr/include/linux/coda.h HDRINST usr/include/linux/bpfilter.h HDRINST usr/include/linux/usbip.h HDRINST usr/include/linux/hsi/hsi_char.h HDRINST usr/include/linux/hsi/cs-protocol.h HDRINST usr/include/linux/smc_diag.h HDRINST usr/include/linux/vfio.h HDRINST usr/include/linux/mic_common.h HDRINST usr/include/linux/x25.h HDRINST usr/include/linux/firewire-cdev.h HDRINST usr/include/linux/atmdev.h HDRINST usr/include/linux/kernel-page-flags.h HDRINST usr/include/linux/icmpv6.h HDRINST usr/include/linux/atmarp.h HDRINST usr/include/linux/map_to_7segment.h HDRINST usr/include/linux/keyctl.h HDRINST usr/include/linux/nubus.h HDRINST usr/include/linux/seg6_hmac.h HDRINST usr/include/linux/if_link.h HDRINST usr/include/linux/watchdog.h HDRINST usr/include/linux/if_fc.h HDRINST usr/include/linux/tee.h HDRINST usr/include/linux/bt-bmc.h HDRINST usr/include/linux/if.h HDRINST usr/include/linux/gfs2_ondisk.h HDRINST usr/include/linux/if_packet.h HDRINST usr/include/linux/atm_idt77105.h HDRINST usr/include/linux/sonypi.h HDRINST usr/include/linux/net.h HDRINST usr/include/linux/ppp_defs.h HDRINST usr/include/linux/hidraw.h HDRINST usr/include/linux/if_cablemodem.h HDRINST usr/include/linux/adfs_fs.h HDRINST usr/include/linux/elf-em.h HDRINST usr/include/linux/cryptouser.h HDRINST usr/include/linux/seg6.h HDRINST usr/include/linux/serial_reg.h HDRINST usr/include/linux/switchtec_ioctl.h HDRINST usr/include/linux/kvm.h HDRINST usr/include/linux/dvb/osd.h HDRINST usr/include/linux/dvb/net.h HDRINST usr/include/linux/dvb/dmx.h HDRINST usr/include/linux/dvb/version.h HDRINST usr/include/linux/dvb/frontend.h HDRINST usr/include/linux/dvb/video.h HDRINST usr/include/linux/dvb/ca.h HDRINST usr/include/linux/dvb/audio.h HDRINST usr/include/linux/keyboard.h HDRINST usr/include/linux/lirc.h HDRINST usr/include/linux/bcache.h HDRINST usr/include/linux/icmp.h HDRINST usr/include/linux/ip.h HDRINST usr/include/linux/libc-compat.h HDRINST usr/include/linux/memfd.h HDRINST usr/include/linux/scc.h HDRINST usr/include/linux/virtio_mmio.h HDRINST usr/include/linux/if_ppp.h HDRINST usr/include/linux/joystick.h HDRINST usr/include/linux/genetlink.h HDRINST usr/include/linux/batman_adv.h HDRINST usr/include/linux/ppdev.h HDRINST usr/include/linux/sync_file.h HDRINST usr/include/linux/connector.h HDRINST usr/include/linux/if_tunnel.h HDRINST usr/include/linux/tc_act/tc_connmark.h HDRINST usr/include/linux/tc_act/tc_bpf.h HDRINST usr/include/linux/tc_act/tc_defact.h HDRINST usr/include/linux/tc_act/tc_nat.h HDRINST usr/include/linux/tc_act/tc_skbmod.h HDRINST usr/include/linux/tc_act/tc_vlan.h HDRINST usr/include/linux/tc_act/tc_ctinfo.h HDRINST usr/include/linux/tc_act/tc_gact.h HDRINST usr/include/linux/tc_act/tc_ife.h HDRINST usr/include/linux/tc_act/tc_tunnel_key.h HDRINST usr/include/linux/tc_act/tc_ct.h HDRINST usr/include/linux/tc_act/tc_mirred.h HDRINST usr/include/linux/tc_act/tc_skbedit.h HDRINST usr/include/linux/tc_act/tc_mpls.h HDRINST usr/include/linux/tc_act/tc_ipt.h HDRINST usr/include/linux/tc_act/tc_pedit.h HDRINST usr/include/linux/tc_act/tc_csum.h HDRINST usr/include/linux/tc_act/tc_sample.h HDRINST usr/include/linux/ip6_tunnel.h HDRINST usr/include/linux/blktrace_api.h HDRINST usr/include/linux/if_arcnet.h HDRINST usr/include/linux/nilfs2_api.h HDRINST usr/include/linux/usb/functionfs.h HDRINST usr/include/linux/usb/cdc.h HDRINST usr/include/linux/usb/gadgetfs.h HDRINST usr/include/linux/usb/midi.h HDRINST usr/include/linux/usb/g_printer.h HDRINST usr/include/linux/usb/g_uvc.h HDRINST usr/include/linux/usb/tmc.h HDRINST usr/include/linux/usb/cdc-wdm.h HDRINST usr/include/linux/usb/video.h HDRINST usr/include/linux/usb/ch9.h HDRINST usr/include/linux/usb/ch11.h HDRINST usr/include/linux/usb/charger.h HDRINST usr/include/linux/usb/audio.h HDRINST usr/include/linux/tiocl.h HDRINST usr/include/linux/input.h HDRINST usr/include/linux/hdlc/ioctl.h HDRINST usr/include/linux/virtio_config.h HDRINST usr/include/linux/virtio_9p.h HDRINST usr/include/linux/thermal.h HDRINST usr/include/linux/fanotify.h HDRINST usr/include/linux/veth.h HDRINST usr/include/linux/virtio_net.h HDRINST usr/include/linux/mmtimer.h HDRINST usr/include/linux/v4l2-controls.h HDRINST usr/include/linux/virtio_console.h HDRINST usr/include/linux/cec.h HDRINST usr/include/linux/genwqe/genwqe_card.h HDRINST usr/include/linux/atm_he.h HDRINST usr/include/linux/dcbnl.h HDRINST usr/include/linux/omapfb.h HDRINST usr/include/linux/fcntl.h HDRINST usr/include/linux/mdio.h HDRINST usr/include/linux/atm.h HDRINST usr/include/linux/irqnr.h HDRINST usr/include/linux/module.h HDRINST usr/include/linux/vhost.h HDRINST usr/include/linux/kernelcapi.h HDRINST usr/include/linux/iso_fs.h HDRINST usr/include/linux/tipc.h HDRINST usr/include/linux/net_dropmon.h HDRINST usr/include/linux/gpio.h HDRINST usr/include/linux/if_macsec.h HDRINST usr/include/linux/adb.h HDRINST usr/include/linux/hdreg.h HDRINST usr/include/linux/affs_hardblocks.h HDRINST usr/include/linux/fsi.h HDRINST usr/include/linux/virtio_types.h HDRINST usr/include/linux/hid.h HDRINST usr/include/linux/nfs_mount.h HDRINST usr/include/linux/netconf.h HDRINST usr/include/linux/ethtool_netlink.h HDRINST usr/include/linux/if_team.h HDRINST usr/include/linux/hw_breakpoint.h HDRINST usr/include/linux/cec-funcs.h HDRINST usr/include/linux/nfs3.h HDRINST usr/include/linux/io_uring.h HDRINST usr/include/linux/inet_diag.h HDRINST usr/include/linux/tipc_netlink.h HDRINST usr/include/linux/netfilter_bridge.h HDRINST usr/include/linux/rio_mport_cdev.h HDRINST usr/include/linux/limits.h HDRINST usr/include/linux/erspan.h HDRINST usr/include/linux/nfsd/stats.h HDRINST usr/include/linux/nfsd/cld.h HDRINST usr/include/linux/nfsd/nfsfh.h HDRINST usr/include/linux/nfsd/debug.h HDRINST usr/include/linux/nfsd/export.h HDRINST usr/include/linux/qnxtypes.h HDRINST usr/include/linux/vsockmon.h HDRINST usr/include/linux/mpls_iptunnel.h HDRINST usr/include/linux/if_tun.h HDRINST usr/include/linux/snmp.h HDRINST usr/include/linux/fsl_hypervisor.h HDRINST usr/include/linux/membarrier.h HDRINST usr/include/linux/max2175.h HDRINST usr/include/linux/gen_stats.h HDRINST usr/include/linux/zorro.h HDRINST usr/include/linux/if_ltalk.h HDRINST usr/include/linux/unix_diag.h HDRINST usr/include/linux/rpmsg.h HDRINST usr/include/linux/filter.h HDRINST usr/include/linux/dlm.h HDRINST usr/include/linux/raw.h HDRINST usr/include/linux/fdreg.h HDRINST usr/include/linux/jffs2.h HDRINST usr/include/linux/shm.h HDRINST usr/include/linux/dlm_netlink.h HDRINST usr/include/linux/vm_sockets.h HDRINST usr/include/linux/zorro_ids.h HDRINST usr/include/linux/param.h HDRINST usr/include/linux/atm_zatm.h HDRINST usr/include/linux/virtio_crypto.h HDRINST usr/include/linux/phantom.h HDRINST usr/include/linux/rds.h HDRINST usr/include/linux/coresight-stm.h HDRINST usr/include/linux/fs.h HDRINST usr/include/linux/vtpm_proxy.h HDRINST usr/include/linux/fsverity.h HDRINST usr/include/linux/nsfs.h HDRINST usr/include/linux/psample.h HDRINST usr/include/linux/sem.h HDRINST usr/include/linux/ncsi.h HDRINST usr/include/linux/serial_core.h HDRINST usr/include/linux/vboxguest.h HDRINST usr/include/linux/i8k.h HDRINST usr/include/linux/v4l2-common.h HDRINST usr/include/linux/baycom.h HDRINST usr/include/linux/bpf_perf_event.h HDRINST usr/include/linux/qnx4_fs.h HDRINST usr/include/linux/ipx.h HDRINST usr/include/linux/chio.h HDRINST usr/include/linux/elf-fdpic.h HDRINST usr/include/linux/ife.h HDRINST usr/include/linux/can.h HDRINST usr/include/linux/target_core_user.h HDRINST usr/include/linux/cycx_cfm.h HDRINST usr/include/linux/tcp_metrics.h HDRINST usr/include/linux/netfilter_ipv6.h HDRINST usr/include/linux/virtio_pci.h HDRINST usr/include/linux/tls.h HDRINST usr/include/linux/netfilter_ipv4.h HDRINST usr/include/linux/posix_acl.h HDRINST usr/include/linux/binfmts.h HDRINST usr/include/linux/vhost_types.h HDRINST usr/include/linux/qrtr.h HDRINST usr/include/linux/if_ether.h HDRINST usr/include/linux/ipsec.h HDRINST usr/include/linux/rio_cm_cdev.h HDRINST usr/include/linux/if_vlan.h HDRINST usr/include/linux/gtp.h HDRINST usr/include/linux/romfs_fs.h HDRINST usr/include/linux/pps.h HDRINST usr/include/linux/fpga-dfl.h HDRINST usr/include/linux/cyclades.h HDRINST usr/include/linux/nl80211.h HDRINST usr/include/linux/sysctl.h HDRINST usr/include/linux/nexthop.h HDRINST usr/include/linux/igmp.h HDRINST usr/include/linux/serio.h HDRINST usr/include/linux/llc.h HDRINST usr/include/linux/mmc/ioctl.h HDRINST usr/include/linux/btrfs_tree.h HDRINST usr/include/linux/gameport.h HDRINST usr/include/linux/if_hippi.h HDRINST usr/include/linux/edd.h HDRINST usr/include/linux/posix_types.h HDRINST usr/include/linux/nilfs2_ondisk.h HDRINST usr/include/linux/tipc_config.h HDRINST usr/include/linux/vbox_vmmdev_types.h HDRINST usr/include/linux/omap3isp.h HDRINST usr/include/linux/swab.h HDRINST usr/include/linux/reiserfs_fs.h HDRINST usr/include/linux/fd.h HDRINST usr/include/linux/soundcard.h HDRINST usr/include/linux/android/binder.h HDRINST usr/include/linux/android/binderfs.h HDRINST usr/include/linux/lwtunnel.h HDRINST usr/include/linux/screen_info.h HDRINST usr/include/linux/fiemap.h HDRINST usr/include/linux/cgroupstats.h HDRINST usr/include/linux/bpqether.h HDRINST usr/include/linux/sdla.h HDRINST usr/include/linux/dns_resolver.h HDRINST usr/include/linux/nfs.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.h HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ttl.h HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h HDRINST usr/include/linux/atmlec.h HDRINST usr/include/linux/netlink.h HDRINST usr/include/linux/nfs4_mount.h HDRINST usr/include/linux/fib_rules.h HDRINST usr/include/linux/fsmap.h HDRINST usr/include/linux/serial.h HDRINST usr/include/linux/netrom.h HDRINST usr/include/linux/sed-opal.h HDRINST usr/include/linux/rfkill.h HDRINST usr/include/linux/pr.h HDRINST usr/include/linux/gsmmux.h HDRINST usr/include/linux/kexec.h HDRINST usr/include/linux/psp-sev.h HDRINST usr/include/linux/sonet.h HDRINST usr/include/linux/vfio_ccw.h HDRINST usr/include/linux/hsr_netlink.h HDRINST usr/include/linux/selinux_netlink.h HDRINST usr/include/linux/netfilter_bridge/ebtables.h HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h HDRINST usr/include/linux/netfilter_bridge/ebt_log.h HDRINST usr/include/linux/netfilter_bridge/ebt_among.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h HDRINST usr/include/linux/wimax.h HDRINST usr/include/linux/aspeed-lpc-ctrl.h HDRINST usr/include/linux/rtc.h HDRINST usr/include/linux/wireless.h HDRINST usr/include/linux/seg6_iptunnel.h HDRINST usr/include/linux/mqueue.h HDRINST usr/include/linux/if_frad.h HDRINST usr/include/linux/sunrpc/debug.h HDRINST usr/include/linux/mroute.h HDRINST usr/include/linux/ipc.h HDRINST usr/include/linux/udmabuf.h HDRINST usr/include/linux/lightnvm.h HDRINST usr/include/linux/times.h HDRINST usr/include/linux/kvm_para.h HDRINST usr/include/linux/suspend_ioctls.h HDRINST usr/include/linux/isdn/capicmd.h HDRINST usr/include/linux/auto_fs.h HDRINST usr/include/linux/udf_fs_i.h HDRINST usr/include/linux/userfaultfd.h HDRINST usr/include/linux/if_phonet.h HDRINST usr/include/linux/prctl.h HDRINST usr/include/linux/nfs2.h HDRINST usr/include/linux/dma-heap.h HDRINST usr/include/linux/errqueue.h HDRINST usr/include/linux/dlm_plock.h HDRINST usr/include/linux/reiserfs_xattr.h HDRINST usr/include/linux/virtio_ring.h HDRINST usr/include/linux/msg.h HDRINST usr/include/linux/v4l2-subdev.h HDRINST usr/include/linux/n_r3964.h HDRINST usr/include/linux/sysinfo.h HDRINST usr/include/linux/netlink_diag.h HDRINST usr/include/linux/stm.h HDRINST usr/include/linux/media.h HDRINST usr/include/linux/devlink.h HDRINST usr/include/linux/un.h HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h HDRINST usr/include/linux/netfilter_arp/arp_tables.h HDRINST usr/include/linux/virtio_vsock.h HDRINST usr/include/linux/am437x-vpfe.h HDRINST usr/include/linux/l2tp.h HDRINST usr/include/linux/string.h HDRINST usr/include/linux/pcitest.h HDRINST usr/include/linux/route.h HDRINST usr/include/linux/virtio_input.h HDRINST usr/include/linux/nbd-netlink.h HDRINST usr/include/linux/psci.h HDRINST usr/include/linux/audit.h HDRINST usr/include/linux/seccomp.h HDRINST usr/include/linux/time_types.h HDRINST usr/include/linux/bpf.h HDRINST usr/include/linux/lp.h HDRINST usr/include/linux/signalfd.h HDRINST usr/include/linux/xfrm.h HDRINST usr/include/linux/ip_vs.h HDRINST usr/include/linux/radeonfb.h HDRINST usr/include/linux/rtnetlink.h HDRINST usr/include/linux/pkt_sched.h HDRINST usr/include/linux/kcm.h HDRINST usr/include/linux/fadvise.h HDRINST usr/include/linux/kcov.h HDRINST usr/include/linux/auxvec.h HDRINST usr/include/linux/net_tstamp.h HDRINST usr/include/linux/rose.h HDRINST usr/include/linux/time.h HDRINST usr/include/linux/utime.h HDRINST usr/include/linux/if_slip.h HDRINST usr/include/linux/nfsacl.h HDRINST usr/include/linux/hash_info.h HDRINST usr/include/linux/virtio_ids.h HDRINST usr/include/linux/mman.h HDRINST usr/include/linux/arm_sdei.h HDRINST usr/include/linux/wait.h HDRINST usr/include/linux/cciss_defs.h HDRINST usr/include/linux/phonet.h HDRINST usr/include/linux/cciss_ioctl.h HDRINST usr/include/linux/elfcore.h HDRINST usr/include/linux/vbox_err.h HDRINST usr/include/linux/scif_ioctl.h HDRINST usr/include/linux/ppp-comp.h HDRINST usr/include/linux/can/j1939.h HDRINST usr/include/linux/can/error.h HDRINST usr/include/linux/can/vxcan.h HDRINST usr/include/linux/can/raw.h HDRINST usr/include/linux/can/netlink.h HDRINST usr/include/linux/can/gw.h HDRINST usr/include/linux/can/bcm.h HDRINST usr/include/linux/dlm_device.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h HDRINST usr/include/linux/capi.h HDRINST usr/include/linux/ioctl.h HDRINST usr/include/linux/sound.h HDRINST usr/include/linux/kernel.h HDRINST usr/include/linux/in_route.h HDRINST usr/include/linux/userio.h HDRINST usr/include/linux/msdos_fs.h HDRINST usr/include/linux/mroute6.h HDRINST usr/include/linux/resource.h HDRINST usr/include/linux/i2c.h HDRINST usr/include/linux/wmi.h HDRINST usr/include/linux/tty.h HDRINST usr/include/linux/dm-ioctl.h HDRINST usr/include/linux/types.h HDRINST usr/include/linux/iio/events.h HDRINST usr/include/linux/iio/types.h HDRINST usr/include/linux/cm4000_cs.h HDRINST usr/include/linux/magic.h HDRINST usr/include/linux/reboot.h HDRINST usr/include/linux/bcm933xx_hcs.h HDRINST usr/include/linux/dccp.h HDRINST usr/include/linux/ipv6_route.h HDRINST usr/include/linux/cn_proc.h HDRINST usr/include/linux/fb.h HDRINST usr/include/linux/netdevice.h HDRINST usr/include/linux/virtio_balloon.h HDRINST usr/include/linux/virtio_gpu.h HDRINST usr/include/linux/coff.h HDRINST usr/include/linux/fscrypt.h HDRINST usr/include/linux/in.h HDRINST usr/include/linux/pkt_cls.h HDRINST usr/include/linux/v4l2-mediabus.h HDRINST usr/include/linux/xattr.h HDRINST usr/include/linux/const.h HDRINST usr/include/linux/pci.h HDRINST usr/include/linux/mei.h HDRINST usr/include/linux/wireguard.h HDRINST usr/include/linux/aspeed-p2a-ctrl.h HDRINST usr/include/linux/atmmpc.h HDRINST usr/include/linux/meye.h HDRINST usr/include/linux/uio.h HDRINST usr/include/linux/hyperv.h HDRINST usr/include/linux/apm_bios.h HDRINST usr/include/linux/sctp.h HDRINST usr/include/linux/sched.h HDRINST usr/include/linux/atalk.h HDRINST usr/include/linux/dm-log-userspace.h HDRINST usr/include/linux/falloc.h HDRINST usr/include/linux/openvswitch.h HDRINST usr/include/linux/bpf_common.h HDRINST usr/include/linux/sched/types.h HDRINST usr/include/linux/if_pppox.h HDRINST usr/include/linux/bfs_fs.h HDRINST usr/include/linux/termios.h HDRINST usr/include/linux/tcp.h HDRINST usr/include/linux/kdev_t.h HDRINST usr/include/linux/sock_diag.h HDRINST usr/include/linux/minix_fs.h HDRINST usr/include/linux/atmsap.h HDRINST usr/include/linux/pfkeyv2.h HDRINST usr/include/linux/personality.h HDRINST usr/include/linux/fou.h HDRINST usr/include/linux/if_addr.h HDRINST usr/include/linux/auto_fs4.h HDRINST usr/include/linux/if_plip.h HDRINST usr/include/linux/futex.h HDRINST usr/include/linux/udp.h HDRINST usr/include/linux/dqblk_xfs.h HDRINST usr/include/linux/kfd_ioctl.h HDRINST usr/include/linux/if_infiniband.h HDRINST usr/include/linux/virtio_scsi.h HDRINST usr/include/linux/acct.h HDRINST usr/include/linux/oom.h HDRINST usr/include/linux/caif/if_caif.h HDRINST usr/include/linux/caif/caif_socket.h HDRINST usr/include/linux/socket.h HDRINST usr/include/linux/cifs/cifs_mount.h HDRINST usr/include/linux/kcmp.h HDRINST usr/include/linux/wimax/i2400m.h HDRINST usr/include/linux/uinput.h HDRINST usr/include/linux/ipv6.h HDRINST usr/include/linux/ethtool.h HDRINST usr/include/linux/i2o-dev.h HDRINST usr/include/linux/media-bus-format.h HDRINST usr/include/linux/if_bonding.h HDRINST usr/include/linux/spi/spidev.h HDRINST usr/include/linux/random.h HDRINST usr/include/linux/seg6_genl.h HDRINST usr/include/linux/if_x25.h HDRINST usr/include/linux/dn.h HDRINST usr/include/linux/matroxfb.h HDRINST usr/include/linux/ipmi_msgdefs.h HDRINST usr/include/linux/auto_dev-ioctl.h HDRINST usr/include/linux/rxrpc.h HDRINST usr/include/linux/btrfs.h HDRINST usr/include/linux/ivtv.h HDRINST usr/include/linux/ptrace.h HDRINST usr/include/linux/virtio_fs.h HDRINST usr/include/linux/pg.h HDRINST usr/include/linux/mount.h HDRINST usr/include/linux/pktcdvd.h HDRINST usr/include/linux/vm_sockets_diag.h HDRINST usr/include/linux/virtio_pmem.h HDRINST usr/include/linux/netfilter/xt_set.h HDRINST usr/include/linux/netfilter/xt_hashlimit.h HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h HDRINST usr/include/linux/netfilter/xt_TEE.h HDRINST usr/include/linux/netfilter/nfnetlink_osf.h HDRINST usr/include/linux/netfilter/xt_CONNMARK.h HDRINST usr/include/linux/netfilter/xt_osf.h HDRINST usr/include/linux/netfilter/xt_SECMARK.h HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h HDRINST usr/include/linux/netfilter/xt_cgroup.h HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h HDRINST usr/include/linux/netfilter/xt_cluster.h HDRINST usr/include/linux/netfilter/xt_AUDIT.h HDRINST usr/include/linux/netfilter/xt_ipvs.h HDRINST usr/include/linux/netfilter/xt_LED.h HDRINST usr/include/linux/netfilter/nf_synproxy.h HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h HDRINST usr/include/linux/netfilter/xt_realm.h HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h HDRINST usr/include/linux/netfilter/xt_ecn.h HDRINST usr/include/linux/netfilter/nf_log.h HDRINST usr/include/linux/netfilter/nfnetlink_acct.h HDRINST usr/include/linux/netfilter/nf_nat.h HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h HDRINST usr/include/linux/netfilter/xt_DSCP.h HDRINST usr/include/linux/netfilter/xt_TPROXY.h HDRINST usr/include/linux/netfilter/xt_rateest.h HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h HDRINST usr/include/linux/netfilter/xt_l2tp.h HDRINST usr/include/linux/netfilter/nf_conntrack_common.h HDRINST usr/include/linux/netfilter/xt_CT.h HDRINST usr/include/linux/netfilter/xt_policy.h HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h HDRINST usr/include/linux/netfilter/xt_connbytes.h HDRINST usr/include/linux/netfilter/xt_connlabel.h HDRINST usr/include/linux/netfilter/xt_HMARK.h HDRINST usr/include/linux/netfilter/xt_RATEEST.h HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h HDRINST usr/include/linux/netfilter/xt_connlimit.h HDRINST usr/include/linux/netfilter/xt_helper.h HDRINST usr/include/linux/netfilter/xt_iprange.h HDRINST usr/include/linux/netfilter/xt_multiport.h HDRINST usr/include/linux/netfilter/xt_connmark.h HDRINST usr/include/linux/netfilter/xt_cpu.h HDRINST usr/include/linux/netfilter/x_tables.h HDRINST usr/include/linux/netfilter/xt_NFLOG.h HDRINST usr/include/linux/netfilter/nf_tables.h HDRINST usr/include/linux/netfilter/xt_addrtype.h HDRINST usr/include/linux/netfilter/xt_bpf.h HDRINST usr/include/linux/netfilter/xt_socket.h HDRINST usr/include/linux/netfilter/xt_quota.h HDRINST usr/include/linux/netfilter/xt_recent.h HDRINST usr/include/linux/netfilter/xt_comment.h HDRINST usr/include/linux/netfilter/nf_tables_compat.h HDRINST usr/include/linux/netfilter/xt_time.h HDRINST usr/include/linux/netfilter/xt_LOG.h HDRINST usr/include/linux/netfilter/xt_tcpudp.h HDRINST usr/include/linux/netfilter/ipset/ip_set.h HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h HDRINST usr/include/linux/netfilter/nfnetlink_compat.h HDRINST usr/include/linux/netfilter/nfnetlink_log.h HDRINST usr/include/linux/netfilter/xt_ipcomp.h HDRINST usr/include/linux/netfilter/xt_dscp.h HDRINST usr/include/linux/netfilter/xt_devgroup.h HDRINST usr/include/linux/netfilter/xt_tcpmss.h HDRINST usr/include/linux/netfilter/xt_mac.h HDRINST usr/include/linux/netfilter/xt_owner.h HDRINST usr/include/linux/netfilter/xt_limit.h HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h HDRINST usr/include/linux/netfilter/xt_length.h HDRINST usr/include/linux/netfilter/xt_esp.h HDRINST usr/include/linux/netfilter/xt_state.h HDRINST usr/include/linux/netfilter/xt_rpfilter.h HDRINST usr/include/linux/netfilter/nfnetlink.h HDRINST usr/include/linux/netfilter/xt_sctp.h HDRINST usr/include/linux/netfilter/xt_pkttype.h HDRINST usr/include/linux/netfilter/xt_conntrack.h HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h HDRINST usr/include/linux/netfilter/nfnetlink_queue.h HDRINST usr/include/linux/netfilter/xt_u32.h HDRINST usr/include/linux/netfilter/xt_MARK.h HDRINST usr/include/linux/netfilter/xt_nfacct.h HDRINST usr/include/linux/netfilter/xt_dccp.h HDRINST usr/include/linux/netfilter/xt_statistic.h HDRINST usr/include/linux/netfilter/xt_mark.h HDRINST usr/include/linux/netfilter/xt_TCPMSS.h HDRINST usr/include/linux/netfilter/xt_string.h HDRINST usr/include/linux/netfilter/xt_physdev.h HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h HDRINST usr/include/linux/stat.h HDRINST usr/include/linux/virtio_rng.h HDRINST usr/include/linux/pmu.h HDRINST usr/include/linux/atmbr2684.h HDRINST usr/include/linux/errno.h HDRINST usr/include/linux/uhid.h HDRINST usr/include/linux/if_addrlabel.h HDRINST usr/include/linux/vt.h HDRINST usr/include/linux/a.out.h HDRINST usr/include/linux/firewire-constants.h HDRINST usr/include/linux/nvram.h HDRINST usr/include/linux/nfs_idmap.h HDRINST usr/include/linux/aio_abi.h HDRINST usr/include/linux/major.h HDRINST usr/include/linux/hiddev.h HDRINST usr/include/linux/atm_eni.h HDRINST usr/include/linux/if_xdp.h HDRINST usr/include/linux/ila.h HDRINST usr/include/linux/atmclip.h HDRINST usr/include/linux/nfc.h HDRINST usr/include/linux/ultrasound.h HDRINST usr/include/linux/taskstats.h HDRINST usr/include/linux/v4l2-dv-timings.h HDRINST usr/include/linux/iommu.h HDRINST usr/include/linux/xdp_diag.h HDRINST usr/include/linux/ipmi_bmc.h HDRINST usr/include/linux/nvme_ioctl.h HDRINST usr/include/linux/virtio_blk.h HDRINST usr/include/linux/quota.h HDRINST usr/include/linux/dma-buf.h HDRINST usr/include/linux/if_bridge.h HDRINST usr/include/linux/openat2.h HDRINST usr/include/linux/nbd.h HDRINST usr/include/linux/i2c-dev.h HDRINST usr/include/linux/unistd.h HDRINST usr/include/linux/netfilter_decnet.h HDRINST usr/include/linux/tty_flags.h HDRINST usr/include/linux/smc.h HDRINST usr/include/linux/usbdevice_fs.h HDRINST usr/include/linux/ipmi.h HDRINST usr/include/linux/ppp-ioctl.h HDRINST usr/include/linux/mempolicy.h HDRINST usr/include/linux/mii.h HDRINST usr/include/linux/if_fddi.h HDRINST usr/include/linux/vmcore.h HDRINST usr/include/linux/netfilter_arp.h HDRINST usr/include/linux/bsg.h HDRINST usr/include/linux/packet_diag.h HDRINST usr/include/linux/input-event-codes.h HDRINST usr/include/linux/timerfd.h HDRINST usr/include/linux/cramfs_fs.h HDRINST usr/include/linux/uleds.h HDRINST usr/include/linux/agpgart.h HDRINST usr/include/linux/patchkey.h HDRINST usr/include/linux/if_eql.h HDRINST usr/include/linux/cuda.h HDRINST usr/include/linux/blkpg.h HDRINST usr/include/linux/eventpoll.h HDRINST usr/include/linux/qemu_fw_cfg.h HDRINST usr/include/linux/ndctl.h HDRINST usr/include/linux/pci_regs.h HDRINST usr/include/linux/synclink.h HDRINST usr/include/linux/securebits.h HDRINST usr/include/linux/nfs_fs.h HDRINST usr/include/linux/blkzoned.h HDRINST usr/include/linux/in6.h HDRINST usr/include/linux/posix_acl_xattr.h HDRINST usr/include/linux/byteorder/big_endian.h HDRINST usr/include/linux/byteorder/little_endian.h HDRINST usr/include/linux/batadv_packet.h HDRINST usr/include/linux/efs_fs_sb.h HDRINST usr/include/linux/perf_event.h HDRINST usr/include/linux/fuse.h HDRINST usr/include/linux/inotify.h HDRINST usr/include/linux/netfilter.h HDRINST usr/include/linux/hpet.h HDRINST usr/include/linux/seg6_local.h HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h HDRINST usr/include/linux/tc_ematch/tc_em_meta.h HDRINST usr/include/linux/tc_ematch/tc_em_text.h HDRINST usr/include/linux/net_namespace.h HDRINST usr/include/linux/dlmconstants.h HDRINST usr/include/linux/nfs4.h HDRINST usr/include/linux/virtio_iommu.h HDRINST usr/include/linux/if_pppol2tp.h HDRINST usr/include/linux/hdlc.h HDRINST usr/include/linux/atmapi.h HDRINST usr/include/linux/kd.h HDRINST usr/include/linux/raid/md_p.h HDRINST usr/include/linux/raid/md_u.h HDRINST usr/include/linux/hdlcdrv.h HDRINST usr/include/linux/xilinx-v4l2-controls.h HDRINST usr/include/linux/uvcvideo.h HDRINST usr/include/linux/atmsvc.h HDRINST usr/include/linux/atmppp.h HDRINST usr/include/linux/atm_tcp.h HDRINST usr/include/linux/tipc_sockets_diag.h HDRINST usr/include/linux/ax25.h HDRINST usr/include/linux/ptp_clock.h HDRINST usr/include/linux/toshiba.h HDRINST usr/include/linux/idxd.h HDRINST usr/include/linux/capability.h HDRINST usr/include/linux/poll.h HDRINST usr/include/linux/ivtvfb.h HDRINST usr/include/linux/loop.h HDRINST usr/include/linux/videodev2.h HDRINST usr/include/linux/smiapp.h HDRINST usr/include/linux/signal.h HDRINST usr/include/linux/atmioc.h HDRINST usr/include/linux/mtio.h HDRINST usr/include/linux/sockios.h HDRINST usr/include/linux/timex.h HDRINST usr/include/linux/uuid.h HDRINST usr/include/linux/elf.h HDRINST usr/include/linux/mic_ioctl.h HDRINST usr/include/linux/rseq.h HDRINST usr/include/linux/if_alg.h HDRINST usr/include/sound/hdsp.h HDRINST usr/include/sound/sfnt_info.h HDRINST usr/include/sound/hdspm.h HDRINST usr/include/sound/firewire.h HDRINST usr/include/sound/snd_sst_tokens.h HDRINST usr/include/sound/asoc.h HDRINST usr/include/sound/sof/abi.h HDRINST usr/include/sound/sof/header.h HDRINST usr/include/sound/sof/fw.h HDRINST usr/include/sound/sof/tokens.h HDRINST usr/include/sound/skl-tplg-interface.h HDRINST usr/include/sound/compress_offload.h HDRINST usr/include/sound/sb16_csp.h HDRINST usr/include/sound/usb_stream.h HDRINST usr/include/sound/asound.h HDRINST usr/include/sound/asound_fm.h HDRINST usr/include/sound/compress_params.h HDRINST usr/include/sound/tlv.h HDRINST usr/include/sound/emu10k1.h HDRINST usr/include/sound/asequencer.h HDRINST usr/include/scsi/scsi_netlink_fc.h HDRINST usr/include/scsi/fc/fc_gs.h HDRINST usr/include/scsi/fc/fc_fs.h HDRINST usr/include/scsi/fc/fc_ns.h HDRINST usr/include/scsi/fc/fc_els.h HDRINST usr/include/scsi/scsi_bsg_fc.h HDRINST usr/include/scsi/cxlflash_ioctl.h HDRINST usr/include/scsi/scsi_bsg_ufs.h HDRINST usr/include/scsi/scsi_netlink.h HDRINST usr/include/linux/version.h HDRINST usr/include/asm/setup.h HDRINST usr/include/asm/mce.h HDRINST usr/include/asm/shmbuf.h HDRINST usr/include/asm/kvm.h HDRINST usr/include/asm/perf_regs.h HDRINST usr/include/asm/posix_types_x32.h HDRINST usr/include/asm/hw_breakpoint.h HDRINST usr/include/asm/e820.h HDRINST usr/include/asm/vm86.h HDRINST usr/include/asm/bootparam.h HDRINST usr/include/asm/vmx.h HDRINST usr/include/asm/posix_types.h HDRINST usr/include/asm/statfs.h HDRINST usr/include/asm/swab.h HDRINST usr/include/asm/kvm_perf.h HDRINST usr/include/asm/ucontext.h HDRINST usr/include/asm/kvm_para.h HDRINST usr/include/asm/prctl.h HDRINST usr/include/asm/msgbuf.h HDRINST usr/include/asm/posix_types_64.h HDRINST usr/include/asm/ptrace-abi.h HDRINST usr/include/asm/byteorder.h HDRINST usr/include/asm/svm.h HDRINST usr/include/asm/sembuf.h HDRINST usr/include/asm/auxvec.h HDRINST usr/include/asm/mman.h HDRINST usr/include/asm/ist.h HDRINST usr/include/asm/ldt.h HDRINST usr/include/asm/posix_types_32.h HDRINST usr/include/asm/hwcap2.h HDRINST usr/include/asm/processor-flags.h HDRINST usr/include/asm/ptrace.h HDRINST usr/include/asm/siginfo.h HDRINST usr/include/asm/stat.h HDRINST usr/include/asm/a.out.h HDRINST usr/include/asm/unistd.h HDRINST usr/include/asm/sigcontext32.h HDRINST usr/include/asm/boot.h HDRINST usr/include/asm/mtrr.h HDRINST usr/include/asm/sigcontext.h HDRINST usr/include/asm/msr.h HDRINST usr/include/asm/vsyscall.h HDRINST usr/include/asm/debugreg.h HDRINST usr/include/asm/signal.h HDRINST usr/include/asm/bitsperlong.h HDRINST usr/include/asm/unistd_x32.h HDRINST usr/include/asm/unistd_64.h HDRINST usr/include/asm/unistd_32.h HDRINST usr/include/asm/types.h HDRINST usr/include/asm/termios.h HDRINST usr/include/asm/termbits.h HDRINST usr/include/asm/sockios.h HDRINST usr/include/asm/socket.h HDRINST usr/include/asm/resource.h HDRINST usr/include/asm/poll.h HDRINST usr/include/asm/param.h HDRINST usr/include/asm/ipcbuf.h HDRINST usr/include/asm/ioctls.h HDRINST usr/include/asm/ioctl.h HDRINST usr/include/asm/fcntl.h HDRINST usr/include/asm/errno.h HDRINST usr/include/asm/bpf_perf_event.h INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/reuseport_bpf gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf_cpu.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/reuseport_bpf_cpu gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf_numa.c -lnuma -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/reuseport_bpf_numa gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_dualstack.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/reuseport_dualstack gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseaddr_conflict.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/reuseaddr_conflict gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ tls.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/tls gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ socket.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/socket gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ nettest.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/nettest gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ psock_fanout.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/psock_fanout gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ psock_tpacket.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/psock_tpacket gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ msg_zerocopy.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/msg_zerocopy gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_addr_any.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/reuseport_addr_any gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ -lpthread tcp_mmap.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/tcp_mmap gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ -lpthread tcp_inq.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/tcp_inq tcp_inq.c: In function ‘main’: tcp_inq.c:168:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] inq = *((int *) CMSG_DATA(cm)); ^~~ gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ psock_snd.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/psock_snd gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ txring_overwrite.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/txring_overwrite gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ udpgso.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/udpgso udpgso.c: In function ‘send_one’: udpgso.c:476:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((uint16_t *) CMSG_DATA(cm)) = gso_len; ^ gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ udpgso_bench_tx.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/udpgso_bench_tx gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ udpgso_bench_rx.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/udpgso_bench_rx gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ ip_defrag.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/ip_defrag gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ so_txtime.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/so_txtime gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ ipv6_flowlabel.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/ipv6_flowlabel ipv6_flowlabel.c: In function ‘do_send’: ipv6_flowlabel.c:58:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(uint32_t *)CMSG_DATA(cm) = htonl(flowlabel); ^ ipv6_flowlabel.c: In function ‘do_recv’: ipv6_flowlabel.c:114:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] flowlabel = ntohl(*(uint32_t *)CMSG_DATA(cm)); ^~~~~~~~~ gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ ipv6_flowlabel_mgr.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/ipv6_flowlabel_mgr gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ tcp_fastopen_backup_key.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/tcp_fastopen_backup_key gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ fin_ack_lat.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net/fin_ack_lat TAP version 13 1..33 # selftests: net: reuseport_bpf # ---- IPv4 UDP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing EBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 UDP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing EBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 UDP w/ mapped IPv4 ---- # Testing EBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 20... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 10: 10 # Socket 11: 11 # Socket 12: 12 # Socket 13: 13 # Socket 14: 14 # Socket 15: 15 # Socket 16: 16 # Socket 17: 17 # Socket 18: 18 # Socket 19: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 10: 30 # Socket 11: 31 # Socket 12: 32 # Socket 13: 33 # Socket 14: 34 # Socket 15: 35 # Socket 16: 36 # Socket 17: 37 # Socket 18: 38 # Socket 19: 39 # Reprograming, testing mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Socket 0: 20 # Socket 1: 21 # Socket 2: 22 # Socket 3: 23 # Socket 4: 24 # Socket 5: 25 # Socket 6: 26 # Socket 7: 27 # Socket 8: 28 # Socket 9: 29 # Socket 0: 30 # Socket 1: 31 # Socket 2: 32 # Socket 3: 33 # Socket 4: 34 # Socket 5: 35 # Socket 6: 36 # Socket 7: 37 # Socket 8: 38 # Socket 9: 39 # ---- IPv4 TCP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 TCP ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing too many filters... # Testing filters on non-SO_REUSEPORT socket... # ---- IPv6 TCP w/ mapped IPv4 ---- # Testing EBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing CBPF mod 10... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 5: 5 # Socket 6: 6 # Socket 7: 7 # Socket 8: 8 # Socket 9: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 5: 15 # Socket 6: 16 # Socket 7: 17 # Socket 8: 18 # Socket 9: 19 # Reprograming, testing mod 5... # Socket 0: 0 # Socket 1: 1 # Socket 2: 2 # Socket 3: 3 # Socket 4: 4 # Socket 0: 5 # Socket 1: 6 # Socket 2: 7 # Socket 3: 8 # Socket 4: 9 # Socket 0: 10 # Socket 1: 11 # Socket 2: 12 # Socket 3: 13 # Socket 4: 14 # Socket 0: 15 # Socket 1: 16 # Socket 2: 17 # Socket 3: 18 # Socket 4: 19 # Testing filter add without bind... # SUCCESS ok 1 selftests: net: reuseport_bpf # selftests: net: reuseport_bpf_cpu # ---- IPv4 UDP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # ---- IPv6 UDP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # ---- IPv4 TCP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # ---- IPv6 TCP ---- # send cpu 0, receive socket 0 # send cpu 1, receive socket 1 # send cpu 2, receive socket 2 # send cpu 3, receive socket 3 # send cpu 4, receive socket 4 # send cpu 5, receive socket 5 # send cpu 6, receive socket 6 # send cpu 7, receive socket 7 # send cpu 7, receive socket 7 # send cpu 6, receive socket 6 # send cpu 5, receive socket 5 # send cpu 4, receive socket 4 # send cpu 3, receive socket 3 # send cpu 2, receive socket 2 # send cpu 1, receive socket 1 # send cpu 0, receive socket 0 # send cpu 0, receive socket 0 # send cpu 2, receive socket 2 # send cpu 4, receive socket 4 # send cpu 6, receive socket 6 # send cpu 1, receive socket 1 # send cpu 3, receive socket 3 # send cpu 5, receive socket 5 # send cpu 7, receive socket 7 # SUCCESS ok 2 selftests: net: reuseport_bpf_cpu # selftests: net: reuseport_bpf_numa # ---- IPv4 UDP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # ---- IPv6 UDP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # ---- IPv4 TCP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # ---- IPv6 TCP ---- # send node 0, receive socket 0 # send node 0, receive socket 0 # SUCCESS ok 3 selftests: net: reuseport_bpf_numa # selftests: net: reuseport_dualstack # ---- UDP IPv4 created before IPv6 ---- # ---- UDP IPv6 created before IPv4 ---- # ---- UDP IPv4 created before IPv6 (large) ---- # ---- UDP IPv6 created before IPv4 (large) ---- # ---- TCP IPv4 created before IPv6 ---- # ---- TCP IPv6 created before IPv4 ---- # SUCCESS ok 4 selftests: net: reuseport_dualstack # selftests: net: reuseaddr_conflict # Opening 127.0.0.1:9999 # Opening INADDR_ANY:9999 # bind: Address already in use # Opening in6addr_any:9999 # Opening INADDR_ANY:9999 # bind: Address already in use # Opening INADDR_ANY:9999 after closing ipv6 socket # bind: Address already in use # Successok 5 selftests: net: reuseaddr_conflict # selftests: net: tls # [==========] Running 48 tests from 3 test cases. # [ RUN ] tls_basic.base_base # [ OK ] tls_basic.base_base # [ RUN ] tls.sendfile # [ OK ] tls.sendfile # [ RUN ] tls.send_then_sendfile # [ OK ] tls.send_then_sendfile # [ RUN ] tls.recv_max # [ OK ] tls.recv_max # [ RUN ] tls.recv_small # [ OK ] tls.recv_small # [ RUN ] tls.msg_more # [ OK ] tls.msg_more # [ RUN ] tls.msg_more_unsent # [ OK ] tls.msg_more_unsent # [ RUN ] tls.sendmsg_single # [ OK ] tls.sendmsg_single # [ RUN ] tls.sendmsg_fragmented # [ OK ] tls.sendmsg_fragmented # [ RUN ] tls.sendmsg_large # [ OK ] tls.sendmsg_large # [ RUN ] tls.sendmsg_multiple # [ OK ] tls.sendmsg_multiple # [ RUN ] tls.sendmsg_multiple_stress # [ OK ] tls.sendmsg_multiple_stress # [ RUN ] tls.splice_from_pipe # [ OK ] tls.splice_from_pipe # [ RUN ] tls.splice_from_pipe2 # [ OK ] tls.splice_from_pipe2 # [ RUN ] tls.send_and_splice # [ OK ] tls.send_and_splice # [ RUN ] tls.splice_to_pipe # [ OK ] tls.splice_to_pipe # [ RUN ] tls.recvmsg_single # [ OK ] tls.recvmsg_single # [ RUN ] tls.recvmsg_single_max # [ OK ] tls.recvmsg_single_max # [ RUN ] tls.recvmsg_multiple # [ OK ] tls.recvmsg_multiple # [ RUN ] tls.single_send_multiple_recv # [ OK ] tls.single_send_multiple_recv # [ RUN ] tls.multiple_send_single_recv # [ OK ] tls.multiple_send_single_recv # [ RUN ] tls.single_send_multiple_recv_non_align # [ OK ] tls.single_send_multiple_recv_non_align # [ RUN ] tls.recv_partial # [ OK ] tls.recv_partial # [ RUN ] tls.recv_nonblock # [ OK ] tls.recv_nonblock # [ RUN ] tls.recv_peek # [ OK ] tls.recv_peek # [ RUN ] tls.recv_peek_multiple # [ OK ] tls.recv_peek_multiple # [ RUN ] tls.recv_peek_multiple_records # [ OK ] tls.recv_peek_multiple_records # [ RUN ] tls.recv_peek_large_buf_mult_recs # [ OK ] tls.recv_peek_large_buf_mult_recs # [ RUN ] tls.recv_lowat # [ OK ] tls.recv_lowat # [ RUN ] tls.bidir # [ OK ] tls.bidir # [ RUN ] tls.pollin # [ OK ] tls.pollin # [ RUN ] tls.poll_wait # [ OK ] tls.poll_wait # [ RUN ] tls.poll_wait_split # [ OK ] tls.poll_wait_split # [ RUN ] tls.blocking # [ OK ] tls.blocking # [ RUN ] tls.nonblocking # [ OK ] tls.nonblocking # [ RUN ] tls.mutliproc_even # [ OK ] tls.mutliproc_even # [ RUN ] tls.mutliproc_readers # [ OK ] tls.mutliproc_readers # [ RUN ] tls.mutliproc_writers # [ OK ] tls.mutliproc_writers # [ RUN ] tls.mutliproc_sendpage_even # [ OK ] tls.mutliproc_sendpage_even # [ RUN ] tls.mutliproc_sendpage_readers # [ OK ] tls.mutliproc_sendpage_readers # [ RUN ] tls.mutliproc_sendpage_writers # [ OK ] tls.mutliproc_sendpage_writers # [ RUN ] tls.control_msg # [ OK ] tls.control_msg # [ RUN ] tls.shutdown # [ OK ] tls.shutdown # [ RUN ] tls.shutdown_unsent # [ OK ] tls.shutdown_unsent # [ RUN ] tls.shutdown_reuse # [ OK ] tls.shutdown_reuse # [ RUN ] global.non_established # [ OK ] global.non_established # [ RUN ] global.keysizes # [ OK ] global.keysizes # [ RUN ] global.tls12 # [ OK ] global.tls12 # [==========] 48 / 48 tests passed. # [ PASSED ] ok 6 selftests: net: tls # selftests: net: run_netsocktests # -------------------- # running socket test # -------------------- # [PASS] ok 7 selftests: net: run_netsocktests # selftests: net: run_afpackettests # -------------------- # running psock_fanout test # -------------------- # test: control single socket # test: control multiple sockets # test: unique ids # # test: datapath 0x0 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=15,5, expect=15,5 # info: count=20,5, expect=20,5 # # test: datapath 0x1000 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=15,5, expect=15,5 # info: count=20,15, expect=20,15 # # test: datapath 0x1 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=10,10, expect=10,10 # info: count=17,18, expect=18,17 # # test: datapath 0x3 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=15,5, expect=15,5 # info: count=20,15, expect=20,15 # # test: datapath 0x6 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=5,15, expect=15,5 # info: count=20,15, expect=15,20 # # test: datapath 0x7 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=5,15, expect=15,5 # info: count=20,15, expect=15,20 # # test: datapath 0x2 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=20,0, expect=20,0 # info: count=20,0, expect=20,0 # # test: datapath 0x2 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=0,20, expect=0,20 # info: count=0,20, expect=0,20 # # test: datapath 0x2000 ports 8000,8002 # info: count=0,0, expect=0,0 # info: count=20,20, expect=20,20 # info: count=20,20, expect=20,20 # OK. All tests passed # [PASS] # -------------------- # running psock_tpacket test # -------------------- # test: TPACKET_V1 with PACKET_RX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V1 with PACKET_TX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V2 with PACKET_RX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V2 with PACKET_TX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V3 with PACKET_RX_RING .................... 100 pkts (14200 bytes) # test: TPACKET_V3 with PACKET_TX_RING .................... 100 pkts (14200 bytes) # OK. All tests passed # [PASS] # -------------------- # running txring_overwrite test # -------------------- # read: a (0x61) # read: b (0x62) # [PASS] ok 8 selftests: net: run_afpackettests # selftests: net: test_bpf.sh # test_bpf: ok ok 9 selftests: net: test_bpf.sh # selftests: net: netdevice.sh # SKIP: eth0: interface already up # Cannot get device udp-fragmentation-offload settings: Operation not supported # PASS: eth0: ethtool list features # PASS: eth0: ethtool dump # PASS: eth0: ethtool stats # SKIP: eth0: interface kept up ok 10 selftests: net: netdevice.sh # selftests: net: rtnetlink.sh # PASS: policy routing # PASS: route get # PASS: preferred_lft addresses have expired # PASS: promote_secondaries complete # PASS: tc htb hierarchy # PASS: gre tunnel endpoint # PASS: gretap # PASS: ip6gretap # PASS: erspan # PASS: ip6erspan # PASS: bridge setup # PASS: ipv6 addrlabel # PASS: set ifalias 15ba9637-97ba-4314-9938-e1b005624e1d for test-dummy0 # PASS: vrf # PASS: vxlan # PASS: fou # PASS: macsec # PASS: ipsec # FAIL: ipsec_offload netdevsim doesn't support IPsec offload # PASS: bridge fdb get # PASS: neigh get ok 11 selftests: net: rtnetlink.sh # selftests: net: xfrm_policy.sh # PASS: policy before exception matches # PASS: ping to .254 bypassed ipsec tunnel (exceptions) # PASS: direct policy matches (exceptions) # PASS: policy matches (exceptions) # PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies) # PASS: direct policy matches (exceptions and block policies) # PASS: policy matches (exceptions and block policies) # PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after hresh changes) # PASS: direct policy matches (exceptions and block policies after hresh changes) # PASS: policy matches (exceptions and block policies after hresh changes) # PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after hthresh change in ns3) # PASS: direct policy matches (exceptions and block policies after hthresh change in ns3) # PASS: policy matches (exceptions and block policies after hthresh change in ns3) # PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after htresh change to normal) # PASS: direct policy matches (exceptions and block policies after htresh change to normal) # PASS: policy matches (exceptions and block policies after htresh change to normal) # PASS: policies with repeated htresh change ok 12 selftests: net: xfrm_policy.sh # selftests: net: test_blackhole_dev.sh # test_blackhole_dev: ok ok 13 selftests: net: test_blackhole_dev.sh # selftests: net: fib_tests.sh # # Single path route test # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # Nexthop device deleted # TEST: IPv4 fibmatch - no route [ OK ] # TEST: IPv6 fibmatch - no route [ OK ] # # Multipath route test # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # One nexthop device deleted # TEST: IPv4 - multipath route removed on delete [ OK ] # TEST: IPv6 - multipath down to single path [ OK ] # Second nexthop device deleted # TEST: IPv6 - no route [ OK ] # # Single path, admin down # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # Route deleted on down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # # Admin down multipath # Verify start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # One device down, one up # TEST: IPv4 fibmatch on down device [ OK ] # TEST: IPv6 fibmatch on down device [ OK ] # TEST: IPv4 fibmatch on up device [ OK ] # TEST: IPv6 fibmatch on up device [ OK ] # TEST: IPv4 flags on down device [ OK ] # TEST: IPv6 flags on down device [ OK ] # TEST: IPv4 flags on up device [ OK ] # TEST: IPv6 flags on up device [ OK ] # Other device down and up # TEST: IPv4 fibmatch on down device [ OK ] # TEST: IPv6 fibmatch on down device [ OK ] # TEST: IPv4 fibmatch on up device [ OK ] # TEST: IPv6 fibmatch on up device [ OK ] # TEST: IPv4 flags on down device [ OK ] # TEST: IPv6 flags on down device [ OK ] # TEST: IPv4 flags on up device [ OK ] # TEST: IPv6 flags on up device [ OK ] # Both devices down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # # Local carrier tests - single path # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 - no linkdown flag [ OK ] # TEST: IPv6 - no linkdown flag [ OK ] # Carrier off on nexthop # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 - linkdown flag set [ OK ] # TEST: IPv6 - linkdown flag set [ OK ] # Route to local address with carrier down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 linkdown flag set [ OK ] # TEST: IPv6 linkdown flag set [ OK ] # # Single path route carrier test # Start point # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 no linkdown flag [ OK ] # TEST: IPv6 no linkdown flag [ OK ] # Carrier down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 linkdown flag set [ OK ] # TEST: IPv6 linkdown flag set [ OK ] # Second address added with carrier down # TEST: IPv4 fibmatch [ OK ] # TEST: IPv6 fibmatch [ OK ] # TEST: IPv4 linkdown flag set [ OK ] # TEST: IPv6 linkdown flag set [ OK ] # # IPv4 nexthop tests # <<< write me >>> # # IPv6 nexthop tests # TEST: Directly connected nexthop, unicast address [ OK ] # TEST: Directly connected nexthop, unicast address with device [ OK ] # TEST: Gateway is linklocal address [ OK ] # TEST: Gateway is linklocal address, no device [ OK ] # TEST: Gateway can not be local unicast address [ OK ] # TEST: Gateway can not be local unicast address, with device [ OK ] # TEST: Gateway can not be a local linklocal address [ OK ] # TEST: Gateway can be local address in a VRF [ OK ] # TEST: Gateway can be local address in a VRF, with device [ OK ] # TEST: Gateway can be local linklocal address in a VRF [ OK ] # TEST: Redirect to VRF lookup [ OK ] # TEST: VRF route, gateway can be local address in default VRF [ OK ] # TEST: VRF route, gateway can not be a local address [ OK ] # TEST: VRF route, gateway can not be a local addr with device [ OK ] # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # connect: Network is unreachable # Cannot open network namespace "ns1": No such file or directory # Cannot open network namespace "ns1": No such file or directory # # IPv6 route add / append tests # TEST: Attempt to add duplicate route - gw [ OK ] # TEST: Attempt to add duplicate route - dev only [ OK ] # TEST: Attempt to add duplicate route - reject route [ OK ] # TEST: Append nexthop to existing route - gw [ OK ] # TEST: Add multipath route [ OK ] # TEST: Attempt to add duplicate multipath route [ OK ] # TEST: Route add with different metrics [ OK ] # TEST: Route delete with metric [ OK ] # # IPv6 route replace tests # TEST: Single path with single path [ OK ] # TEST: Single path with multipath [ OK ] # TEST: Single path with single path via multipath attribute [ OK ] # TEST: Invalid nexthop [ OK ] # TEST: Single path - replace of non-existent route [ OK ] # TEST: Multipath with multipath [ OK ] # TEST: Multipath with single path [ OK ] # TEST: Multipath with single path via multipath attribute [ OK ] # TEST: Multipath - invalid first nexthop [ OK ] # TEST: Multipath - invalid second nexthop [ OK ] # TEST: Multipath - replace of non-existent route [ OK ] # # IPv4 route add / append tests # TEST: Attempt to add duplicate route - gw [ OK ] # TEST: Attempt to add duplicate route - dev only [ OK ] # TEST: Attempt to add duplicate route - reject route [ OK ] # TEST: Add new nexthop for existing prefix [ OK ] # TEST: Append nexthop to existing route - gw [ OK ] # TEST: Append nexthop to existing route - dev only [ OK ] # TEST: Append nexthop to existing route - reject route [ OK ] # TEST: Append nexthop to existing reject route - gw [ OK ] # TEST: Append nexthop to existing reject route - dev only [ OK ] # TEST: add multipath route [ OK ] # TEST: Attempt to add duplicate multipath route [ OK ] # TEST: Route add with different metrics [ OK ] # TEST: Route delete with metric [ OK ] # # IPv4 route replace tests # TEST: Single path with single path [ OK ] # TEST: Single path with multipath [ OK ] # TEST: Single path with reject route [ OK ] # TEST: Single path with single path via multipath attribute [ OK ] # TEST: Invalid nexthop [ OK ] # TEST: Single path - replace of non-existent route [ OK ] # TEST: Multipath with multipath [ OK ] # TEST: Multipath with single path [ OK ] # TEST: Multipath with single path via multipath attribute [ OK ] # TEST: Multipath with reject route [ OK ] # TEST: Multipath - invalid first nexthop [ OK ] # TEST: Multipath - invalid second nexthop [ OK ] # TEST: Multipath - replace of non-existent route [ OK ] # # IPv6 prefix route tests # TEST: Default metric [ OK ] # TEST: User specified metric on first device [ OK ] # TEST: User specified metric on second device [ OK ] # TEST: Delete of address on first device [ OK ] # TEST: Modify metric of address [ OK ] # TEST: Prefix route removed on link down [ OK ] # TEST: Prefix route with metric on link up [ OK ] # # IPv4 prefix route tests # TEST: Default metric [ OK ] # TEST: User specified metric on first device [ OK ] # TEST: User specified metric on second device [ OK ] # TEST: Delete of address on first device [ OK ] # TEST: Modify metric of address [ OK ] # TEST: Prefix route removed on link down [ OK ] # TEST: Prefix route with metric on link up [ OK ] # TEST: Modify metric of .0/24 address [ OK ] # TEST: Modify metric of address with peer route [ OK ] # # IPv6 routes with metrics # TEST: Single path route with mtu metric [ OK ] # TEST: Multipath route via 2 single routes with mtu metric on first [ OK ] # TEST: Multipath route via 2 single routes with mtu metric on 2nd [ OK ] # TEST: MTU of second leg [ OK ] # TEST: Multipath route with mtu metric [ OK ] # TEST: Using route with mtu metric [ OK ] # TEST: Invalid metric (fails metric_convert) [ OK ] # # IPv4 route add / append tests # TEST: Single path route with mtu metric [ OK ] # TEST: Multipath route with mtu metric [ OK ] # TEST: Using route with mtu metric [ OK ] # TEST: Invalid metric (fails metric_convert) [ OK ] # # IPv4 route with IPv6 gateway tests # TEST: Single path route with IPv6 gateway [ OK ] # TEST: Single path route with IPv6 gateway - ping [ OK ] # TEST: Single path route delete [ OK ] # TEST: Multipath route add - v6 nexthop then v4 [ OK ] # TEST: Multipath route delete - nexthops in wrong order [ OK ] # TEST: Multipath route delete exact match [ OK ] # TEST: Multipath route add - v4 nexthop then v6 [ OK ] # TEST: Multipath route delete - nexthops in wrong order [ OK ] # TEST: Multipath route delete exact match [ OK ] # # IPv4 rp_filter tests # TEST: rp_filter passes local packets [FAIL] # TEST: rp_filter passes loopback packets [FAIL] # # IPv4 delete address route tests # TEST: Route removed from VRF when source address deleted [ OK ] # TEST: Route in default VRF not removed [ OK ] # TEST: Route removed in default VRF when source address deleted [ OK ] # TEST: Route in VRF is not removed by address delete [ OK ] # # Tests passed: 156 # Tests failed: 2 not ok 14 selftests: net: fib_tests.sh # exit=1 # selftests: net: fib-onlink-tests.sh # Error: ipv4: FIB table does not exist. # Flush terminated # Error: ipv6: FIB table does not exist. # Flush terminated # # ######################################## # Configuring interfaces # # ###################################################################### # TEST SECTION: IPv4 onlink # ###################################################################### # # ######################################### # TEST SUBSECTION: Valid onlink commands # # ######################################### # TEST SUBSECTION: default VRF - main table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # # ######################################### # TEST SUBSECTION: VRF lisa # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # # ######################################### # TEST SUBSECTION: VRF device, PBR table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # # ######################################### # TEST SUBSECTION: default VRF - main table - multipath # TEST: unicast connected - multipath [ OK ] # TEST: unicast recursive - multipath [ OK ] # TEST: unicast connected - multipath onlink first only [ OK ] # TEST: unicast connected - multipath onlink second only [ OK ] # # ######################################### # TEST SUBSECTION: Invalid onlink commands # TEST: Invalid gw - local unicast address [ OK ] # TEST: Invalid gw - local unicast address, VRF [ OK ] # TEST: No nexthop device given [ OK ] # TEST: Gateway resolves to wrong nexthop device [ OK ] # TEST: Gateway resolves to wrong nexthop device - VRF [ OK ] # # ###################################################################### # TEST SECTION: IPv6 onlink # ###################################################################### # # ######################################### # TEST SUBSECTION: Valid onlink commands # # ######################################### # TEST SUBSECTION: default VRF - main table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # TEST: v4-mapped [ OK ] # # ######################################### # TEST SUBSECTION: VRF lisa # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # TEST: v4-mapped [ OK ] # # ######################################### # TEST SUBSECTION: VRF device, PBR table # TEST: unicast connected [ OK ] # TEST: unicast recursive [ OK ] # TEST: v4-mapped [ OK ] # # ######################################### # TEST SUBSECTION: default VRF - main table - multipath # TEST: unicast connected - multipath onlink [ OK ] # TEST: unicast recursive - multipath onlink [ OK ] # TEST: v4-mapped - multipath onlink [ OK ] # TEST: unicast connected - multipath onlink both nexthops [ OK ] # TEST: unicast connected - multipath onlink first only [ OK ] # TEST: unicast connected - multipath onlink second only [ OK ] # # ######################################### # TEST SUBSECTION: Invalid onlink commands # TEST: Invalid gw - local unicast address [ OK ] # TEST: Invalid gw - local linklocal address [ OK ] # TEST: Invalid gw - multicast address [ OK ] # TEST: Invalid gw - local unicast address, VRF [ OK ] # TEST: Invalid gw - local linklocal address, VRF [ OK ] # TEST: Invalid gw - multicast address, VRF [ OK ] # TEST: No nexthop device given [ OK ] # TEST: Gateway resolves to wrong nexthop device - VRF [ OK ] # # Tests passed: 38 # Tests failed: 0 ok 15 selftests: net: fib-onlink-tests.sh # selftests: net: pmtu.sh # TEST: ipv4: PMTU exceptions [ OK ] # TEST: ipv4: PMTU exceptions - nexthop objects [ OK ] # TEST: ipv6: PMTU exceptions [ OK ] # TEST: ipv6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over vxlan4: PMTU exceptions [ OK ] # TEST: IPv4 over vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over vxlan4: PMTU exceptions [ OK ] # TEST: IPv6 over vxlan4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over vxlan6: PMTU exceptions [ OK ] # TEST: IPv4 over vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over vxlan6: PMTU exceptions [ OK ] # TEST: IPv6 over vxlan6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over geneve4: PMTU exceptions [ OK ] # TEST: IPv4 over geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over geneve4: PMTU exceptions [ OK ] # TEST: IPv6 over geneve4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over geneve6: PMTU exceptions [ OK ] # TEST: IPv4 over geneve6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over geneve6: PMTU exceptions [ OK ] # TEST: IPv6 over geneve6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over fou4: PMTU exceptions [ OK ] # TEST: IPv4 over fou4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over fou4: PMTU exceptions [ OK ] # TEST: IPv6 over fou4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over fou6: PMTU exceptions [ OK ] # TEST: IPv4 over fou6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over fou6: PMTU exceptions [ OK ] # TEST: IPv6 over fou6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over gue4: PMTU exceptions [ OK ] # TEST: IPv4 over gue4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over gue4: PMTU exceptions [ OK ] # TEST: IPv6 over gue4: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv4 over gue6: PMTU exceptions [ OK ] # TEST: IPv4 over gue6: PMTU exceptions - nexthop objects [ OK ] # TEST: IPv6 over gue6: PMTU exceptions [ OK ] # TEST: IPv6 over gue6: PMTU exceptions - nexthop objects [ OK ] # TEST: vti6: PMTU exceptions [ OK ] # TEST: vti4: PMTU exceptions [ OK ] # TEST: vti4: default MTU assignment [ OK ] # TEST: vti6: default MTU assignment [ OK ] # TEST: vti4: MTU setting on link creation [ OK ] # TEST: vti6: MTU setting on link creation [ OK ] # TEST: vti6: MTU changes on link changes [ OK ] # TEST: ipv4: cleanup of cached exceptions [ OK ] # TEST: ipv4: cleanup of cached exceptions - nexthop objects [ OK ] # TEST: ipv6: cleanup of cached exceptions [ OK ] # TEST: ipv6: cleanup of cached exceptions - nexthop objects [ OK ] # TEST: ipv4: list and flush cached exceptions [ OK ] # TEST: ipv4: list and flush cached exceptions - nexthop objects [ OK ] # TEST: ipv6: list and flush cached exceptions [ OK ] # TEST: ipv6: list and flush cached exceptions - nexthop objects [ OK ] ok 16 selftests: net: pmtu.sh # selftests: net: udpgso.sh # ipv4 cmsg # device mtu (orig): 65536 # device mtu (test): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv4 setsockopt # device mtu (orig): 65536 # device mtu (test): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv6 cmsg # device mtu (orig): 65536 # device mtu (test): 1500 # ipv6 tx:1 gso:0 # ipv6 tx:1452 gso:0 # ipv6 tx:1453 gso:0 (fail) # ipv6 tx:1452 gso:1452 # ipv6 tx:1453 gso:1452 # ipv6 tx:2904 gso:1452 # ipv6 tx:2905 gso:1452 # ipv6 tx:65340 gso:1452 # ipv6 tx:65527 gso:1452 # ipv6 tx:65528 gso:1452 (fail) # ipv6 tx:1 gso:1 # ipv6 tx:2 gso:1 # ipv6 tx:5 gso:2 # ipv6 tx:16 gso:1 # ipv6 tx:17 gso:1 (fail) # OK # ipv6 setsockopt # device mtu (orig): 65536 # device mtu (test): 1500 # ipv6 tx:1 gso:0 # ipv6 tx:1452 gso:0 # ipv6 tx:1453 gso:0 (fail) # ipv6 tx:1452 gso:1452 # ipv6 tx:1453 gso:1452 # ipv6 tx:2904 gso:1452 # ipv6 tx:2905 gso:1452 # ipv6 tx:65340 gso:1452 # ipv6 tx:65527 gso:1452 # ipv6 tx:65528 gso:1452 (fail) # ipv6 tx:1 gso:1 # ipv6 tx:2 gso:1 # ipv6 tx:5 gso:2 # ipv6 tx:16 gso:1 # ipv6 tx:17 gso:1 (fail) # OK # ipv4 connected # device mtu (orig): 65536 # device mtu (test): 1600 # route mtu (test): 1500 # path mtu (read): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv4 msg_more # device mtu (orig): 65536 # device mtu (test): 1500 # ipv4 tx:1 gso:0 # ipv4 tx:1472 gso:0 # ipv4 tx:1473 gso:0 (fail) # ipv4 tx:1472 gso:1472 # ipv4 tx:1473 gso:1472 # ipv4 tx:2944 gso:1472 # ipv4 tx:2945 gso:1472 # ipv4 tx:64768 gso:1472 # ipv4 tx:65507 gso:1472 # ipv4 tx:65508 gso:1472 (fail) # ipv4 tx:1 gso:1 # ipv4 tx:2 gso:1 # ipv4 tx:5 gso:2 # ipv4 tx:36 gso:1 # ipv4 tx:37 gso:1 (fail) # OK # ipv6 msg_more # device mtu (orig): 65536 # device mtu (test): 1500 # ipv6 tx:1 gso:0 # ipv6 tx:1452 gso:0 # ipv6 tx:1453 gso:0 (fail) # ipv6 tx:1452 gso:1452 # ipv6 tx:1453 gso:1452 # ipv6 tx:2904 gso:1452 # ipv6 tx:2905 gso:1452 # ipv6 tx:65340 gso:1452 # ipv6 tx:65527 gso:1452 # ipv6 tx:65528 gso:1452 (fail) # ipv6 tx:1 gso:1 # ipv6 tx:2 gso:1 # ipv6 tx:5 gso:2 # ipv6 tx:16 gso:1 # ipv6 tx:17 gso:1 (fail) # OK ok 17 selftests: net: udpgso.sh # selftests: net: ip_defrag.sh # ipv4 defrag # PASS # seed = 1585975755 # ipv4 defrag with overlaps # PASS # seed = 1585975755 # ipv6 defrag # PASS # seed = 1585975760 # ipv6 defrag with overlaps # PASS # seed = 1585975760 # ipv6 nf_conntrack defrag # PASS # seed = 1585975766 # ipv6 nf_conntrack defrag with overlaps # PASS # seed = 1585975766 # all tests done ok 18 selftests: net: ip_defrag.sh # selftests: net: udpgso_bench.sh # ipv4 # tcp # tcp tx: 10962 MB/s 185937 calls/s 185937 msg/s # tcp rx: 10972 MB/s 186089 calls/s # tcp tx: 11526 MB/s 195490 calls/s 195490 msg/s # tcp rx: 11537 MB/s 195676 calls/s # tcp tx: 11520 MB/s 195396 calls/s 195396 msg/s # tcp zerocopy # tcp tx: 7692 MB/s 130472 calls/s 130472 msg/s # tcp rx: 7703 MB/s 130459 calls/s # tcp tx: 7838 MB/s 132948 calls/s 132948 msg/s # tcp rx: 7844 MB/s 131437 calls/s # tcp tx: 7777 MB/s 131906 calls/s 131906 msg/s # udp # udp rx: 1028 MB/s 732476 calls/s # udp tx: 1028 MB/s 732480 calls/s 17440 msg/s # udp tx: 1029 MB/s 733404 calls/s 17462 msg/s # udp rx: 1030 MB/s 734012 calls/s # udp tx: 1024 MB/s 729498 calls/s 17369 msg/s # udp gso # udp rx: 2300 MB/s 1638656 calls/s # udp tx: 2713 MB/s 46027 calls/s 46027 msg/s # udp tx: 2741 MB/s 46493 calls/s 46493 msg/s # udp rx: 2332 MB/s 1661696 calls/s # udp tx: 2754 MB/s 46717 calls/s 46717 msg/s # udp gso zerocopy # udp tx: 2019 MB/s 34254 calls/s 34254 msg/s # udp rx: 2019 MB/s 1438488 calls/s # udp tx: 2079 MB/s 35269 calls/s 35269 msg/s # udp rx: 2060 MB/s 1468036 calls/s # udp tx: 2097 MB/s 35573 calls/s 35573 msg/s # udp gso timestamp # udp tx: 2523 MB/s 42792 calls/s 42792 msg/s # udp rx: 2340 MB/s 1667072 calls/s # udp tx: 2552 MB/s 43286 calls/s 43286 msg/s # udp rx: 2362 MB/s 1683200 calls/s # udp tx: 2549 MB/s 43242 calls/s 43242 msg/s # udp gso zerocopy audit # udp rx: 2028 MB/s 1445168 calls/s # udp tx: 2040 MB/s 34612 calls/s 34612 msg/s # udp tx: 2091 MB/s 35480 calls/s 35480 msg/s # udp rx: 2078 MB/s 1480960 calls/s # udp tx: 2081 MB/s 35299 calls/s 35299 msg/s # Summary over 3.000 seconds... # sum udp tx: 2120 MB/s 105391 calls (35130/s) 105391 msgs (35130/s) # Zerocopy acks: 105391 # udp gso timestamp audit # udp tx: 2527 MB/s 42866 calls/s 42866 msg/s # udp rx: 2294 MB/s 1634304 calls/s # udp tx: 2565 MB/s 43512 calls/s 43512 msg/s # udp rx: 2342 MB/s 1668608 calls/s # udp tx: 2569 MB/s 43574 calls/s 43574 msg/s # Summary over 3.000 seconds... # sum udp tx: 2615 MB/s 129952 calls (43317/s) 129952 msgs (43317/s) # Tx Timestamps: 129952 received 0 errors # udp gso zerocopy timestamp audit # udp rx: 1912 MB/s 1362110 calls/s # udp tx: 1913 MB/s 32449 calls/s 32449 msg/s # udp rx: 1936 MB/s 1379272 calls/s # udp tx: 1935 MB/s 32823 calls/s 32823 msg/s # udp tx: 1920 MB/s 32565 calls/s 32565 msg/s # Summary over 3.000 seconds... # sum udp tx: 1968 MB/s 97837 calls (32612/s) 97837 msgs (32612/s) # Tx Timestamps: 97837 received 0 errors # Zerocopy acks: 97837 # ipv6 # tcp # tcp tx: 11435 MB/s 193949 calls/s 193949 msg/s # tcp rx: 11444 MB/s 194057 calls/s # tcp tx: 11676 MB/s 198034 calls/s 198034 msg/s # tcp rx: 11687 MB/s 198127 calls/s # tcp tx: 11666 MB/s 197872 calls/s 197872 msg/s # tcp zerocopy # tcp tx: 7894 MB/s 133895 calls/s 133895 msg/s # tcp rx: 7901 MB/s 133311 calls/s # tcp tx: 8055 MB/s 136621 calls/s 136621 msg/s # tcp rx: 8063 MB/s 134150 calls/s # tcp tx: 8063 MB/s 136755 calls/s 136755 msg/s # udp # udp rx: 901 MB/s 657592 calls/s # udp tx: 901 MB/s 657599 calls/s 15293 msg/s # udp tx: 905 MB/s 660695 calls/s 15365 msg/s # udp rx: 906 MB/s 661275 calls/s # udp tx: 908 MB/s 662587 calls/s 15409 msg/s # udp gso # udp tx: 2607 MB/s 44224 calls/s 44224 msg/s # udp rx: 2219 MB/s 1617920 calls/s # udp tx: 2637 MB/s 44726 calls/s 44726 msg/s # udp rx: 2245 MB/s 1636352 calls/s # udp tx: 2740 MB/s 46488 calls/s 46488 msg/s # udp gso zerocopy # udp tx: 2037 MB/s 34559 calls/s 34559 msg/s # udp rx: 2034 MB/s 1483522 calls/s # udp tx: 2042 MB/s 34634 calls/s 34634 msg/s # udp rx: 2043 MB/s 1490198 calls/s # udp tx: 2053 MB/s 34824 calls/s 34824 msg/s # udp gso timestamp # udp tx: 2521 MB/s 42772 calls/s 42772 msg/s # udp rx: 2238 MB/s 1630976 calls/s # udp tx: 2566 MB/s 43527 calls/s 43527 msg/s # udp rx: 2280 MB/s 1661696 calls/s # udp tx: 2573 MB/s 43640 calls/s 43640 msg/s # udp gso zerocopy audit # udp rx: 2009 MB/s 1464832 calls/s # udp tx: 2037 MB/s 34557 calls/s 34557 msg/s # udp tx: 2068 MB/s 35077 calls/s 35077 msg/s # udp rx: 2037 MB/s 1485568 calls/s # udp tx: 2084 MB/s 35353 calls/s 35353 msg/s # Summary over 3.000 seconds... # sum udp tx: 2112 MB/s 104987 calls (34995/s) 104987 msgs (34995/s) # Zerocopy acks: 104987 # udp gso timestamp audit # udp tx: 2538 MB/s 43059 calls/s 43059 msg/s # udp rx: 2273 MB/s 1656576 calls/s # udp tx: 2593 MB/s 43983 calls/s 43983 msg/s # udp rx: 2298 MB/s 1675264 calls/s # udp tx: 2598 MB/s 44064 calls/s 44064 msg/s # Summary over 3.000 seconds... # sum udp tx: 2638 MB/s 131106 calls (43702/s) 131106 msgs (43702/s) # Tx Timestamps: 131106 received 0 errors # udp gso zerocopy timestamp audit # udp rx: 1904 MB/s 1389104 calls/s # udp tx: 1906 MB/s 32333 calls/s 32333 msg/s # udp tx: 1949 MB/s 33071 calls/s 33071 msg/s # udp rx: 1951 MB/s 1423273 calls/s # udp tx: 1955 MB/s 33169 calls/s 33169 msg/s # Summary over 3.000 seconds... # sum udp tx: 1983 MB/s 98573 calls (32857/s) 98573 msgs (32857/s) # Tx Timestamps: 98573 received 0 errors # Zerocopy acks: 98573 # udpgso_bench.sh: PASS=18 SKIP=0 FAIL=0 # udpgso_bench.sh: PASS ok 19 selftests: net: udpgso_bench.sh # selftests: net: fib_rule_tests.sh # # ###################################################################### # TEST SECTION: IPv4 fib rule # ###################################################################### # # TEST: rule4 check: oif dummy0 [ OK ] # # TEST: rule4 del by pref: oif dummy0 [ OK ] # net.ipv4.ip_forward = 1 # net.ipv4.conf.dummy0.rp_filter = 0 # # TEST: rule4 check: from 192.51.100.3 iif dummy0 [ OK ] # # TEST: rule4 del by pref: from 192.51.100.3 iif dummy0 [ OK ] # net.ipv4.ip_forward = 0 # # TEST: rule4 check: tos 0x10 [ OK ] # # TEST: rule4 del by pref: tos 0x10 [ OK ] # # TEST: rule4 check: fwmark 0x64 [ OK ] # # TEST: rule4 del by pref: fwmark 0x64 [ OK ] # # TEST: rule4 check: uidrange 100-100 [ OK ] # # TEST: rule4 del by pref: uidrange 100-100 [ OK ] # # TEST: rule4 check: sport 666 dport 777 [ OK ] # # TEST: rule4 del by pref: sport 666 dport 777 [ OK ] # # TEST: rule4 check: ipproto tcp [ OK ] # # TEST: rule4 del by pref: ipproto tcp [ OK ] # # TEST: rule4 check: ipproto icmp [ OK ] # # TEST: rule4 del by pref: ipproto icmp [ OK ] # # ###################################################################### # TEST SECTION: IPv6 fib rule # ###################################################################### # # TEST: rule6 check: oif dummy0 [ OK ] # # TEST: rule6 del by pref: oif dummy0 [ OK ] # # TEST: rule6 check: from 2001:db8:1::3 iif dummy0 [ OK ] # # TEST: rule6 del by pref: from 2001:db8:1::3 iif dummy0 [ OK ] # # TEST: rule6 check: tos 0x10 [ OK ] # # TEST: rule6 del by pref: tos 0x10 [ OK ] # # TEST: rule6 check: fwmark 0x64 [ OK ] # # TEST: rule6 del by pref: fwmark 0x64 [ OK ] # # TEST: rule6 check: uidrange 100-100 [ OK ] # # TEST: rule6 del by pref: uidrange 100-100 [ OK ] # # TEST: rule6 check: sport 666 dport 777 [ OK ] # # TEST: rule6 del by pref: sport 666 dport 777 [ OK ] # # TEST: rule6 check: ipproto tcp [ OK ] # # TEST: rule6 del by pref: ipproto tcp [ OK ] # # TEST: rule6 check: ipproto ipv6-icmp [ OK ] # # TEST: rule6 del by pref: ipproto ipv6-icmp [ OK ] # # Tests passed: 32 # Tests failed: 0 ok 20 selftests: net: fib_rule_tests.sh # selftests: net: msg_zerocopy.sh # ipv4 tcp -t 1 # tx=218728 (13649 MB) txc=0 zc=n # rx=109365 (13649 MB) # ipv4 tcp -z -t 1 # tx=175132 (10928 MB) txc=175132 zc=n # rx=87567 (10928 MB) # ok # ipv6 tcp -t 1 # tx=221341 (13812 MB) txc=0 zc=n # rx=110670 (13812 MB) # ipv6 tcp -z -t 1 # tx=172171 (10744 MB) txc=172171 zc=n # rx=86086 (10744 MB) # ok # ipv4 udp -t 1 # tx=238426 (14878 MB) txc=0 zc=n # rx=236780 (14775 MB) # ipv4 udp -z -t 1 # tx=155131 (9680 MB) txc=155131 zc=n # rx=155131 (9680 MB) # ok # ipv6 udp -t 1 # tx=224766 (14026 MB) txc=0 zc=n # rx=223132 (13924 MB) # ipv6 udp -z -t 1 # tx=152382 (9509 MB) txc=152382 zc=n # rx=152382 (9509 MB) # ok # OK. All tests passed ok 21 selftests: net: msg_zerocopy.sh # selftests: net: psock_snd.sh # dgram # tx: 128 # rx: 142 # rx: 100 # OK # # dgram bind # tx: 128 # rx: 142 # rx: 100 # OK # # raw # tx: 142 # rx: 142 # rx: 100 # OK # # raw bind # tx: 142 # rx: 142 # rx: 100 # OK # # raw qdisc bypass # tx: 142 # rx: 142 # rx: 100 # OK # # raw vlan # tx: 146 # rx: 100 # OK # # raw vnet hdr # tx: 152 # rx: 142 # rx: 100 # OK # # raw csum_off # tx: 152 # rx: 142 # rx: 100 # OK # # raw csum_off with bad offset (fails) # ./psock_snd: write: Invalid argument # raw min size # tx: 42 # rx: 0 # OK # # raw mtu size # tx: 1514 # rx: 1472 # OK # # raw mtu size + 1 (fails) # ./psock_snd: write: Message too long # raw vlan mtu size + 1 (fails) # ./psock_snd: write: Message too long # dgram mtu size # tx: 1500 # rx: 1472 # OK # # dgram mtu size + 1 (fails) # ./psock_snd: write: Message too long # raw truncate hlen (fails: does not arrive) # tx: 14 # ./psock_snd: recv: Resource temporarily unavailable # raw truncate hlen - 1 (fails: EINVAL) # ./psock_snd: write: Invalid argument # raw gso min size # tx: 1525 # rx: 1473 # OK # # raw gso min size - 1 (fails) # tx: 1524 # ./psock_snd: recv: Resource temporarily unavailable # raw gso max size # tx: 65559 # rx: 65507 # OK # # raw gso max size + 1 (fails) # tx: 65560 # ./psock_snd: recv: Resource temporarily unavailable # OK. All tests passed ok 22 selftests: net: psock_snd.sh # selftests: net: udpgro_bench.sh # Missing xdp_dummy helper. Build bpf selftest first not ok 23 selftests: net: udpgro_bench.sh # exit=255 # selftests: net: udpgro.sh # Missing xdp_dummy helper. Build bpf selftest first not ok 24 selftests: net: udpgro.sh # exit=255 # selftests: net: test_vxlan_under_vrf.sh # Checking HV connectivity [ OK ] # Check VM connectivity through VXLAN (underlay in the default VRF) [ OK ] # Check VM connectivity through VXLAN (underlay in a VRF) [FAIL] not ok 25 selftests: net: test_vxlan_under_vrf.sh # exit=1 # selftests: net: reuseport_addr_any.sh # UDP IPv4 ... pass # UDP IPv6 ... pass # UDP IPv4 mapped to IPv6 ... pass # TCP IPv4 ... pass # TCP IPv6 ... pass # TCP IPv4 mapped to IPv6 ... pass # DCCP IPv4 ... pass # DCCP IPv6 ... pass # DCCP IPv4 mapped to IPv6 ... pass # SUCCESS ok 26 selftests: net: reuseport_addr_any.sh # selftests: net: test_vxlan_fdb_changelink.sh # expected two remotes after fdb append [ OK ] # expected two remotes after link set [ OK ] ok 27 selftests: net: test_vxlan_fdb_changelink.sh # selftests: net: so_txtime.sh # # SO_TXTIME ipv6 clock monotonic # payload:a delay:14 expected:0 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:46 expected:0 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:32 expected:0 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:45 expected:0 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:10080 expected:10000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:10045 expected:10000 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:10078 expected:10000 (us) # payload:b delay:20063 expected:20000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:10073 expected:10000 (us) # payload:b delay:20071 expected:20000 (us) # # SO_TXTIME ipv6 clock monotonic # payload:b delay:20136 expected:20000 (us) # payload:a delay:20160 expected:20000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:b delay:20101 expected:20000 (us) # payload:a delay:20119 expected:20000 (us) # Error: Specified qdisc not found. # tc (tc utility, iproute2-ss200127) does not support qdisc etf. skipping # OK. All tests passed ok 28 selftests: net: so_txtime.sh # selftests: net: ipv6_flowlabel.sh # TEST management # [OK] !(flowlabel_get(fd, 1, 255, 0)) # [OK] !(flowlabel_put(fd, 1)) # [OK] !(flowlabel_get(fd, 0x1FFFFF, 255, 1)) # [OK] flowlabel_get(fd, 1, 255, 1) # [OK] flowlabel_get(fd, 1, 255, 0) # [OK] flowlabel_get(fd, 1, 255, 1) # [OK] !(flowlabel_get(fd, 1, 255, 1 | 2)) # [OK] flowlabel_put(fd, 1) # [OK] flowlabel_put(fd, 1) # [OK] flowlabel_put(fd, 1) # [OK] !(flowlabel_put(fd, 1)) # [OK] flowlabel_get(fd, 2, 1, 1) # [OK] !(flowlabel_get(fd, 2, 255, 1)) # [OK] !(flowlabel_get(fd, 2, 1, 1)) # [OK] flowlabel_put(fd, 2) # [OK] flowlabel_get(fd, 3, 3, 1) # [OK] !(flowlabel_get(fd, 3, 255, 0)) # [OK] !(flowlabel_get(fd, 3, 1, 0)) # [OK] flowlabel_get(fd, 3, 3, 0) # [OK] flowlabel_get(fd, 3, 3, 0) # [OK] !(flowlabel_get(fd, 3, 3, 0)) # [OK] flowlabel_get(fd, 4, 2, 1) # [OK] flowlabel_get(fd, 4, 2, 0) # [OK] !(flowlabel_get(fd, 4, 2, 0)) # TEST datapath # send no label: recv no label (auto off) # sent without label # recv without label # send label # sent with label 1 # recv with label 1 # TEST datapath (with auto-flowlabels) # send no label: recv auto flowlabel # sent without label # recv with label 106708 # send label # sent with label 1 # recv with label 1 # OK. All tests passed ok 29 selftests: net: ipv6_flowlabel.sh # selftests: net: tcp_fastopen_backup_key.sh # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # PASS # all tests done ok 30 selftests: net: tcp_fastopen_backup_key.sh # selftests: net: fcnal-test.sh # 'nettest' command not found; skipping tests ok 31 selftests: net: fcnal-test.sh # selftests: net: traceroute.sh # SKIP: Could not run IPV6 test without traceroute6 # SKIP: Could not run IPV4 test without traceroute # # Tests passed: 0 # Tests failed: 0 ok 32 selftests: net: traceroute.sh # selftests: net: fin_ack_lat.sh # server port: 35525 # test done ok 33 selftests: net: fin_ack_lat.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/net' 2020-04-04 12:51:24 make run_tests -C netfilter make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/netfilter' TAP version 13 1..7 # selftests: netfilter: nft_trans_stress.sh ok 1 selftests: netfilter: nft_trans_stress.sh # selftests: netfilter: nft_nat.sh # /dev/stdin:2:9-15: Error: syntax error, unexpected counter # counter ns0in {} # ^^^^^^^ # /dev/stdin:3:9-15: Error: syntax error, unexpected counter # counter ns1in {} # ^^^^^^^ # /dev/stdin:4:9-15: Error: syntax error, unexpected counter # counter ns2in {} # ^^^^^^^ # /dev/stdin:6:9-15: Error: syntax error, unexpected counter # counter ns0out {} # ^^^^^^^ # /dev/stdin:7:9-15: Error: syntax error, unexpected counter # counter ns1out {} # ^^^^^^^ # /dev/stdin:8:9-15: Error: syntax error, unexpected counter # counter ns2out {} # ^^^^^^^ # /dev/stdin:10:9-15: Error: syntax error, unexpected counter # counter ns0in6 {} # ^^^^^^^ # /dev/stdin:11:9-15: Error: syntax error, unexpected counter # counter ns1in6 {} # ^^^^^^^ # /dev/stdin:12:9-15: Error: syntax error, unexpected counter # counter ns2in6 {} # ^^^^^^^ # /dev/stdin:14:9-15: Error: syntax error, unexpected counter # counter ns0out6 {} # ^^^^^^^ # /dev/stdin:2:9-15: Error: syntax error, unexpected counter # counter ns0in {} # ^^^^^^^ # /dev/stdin:3:9-15: Error: syntax error, unexpected counter # counter ns1in {} # ^^^^^^^ # /dev/stdin:4:9-15: Error: syntax error, unexpected counter # counter ns2in {} # ^^^^^^^ # /dev/stdin:6:9-15: Error: syntax error, unexpected counter # counter ns0out {} # ^^^^^^^ # /dev/stdin:7:9-15: Error: syntax error, unexpected counter # counter ns1out {} # ^^^^^^^ # /dev/stdin:8:9-15: Error: syntax error, unexpected counter # counter ns2out {} # ^^^^^^^ # /dev/stdin:10:9-15: Error: syntax error, unexpected counter # counter ns0in6 {} # ^^^^^^^ # /dev/stdin:11:9-15: Error: syntax error, unexpected counter # counter ns1in6 {} # ^^^^^^^ # /dev/stdin:12:9-15: Error: syntax error, unexpected counter # counter ns2in6 {} # ^^^^^^^ # /dev/stdin:14:9-15: Error: syntax error, unexpected counter # counter ns0out6 {} # ^^^^^^^ # /dev/stdin:2:9-15: Error: syntax error, unexpected counter # counter ns0in {} # ^^^^^^^ # /dev/stdin:3:9-15: Error: syntax error, unexpected counter # counter ns1in {} # ^^^^^^^ # /dev/stdin:4:9-15: Error: syntax error, unexpected counter # counter ns2in {} # ^^^^^^^ # /dev/stdin:6:9-15: Error: syntax error, unexpected counter # counter ns0out {} # ^^^^^^^ # /dev/stdin:7:9-15: Error: syntax error, unexpected counter # counter ns1out {} # ^^^^^^^ # /dev/stdin:8:9-15: Error: syntax error, unexpected counter # counter ns2out {} # ^^^^^^^ # /dev/stdin:10:9-15: Error: syntax error, unexpected counter # counter ns0in6 {} # ^^^^^^^ # /dev/stdin:11:9-15: Error: syntax error, unexpected counter # counter ns1in6 {} # ^^^^^^^ # /dev/stdin:12:9-15: Error: syntax error, unexpected counter # counter ns2in6 {} # ^^^^^^^ # /dev/stdin:14:9-15: Error: syntax error, unexpected counter # counter ns0out6 {} # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # ERROR: ns0in counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_counters 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # ERROR: ns0out counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_counters 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # ERROR: ns0in6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_counters 3 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # ERROR: ns0out6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_counters 4 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # ERROR: ns0in counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at check_ns0_counters 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # ERROR: ns0in6 counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # ERROR: ns0out counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at check_ns0_counters 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # ERROR: ns0out6 counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at check_ns0_counters3 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # ERROR: ns1in counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_ns0_counters 4 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in6 # ^^^^^^^ # ERROR: ns1 counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_ns0_counters 5 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # ERROR: ns1out counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_ns0_counters 4 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out6 # ^^^^^^^ # ERROR: ns1 counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_ns0_counters 5 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1 # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # ERROR: ns0in counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_counters 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # ERROR: ns0out counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_counters 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # ERROR: ns0in6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_counters 3 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # ERROR: ns0out6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_counters 4 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # ERROR: ns0in counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at check_ns0_counters 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # ERROR: ns0in6 counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # ERROR: ns0out counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at check_ns0_counters 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # ERROR: ns0out6 counter in ns0-uSpPZL3V has unexpected value (expected packets 0 bytes 0) at check_ns0_counters3 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns0out6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in # ^^^^^^^ # ERROR: ns2in counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_ns0_counters 4 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in6 # ^^^^^^^ # ERROR: ns2 counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_ns0_counters 5 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out # ^^^^^^^ # ERROR: ns2out counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at check_ns0_counters 4 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out6 # ^^^^^^^ # ERROR: ns2 counter in ns0-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at check_ns0_counters 5 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2 # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # SKIP: Could not add add ip dnat hook # /dev/stdin:1:1-2: Error: Could not process rule: Operation not supported # table ip6 nat { # ^^ # /dev/stdin:1:1-2: Error: Could not process rule: No such file or directory # table ip6 nat { # ^^ # SKIP: Could not add add ip6 dnat hook # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # SKIP: inet nat tests # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in # ^^^^^^^ # ERROR: ns2in counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # ERROR: ns1in counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out # ^^^^^^^ # ERROR: ns2out counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # ERROR: ns1out counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # /dev/stdin:1:1-2: Error: Could not process rule: Operation not supported # table ip nat { # ^^ # /dev/stdin:1:1-2: Error: Could not process rule: No such file or directory # table ip nat { # ^^ # SKIP: Could not add add ip masquerade hook # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in6 # ^^^^^^^ # ERROR: ns2in6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in6 # ^^^^^^^ # ERROR: ns1in6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out6 # ^^^^^^^ # ERROR: ns2out6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out6 # ^^^^^^^ # ERROR: ns1out6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out6 # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # /dev/stdin:1:1-2: Error: Could not process rule: Operation not supported # table ip6 nat { # ^^ # /dev/stdin:1:1-2: Error: Could not process rule: No such file or directory # table ip6 nat { # ^^ # SKIP: Could not add add ip6 masquerade hook # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in # ^^^^^^^ # ERROR: ns2in counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # ERROR: ns1in counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out # ^^^^^^^ # ERROR: ns2out counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # ERROR: ns1out counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_masquerade 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # /dev/stdin:1:1-2: Error: Could not process rule: Operation not supported # table ip nat { # ^^ # /dev/stdin:1:1-2: Error: Could not process rule: No such file or directory # table ip nat { # ^^ # SKIP: Could not add add ip masquerade hook # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in6 # ^^^^^^^ # ERROR: ns2in6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in6 # ^^^^^^^ # ERROR: ns1in6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out6 # ^^^^^^^ # ERROR: ns2out6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out6 # ^^^^^^^ # ERROR: ns1out6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_masquerade6 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out6 # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # /dev/stdin:1:1-2: Error: Could not process rule: Operation not supported # table ip6 nat { # ^^ # /dev/stdin:1:1-2: Error: Could not process rule: No such file or directory # table ip6 nat { # ^^ # SKIP: Could not add add ip6 masquerade hook # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in # ^^^^^^^ # ERROR: ns2-uSpPZL3Vin counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_redirect 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2-uSpPZL3Vin # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # ERROR: ns1in counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_redirect 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out # ^^^^^^^ # ERROR: ns2-uSpPZL3Vout counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_redirect 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2-uSpPZL3Vout # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # ERROR: ns1out counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 84) at test_redirect 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # /dev/stdin:1:1-2: Error: Could not process rule: Operation not supported # table ip nat { # ^^ # /dev/stdin:1:1-2: Error: Could not process rule: No such file or directory # table ip nat { # ^^ # SKIP: Could not add add ip redirect hook # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in6 # ^^^^^^^ # ERROR: ns2in6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_redirect6 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in6 # ^^^^^^^ # ERROR: ns1in6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_redirect6 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out6 # ^^^^^^^ # ERROR: ns2out6 counter in ns1-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_redirect6 1 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns2out6 # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out6 # ^^^^^^^ # ERROR: ns1out6 counter in ns2-uSpPZL3V has unexpected value (expected packets 1 bytes 104) at test_redirect6 2 # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out6 # ^^^^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # /dev/stdin:1:1-2: Error: Could not process rule: Operation not supported # table ip6 nat { # ^^ # /dev/stdin:1:1-2: Error: Could not process rule: No such file or directory # table ip6 nat { # ^^ # SKIP: Could not add add ip6 redirect hook # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # :1:16-19: Error: syntax error, unexpected inet # reset counters inet # ^^^^ # FAIL: nftables v0.7 (Scrooge McDuck) not ok 2 selftests: netfilter: nft_nat.sh # exit=1 # selftests: netfilter: bridge_brouter.sh # PASS: netns connectivity: ns1 and ns2 can reach each other # PASS: ns1/ns2 connectivity with active broute rule # PASS: ns1/ns2 connectivity with active broute rule and bridge forward drop ok 3 selftests: netfilter: bridge_brouter.sh # selftests: netfilter: conntrack_icmp_related.sh # internal:0:0-0: Error: Could not open file "-": No such file or directory # # # internal:0:0-0: Error: Could not open file "-": No such file or directory # # # internal:0:0-0: Error: Could not open file "-": No such file or directory # # # internal:0:0-0: Error: Could not open file "-": No such file or directory # # # internal:0:0-0: Error: Could not open file "-": No such file or directory # # # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter unknown # ^^^^^^^ # ERROR: counter unknown in nsclient1 has unexpected value (expected packets 0 bytes 0) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter unknown # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsrouter1 has unexpected value (expected packets 0 bytes 0) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsrouter2 has unexpected value (expected packets 0 bytes 0) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsclient1 has unexpected value (expected packets 0 bytes 0) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter new # ^^^^^^^ # ERROR: counter new in nsclient2 has unexpected value (expected packets 2 bytes 2076) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter new # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsrouter2 has unexpected value (expected packets 0 bytes 0) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsrouter1 has unexpected value (expected packets 1 bytes 576) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsclient1 has unexpected value (expected packets 1 bytes 576) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsrouter1 has unexpected value (expected packets 2 bytes 1856) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: counter related in nsclient1 has unexpected value (expected packets 2 bytes 1856) # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter related # ^^^^^^^ # ERROR: icmp error RELATED state test has failed not ok 4 selftests: netfilter: conntrack_icmp_related.sh # exit=1 # selftests: netfilter: nft_flowtable.sh # internal:0:0-0: Error: Could not open file "-": No such file or directory # # # PASS: netns routing/connectivity: ns1 can reach ns2 # ./nft_flowtable.sh: line 248: 31543 Terminated ip netns exec $nsb nc -w 5 -l -p 12345 < "$ns2in" > "$ns2out" # ./nft_flowtable.sh: line 248: 31548 Terminated ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$ns1in" > "$ns1out" # PASS: flow offloaded for ns1/ns2 # internal:0:0-0: Error: Could not open file "-": No such file or directory # # # ./nft_flowtable.sh: line 248: 31568 Terminated ip netns exec $nsb nc -w 5 -l -p 12345 < "$ns2in" > "$ns2out" # ./nft_flowtable.sh: line 213: 31573 Terminated ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$ns1in" > "$ns1out" # FAIL: file mismatch for ns1 -> ns2 # -rw------- 1 root root 1550336 Apr 4 12:52 /tmp/tmp.CXWa1YnCRW # -rw------- 1 root root 0 Apr 4 12:52 /tmp/tmp.GKBV55RLpn # FAIL: file mismatch for ns1 <- ns2 # -rw------- 1 root root 4860928 Apr 4 12:52 /tmp/tmp.DshGDXHmVC # -rw------- 1 root root 0 Apr 4 12:52 /tmp/tmp.2ux4OR3hFN # FAIL: flow offload for ns1/ns2 with NAT # :1:1-23: Error: Could not process rule: Table 'filter' does not exist # list table inet filter # ^^^^^^^^^^^^^^^^^^^^^^^ # :1:32-32: Error: syntax error, unexpected newline, expecting handle # delete rule inet filter forward # ^ # FAIL: Could not delete large-packet accept rule not ok 5 selftests: netfilter: nft_flowtable.sh # exit=1 # selftests: netfilter: ipvs.sh # Testing DR mode... # Testing NAT mode... # Testing Tunnel mode... # -e ipvs.sh: PASS ok 6 selftests: netfilter: ipvs.sh # selftests: netfilter: nft_concat_range.sh # TEST: correctness # net,port internal:0:0-0: Error: Could not open file "-": No such file or directory # # # :1:50-50: Error: syntax error, unexpected ., expecting comma or '}' # add element inet filter test { 10.0.0.6-10.0.0.7 . 2-3 } # ^ # [FAIL] # Failed to add { 10.0.0.6-10.0.0.7 . 2-3 } given ruleset: # not ok 7 selftests: netfilter: nft_concat_range.sh # exit=1 make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/netfilter' 2020-04-04 12:52:38 make run_tests -C nsfs make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/nsfs' gcc -Wall -Werror owner.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/nsfs/owner gcc -Wall -Werror pidns.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/nsfs/pidns TAP version 13 1..2 # selftests: nsfs: owner ok 1 selftests: nsfs: owner # selftests: nsfs: pidns ok 2 selftests: nsfs: pidns make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/nsfs' 2020-04-04 12:52:38 make run_tests -C openat2 make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/openat2' gcc -Wall -O2 -g -fsanitize=address -fsanitize=undefined openat2_test.c helpers.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/openat2/openat2_test gcc -Wall -O2 -g -fsanitize=address -fsanitize=undefined resolve_test.c helpers.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/openat2/resolve_test gcc -Wall -O2 -g -fsanitize=address -fsanitize=undefined rename_attack_test.c helpers.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/openat2/rename_attack_test TAP version 13 1..3 # selftests: openat2: openat2_test # TAP version 13 # 1..114 # ok 1 openat2 with normal struct argument [misalign=0] succeeds # ok 2 openat2 with normal struct argument [misalign=1] succeeds # ok 3 openat2 with normal struct argument [misalign=2] succeeds # ok 4 openat2 with normal struct argument [misalign=3] succeeds # ok 5 openat2 with normal struct argument [misalign=4] succeeds # ok 6 openat2 with normal struct argument [misalign=5] succeeds # ok 7 openat2 with normal struct argument [misalign=6] succeeds # ok 8 openat2 with normal struct argument [misalign=7] succeeds # ok 9 openat2 with normal struct argument [misalign=8] succeeds # ok 10 openat2 with normal struct argument [misalign=9] succeeds # ok 11 openat2 with normal struct argument [misalign=11] succeeds # ok 12 openat2 with normal struct argument [misalign=17] succeeds # ok 13 openat2 with normal struct argument [misalign=87] succeeds # ok 14 openat2 with bigger struct (zeroed out) argument [misalign=0] succeeds # ok 15 openat2 with bigger struct (zeroed out) argument [misalign=1] succeeds # ok 16 openat2 with bigger struct (zeroed out) argument [misalign=2] succeeds # ok 17 openat2 with bigger struct (zeroed out) argument [misalign=3] succeeds # ok 18 openat2 with bigger struct (zeroed out) argument [misalign=4] succeeds # ok 19 openat2 with bigger struct (zeroed out) argument [misalign=5] succeeds # ok 20 openat2 with bigger struct (zeroed out) argument [misalign=6] succeeds # ok 21 openat2 with bigger struct (zeroed out) argument [misalign=7] succeeds # ok 22 openat2 with bigger struct (zeroed out) argument [misalign=8] succeeds # ok 23 openat2 with bigger struct (zeroed out) argument [misalign=9] succeeds # ok 24 openat2 with bigger struct (zeroed out) argument [misalign=11] succeeds # ok 25 openat2 with bigger struct (zeroed out) argument [misalign=17] succeeds # ok 26 openat2 with bigger struct (zeroed out) argument [misalign=87] succeeds # ok 27 openat2 with zero-sized 'struct' argument [misalign=0] fails with -22 (Invalid argument) # ok 28 openat2 with zero-sized 'struct' argument [misalign=1] fails with -22 (Invalid argument) # ok 29 openat2 with zero-sized 'struct' argument [misalign=2] fails with -22 (Invalid argument) # ok 30 openat2 with zero-sized 'struct' argument [misalign=3] fails with -22 (Invalid argument) # ok 31 openat2 with zero-sized 'struct' argument [misalign=4] fails with -22 (Invalid argument) # ok 32 openat2 with zero-sized 'struct' argument [misalign=5] fails with -22 (Invalid argument) # ok 33 openat2 with zero-sized 'struct' argument [misalign=6] fails with -22 (Invalid argument) # ok 34 openat2 with zero-sized 'struct' argument [misalign=7] fails with -22 (Invalid argument) # ok 35 openat2 with zero-sized 'struct' argument [misalign=8] fails with -22 (Invalid argument) # ok 36 openat2 with zero-sized 'struct' argument [misalign=9] fails with -22 (Invalid argument) # ok 37 openat2 with zero-sized 'struct' argument [misalign=11] fails with -22 (Invalid argument) # ok 38 openat2 with zero-sized 'struct' argument [misalign=17] fails with -22 (Invalid argument) # ok 39 openat2 with zero-sized 'struct' argument [misalign=87] fails with -22 (Invalid argument) # ok 40 openat2 with smaller-than-v0 struct argument [misalign=0] fails with -22 (Invalid argument) # ok 41 openat2 with smaller-than-v0 struct argument [misalign=1] fails with -22 (Invalid argument) # ok 42 openat2 with smaller-than-v0 struct argument [misalign=2] fails with -22 (Invalid argument) # ok 43 openat2 with smaller-than-v0 struct argument [misalign=3] fails with -22 (Invalid argument) # ok 44 openat2 with smaller-than-v0 struct argument [misalign=4] fails with -22 (Invalid argument) # ok 45 openat2 with smaller-than-v0 struct argument [misalign=5] fails with -22 (Invalid argument) # ok 46 openat2 with smaller-than-v0 struct argument [misalign=6] fails with -22 (Invalid argument) # ok 47 openat2 with smaller-than-v0 struct argument [misalign=7] fails with -22 (Invalid argument) # ok 48 openat2 with smaller-than-v0 struct argument [misalign=8] fails with -22 (Invalid argument) # ok 49 openat2 with smaller-than-v0 struct argument [misalign=9] fails with -22 (Invalid argument) # ok 50 openat2 with smaller-than-v0 struct argument [misalign=11] fails with -22 (Invalid argument) # ok 51 openat2 with smaller-than-v0 struct argument [misalign=17] fails with -22 (Invalid argument) # ok 52 openat2 with smaller-than-v0 struct argument [misalign=87] fails with -22 (Invalid argument) # ok 53 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=0] fails with -7 (Argument list too long) # ok 54 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=1] fails with -7 (Argument list too long) # ok 55 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=2] fails with -7 (Argument list too long) # ok 56 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=3] fails with -7 (Argument list too long) # ok 57 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=4] fails with -7 (Argument list too long) # ok 58 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=5] fails with -7 (Argument list too long) # ok 59 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=6] fails with -7 (Argument list too long) # ok 60 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=7] fails with -7 (Argument list too long) # ok 61 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=8] fails with -7 (Argument list too long) # ok 62 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=9] fails with -7 (Argument list too long) # ok 63 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=11] fails with -7 (Argument list too long) # ok 64 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=17] fails with -7 (Argument list too long) # ok 65 openat2 with bigger struct (non-zero data in first 'future field') argument [misalign=87] fails with -7 (Argument list too long) # ok 66 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=0] fails with -7 (Argument list too long) # ok 67 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=1] fails with -7 (Argument list too long) # ok 68 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=2] fails with -7 (Argument list too long) # ok 69 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=3] fails with -7 (Argument list too long) # ok 70 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=4] fails with -7 (Argument list too long) # ok 71 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=5] fails with -7 (Argument list too long) # ok 72 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=6] fails with -7 (Argument list too long) # ok 73 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=7] fails with -7 (Argument list too long) # ok 74 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=8] fails with -7 (Argument list too long) # ok 75 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=9] fails with -7 (Argument list too long) # ok 76 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=11] fails with -7 (Argument list too long) # ok 77 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=17] fails with -7 (Argument list too long) # ok 78 openat2 with bigger struct (non-zero data in middle of 'future fields') argument [misalign=87] fails with -7 (Argument list too long) # ok 79 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=0] fails with -7 (Argument list too long) # ok 80 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=1] fails with -7 (Argument list too long) # ok 81 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=2] fails with -7 (Argument list too long) # ok 82 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=3] fails with -7 (Argument list too long) # ok 83 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=4] fails with -7 (Argument list too long) # ok 84 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=5] fails with -7 (Argument list too long) # ok 85 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=6] fails with -7 (Argument list too long) # ok 86 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=7] fails with -7 (Argument list too long) # ok 87 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=8] fails with -7 (Argument list too long) # ok 88 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=9] fails with -7 (Argument list too long) # ok 89 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=11] fails with -7 (Argument list too long) # ok 90 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=17] fails with -7 (Argument list too long) # ok 91 openat2 with bigger struct (non-zero data at end of 'future fields') argument [misalign=87] fails with -7 (Argument list too long) # ok 92 openat2 with incompatible flags (O_TMPFILE | O_PATH) fails with -22 (Invalid argument) # ok 93 openat2 with incompatible flags (O_TMPFILE | O_CREAT) fails with -22 (Invalid argument) # ok 94 openat2 with compatible flags (O_PATH | O_CLOEXEC) succeeds # ok 95 openat2 with compatible flags (O_PATH | O_DIRECTORY) succeeds # ok 96 openat2 with compatible flags (O_PATH | O_NOFOLLOW) succeeds # ok 97 openat2 with incompatible flags (O_PATH | O_RDWR) fails with -22 (Invalid argument) # ok 98 openat2 with incompatible flags (O_PATH | O_CREAT) fails with -22 (Invalid argument) # ok 99 openat2 with incompatible flags (O_PATH | O_EXCL) fails with -22 (Invalid argument) # ok 100 openat2 with incompatible flags (O_PATH | O_NOCTTY) fails with -22 (Invalid argument) # ok 101 openat2 with incompatible flags (O_PATH | O_DIRECT) fails with -22 (Invalid argument) # ok 102 openat2 with incompatible flags (O_PATH | O_LARGEFILE) fails with -22 (Invalid argument) # ok 103 openat2 with non-zero how.mode and O_RDONLY fails with -22 (Invalid argument) # ok 104 openat2 with non-zero how.mode and O_PATH fails with -22 (Invalid argument) # ok 105 openat2 with valid how.mode and O_CREAT succeeds # # openat2 unexpectedly returned # -95 (Operation not supported) # not ok 106 openat2 with valid how.mode and O_TMPFILE succeeds # ok 107 openat2 with invalid how.mode and O_CREAT fails with -22 (Invalid argument) # ok 108 openat2 with invalid (very large) how.mode and O_CREAT fails with -22 (Invalid argument) # ok 109 openat2 with invalid how.mode and O_TMPFILE fails with -22 (Invalid argument) # ok 110 openat2 with invalid (very large) how.mode and O_TMPFILE fails with -22 (Invalid argument) # ok 111 openat2 with invalid how.resolve and O_RDONLY fails with -22 (Invalid argument) # ok 112 openat2 with invalid how.resolve and O_CREAT fails with -22 (Invalid argument) # ok 113 openat2 with invalid how.resolve and O_TMPFILE fails with -22 (Invalid argument) # ok 114 openat2 with invalid how.resolve and O_PATH fails with -22 (Invalid argument) # Bail out! # # Pass 113 Fail 1 Xfail 0 Xpass 0 Skip 0 Error 0 not ok 1 selftests: openat2: openat2_test # exit=1 # selftests: openat2: resolve_test # TAP version 13 # 1..88 # ok 1 [beneath] jump to / fails with -18 (Invalid cross-device link) # ok 2 [beneath] absolute link to $root fails with -18 (Invalid cross-device link) # ok 3 [beneath] chained absolute links to $root fails with -18 (Invalid cross-device link) # ok 4 [beneath] jump outside $root fails with -18 (Invalid cross-device link) # ok 5 [beneath] temporary jump outside $root fails with -18 (Invalid cross-device link) # ok 6 [beneath] symlink temporary jump outside $root fails with -18 (Invalid cross-device link) # ok 7 [beneath] chained symlink temporary jump outside $root fails with -18 (Invalid cross-device link) # ok 8 [beneath] garbage links to $root fails with -18 (Invalid cross-device link) # ok 9 [beneath] chained garbage links to $root fails with -18 (Invalid cross-device link) # ok 10 [beneath] ordinary path to 'root' gives path 'root' # ok 11 [beneath] ordinary path to 'etc' gives path 'etc' # ok 12 [beneath] ordinary path to 'etc/passwd' gives path 'etc/passwd' # ok 13 [beneath] relative symlink inside $root gives path 'etc/passwd' # ok 14 [beneath] chained-'..' relative symlink inside $root gives path 'etc/passwd' # ok 15 [beneath] absolute symlink component outside $root fails with -18 (Invalid cross-device link) # ok 16 [beneath] absolute symlink target outside $root fails with -18 (Invalid cross-device link) # ok 17 [beneath] absolute path outside $root fails with -18 (Invalid cross-device link) # ok 18 [beneath] cheeky absolute path outside $root fails with -18 (Invalid cross-device link) # ok 19 [beneath] chained cheeky absolute path outside $root fails with -18 (Invalid cross-device link) # ok 20 [beneath] tricky '..'-chained symlink outside $root fails with -18 (Invalid cross-device link) # ok 21 [beneath] tricky absolute + '..'-chained symlink outside $root fails with -18 (Invalid cross-device link) # ok 22 [beneath] tricky garbage link outside $root fails with -18 (Invalid cross-device link) # ok 23 [beneath] tricky absolute + garbage link outside $root fails with -18 (Invalid cross-device link) # ok 24 [in_root] jump to / gives path '.' # ok 25 [in_root] absolute symlink to /root gives path '.' # ok 26 [in_root] chained absolute symlinks to /root gives path '.' # ok 27 [in_root] '..' at root gives path '.' # ok 28 [in_root] '../root' at root gives path 'root' # ok 29 [in_root] relative symlink containing '..' above root gives path 'root' # ok 30 [in_root] garbage link to /root gives path 'root' # ok 31 [in_root] chainged garbage links to /root gives path 'root' # ok 32 [in_root] relative path to 'root' gives path 'root' # ok 33 [in_root] relative path to 'etc' gives path 'etc' # ok 34 [in_root] relative path to 'etc/passwd' gives path 'etc/passwd' # ok 35 [in_root] relative symlink to 'etc/passwd' gives path 'etc/passwd' # ok 36 [in_root] chained-'..' relative symlink to 'etc/passwd' gives path 'etc/passwd' # ok 37 [in_root] chained-'..' absolute + relative symlink to 'etc/passwd' gives path 'etc/passwd' # ok 38 [in_root] absolute symlink to 'etc/passwd' gives path 'etc/passwd' # ok 39 [in_root] absolute path 'etc/passwd' gives path 'etc/passwd' # ok 40 [in_root] cheeky absolute path 'etc/passwd' gives path 'etc/passwd' # ok 41 [in_root] chained cheeky absolute path 'etc/passwd' gives path 'etc/passwd' # ok 42 [in_root] tricky '..'-chained symlink outside $root gives path 'etc/passwd' # ok 43 [in_root] tricky absolute + '..'-chained symlink outside $root gives path 'etc/passwd' # ok 44 [in_root] tricky absolute path + absolute + '..'-chained symlink outside $root gives path 'etc/passwd' # ok 45 [in_root] tricky garbage link outside $root gives path 'etc/passwd' # ok 46 [in_root] tricky absolute + garbage link outside $root gives path 'etc/passwd' # ok 47 [in_root] tricky absolute path + absolute + garbage link outside $root gives path 'etc/passwd' # ok 48 [in_root] O_CREAT of relative path inside $root gives path 'newfile1' # ok 49 [in_root] O_CREAT of absolute path gives path 'newfile2' # ok 50 [in_root] O_CREAT of tricky symlink outside root gives path 'newfile3' # ok 51 [no_xdev] cross into $mnt fails with -18 (Invalid cross-device link) # ok 52 [no_xdev] cross into $mnt/ fails with -18 (Invalid cross-device link) # ok 53 [no_xdev] cross into $mnt/. fails with -18 (Invalid cross-device link) # ok 54 [no_xdev] goto mountpoint root gives path 'mnt' # ok 55 [no_xdev] cross up through '..' fails with -18 (Invalid cross-device link) # ok 56 [no_xdev] temporary cross up through '..' fails with -18 (Invalid cross-device link) # ok 57 [no_xdev] temporary relative symlink cross up fails with -18 (Invalid cross-device link) # ok 58 [no_xdev] temporary absolute symlink cross up fails with -18 (Invalid cross-device link) # ok 59 [no_xdev] jump to / directly gives path '/' # ok 60 [no_xdev] jump to / (from /) directly gives path '/' # ok 61 [no_xdev] jump to / then proc fails with -18 (Invalid cross-device link) # ok 62 [no_xdev] jump to / then tmp fails with -18 (Invalid cross-device link) # ok 63 [no_xdev] cross through magic-link to self/root fails with -18 (Invalid cross-device link) # ok 64 [no_xdev] cross through magic-link to self/cwd fails with -18 (Invalid cross-device link) # ok 65 [no_xdev] jump through magic-link to same procfs gives path '/proc' # ok 66 [no_magiclinks] ordinary relative symlink gives path 'etc/passwd' # ok 67 [no_magiclinks] symlink to magic-link fails with -40 (Too many levels of symbolic links) # ok 68 [no_magiclinks] normal path to magic-link fails with -40 (Too many levels of symbolic links) # ok 69 [no_magiclinks] normal path to magic-link with O_NOFOLLOW gives path '/proc/32037/exe' # ok 70 [no_magiclinks] symlink to magic-link path component fails with -40 (Too many levels of symbolic links) # ok 71 [no_magiclinks] magic-link path component fails with -40 (Too many levels of symbolic links) # ok 72 [no_magiclinks] magic-link path component with O_NOFOLLOW fails with -40 (Too many levels of symbolic links) # ok 73 [no_symlinks] ordinary path to '.' gives path '.' # ok 74 [no_symlinks] ordinary path to 'root' gives path 'root' # ok 75 [no_symlinks] ordinary path to 'etc' gives path 'etc' # ok 76 [no_symlinks] ordinary path to 'etc/passwd' gives path 'etc/passwd' # ok 77 [no_symlinks] relative symlink target fails with -40 (Too many levels of symbolic links) # ok 78 [no_symlinks] relative symlink component fails with -40 (Too many levels of symbolic links) # ok 79 [no_symlinks] absolute symlink target fails with -40 (Too many levels of symbolic links) # ok 80 [no_symlinks] absolute symlink component fails with -40 (Too many levels of symbolic links) # ok 81 [no_symlinks] cheeky garbage link fails with -40 (Too many levels of symbolic links) # ok 82 [no_symlinks] cheeky absolute + garbage link fails with -40 (Too many levels of symbolic links) # ok 83 [no_symlinks] cheeky absolute + absolute symlink fails with -40 (Too many levels of symbolic links) # ok 84 [no_symlinks] relative symlink with O_NOFOLLOW gives path 'relsym' # ok 85 [no_symlinks] absolute symlink with O_NOFOLLOW gives path 'abssym' # ok 86 [no_symlinks] trailing symlink with O_NOFOLLOW gives path 'cheeky/garbagelink' # ok 87 [no_symlinks] multiple symlink components with O_NOFOLLOW fails with -40 (Too many levels of symbolic links) # ok 88 [no_symlinks] multiple symlink (and garbage link) components with O_NOFOLLOW fails with -40 (Too many levels of symbolic links) # # Pass 88 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 2 selftests: openat2: resolve_test # selftests: openat2: rename_attack_test # TAP version 13 # 1..2 # # non-escapes: EAGAIN=74693 EXDEV=325307 E=0 success=0 # ok 1 rename attack with RESOLVE_BENEATH (400000 runs, got 0 escapes) # # non-escapes: EAGAIN=399856 EXDEV=0 E=0 success=144 # ok 2 rename attack with RESOLVE_IN_ROOT (400000 runs, got 0 escapes) # # Pass 2 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 3 selftests: openat2: rename_attack_test make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/openat2' 2020-04-04 12:52:41 make run_tests -C pidfd make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd' gcc -g -I../../../../usr/include/ -pthread pidfd_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd/pidfd_test gcc -g -I../../../../usr/include/ -pthread pidfd_fdinfo_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd/pidfd_fdinfo_test gcc -g -I../../../../usr/include/ -pthread pidfd_open_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd/pidfd_open_test gcc -g -I../../../../usr/include/ -pthread pidfd_poll_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd/pidfd_poll_test gcc -g -I../../../../usr/include/ -pthread pidfd_wait.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd/pidfd_wait gcc -g -I../../../../usr/include/ -pthread pidfd_getfd_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd/pidfd_getfd_test TAP version 13 1..6 # selftests: pidfd: pidfd_test # TAP version 13 # 1..4 # # Parent: pid: 32139 # # Parent: Waiting for Child (32140) to complete. # # Time waited for child: 3 # ok 1 pidfd_poll check for premature notification on child thread exec test: Passed # # Parent: pid: 32139 # # Parent: Waiting for Child (32151) to complete. # # Parent: Child process waited for. # # Time waited for child: 3 # ok 2 pidfd_poll check for premature notification on child thread exec test: Passed # # Parent: pid: 32139 # # Parent: Waiting for Child (32162) to complete. # # Time since child exit: 3 # ok 3 pidfd_poll check for premature notification on non-emptygroup leader exit test: Passed # # Parent: pid: 32139 # # Parent: Waiting for Child (32174) to complete. # # Parent: Child process waited for. # # Time since child exit: 3 # ok 4 pidfd_poll check for premature notification on non-emptygroup leader exit test: Passed # ok 5 pidfd_send_signal check for support test: pidfd_send_signal() syscall is supported. Tests can be executed # ok 6 pidfd_send_signal send SIGUSR1 test: Sent signal # ok 7 pidfd_send_signal signal exited process test: Failed to send signal as expected # ok 8 pidfd_send_signal signal recycled pid test: Failed to signal recycled pid as expected # # Planned tests != run tests (4 != 8) # # Pass 8 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: pidfd: pidfd_test # selftests: pidfd: pidfd_fdinfo_test # TAP version 13 # 1..2 # # New child: 1004, fd: 5 # # New child: 1005, fd: 6 # ok 1 pidfd check for NSpid in fdinfo test: Passed # # New child: 1006, fd: 5 # ok 2 pidfd check fdinfo for dead process test: Passed # # Pass 2 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 2 selftests: pidfd: pidfd_fdinfo_test # selftests: pidfd: pidfd_open_test # 1..3 # ok 1 do not allow invalid pid test: passed # ok 2 do not allow invalid flag test: passed # ok 3 open a new pidfd test: passed # # pidfd 5 refers to process with pid 1018 # # Pass 3 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 3 selftests: pidfd: pidfd_open_test # selftests: pidfd: pidfd_poll_test # # running pidfd poll test for 10000 iterations # ok 1 pidfd poll test: pass # # Planned tests != run tests (0 != 1) # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 4 selftests: pidfd: pidfd_poll_test # selftests: pidfd: pidfd_wait # TAP version 13 # 1..2 # TAP version 13 # 1..2 # ok 1 pidfd wait simple test: Passed # ok 2 pidfd wait states test: Passed # # Pass 2 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 5 selftests: pidfd: pidfd_wait # selftests: pidfd: pidfd_getfd_test # [==========] Running 4 tests from 2 test cases. # [ RUN ] child.disable_ptrace # [ OK ] child.disable_ptrace # [ RUN ] child.fetch_fd # [ OK ] child.fetch_fd # [ RUN ] child.test_unknown_fd # [ OK ] child.test_unknown_fd # [ RUN ] global.flags_set # [ OK ] global.flags_set # [==========] 4 / 4 tests passed. # [ PASSED ] ok 6 selftests: pidfd: pidfd_getfd_test make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pidfd' ignored_by_lkp powerpc test prctl test: not in Makefile 2020-04-04 12:52:57 make TARGETS=prctl make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/prctl' Makefile:14: warning: overriding recipe for target 'clean' ../lib.mk:123: warning: ignoring old recipe for target 'clean' gcc disable-tsc-ctxt-sw-stress-test.c -o disable-tsc-ctxt-sw-stress-test gcc disable-tsc-on-off-stress-test.c -o disable-tsc-on-off-stress-test gcc disable-tsc-test.c -o disable-tsc-test make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/prctl' 2020-04-04 12:52:57 make run_tests -C prctl make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/prctl' Makefile:14: warning: overriding recipe for target 'clean' ../lib.mk:123: warning: ignoring old recipe for target 'clean' TAP version 13 1..3 # selftests: prctl: disable-tsc-ctxt-sw-stress-test # [No further output means we're allright] ok 1 selftests: prctl: disable-tsc-ctxt-sw-stress-test # selftests: prctl: disable-tsc-on-off-stress-test # [No further output means we're allright] ok 2 selftests: prctl: disable-tsc-on-off-stress-test # selftests: prctl: disable-tsc-test # rdtsc() == 2343636034124 # prctl(PR_GET_TSC, &tsc_val); tsc_val == PR_TSC_ENABLE # rdtsc() == 2343636175366 # prctl(PR_SET_TSC, PR_TSC_ENABLE) # rdtsc() == 2343636181600 # prctl(PR_SET_TSC, PR_TSC_SIGSEGV) # rdtsc() == [ SIG_SEGV ] # prctl(PR_GET_TSC, &tsc_val); tsc_val == PR_TSC_SIGSEGV # prctl(PR_SET_TSC, PR_TSC_ENABLE) # rdtsc() == 2343636206434 ok 3 selftests: prctl: disable-tsc-test make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/prctl' 2020-04-04 12:53:18 make run_tests -C proc make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc' gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE fd-001-lookup.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/fd-001-lookup gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE fd-002-posix-eq.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/fd-002-posix-eq gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE fd-003-kthread.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/fd-003-kthread gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-loadavg-001.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-loadavg-001 proc-loadavg-001.c:17:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE :0:0: note: this is the location of the previous definition gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-pid-vm.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-pid-vm gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-self-map-files-001.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-self-map-files-001 gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-self-map-files-002.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-self-map-files-002 gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-self-syscall.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-self-syscall proc-self-syscall.c:16:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE :0:0: note: this is the location of the previous definition gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-self-wchan.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-self-wchan gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-uptime-001.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-uptime-001 gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE proc-uptime-002.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/proc-uptime-002 proc-uptime-002.c:18:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE :0:0: note: this is the location of the previous definition gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE read.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/read gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE self.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/self gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE setns-dcache.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/setns-dcache gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE setns-sysvipc.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/setns-sysvipc gcc -Wall -O2 -Wno-unused-function -D_GNU_SOURCE thread-self.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc/thread-self TAP version 13 1..16 # selftests: proc: fd-001-lookup ok 1 selftests: proc: fd-001-lookup # selftests: proc: fd-002-posix-eq ok 2 selftests: proc: fd-002-posix-eq # selftests: proc: fd-003-kthread ok 3 selftests: proc: fd-003-kthread # selftests: proc: proc-loadavg-001 ok 4 selftests: proc: proc-loadavg-001 # selftests: proc: proc-pid-vm ok 5 selftests: proc: proc-pid-vm # selftests: proc: proc-self-map-files-001 ok 6 selftests: proc: proc-self-map-files-001 # selftests: proc: proc-self-map-files-002 ok 7 selftests: proc: proc-self-map-files-002 # selftests: proc: proc-self-syscall ok 8 selftests: proc: proc-self-syscall # selftests: proc: proc-self-wchan ok 9 selftests: proc: proc-self-wchan # selftests: proc: proc-uptime-001 ok 10 selftests: proc: proc-uptime-001 # selftests: proc: proc-uptime-002 ok 11 selftests: proc: proc-uptime-002 # selftests: proc: read ok 12 selftests: proc: read # selftests: proc: self ok 13 selftests: proc: self # selftests: proc: setns-dcache ok 14 selftests: proc: setns-dcache # selftests: proc: setns-sysvipc ok 15 selftests: proc: setns-sysvipc # selftests: proc: thread-self ok 16 selftests: proc: thread-self make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/proc' 2020-04-04 12:53:22 make run_tests -C pstore make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pstore' TAP version 13 1..2 # selftests: pstore: pstore_tests # === Pstore unit tests (pstore_tests) === # UUID=50b7f443-a1e2-49c2-922d-d23a3b04e99a # Checking pstore backend is registered ... ok # backend=ramoops # cmdline= ip=::::lkp-skl-d01::dhcp root=/dev/ram0 user=lkp job=/lkp/jobs/scheduled/lkp-skl-d01/kernel-selftests-kselftests-02-ucode=0xd6-debian-x86_64-20191114.cgz-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1-20200404-8346-1rob0z4-3.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.6 branch=linux-devel/devel-hourly-2020040113 commit=d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1 BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.6/gcc-7/d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/vmlinuz-5.6.0-rc1-00024-gd3fd949abd3e3 erst_disable max_uptime=3600 RESULT_ROOT=/result/kernel-selftests/kselftests-02-ucode=0xd6/lkp-skl-d01/debian-x86_64-20191114.cgz/x86_64-rhel-7.6/gcc-7/d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/3 LKP_SERVER=inn nokaslr selinux=0 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw # Checking pstore console is registered ... ok # Checking /dev/pmsg0 exists ... ok # Writing unique string to /dev/pmsg0 ... ok ok 1 selftests: pstore: pstore_tests # selftests: pstore: pstore_post_reboot_tests # === Pstore unit tests (pstore_post_reboot_tests) === # UUID=881deebd-bbba-4e45-a72c-e45d809a28a2 # Checking pstore backend is registered ... ok # backend=ramoops # cmdline= ip=::::lkp-skl-d01::dhcp root=/dev/ram0 user=lkp job=/lkp/jobs/scheduled/lkp-skl-d01/kernel-selftests-kselftests-02-ucode=0xd6-debian-x86_64-20191114.cgz-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1-20200404-8346-1rob0z4-3.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.6 branch=linux-devel/devel-hourly-2020040113 commit=d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1 BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.6/gcc-7/d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/vmlinuz-5.6.0-rc1-00024-gd3fd949abd3e3 erst_disable max_uptime=3600 RESULT_ROOT=/result/kernel-selftests/kselftests-02-ucode=0xd6/lkp-skl-d01/debian-x86_64-20191114.cgz/x86_64-rhel-7.6/gcc-7/d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/3 LKP_SERVER=inn nokaslr selinux=0 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw # pstore_crash_test has not been executed yet. we skip further tests. not ok 2 selftests: pstore: pstore_post_reboot_tests # SKIP make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/pstore' ptp test: not in Makefile 2020-04-04 12:53:22 make TARGETS=ptp make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptp' Makefile:10: warning: overriding recipe for target 'clean' ../lib.mk:123: warning: ignoring old recipe for target 'clean' gcc -I../../../../usr/include/ testptp.c -lrt -o testptp make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptp' 2020-04-04 12:53:22 make run_tests -C ptp make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptp' Makefile:10: warning: overriding recipe for target 'clean' ../lib.mk:123: warning: ignoring old recipe for target 'clean' TAP version 13 1..1 # selftests: ptp: testptp ok 1 selftests: ptp: testptp make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptp' 2020-04-04 12:53:22 make run_tests -C ptrace make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptrace' gcc -iquote../../../../include/uapi -Wall get_syscall_info.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptrace/get_syscall_info gcc -iquote../../../../include/uapi -Wall peeksiginfo.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptrace/peeksiginfo TAP version 13 1..2 # selftests: ptrace: get_syscall_info # [==========] Running 1 tests from 1 test cases. # [ RUN ] global.get_syscall_info # [ OK ] global.get_syscall_info # [==========] 1 / 1 tests passed. # [ PASSED ] ok 1 selftests: ptrace: get_syscall_info # selftests: ptrace: peeksiginfo # PASS ok 2 selftests: ptrace: peeksiginfo make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/ptrace' rcutorture test: not in Makefile 2020-04-04 12:53:22 make TARGETS=rcutorture make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture' ( cd ../../../..; tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 ) Creating a statically linked C-language initrd Done creating a statically linked C-language initrd /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture/bin/functions.sh: line 63: test: The mpstat command is not available, so greedily using all CPUs. 8: integer expression expected /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture/bin/functions.sh: line 88: test: The mpstat command is not available, so greedily using all CPUs. 8: integer expression expected Results directory: /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture/res/2020.04.04-12:53:23 tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 ----Start batch 1: Sat Apr 4 12:53:23 CST 2020 TREE01 The: Starting build. Sat Apr 4 12:53:23 CST 2020 TREE01 The: Waiting for build to complete. Sat Apr 4 12:53:23 CST 2020 TREE01 The: Build complete. Sat Apr 4 12:53:26 CST 2020 ---- No kernel runs. Sat Apr 4 12:53:26 CST 2020 ---- TREE01 The: Build/run results: --- Sat Apr 4 12:53:23 CST 2020: Starting build mv: cannot stat '.config': No such file or directory /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture/bin/configinit.sh: line 37: .config.sav: No such file or directory cp: cannot stat '.config': No such file or directory cat: .config: No such file or directory :CONFIG_RCU_TORTURE_TEST=y: improperly set :CONFIG_PRINTK_TIME=y: improperly set :CONFIG_HYPERVISOR_GUEST=y: improperly set :CONFIG_PARAVIRT=y: improperly set :CONFIG_KVM_GUEST=y: improperly set :CONFIG_SMP=y: improperly set :CONFIG_PREEMPT=y: improperly set :CONFIG_PREEMPT_RCU=y: improperly set :CONFIG_NO_HZ_IDLE=y: improperly set :CONFIG_RCU_FAST_NO_HZ=y: improperly set :CONFIG_RCU_TRACE=y: improperly set :CONFIG_HOTPLUG_CPU=y: improperly set :CONFIG_MAXSMP=y: improperly set :CONFIG_CPUMASK_OFFSTACK=y: improperly set :CONFIG_RCU_NOCB_CPU=y: improperly set :CONFIG_RCU_EXPERT=y: improperly set :CONFIG_VIRTIO_PCI=y: improperly set :CONFIG_VIRTIO_CONSOLE=y: improperly set Kernel build error make[2]: *** [.config] Error 1 Run aborted. cp: cannot stat '.config': No such file or directory Build failed, not running KVM, see /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture/res/2020.04.04-12:53:23/TREE01. --- Sat Apr 4 12:53:23 CST 2020 Test summary: Results directory: /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture/res/2020.04.04-12:53:23 tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 TREE01 ------- BUG: Build failed /usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture/res/2020.04.04-12:53:23/TREE01 make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture' 2020-04-04 12:53:26 make run_tests -C rcutorture make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture' make: *** No rule to make target 'run_tests'. Stop. make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-d3fd949abd3e3005dab7ccb185c3c8bc0ad639f1/tools/testing/selftests/rcutorture'