KERNEL SELFTESTS: linux_headers_dir is /usr/src/linux-headers-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92 2020-03-24 02:36:54 ln -sf /usr/bin/clang-6.0 /usr/bin/clang 2020-03-24 02:36:54 ln -sf /usr/bin/llc-6.0 /usr/bin/llc 2020-03-24 02:36:54 sed -i s/default_timeout=45/default_timeout=300/ kselftest/runner.sh ignored_by_lkp media_tests test 2020-03-24 02:36:54 make run_tests -C membarrier make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/membarrier' 2020-03-24 02:36:54 make run_tests -C memfd make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/memfd' gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ -c -o common.o common.c gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ memfd_test.c common.o -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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_mnt.c -lfuse -pthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/memfd/fuse_mnt gcc -D_FILE_OFFSET_BITS=64 -I../../../../include/uapi/ -I../../../../include/ -I../../../../usr/include/ fuse_test.c common.o -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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); ^~~~ TAP version 13 1..3 # 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: run_fuse_test.sh # opening: ./mnt/memfd # fuse: DONE ok 2 selftests: memfd: run_fuse_test.sh # selftests: memfd: run_hugetlbfs_test.sh # ./run_hugetlbfs_test.sh: line 60: 1559 Aborted ./memfd_test hugetlbfs # opening: ./mnt/memfd # fuse: DONE ok 3 selftests: memfd: run_hugetlbfs_test.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/memfd' 2020-03-24 02:36:57 make run_tests -C memory-hotplug make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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 102 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 # not ok 1 selftests: memory-hotplug: mem-on-off-test.sh # TIMEOUT make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/memory-hotplug' 2020-03-24 02:41:57 make run_tests -C mount make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/mount' gcc -Wall -O2 unprivileged-remount-test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/mount' 2020-03-24 02:41:58 make run_tests -C mqueue make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/mqueue' gcc -O2 mq_open_tests.c -lrt -lpthread -lpopt -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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.365832234s total time # 1036 nsec/msg # Recv msg: 10.760607814s total time # 1076 nsec/msg # # Test #2a: Time send/recv message, queue full, constant prio # : # (100000 iterations) # Filling queue...done. 0.36945598s # Testing...done. # Send msg: 0.109246704s total time # 1092 nsec/msg # Recv msg: 0.112549790s total time # 1125 nsec/msg # Draining queue...done. 0.38896996s # # Test #2b: Time send/recv message, queue full, increasing prio # : # (100000 iterations) # Filling queue...done. 0.45363962s # Testing...done. # Send msg: 0.112452750s total time # 1124 nsec/msg # Recv msg: 0.109676164s total time # 1096 nsec/msg # Draining queue...done. 0.39398515s # # Test #2c: Time send/recv message, queue full, decreasing prio # : # (100000 iterations) # Filling queue...done. 0.44962690s # Testing...done. # Send msg: 0.112287228s total time # 1122 nsec/msg # Recv msg: 0.108007082s total time # 1080 nsec/msg # Draining queue...done. 0.39243688s # # Test #2d: Time send/recv message, queue full, random prio # : # (100000 iterations) # Filling queue...done. 0.48896103s # Testing...done. # Send msg: 0.117273455s total time # 1172 nsec/msg # Recv msg: 0.112142715s total time # 1121 nsec/msg # Draining queue...done. 0.40764047s ok 2 selftests: mqueue: mq_perf_tests make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/mqueue' ignored_by_lkp net.l2tp.sh test 2020-03-24 02:42:26 make run_tests -C net make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' 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/sisfb.h HDRINST usr/include/video/uvesafb.h HDRINST usr/include/video/edid.h HDRINST usr/include/drm/amdgpu_drm.h HDRINST usr/include/drm/virtgpu_drm.h HDRINST usr/include/drm/drm.h HDRINST usr/include/drm/radeon_drm.h HDRINST usr/include/drm/vgem_drm.h HDRINST usr/include/drm/i810_drm.h HDRINST usr/include/drm/tegra_drm.h HDRINST usr/include/drm/r128_drm.h HDRINST usr/include/drm/vmwgfx_drm.h HDRINST usr/include/drm/omap_drm.h HDRINST usr/include/drm/i915_drm.h HDRINST usr/include/drm/via_drm.h HDRINST usr/include/drm/exynos_drm.h HDRINST usr/include/drm/drm_mode.h HDRINST usr/include/drm/drm_fourcc.h HDRINST usr/include/drm/drm_sarea.h HDRINST usr/include/drm/savage_drm.h HDRINST usr/include/drm/armada_drm.h HDRINST usr/include/drm/lima_drm.h HDRINST usr/include/drm/msm_drm.h HDRINST usr/include/drm/v3d_drm.h HDRINST usr/include/drm/sis_drm.h HDRINST usr/include/drm/etnaviv_drm.h HDRINST usr/include/drm/panfrost_drm.h HDRINST usr/include/drm/nouveau_drm.h HDRINST usr/include/drm/mga_drm.h HDRINST usr/include/drm/qxl_drm.h HDRINST usr/include/drm/vc4_drm.h HDRINST usr/include/mtd/nftl-user.h HDRINST usr/include/mtd/mtd-user.h HDRINST usr/include/mtd/mtd-abi.h HDRINST usr/include/mtd/ubi-user.h HDRINST usr/include/mtd/inftl-user.h HDRINST usr/include/xen/privcmd.h HDRINST usr/include/xen/gntdev.h HDRINST usr/include/xen/evtchn.h HDRINST usr/include/xen/gntalloc.h HDRINST usr/include/asm-generic/auxvec.h HDRINST usr/include/asm-generic/sembuf.h HDRINST usr/include/asm-generic/socket.h HDRINST usr/include/asm-generic/stat.h HDRINST usr/include/asm-generic/int-ll64.h HDRINST usr/include/asm-generic/signal.h HDRINST usr/include/asm-generic/errno.h HDRINST usr/include/asm-generic/ioctl.h HDRINST usr/include/asm-generic/kvm_para.h HDRINST usr/include/asm-generic/shmbuf.h HDRINST usr/include/asm-generic/resource.h HDRINST usr/include/asm-generic/ipcbuf.h HDRINST usr/include/asm-generic/termbits.h HDRINST usr/include/asm-generic/ioctls.h HDRINST usr/include/asm-generic/setup.h HDRINST usr/include/asm-generic/param.h HDRINST usr/include/asm-generic/termios.h HDRINST usr/include/asm-generic/msgbuf.h HDRINST usr/include/asm-generic/int-l64.h HDRINST usr/include/asm-generic/poll.h HDRINST usr/include/asm-generic/ucontext.h HDRINST usr/include/asm-generic/types.h HDRINST usr/include/asm-generic/siginfo.h HDRINST usr/include/asm-generic/bitsperlong.h HDRINST usr/include/asm-generic/sockios.h HDRINST usr/include/asm-generic/swab.h HDRINST usr/include/asm-generic/fcntl.h HDRINST usr/include/asm-generic/unistd.h HDRINST usr/include/asm-generic/posix_types.h HDRINST usr/include/asm-generic/statfs.h HDRINST usr/include/asm-generic/errno-base.h HDRINST usr/include/asm-generic/signal-defs.h HDRINST usr/include/asm-generic/mman-common.h HDRINST usr/include/asm-generic/hugetlb_encode.h HDRINST usr/include/asm-generic/bpf_perf_event.h HDRINST usr/include/asm-generic/mman.h HDRINST usr/include/rdma/hfi/hfi1_ioctl.h HDRINST usr/include/rdma/hfi/hfi1_user.h HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h HDRINST usr/include/rdma/mlx4-abi.h HDRINST usr/include/rdma/qedr-abi.h HDRINST usr/include/rdma/rdma_netlink.h HDRINST usr/include/rdma/rvt-abi.h HDRINST usr/include/rdma/mthca-abi.h HDRINST usr/include/rdma/cxgb4-abi.h HDRINST usr/include/rdma/ib_user_ioctl_verbs.h HDRINST usr/include/rdma/bnxt_re-abi.h HDRINST usr/include/rdma/ib_user_mad.h HDRINST usr/include/rdma/rdma_user_cm.h HDRINST usr/include/rdma/ib_user_verbs.h HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h HDRINST usr/include/rdma/ib_user_sa.h HDRINST usr/include/rdma/ib_user_ioctl_cmds.h HDRINST usr/include/rdma/rdma_user_ioctl.h HDRINST usr/include/rdma/siw-abi.h HDRINST usr/include/rdma/vmw_pvrdma-abi.h HDRINST usr/include/rdma/ocrdma-abi.h HDRINST usr/include/rdma/i40iw-abi.h HDRINST usr/include/rdma/mlx5-abi.h HDRINST usr/include/rdma/efa-abi.h HDRINST usr/include/rdma/rdma_user_rxe.h HDRINST usr/include/rdma/hns-abi.h HDRINST usr/include/misc/cxl.h HDRINST usr/include/misc/pvpanic.h HDRINST usr/include/misc/ocxl.h HDRINST usr/include/misc/xilinx_sdfec.h HDRINST usr/include/misc/fastrpc.h HDRINST usr/include/misc/habanalabs.h HDRINST usr/include/linux/vtpm_proxy.h HDRINST usr/include/linux/dcbnl.h HDRINST usr/include/linux/random.h HDRINST usr/include/linux/wmi.h HDRINST usr/include/linux/if_plip.h HDRINST usr/include/linux/mroute6.h HDRINST usr/include/linux/if_link.h HDRINST usr/include/linux/fscrypt.h HDRINST usr/include/linux/arcfb.h HDRINST usr/include/linux/aio_abi.h HDRINST usr/include/linux/net_dropmon.h HDRINST usr/include/linux/mic_ioctl.h HDRINST usr/include/linux/tee.h HDRINST usr/include/linux/qnx4_fs.h HDRINST usr/include/linux/sdla.h HDRINST usr/include/linux/ipv6_route.h HDRINST usr/include/linux/atmclip.h HDRINST usr/include/linux/vm_sockets.h HDRINST usr/include/linux/dma-buf.h HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h HDRINST usr/include/linux/tc_ematch/tc_em_text.h HDRINST usr/include/linux/tc_ematch/tc_em_meta.h HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h HDRINST usr/include/linux/coda.h HDRINST usr/include/linux/bfs_fs.h HDRINST usr/include/linux/auxvec.h HDRINST usr/include/linux/if_infiniband.h HDRINST usr/include/linux/sed-opal.h HDRINST usr/include/linux/errqueue.h HDRINST usr/include/linux/matroxfb.h HDRINST usr/include/linux/if_hippi.h HDRINST usr/include/linux/in.h HDRINST usr/include/linux/seg6_local.h HDRINST usr/include/linux/smc_diag.h HDRINST usr/include/linux/kcmp.h HDRINST usr/include/linux/serial_core.h HDRINST usr/include/linux/selinux_netlink.h HDRINST usr/include/linux/adb.h HDRINST usr/include/linux/socket.h HDRINST usr/include/linux/fsmap.h HDRINST usr/include/linux/userio.h HDRINST usr/include/linux/shm.h HDRINST usr/include/linux/auto_dev-ioctl.h HDRINST usr/include/linux/acct.h HDRINST usr/include/linux/usbip.h HDRINST usr/include/linux/zorro_ids.h HDRINST usr/include/linux/stat.h HDRINST usr/include/linux/dqblk_xfs.h HDRINST usr/include/linux/tcp_metrics.h HDRINST usr/include/linux/quota.h HDRINST usr/include/linux/atmppp.h HDRINST usr/include/linux/dlm_device.h HDRINST usr/include/linux/pps.h HDRINST usr/include/linux/icmpv6.h HDRINST usr/include/linux/ultrasound.h HDRINST usr/include/linux/hdlc/ioctl.h HDRINST usr/include/linux/xilinx-v4l2-controls.h HDRINST usr/include/linux/openvswitch.h HDRINST usr/include/linux/ptrace.h HDRINST usr/include/linux/if_frad.h HDRINST usr/include/linux/memfd.h HDRINST usr/include/linux/securebits.h HDRINST usr/include/linux/hid.h HDRINST usr/include/linux/if_pppol2tp.h HDRINST usr/include/linux/netfilter/xt_TPROXY.h HDRINST usr/include/linux/netfilter/xt_limit.h HDRINST usr/include/linux/netfilter/xt_helper.h HDRINST usr/include/linux/netfilter/xt_NFLOG.h HDRINST usr/include/linux/netfilter/xt_CT.h HDRINST usr/include/linux/netfilter/xt_u32.h HDRINST usr/include/linux/netfilter/xt_MARK.h HDRINST usr/include/linux/netfilter/xt_dccp.h HDRINST usr/include/linux/netfilter/xt_TEE.h HDRINST usr/include/linux/netfilter/xt_set.h HDRINST usr/include/linux/netfilter/xt_addrtype.h HDRINST usr/include/linux/netfilter/xt_hashlimit.h HDRINST usr/include/linux/netfilter/nfnetlink_osf.h HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h HDRINST usr/include/linux/netfilter/xt_l2tp.h HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h HDRINST usr/include/linux/netfilter/xt_connmark.h HDRINST usr/include/linux/netfilter/nf_nat.h HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h HDRINST usr/include/linux/netfilter/nf_tables.h HDRINST usr/include/linux/netfilter/xt_mark.h HDRINST usr/include/linux/netfilter/nfnetlink_compat.h HDRINST usr/include/linux/netfilter/nf_conntrack_common.h HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h HDRINST usr/include/linux/netfilter/xt_SECMARK.h HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h HDRINST usr/include/linux/netfilter/nf_synproxy.h HDRINST usr/include/linux/netfilter/xt_iprange.h HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h HDRINST usr/include/linux/netfilter/xt_physdev.h HDRINST usr/include/linux/netfilter/xt_sctp.h HDRINST usr/include/linux/netfilter/xt_comment.h HDRINST usr/include/linux/netfilter/xt_connlabel.h HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h HDRINST usr/include/linux/netfilter/xt_mac.h HDRINST usr/include/linux/netfilter/xt_statistic.h HDRINST usr/include/linux/netfilter/xt_esp.h HDRINST usr/include/linux/netfilter/xt_AUDIT.h HDRINST usr/include/linux/netfilter/xt_state.h HDRINST usr/include/linux/netfilter/xt_cluster.h HDRINST usr/include/linux/netfilter/xt_dscp.h HDRINST usr/include/linux/netfilter/xt_tcpmss.h HDRINST usr/include/linux/netfilter/xt_cgroup.h HDRINST usr/include/linux/netfilter/xt_owner.h HDRINST usr/include/linux/netfilter/xt_tcpudp.h HDRINST usr/include/linux/netfilter/xt_cpu.h HDRINST usr/include/linux/netfilter/xt_bpf.h HDRINST usr/include/linux/netfilter/xt_CONNMARK.h HDRINST usr/include/linux/netfilter/xt_HMARK.h HDRINST usr/include/linux/netfilter/xt_devgroup.h HDRINST usr/include/linux/netfilter/xt_RATEEST.h HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h HDRINST usr/include/linux/netfilter/ipset/ip_set.h HDRINST usr/include/linux/netfilter/xt_time.h HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h HDRINST usr/include/linux/netfilter/nfnetlink_log.h HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h HDRINST usr/include/linux/netfilter/xt_TCPMSS.h HDRINST usr/include/linux/netfilter/xt_socket.h HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h HDRINST usr/include/linux/netfilter/xt_DSCP.h HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h HDRINST usr/include/linux/netfilter/xt_connlimit.h HDRINST usr/include/linux/netfilter/xt_pkttype.h HDRINST usr/include/linux/netfilter/xt_policy.h HDRINST usr/include/linux/netfilter/xt_nfacct.h HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h HDRINST usr/include/linux/netfilter/xt_LED.h HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h HDRINST usr/include/linux/netfilter/xt_length.h HDRINST usr/include/linux/netfilter/xt_string.h HDRINST usr/include/linux/netfilter/xt_recent.h HDRINST usr/include/linux/netfilter/xt_multiport.h HDRINST usr/include/linux/netfilter/xt_conntrack.h HDRINST usr/include/linux/netfilter/xt_ecn.h HDRINST usr/include/linux/netfilter/nfnetlink_queue.h HDRINST usr/include/linux/netfilter/xt_quota.h HDRINST usr/include/linux/netfilter/x_tables.h HDRINST usr/include/linux/netfilter/xt_realm.h HDRINST usr/include/linux/netfilter/xt_osf.h HDRINST usr/include/linux/netfilter/xt_rateest.h HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h HDRINST usr/include/linux/netfilter/nfnetlink_acct.h HDRINST usr/include/linux/netfilter/nf_log.h HDRINST usr/include/linux/netfilter/xt_connbytes.h HDRINST usr/include/linux/netfilter/nfnetlink.h HDRINST usr/include/linux/netfilter/nf_tables_compat.h HDRINST usr/include/linux/netfilter/xt_LOG.h HDRINST usr/include/linux/netfilter/xt_rpfilter.h HDRINST usr/include/linux/netfilter/xt_ipcomp.h HDRINST usr/include/linux/netfilter/xt_ipvs.h HDRINST usr/include/linux/fsl_hypervisor.h HDRINST usr/include/linux/wireguard.h HDRINST usr/include/linux/string.h HDRINST usr/include/linux/mdio.h HDRINST usr/include/linux/fs.h HDRINST usr/include/linux/l2tp.h HDRINST usr/include/linux/serio.h HDRINST usr/include/linux/elfcore.h HDRINST usr/include/linux/gtp.h HDRINST usr/include/linux/affs_hardblocks.h HDRINST usr/include/linux/sunrpc/debug.h HDRINST usr/include/linux/stm.h HDRINST usr/include/linux/netfilter_ipv4.h HDRINST usr/include/linux/utsname.h HDRINST usr/include/linux/tipc_netlink.h HDRINST usr/include/linux/if_pppox.h HDRINST usr/include/linux/adfs_fs.h HDRINST usr/include/linux/omap3isp.h HDRINST usr/include/linux/signal.h HDRINST usr/include/linux/fanotify.h HDRINST usr/include/linux/virtio_9p.h HDRINST usr/include/linux/wimax/i2400m.h HDRINST usr/include/linux/personality.h HDRINST usr/include/linux/smiapp.h HDRINST usr/include/linux/cec-funcs.h HDRINST usr/include/linux/ipv6.h HDRINST usr/include/linux/if_ether.h HDRINST usr/include/linux/if_xdp.h HDRINST usr/include/linux/atmarp.h HDRINST usr/include/linux/virtio_input.h HDRINST usr/include/linux/rfkill.h HDRINST usr/include/linux/mmtimer.h HDRINST usr/include/linux/timerfd.h HDRINST usr/include/linux/hdlcdrv.h HDRINST usr/include/linux/ipsec.h HDRINST usr/include/linux/neighbour.h HDRINST usr/include/linux/kernelcapi.h HDRINST usr/include/linux/gen_stats.h HDRINST usr/include/linux/spi/spidev.h HDRINST usr/include/linux/ppp-ioctl.h HDRINST usr/include/linux/netfilter_decnet.h HDRINST usr/include/linux/nfs.h HDRINST usr/include/linux/if_cablemodem.h HDRINST usr/include/linux/n_r3964.h HDRINST usr/include/linux/dlm_netlink.h HDRINST usr/include/linux/cm4000_cs.h HDRINST usr/include/linux/packet_diag.h HDRINST usr/include/linux/ipmi_msgdefs.h HDRINST usr/include/linux/hsi/cs-protocol.h HDRINST usr/include/linux/hsi/hsi_char.h HDRINST usr/include/linux/if_ppp.h HDRINST usr/include/linux/netdevice.h HDRINST usr/include/linux/if_tun.h HDRINST usr/include/linux/btf.h HDRINST usr/include/linux/input-event-codes.h HDRINST usr/include/linux/keyboard.h HDRINST usr/include/linux/errno.h HDRINST usr/include/linux/v4l2-controls.h HDRINST usr/include/linux/rds.h HDRINST usr/include/linux/in6.h HDRINST usr/include/linux/irqnr.h HDRINST usr/include/linux/fiemap.h HDRINST usr/include/linux/hash_info.h HDRINST usr/include/linux/nfs2.h HDRINST usr/include/linux/fdreg.h HDRINST usr/include/linux/thermal.h HDRINST usr/include/linux/seg6_genl.h HDRINST usr/include/linux/psample.h HDRINST usr/include/linux/reiserfs_fs.h HDRINST usr/include/linux/omapfb.h HDRINST usr/include/linux/signalfd.h HDRINST usr/include/linux/ethtool.h HDRINST usr/include/linux/netfilter_ipv6.h HDRINST usr/include/linux/idxd.h HDRINST usr/include/linux/perf_event.h HDRINST usr/include/linux/rose.h HDRINST usr/include/linux/uuid.h HDRINST usr/include/linux/hw_breakpoint.h HDRINST usr/include/linux/nfs_idmap.h HDRINST usr/include/linux/blktrace_api.h HDRINST usr/include/linux/virtio_scsi.h HDRINST usr/include/linux/uio.h HDRINST usr/include/linux/ioctl.h HDRINST usr/include/linux/v4l2-subdev.h HDRINST usr/include/linux/falloc.h HDRINST usr/include/linux/atmapi.h HDRINST usr/include/linux/nfs3.h HDRINST usr/include/linux/lightnvm.h HDRINST usr/include/linux/dma-heap.h HDRINST usr/include/linux/qrtr.h HDRINST usr/include/linux/v4l2-dv-timings.h HDRINST usr/include/linux/bpqether.h HDRINST usr/include/linux/kvm_para.h HDRINST usr/include/linux/sysinfo.h HDRINST usr/include/linux/llc.h HDRINST usr/include/linux/ncsi.h HDRINST usr/include/linux/netlink.h HDRINST usr/include/linux/mmc/ioctl.h HDRINST usr/include/linux/can/error.h HDRINST usr/include/linux/can/gw.h HDRINST usr/include/linux/can/netlink.h HDRINST usr/include/linux/can/bcm.h HDRINST usr/include/linux/can/j1939.h HDRINST usr/include/linux/can/raw.h HDRINST usr/include/linux/can/vxcan.h HDRINST usr/include/linux/kcm.h HDRINST usr/include/linux/media.h HDRINST usr/include/linux/nl80211.h HDRINST usr/include/linux/bcache.h HDRINST usr/include/linux/netfilter_arp/arp_tables.h HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h HDRINST usr/include/linux/auto_fs4.h HDRINST usr/include/linux/v4l2-mediabus.h HDRINST usr/include/linux/atmbr2684.h HDRINST usr/include/linux/futex.h HDRINST usr/include/linux/icmp.h HDRINST usr/include/linux/uvcvideo.h HDRINST usr/include/linux/atm_nicstar.h HDRINST usr/include/linux/i2c.h HDRINST usr/include/linux/tiocl.h HDRINST usr/include/linux/virtio_types.h HDRINST usr/include/linux/if_ltalk.h HDRINST usr/include/linux/x25.h HDRINST usr/include/linux/chio.h HDRINST usr/include/linux/i8k.h HDRINST usr/include/linux/rpmsg.h HDRINST usr/include/linux/if_macsec.h HDRINST usr/include/linux/binfmts.h HDRINST usr/include/linux/nfc.h HDRINST usr/include/linux/ppp_defs.h HDRINST usr/include/linux/iommu.h HDRINST usr/include/linux/virtio_net.h HDRINST usr/include/linux/nilfs2_ondisk.h HDRINST usr/include/linux/resource.h HDRINST usr/include/linux/major.h HDRINST usr/include/linux/vboxguest.h HDRINST usr/include/linux/userfaultfd.h HDRINST usr/include/linux/msdos_fs.h HDRINST usr/include/linux/kcov.h HDRINST usr/include/linux/tty.h HDRINST usr/include/linux/io_uring.h HDRINST usr/include/linux/rxrpc.h HDRINST usr/include/linux/net_tstamp.h HDRINST usr/include/linux/rio_cm_cdev.h HDRINST usr/include/linux/netlink_diag.h HDRINST usr/include/linux/if_eql.h HDRINST usr/include/linux/meye.h HDRINST usr/include/linux/sync_file.h HDRINST usr/include/linux/libc-compat.h HDRINST usr/include/linux/pci.h HDRINST usr/include/linux/am437x-vpfe.h HDRINST usr/include/linux/ip6_tunnel.h HDRINST usr/include/linux/watchdog.h HDRINST usr/include/linux/android/binder.h HDRINST usr/include/linux/android/binderfs.h HDRINST usr/include/linux/if_packet.h HDRINST usr/include/linux/sched.h HDRINST usr/include/linux/nbd-netlink.h HDRINST usr/include/linux/netfilter.h HDRINST usr/include/linux/ipx.h HDRINST usr/include/linux/efs_fs_sb.h HDRINST usr/include/linux/udp.h HDRINST usr/include/linux/seg6_iptunnel.h HDRINST usr/include/linux/bsg.h HDRINST usr/include/linux/elf.h HDRINST usr/include/linux/auto_fs.h HDRINST usr/include/linux/firewire-constants.h HDRINST usr/include/linux/nvme_ioctl.h HDRINST usr/include/linux/seg6.h HDRINST usr/include/linux/parport.h HDRINST usr/include/linux/minix_fs.h HDRINST usr/include/linux/cn_proc.h HDRINST usr/include/linux/firewire-cdev.h HDRINST usr/include/linux/sctp.h HDRINST usr/include/linux/lwtunnel.h HDRINST usr/include/linux/tcp.h HDRINST usr/include/linux/cciss_ioctl.h HDRINST usr/include/linux/ppdev.h HDRINST usr/include/linux/netfilter_bridge.h HDRINST usr/include/linux/cramfs_fs.h HDRINST usr/include/linux/kd.h HDRINST usr/include/linux/toshiba.h HDRINST usr/include/linux/pci_regs.h HDRINST usr/include/linux/fuse.h HDRINST usr/include/linux/mempolicy.h HDRINST usr/include/linux/isst_if.h HDRINST usr/include/linux/switchtec_ioctl.h HDRINST usr/include/linux/tipc.h HDRINST usr/include/linux/ife.h HDRINST usr/include/linux/virtio_rng.h HDRINST usr/include/linux/sonypi.h HDRINST usr/include/linux/ip.h HDRINST usr/include/linux/xfrm.h HDRINST usr/include/linux/usb/tmc.h HDRINST usr/include/linux/usb/charger.h HDRINST usr/include/linux/usb/cdc.h HDRINST usr/include/linux/usb/ch9.h HDRINST usr/include/linux/usb/midi.h HDRINST usr/include/linux/usb/functionfs.h HDRINST usr/include/linux/usb/video.h HDRINST usr/include/linux/usb/g_printer.h HDRINST usr/include/linux/usb/g_uvc.h HDRINST usr/include/linux/usb/ch11.h HDRINST usr/include/linux/usb/cdc-wdm.h HDRINST usr/include/linux/usb/gadgetfs.h HDRINST usr/include/linux/usb/audio.h HDRINST usr/include/linux/suspend_ioctls.h HDRINST usr/include/linux/if_phonet.h HDRINST usr/include/linux/seg6_hmac.h HDRINST usr/include/linux/max2175.h HDRINST usr/include/linux/vhost_types.h HDRINST usr/include/linux/module.h HDRINST usr/include/linux/xattr.h HDRINST usr/include/linux/if_vlan.h HDRINST usr/include/linux/ptp_clock.h HDRINST usr/include/linux/i2c-dev.h HDRINST usr/include/linux/fou.h HDRINST usr/include/linux/virtio_balloon.h HDRINST usr/include/linux/target_core_user.h HDRINST usr/include/linux/tipc_sockets_diag.h HDRINST usr/include/linux/xdp_diag.h HDRINST usr/include/linux/pktcdvd.h HDRINST usr/include/linux/atmlec.h HDRINST usr/include/linux/virtio_config.h HDRINST usr/include/linux/phantom.h HDRINST usr/include/linux/param.h HDRINST usr/include/linux/mpls_iptunnel.h HDRINST usr/include/linux/coff.h HDRINST usr/include/linux/termios.h HDRINST usr/include/linux/magic.h HDRINST usr/include/linux/mroute.h HDRINST usr/include/linux/nfsd/cld.h HDRINST usr/include/linux/nfsd/stats.h HDRINST usr/include/linux/nfsd/debug.h HDRINST usr/include/linux/nfsd/export.h HDRINST usr/include/linux/nfsd/nfsfh.h HDRINST usr/include/linux/vbox_vmmdev_types.h HDRINST usr/include/linux/fsverity.h HDRINST usr/include/linux/udmabuf.h HDRINST usr/include/linux/fsi.h HDRINST usr/include/linux/cryptouser.h HDRINST usr/include/linux/virtio_ids.h HDRINST usr/include/linux/atm_he.h HDRINST usr/include/linux/if_fddi.h HDRINST usr/include/linux/hyperv.h HDRINST usr/include/linux/kdev_t.h HDRINST usr/include/linux/vmcore.h HDRINST usr/include/linux/if_bonding.h HDRINST usr/include/linux/posix_acl.h HDRINST usr/include/linux/atmsvc.h HDRINST usr/include/linux/ivtvfb.h HDRINST usr/include/linux/reiserfs_xattr.h HDRINST usr/include/linux/v4l2-common.h HDRINST usr/include/linux/genwqe/genwqe_card.h HDRINST usr/include/linux/poll.h HDRINST usr/include/linux/mic_common.h HDRINST usr/include/linux/if_slip.h HDRINST usr/include/linux/ethtool_netlink.h HDRINST usr/include/linux/hpet.h HDRINST usr/include/linux/wireless.h HDRINST usr/include/linux/if.h HDRINST usr/include/linux/virtio_gpu.h HDRINST usr/include/linux/vhost.h HDRINST usr/include/linux/route.h HDRINST usr/include/linux/if_addr.h HDRINST usr/include/linux/stddef.h HDRINST usr/include/linux/ip_vs.h HDRINST usr/include/linux/pmu.h HDRINST usr/include/linux/virtio_pmem.h HDRINST usr/include/linux/sysctl.h HDRINST usr/include/linux/capi.h HDRINST usr/include/linux/dm-log-userspace.h HDRINST usr/include/linux/openat2.h HDRINST usr/include/linux/time.h HDRINST usr/include/linux/pr.h HDRINST usr/include/linux/baycom.h HDRINST usr/include/linux/btrfs.h HDRINST usr/include/linux/hsr_netlink.h HDRINST usr/include/linux/virtio_crypto.h HDRINST usr/include/linux/cgroupstats.h HDRINST usr/include/linux/virtio_iommu.h HDRINST usr/include/linux/tipc_config.h HDRINST usr/include/linux/dm-ioctl.h HDRINST usr/include/linux/timex.h HDRINST usr/include/linux/virtio_vsock.h HDRINST usr/include/linux/kernel.h HDRINST usr/include/linux/rio_mport_cdev.h HDRINST usr/include/linux/ila.h HDRINST usr/include/linux/nexthop.h HDRINST usr/include/linux/fd.h HDRINST usr/include/linux/kernel-page-flags.h HDRINST usr/include/linux/smc.h HDRINST usr/include/linux/qnxtypes.h HDRINST usr/include/linux/membarrier.h HDRINST usr/include/linux/udf_fs_i.h HDRINST usr/include/linux/kfd_ioctl.h HDRINST usr/include/linux/virtio_mmio.h HDRINST usr/include/linux/atm_tcp.h HDRINST usr/include/linux/atm_zatm.h HDRINST usr/include/linux/nilfs2_api.h HDRINST usr/include/linux/batman_adv.h HDRINST usr/include/linux/byteorder/little_endian.h HDRINST usr/include/linux/byteorder/big_endian.h HDRINST usr/include/linux/uhid.h HDRINST usr/include/linux/joystick.h HDRINST usr/include/linux/aspeed-lpc-ctrl.h HDRINST usr/include/linux/types.h HDRINST usr/include/linux/bcm933xx_hcs.h HDRINST usr/include/linux/map_to_7segment.h HDRINST usr/include/linux/phonet.h HDRINST usr/include/linux/mpls.h HDRINST usr/include/linux/if_fc.h HDRINST usr/include/linux/if_team.h HDRINST usr/include/linux/virtio_blk.h HDRINST usr/include/linux/pkt_cls.h HDRINST usr/include/linux/patchkey.h HDRINST usr/include/linux/serial_reg.h HDRINST usr/include/linux/ppp-comp.h HDRINST usr/include/linux/dn.h HDRINST usr/include/linux/scc.h HDRINST usr/include/linux/cciss_defs.h HDRINST usr/include/linux/msg.h HDRINST usr/include/linux/elf-em.h HDRINST usr/include/linux/sound.h HDRINST usr/include/linux/scif_ioctl.h HDRINST usr/include/linux/vfio_ccw.h HDRINST usr/include/linux/ipmi.h HDRINST usr/include/linux/fadvise.h HDRINST usr/include/linux/mii.h HDRINST usr/include/linux/vbox_err.h HDRINST usr/include/linux/inotify.h HDRINST usr/include/linux/net_namespace.h HDRINST usr/include/linux/if_tunnel.h HDRINST usr/include/linux/gpio.h HDRINST usr/include/linux/radeonfb.h HDRINST usr/include/linux/raw.h HDRINST usr/include/linux/atalk.h HDRINST usr/include/linux/kexec.h HDRINST usr/include/linux/rseq.h HDRINST usr/include/linux/videodev2.h HDRINST usr/include/linux/sockios.h HDRINST usr/include/linux/jffs2.h HDRINST usr/include/linux/swab.h HDRINST usr/include/linux/fcntl.h HDRINST usr/include/linux/reboot.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h HDRINST usr/include/linux/a.out.h HDRINST usr/include/linux/ipmi_bmc.h HDRINST usr/include/linux/nbd.h HDRINST usr/include/linux/atmsap.h HDRINST usr/include/linux/veth.h HDRINST usr/include/linux/atmdev.h HDRINST usr/include/linux/dlmconstants.h HDRINST usr/include/linux/unistd.h HDRINST usr/include/linux/fpga-dfl.h HDRINST usr/include/linux/if_x25.h HDRINST usr/include/linux/posix_types.h HDRINST usr/include/linux/eventpoll.h HDRINST usr/include/linux/netconf.h HDRINST usr/include/linux/sem.h HDRINST usr/include/linux/arm_sdei.h HDRINST usr/include/linux/cuda.h HDRINST usr/include/linux/loop.h HDRINST usr/include/linux/media-bus-format.h HDRINST usr/include/linux/romfs_fs.h HDRINST usr/include/linux/nfsacl.h HDRINST usr/include/linux/can.h HDRINST usr/include/linux/atm_idt77105.h HDRINST usr/include/linux/agpgart.h HDRINST usr/include/linux/unix_diag.h HDRINST usr/include/linux/audit.h HDRINST usr/include/linux/cyclades.h HDRINST usr/include/linux/genetlink.h HDRINST usr/include/linux/iso_fs.h HDRINST usr/include/linux/virtio_pci.h HDRINST usr/include/linux/nvram.h HDRINST usr/include/linux/dlm_plock.h HDRINST usr/include/linux/time_types.h HDRINST usr/include/linux/seccomp.h HDRINST usr/include/linux/blkpg.h HDRINST usr/include/linux/netfilter_arp.h HDRINST usr/include/linux/cifs/cifs_mount.h HDRINST usr/include/linux/soundcard.h HDRINST usr/include/linux/vsockmon.h HDRINST usr/include/linux/dns_resolver.h HDRINST usr/include/linux/aspeed-p2a-ctrl.h HDRINST usr/include/linux/kvm.h HDRINST usr/include/linux/if_arp.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_ECN.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_ttl.h HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h HDRINST usr/include/linux/snmp.h HDRINST usr/include/linux/times.h HDRINST usr/include/linux/taskstats.h HDRINST usr/include/linux/bt-bmc.h HDRINST usr/include/linux/if_arcnet.h HDRINST usr/include/linux/cec.h HDRINST usr/include/linux/gsmmux.h HDRINST usr/include/linux/i2o-dev.h HDRINST usr/include/linux/ax25.h HDRINST usr/include/linux/uleds.h HDRINST usr/include/linux/btrfs_tree.h HDRINST usr/include/linux/gfs2_ondisk.h HDRINST usr/include/linux/bpf_common.h HDRINST usr/include/linux/rtc.h HDRINST usr/include/linux/utime.h HDRINST usr/include/linux/edd.h HDRINST usr/include/linux/if_addrlabel.h HDRINST usr/include/linux/const.h HDRINST usr/include/linux/wimax.h HDRINST usr/include/linux/hiddev.h HDRINST usr/include/linux/virtio_console.h HDRINST usr/include/linux/bpfilter.h HDRINST usr/include/linux/if_bridge.h HDRINST usr/include/linux/in_route.h HDRINST usr/include/linux/nubus.h HDRINST usr/include/linux/uinput.h HDRINST usr/include/linux/tc_act/tc_csum.h HDRINST usr/include/linux/tc_act/tc_mirred.h HDRINST usr/include/linux/tc_act/tc_nat.h HDRINST usr/include/linux/tc_act/tc_connmark.h HDRINST usr/include/linux/tc_act/tc_skbmod.h HDRINST usr/include/linux/tc_act/tc_skbedit.h HDRINST usr/include/linux/tc_act/tc_bpf.h HDRINST usr/include/linux/tc_act/tc_gact.h HDRINST usr/include/linux/tc_act/tc_mpls.h HDRINST usr/include/linux/tc_act/tc_ct.h HDRINST usr/include/linux/tc_act/tc_sample.h HDRINST usr/include/linux/tc_act/tc_ipt.h HDRINST usr/include/linux/tc_act/tc_tunnel_key.h HDRINST usr/include/linux/tc_act/tc_pedit.h HDRINST usr/include/linux/tc_act/tc_ctinfo.h HDRINST usr/include/linux/tc_act/tc_defact.h HDRINST usr/include/linux/tc_act/tc_vlan.h HDRINST usr/include/linux/tc_act/tc_ife.h HDRINST usr/include/linux/nsfs.h HDRINST usr/include/linux/keyctl.h HDRINST usr/include/linux/nfs_mount.h HDRINST usr/include/linux/if_alg.h HDRINST usr/include/linux/mount.h HDRINST usr/include/linux/gameport.h HDRINST usr/include/linux/pg.h HDRINST usr/include/linux/batadv_packet.h HDRINST usr/include/linux/atm.h HDRINST usr/include/linux/connector.h HDRINST usr/include/linux/netrom.h HDRINST usr/include/linux/atm_eni.h HDRINST usr/include/linux/cycx_cfm.h HDRINST usr/include/linux/synclink.h HDRINST usr/include/linux/un.h HDRINST usr/include/linux/psp-sev.h HDRINST usr/include/linux/oom.h HDRINST usr/include/linux/hdreg.h HDRINST usr/include/linux/tty_flags.h HDRINST usr/include/linux/wait.h HDRINST usr/include/linux/fib_rules.h HDRINST usr/include/linux/vt.h HDRINST usr/include/linux/cdrom.h HDRINST usr/include/linux/vm_sockets_diag.h HDRINST usr/include/linux/psci.h HDRINST usr/include/linux/capability.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/osd.h HDRINST usr/include/linux/dvb/dmx.h HDRINST usr/include/linux/dvb/audio.h HDRINST usr/include/linux/dvb/net.h HDRINST usr/include/linux/mqueue.h HDRINST usr/include/linux/iio/types.h HDRINST usr/include/linux/iio/events.h HDRINST usr/include/linux/coresight-stm.h HDRINST usr/include/linux/sched/types.h HDRINST usr/include/linux/ipc.h HDRINST usr/include/linux/atmioc.h HDRINST usr/include/linux/net.h HDRINST usr/include/linux/sonet.h HDRINST usr/include/linux/pfkeyv2.h HDRINST usr/include/linux/serial.h HDRINST usr/include/linux/vfio.h HDRINST usr/include/linux/filter.h HDRINST usr/include/linux/pkt_sched.h HDRINST usr/include/linux/limits.h HDRINST usr/include/linux/devlink.h HDRINST usr/include/linux/mtio.h HDRINST usr/include/linux/blkzoned.h HDRINST usr/include/linux/prctl.h HDRINST usr/include/linux/mei.h HDRINST usr/include/linux/hidraw.h HDRINST usr/include/linux/erspan.h HDRINST usr/include/linux/virtio_ring.h HDRINST usr/include/linux/isdn/capicmd.h HDRINST usr/include/linux/usbdevice_fs.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h HDRINST usr/include/linux/netfilter_bridge/ebtables.h HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h HDRINST usr/include/linux/netfilter_bridge/ebt_among.h HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h HDRINST usr/include/linux/netfilter_bridge/ebt_log.h HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h HDRINST usr/include/linux/inet_diag.h HDRINST usr/include/linux/bpf_perf_event.h HDRINST usr/include/linux/sock_diag.h HDRINST usr/include/linux/atmmpc.h HDRINST usr/include/linux/hdlc.h HDRINST usr/include/linux/raid/md_u.h HDRINST usr/include/linux/raid/md_p.h HDRINST usr/include/linux/elf-fdpic.h HDRINST usr/include/linux/rtnetlink.h HDRINST usr/include/linux/screen_info.h HDRINST usr/include/linux/bpf.h HDRINST usr/include/linux/zorro.h HDRINST usr/include/linux/dccp.h HDRINST usr/include/linux/nfs4.h HDRINST usr/include/linux/input.h HDRINST usr/include/linux/lp.h HDRINST usr/include/linux/apm_bios.h HDRINST usr/include/linux/nfs4_mount.h HDRINST usr/include/linux/posix_acl_xattr.h HDRINST usr/include/linux/nfs_fs.h HDRINST usr/include/linux/dlm.h HDRINST usr/include/linux/tls.h HDRINST usr/include/linux/igmp.h HDRINST usr/include/linux/fb.h HDRINST usr/include/linux/ndctl.h HDRINST usr/include/linux/caif/if_caif.h HDRINST usr/include/linux/caif/caif_socket.h HDRINST usr/include/linux/virtio_fs.h HDRINST usr/include/linux/mman.h HDRINST usr/include/linux/pcitest.h HDRINST usr/include/linux/lirc.h HDRINST usr/include/linux/ivtv.h HDRINST usr/include/linux/qemu_fw_cfg.h HDRINST usr/include/sound/snd_sst_tokens.h HDRINST usr/include/sound/asound_fm.h HDRINST usr/include/sound/compress_offload.h HDRINST usr/include/sound/asoc.h HDRINST usr/include/sound/sof/tokens.h HDRINST usr/include/sound/sof/fw.h HDRINST usr/include/sound/sof/abi.h HDRINST usr/include/sound/sof/header.h HDRINST usr/include/sound/hdsp.h HDRINST usr/include/sound/skl-tplg-interface.h HDRINST usr/include/sound/tlv.h HDRINST usr/include/sound/firewire.h HDRINST usr/include/sound/usb_stream.h HDRINST usr/include/sound/sb16_csp.h HDRINST usr/include/sound/compress_params.h HDRINST usr/include/sound/asequencer.h HDRINST usr/include/sound/sfnt_info.h HDRINST usr/include/sound/hdspm.h HDRINST usr/include/sound/asound.h HDRINST usr/include/sound/emu10k1.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/scsi/fc/fc_ns.h HDRINST usr/include/scsi/fc/fc_els.h HDRINST usr/include/scsi/fc/fc_gs.h HDRINST usr/include/scsi/fc/fc_fs.h HDRINST usr/include/scsi/scsi_bsg_fc.h HDRINST usr/include/scsi/scsi_netlink_fc.h HDRINST usr/include/linux/version.h HDRINST usr/include/asm/auxvec.h HDRINST usr/include/asm/sembuf.h HDRINST usr/include/asm/mce.h HDRINST usr/include/asm/ptrace-abi.h HDRINST usr/include/asm/stat.h HDRINST usr/include/asm/ptrace.h HDRINST usr/include/asm/kvm_perf.h HDRINST usr/include/asm/vm86.h HDRINST usr/include/asm/ist.h HDRINST usr/include/asm/signal.h HDRINST usr/include/asm/msr.h HDRINST usr/include/asm/hw_breakpoint.h HDRINST usr/include/asm/kvm_para.h HDRINST usr/include/asm/posix_types_32.h HDRINST usr/include/asm/shmbuf.h HDRINST usr/include/asm/hwcap2.h HDRINST usr/include/asm/processor-flags.h HDRINST usr/include/asm/mtrr.h HDRINST usr/include/asm/setup.h HDRINST usr/include/asm/sigcontext32.h HDRINST usr/include/asm/msgbuf.h HDRINST usr/include/asm/posix_types_64.h HDRINST usr/include/asm/bootparam.h HDRINST usr/include/asm/ucontext.h HDRINST usr/include/asm/perf_regs.h HDRINST usr/include/asm/vsyscall.h HDRINST usr/include/asm/debugreg.h HDRINST usr/include/asm/vmx.h HDRINST usr/include/asm/siginfo.h HDRINST usr/include/asm/bitsperlong.h HDRINST usr/include/asm/swab.h HDRINST usr/include/asm/a.out.h HDRINST usr/include/asm/unistd.h HDRINST usr/include/asm/posix_types.h HDRINST usr/include/asm/ldt.h HDRINST usr/include/asm/sigcontext.h HDRINST usr/include/asm/byteorder.h HDRINST usr/include/asm/kvm.h HDRINST usr/include/asm/statfs.h HDRINST usr/include/asm/posix_types_x32.h HDRINST usr/include/asm/boot.h HDRINST usr/include/asm/e820.h HDRINST usr/include/asm/prctl.h HDRINST usr/include/asm/svm.h HDRINST usr/include/asm/mman.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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseport_bpf.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/net/reuseport_addr_any gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ tcp_mmap.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/net/tcp_mmap gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ tcp_inq.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/net/fin_ack_lat gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/ reuseaddr_ports_exhausted.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/net/reuseaddr_ports_exhausted reuseaddr_ports_exhausted.c:33:2: warning: missing braces around initializer [-Wmissing-braces] {0, 0, 0, 0}, ^ reuseaddr_ports_exhausted.c:33:2: note: (near initialization for ‘unreusable_opts[0]’) reuseaddr_ports_exhausted.c:34:2: warning: missing braces around initializer [-Wmissing-braces] {0, 0, 0, 1}, ^ reuseaddr_ports_exhausted.c:34:2: note: (near initialization for ‘unreusable_opts[1]’) reuseaddr_ports_exhausted.c:35:2: warning: missing braces around initializer [-Wmissing-braces] {0, 0, 1, 0}, ^ reuseaddr_ports_exhausted.c:35:2: note: (near initialization for ‘unreusable_opts[2]’) reuseaddr_ports_exhausted.c:36:2: warning: missing braces around initializer [-Wmissing-braces] {0, 0, 1, 1}, ^ reuseaddr_ports_exhausted.c:36:2: note: (near initialization for ‘unreusable_opts[3]’) reuseaddr_ports_exhausted.c:37:2: warning: missing braces around initializer [-Wmissing-braces] {0, 1, 0, 0}, ^ reuseaddr_ports_exhausted.c:37:2: note: (near initialization for ‘unreusable_opts[4]’) reuseaddr_ports_exhausted.c:38:2: warning: missing braces around initializer [-Wmissing-braces] {0, 1, 0, 1}, ^ reuseaddr_ports_exhausted.c:38:2: note: (near initialization for ‘unreusable_opts[5]’) reuseaddr_ports_exhausted.c:39:2: warning: missing braces around initializer [-Wmissing-braces] {0, 1, 1, 0}, ^ reuseaddr_ports_exhausted.c:39:2: note: (near initialization for ‘unreusable_opts[6]’) reuseaddr_ports_exhausted.c:40:2: warning: missing braces around initializer [-Wmissing-braces] {0, 1, 1, 1}, ^ reuseaddr_ports_exhausted.c:40:2: note: (near initialization for ‘unreusable_opts[7]’) reuseaddr_ports_exhausted.c:41:2: warning: missing braces around initializer [-Wmissing-braces] {1, 0, 0, 0}, ^ reuseaddr_ports_exhausted.c:41:2: note: (near initialization for ‘unreusable_opts[8]’) reuseaddr_ports_exhausted.c:42:2: warning: missing braces around initializer [-Wmissing-braces] {1, 0, 0, 1}, ^ reuseaddr_ports_exhausted.c:42:2: note: (near initialization for ‘unreusable_opts[9]’) reuseaddr_ports_exhausted.c:43:2: warning: missing braces around initializer [-Wmissing-braces] {1, 0, 1, 0}, ^ reuseaddr_ports_exhausted.c:43:2: note: (near initialization for ‘unreusable_opts[10]’) reuseaddr_ports_exhausted.c:44:2: warning: missing braces around initializer [-Wmissing-braces] {1, 0, 1, 1}, ^ reuseaddr_ports_exhausted.c:44:2: note: (near initialization for ‘unreusable_opts[11]’) reuseaddr_ports_exhausted.c:32:41: warning: missing braces around initializer [-Wmissing-braces] struct reuse_opts unreusable_opts[12] = { ^ reuseaddr_ports_exhausted.c:32:41: note: (near initialization for ‘unreusable_opts’) reuseaddr_ports_exhausted.c:48:2: warning: missing braces around initializer [-Wmissing-braces] {1, 1, 0, 0}, ^ reuseaddr_ports_exhausted.c:48:2: note: (near initialization for ‘reusable_opts[0]’) reuseaddr_ports_exhausted.c:49:2: warning: missing braces around initializer [-Wmissing-braces] {1, 1, 0, 1}, ^ reuseaddr_ports_exhausted.c:49:2: note: (near initialization for ‘reusable_opts[1]’) reuseaddr_ports_exhausted.c:50:2: warning: missing braces around initializer [-Wmissing-braces] {1, 1, 1, 0}, ^ reuseaddr_ports_exhausted.c:50:2: note: (near initialization for ‘reusable_opts[2]’) reuseaddr_ports_exhausted.c:51:2: warning: missing braces around initializer [-Wmissing-braces] {1, 1, 1, 1}, ^ reuseaddr_ports_exhausted.c:51:2: note: (near initialization for ‘reusable_opts[3]’) reuseaddr_ports_exhausted.c:47:38: warning: missing braces around initializer [-Wmissing-braces] struct reuse_opts reusable_opts[4] = { ^ reuseaddr_ports_exhausted.c:47:38: note: (near initialization for ‘reusable_opts’) TAP version 13 1..34 # 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=0,20, expect=15,5 # warning: incorrect queue lengths # info: count=0,20, expect=20,5 # warning: incorrect queue lengths # info: trying alternate ports (20) # # test: datapath 0x0 ports 8000,8003 # info: count=0,0, expect=0,0 # info: count=0,20, expect=15,5 # warning: incorrect queue lengths # info: count=0,20, expect=20,5 # warning: incorrect queue lengths # info: trying alternate ports (19) # # test: datapath 0x0 ports 8000,8004 # info: count=0,0, expect=0,0 # info: count=5,15, expect=15,5 # info: count=5,20, expect=20,5 # # test: datapath 0x1000 ports 8000,8004 # info: count=0,0, expect=0,0 # info: count=5,15, expect=15,5 # info: count=15,20, expect=20,15 # # test: datapath 0x1 ports 8000,8004 # 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,8004 # 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,8004 # 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,8004 # 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,8004 # 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,8004 # 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,8004 # 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 a8e669a8-eaa0-4f95-92bf-4fdf2b48d21f 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 with dev-only [ 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 ] 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 ] # ./fib-onlink-tests.sh: line 220: 19806 Segmentation fault ip ro flush table ${VRF_TABLE} # # 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 ] # Segmentation fault # Segmentation fault # TEST: ipv4: list and flush cached exceptions [FAIL] # can't list cached exceptions # Segmentation fault # Segmentation fault # TEST: ipv4: list and flush cached exceptions - nexthop objects [FAIL] # can't list cached exceptions # TEST: ipv6: list and flush cached exceptions [ OK ] # TEST: ipv6: list and flush cached exceptions - nexthop objects [ OK ] not ok 16 selftests: net: pmtu.sh # exit=1 # 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 = 1584989199 # ipv4 defrag with overlaps # PASS # seed = 1584989199 # ipv6 defrag # PASS # seed = 1584989207 # ipv6 defrag with overlaps # PASS # seed = 1584989207 # ipv6 nf_conntrack defrag # PASS # seed = 1584989213 # ipv6 nf_conntrack defrag with overlaps # seed = 1584989213 # ./ip_defrag: sendto overlap: 528: Operation not permitted not ok 18 selftests: net: ip_defrag.sh # exit=1 # selftests: net: udpgso_bench.sh # ipv4 # tcp # tcp tx: 11749 MB/s 199282 calls/s 199282 msg/s # tcp rx: 11759 MB/s 199421 calls/s # tcp tx: 11951 MB/s 202705 calls/s 202705 msg/s # tcp rx: 11963 MB/s 202903 calls/s # tcp tx: 11944 MB/s 202585 calls/s 202585 msg/s # tcp zerocopy # tcp tx: 8143 MB/s 138111 calls/s 138111 msg/s # tcp rx: 8148 MB/s 134526 calls/s # tcp tx: 8483 MB/s 143879 calls/s 143879 msg/s # tcp rx: 8493 MB/s 135567 calls/s # tcp tx: 8159 MB/s 138392 calls/s 138392 msg/s # udp # udp rx: 1065 MB/s 758836 calls/s # udp tx: 1065 MB/s 758856 calls/s 18068 msg/s # udp tx: 1062 MB/s 757176 calls/s 18028 msg/s # udp rx: 1063 MB/s 757826 calls/s # udp tx: 1059 MB/s 754866 calls/s 17973 msg/s # udp gso # udp tx: 2776 MB/s 47088 calls/s 47088 msg/s # udp rx: 2357 MB/s 1679360 calls/s # udp tx: 2785 MB/s 47249 calls/s 47249 msg/s # udp rx: 2384 MB/s 1698565 calls/s # udp tx: 2774 MB/s 47064 calls/s 47064 msg/s # udp gso zerocopy # udp tx: 2158 MB/s 36606 calls/s 36606 msg/s # udp rx: 2121 MB/s 1511168 calls/s # udp tx: 2208 MB/s 37461 calls/s 37461 msg/s # udp rx: 2172 MB/s 1547776 calls/s # udp tx: 2214 MB/s 37567 calls/s 37567 msg/s # udp gso timestamp # udp tx: 2659 MB/s 45102 calls/s 45102 msg/s # udp rx: 2422 MB/s 1725952 calls/s # udp tx: 2677 MB/s 45410 calls/s 45410 msg/s # udp rx: 2443 MB/s 1740288 calls/s # udp tx: 2693 MB/s 45680 calls/s 45680 msg/s # udp gso zerocopy audit # udp tx: 2136 MB/s 36233 calls/s 36233 msg/s # udp rx: 2107 MB/s 1500928 calls/s # udp tx: 2171 MB/s 36836 calls/s 36836 msg/s # udp rx: 2148 MB/s 1530624 calls/s # udp tx: 2158 MB/s 36604 calls/s 36604 msg/s # Summary over 3.000 seconds... # sum udp tx: 2207 MB/s 109673 calls (36557/s) 109673 msgs (36557/s) # Zerocopy acks: 109673 # udp gso timestamp audit # udp tx: 2598 MB/s 44079 calls/s 44079 msg/s # udp rx: 2389 MB/s 1701888 calls/s # udp tx: 2647 MB/s 44911 calls/s 44911 msg/s # udp rx: 2441 MB/s 1739264 calls/s # udp tx: 2638 MB/s 44748 calls/s 44748 msg/s # Summary over 3.000 seconds... # sum udp tx: 2691 MB/s 133738 calls (44579/s) 133738 msgs (44579/s) # Tx Timestamps: 133738 received 0 errors # udp gso zerocopy timestamp audit # udp tx: 2020 MB/s 34267 calls/s 34267 msg/s # udp rx: 2020 MB/s 1439214 calls/s # udp tx: 2056 MB/s 34887 calls/s 34887 msg/s # udp rx: 2058 MB/s 1466702 calls/s # udp tx: 2054 MB/s 34845 calls/s 34845 msg/s # Summary over 3.000 seconds... # sum udp tx: 2092 MB/s 103999 calls (34666/s) 103999 msgs (34666/s) # Tx Timestamps: 103999 received 0 errors # Zerocopy acks: 103999 # ipv6 # tcp # tcp tx: 10889 MB/s 184698 calls/s 184698 msg/s # tcp rx: 10899 MB/s 184812 calls/s # tcp tx: 11970 MB/s 203033 calls/s 203033 msg/s # tcp rx: 11982 MB/s 203229 calls/s # tcp tx: 11968 MB/s 202989 calls/s 202989 msg/s # tcp zerocopy # tcp tx: 7877 MB/s 133606 calls/s 133606 msg/s # tcp rx: 7892 MB/s 132550 calls/s # tcp tx: 7844 MB/s 133049 calls/s 133049 msg/s # tcp rx: 7850 MB/s 131299 calls/s # tcp tx: 8305 MB/s 140869 calls/s 140869 msg/s # udp # udp rx: 928 MB/s 677356 calls/s # udp tx: 929 MB/s 677981 calls/s 15767 msg/s # udp rx: 943 MB/s 688266 calls/s # udp tx: 942 MB/s 687656 calls/s 15992 msg/s # udp tx: 945 MB/s 689806 calls/s 16042 msg/s # udp gso # udp tx: 2682 MB/s 45496 calls/s 45496 msg/s # udp rx: 2284 MB/s 1664845 calls/s # udp tx: 2711 MB/s 45993 calls/s 45993 msg/s # udp rx: 2306 MB/s 1680896 calls/s # udp tx: 2746 MB/s 46584 calls/s 46584 msg/s # udp gso zerocopy # udp tx: 2033 MB/s 34485 calls/s 34485 msg/s # udp rx: 2033 MB/s 1482801 calls/s # udp tx: 2067 MB/s 35058 calls/s 35058 msg/s # udp rx: 2068 MB/s 1508864 calls/s # udp tx: 2072 MB/s 35155 calls/s 35155 msg/s # udp gso timestamp # udp tx: 2529 MB/s 42906 calls/s 42906 msg/s # udp rx: 2295 MB/s 1672448 calls/s # udp tx: 2557 MB/s 43382 calls/s 43382 msg/s # udp rx: 2320 MB/s 1690880 calls/s # udp tx: 2564 MB/s 43492 calls/s 43492 msg/s # udp gso zerocopy audit # udp rx: 2048 MB/s 1493504 calls/s # udp tx: 2052 MB/s 34818 calls/s 34818 msg/s # udp tx: 2058 MB/s 34916 calls/s 34916 msg/s # udp rx: 2059 MB/s 1502208 calls/s # udp tx: 2061 MB/s 34962 calls/s 34962 msg/s # Summary over 3.000 seconds... # sum udp tx: 2107 MB/s 104696 calls (34898/s) 104696 msgs (34898/s) # Zerocopy acks: 104696 # udp gso timestamp audit # udp tx: 2534 MB/s 42985 calls/s 42985 msg/s # udp rx: 2319 MB/s 1690368 calls/s # udp tx: 2583 MB/s 43815 calls/s 43815 msg/s # udp rx: 2368 MB/s 1725952 calls/s # udp tx: 2574 MB/s 43666 calls/s 43666 msg/s # Summary over 3.000 seconds... # sum udp tx: 2625 MB/s 130466 calls (43488/s) 130466 msgs (43488/s) # Tx Timestamps: 130466 received 0 errors # udp gso zerocopy timestamp audit # udp rx: 1866 MB/s 1361165 calls/s # udp tx: 1868 MB/s 31684 calls/s 31684 msg/s # udp tx: 1894 MB/s 32139 calls/s 32139 msg/s # udp rx: 1896 MB/s 1383224 calls/s # udp tx: 1905 MB/s 32322 calls/s 32322 msg/s # Summary over 3.000 seconds... # sum udp tx: 1934 MB/s 96145 calls (32048/s) 96145 msgs (32048/s) # Tx Timestamps: 96145 received 0 errors # Zerocopy acks: 96145 # 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=222388 (13877 MB) txc=0 zc=n # rx=111194 (13877 MB) # ipv4 tcp -z -t 1 # tx=177728 (11090 MB) txc=177728 zc=n # rx=88865 (11090 MB) # ok # ipv6 tcp -t 1 # tx=213501 (13323 MB) txc=0 zc=n # rx=106751 (13323 MB) # ipv6 tcp -z -t 1 # tx=170708 (10652 MB) txc=170708 zc=n # rx=85355 (10652 MB) # ok # ipv4 udp -t 1 # tx=228924 (14285 MB) txc=0 zc=n # rx=228924 (14285 MB) # ipv4 udp -z -t 1 # tx=149214 (9311 MB) txc=149214 zc=n # rx=149214 (9311 MB) # ok # ipv6 udp -t 1 # tx=221955 (13850 MB) txc=0 zc=n # rx=221955 (13850 MB) # ipv6 udp -z -t 1 # tx=153741 (9594 MB) txc=153741 zc=n # rx=153741 (9594 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:15 expected:0 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:54 expected:0 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:38 expected:0 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:23 expected:0 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:10082 expected:10000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:10078 expected:10000 (us) # # SO_TXTIME ipv6 clock monotonic # payload:a delay:13849 expected:10000 (us) # payload:b delay:22779 expected:20000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:a delay:10066 expected:10000 (us) # payload:b delay:20050 expected:20000 (us) # # SO_TXTIME ipv6 clock monotonic # payload:b delay:20061 expected:20000 (us) # payload:a delay:20085 expected:20000 (us) # # SO_TXTIME ipv4 clock monotonic # payload:b delay:20072 expected:20000 (us) # payload:a delay:20092 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 775936 # 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: 56947 # test done ok 33 selftests: net: fin_ack_lat.sh # selftests: net: reuseaddr_ports_exhausted.sh # [==========] Running 3 tests from 1 test cases. # [ RUN ] global.reuseaddr_ports_exhausted_unreusable # [ OK ] global.reuseaddr_ports_exhausted_unreusable # [ RUN ] global.reuseaddr_ports_exhausted_reusable_same_euid # [ OK ] global.reuseaddr_ports_exhausted_reusable_same_euid # [ RUN ] global.reuseaddr_ports_exhausted_reusable_different_euid # [ OK ] global.reuseaddr_ports_exhausted_reusable_different_euid # [==========] 3 / 3 tests passed. # [ PASSED ] # tests done ok 34 selftests: net: reuseaddr_ports_exhausted.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/net' 2020-03-24 02:48:45 make run_tests -C netfilter make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Lsin counter in ns1-j38O33Ls 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-j38O33Lsin # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1in # ^^^^^^^ # ERROR: ns1in counter in ns2-j38O33Ls 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-j38O33Lsout counter in ns1-j38O33Ls 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-j38O33Lsout # ^^^^^^^ # :1:6-12: Error: syntax error, unexpected counter # list counter inet filter ns1out # ^^^^^^^ # ERROR: ns1out counter in ns2-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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-j38O33Ls 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 # Cannot create namespace file "/var/run/netns/ns1": File exists # Cannot create namespace file "/var/run/netns/ns2": File exists # 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: 31127 Terminated ip netns exec $nsb nc -w 5 -l -p 12345 < "$ns2in" > "$ns2out" # ./nft_flowtable.sh: line 213: 31133 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: 31150 Terminated ip netns exec $nsb nc -w 5 -l -p 12345 < "$ns2in" > "$ns2out" # ./nft_flowtable.sh: line 213: 31158 Terminated ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$ns1in" > "$ns1out" # FAIL: file mismatch for ns1 -> ns2 # -rw------- 1 root root 3787776 Mar 24 02:49 /tmp/tmp.9NBaP5DR9f # -rw------- 1 root root 0 Mar 24 02:49 /tmp/tmp.SlU6u3ror6 # FAIL: file mismatch for ns1 <- ns2 # -rw------- 1 root root 330752 Mar 24 02:49 /tmp/tmp.fjjKAiolOv # -rw------- 1 root root 0 Mar 24 02:49 /tmp/tmp.EtXsUHLXJ6 # 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: reported issues # Add two elements, flush, re-add [FAIL] not ok 7 selftests: netfilter: nft_concat_range.sh # exit=1 make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/netfilter' 2020-03-24 02:49:59 make run_tests -C nsfs make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/nsfs' gcc -Wall -Werror owner.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/nsfs/owner gcc -Wall -Werror pidns.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/nsfs' 2020-03-24 02:49:59 make run_tests -C openat2 make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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] chained 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/31574/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=77971 EXDEV=322029 E=0 success=0 # ok 1 rename attack with RESOLVE_BENEATH (400000 runs, got 0 escapes) # # non-escapes: EAGAIN=399851 EXDEV=0 E=0 success=149 # 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/openat2' 2020-03-24 02:50:02 make run_tests -C pidfd make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/pidfd' gcc -g -I../../../../usr/include/ -pthread pidfd_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/pidfd/pidfd_getfd_test TAP version 13 1..6 # selftests: pidfd: pidfd_test # TAP version 13 # 1..4 # # Parent: pid: 31670 # # Parent: Waiting for Child (31671) to complete. # # Time waited for child: 3 # ok 1 pidfd_poll check for premature notification on child thread exec test: Passed # # Parent: pid: 31670 # # Parent: Waiting for Child (31682) 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: 31670 # # Parent: Waiting for Child (31696) to complete. # # Time since child exit: 3 # ok 3 pidfd_poll check for premature notification on non-emptygroup leader exit test: Passed # # Parent: pid: 31670 # # Parent: Waiting for Child (31708) 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: 545, fd: 5 # # New child: 546, fd: 6 # ok 1 pidfd check for NSpid in fdinfo test: Passed # # New child: 547, 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 559 # # 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/pidfd' ignored_by_lkp powerpc test prctl test: not in Makefile 2020-03-24 02:50:19 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/prctl' Makefile:14: warning: overriding recipe for target 'clean' ../lib.mk:126: 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/prctl' 2020-03-24 02:50:20 make run_tests -C prctl make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/prctl' Makefile:14: warning: overriding recipe for target 'clean' ../lib.mk:126: 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() == 3340633848376 # prctl(PR_GET_TSC, &tsc_val); tsc_val == PR_TSC_ENABLE # rdtsc() == 3340633987944 # prctl(PR_SET_TSC, PR_TSC_ENABLE) # rdtsc() == 3340633994194 # 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() == 3340634019022 ok 3 selftests: prctl: disable-tsc-test make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/prctl' 2020-03-24 02:50:40 make run_tests -C proc make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/proc' 2020-03-24 02:50:44 make run_tests -C pstore make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/pstore' TAP version 13 1..2 # selftests: pstore: pstore_tests # === Pstore unit tests (pstore_tests) === # UUID=928e69b3-a9b6-43f8-8f51-95586d22cb82 # 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92-20200324-43277-1ox2owk-3.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.6 branch=linux-devel/devel-hourly-2020032221 commit=f3f6f46e7935c5fe707b4a88124556d8b9f10c92 BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.6/gcc-7/f3f6f46e7935c5fe707b4a88124556d8b9f10c92/vmlinuz-5.6.0-rc5-01734-gf3f6f46e7935c 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/f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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=80e2ed6c-9f7f-4096-8e1b-f6e336f1253e # 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92-20200324-43277-1ox2owk-3.yaml ARCH=x86_64 kconfig=x86_64-rhel-7.6 branch=linux-devel/devel-hourly-2020032221 commit=f3f6f46e7935c5fe707b4a88124556d8b9f10c92 BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.6/gcc-7/f3f6f46e7935c5fe707b4a88124556d8b9f10c92/vmlinuz-5.6.0-rc5-01734-gf3f6f46e7935c 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/f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/pstore' ptp test: not in Makefile 2020-03-24 02:50:44 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/ptp' Makefile:10: warning: overriding recipe for target 'clean' ../lib.mk:126: 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/ptp' 2020-03-24 02:50:44 make run_tests -C ptp make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/ptp' Makefile:10: warning: overriding recipe for target 'clean' ../lib.mk:126: 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/ptp' 2020-03-24 02:50:44 make run_tests -C ptrace make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/ptrace' gcc -iquote../../../../include/uapi -Wall get_syscall_info.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/ptrace/get_syscall_info gcc -iquote../../../../include/uapi -Wall peeksiginfo.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/ptrace' rcutorture test: not in Makefile 2020-03-24 02:50:44 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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rcutorture/res/2020.03.24-02:50:45 tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 ----Start batch 1: Tue Mar 24 02:50:45 CST 2020 TREE01 The: Starting build. Tue Mar 24 02:50:45 CST 2020 TREE01 The: Waiting for build to complete. Tue Mar 24 02:50:45 CST 2020 TREE01 The: Build complete. Tue Mar 24 02:50:48 CST 2020 ---- No kernel runs. Tue Mar 24 02:50:48 CST 2020 ---- TREE01 The: Build/run results: --- Tue Mar 24 02:50:45 CST 2020: Starting build mv: cannot stat '.config': No such file or directory /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rcutorture/res/2020.03.24-02:50:45/TREE01. --- Tue Mar 24 02:50:45 CST 2020 Test summary: Results directory: /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rcutorture/res/2020.03.24-02:50:45 tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 TREE01 ------- BUG: Build failed /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rcutorture/res/2020.03.24-02:50:45/TREE01 make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rcutorture' 2020-03-24 02:50:48 make run_tests -C rcutorture make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/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-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rcutorture' 2020-03-24 02:50:48 make run_tests -C rtc make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rtc' gcc -O3 -Wl,-no-as-needed -Wall rtctest.c -lrt -lpthread -lm -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rtc/rtctest gcc -O3 -Wl,-no-as-needed -Wall setdate.c -lrt -lpthread -lm -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rtc/setdate TAP version 13 1..1 # selftests: rtc: rtctest # rtctest.c:49:rtc.date_read:Current RTC date/time is 23/03/2020 18:49:48. # rtctest.c:137:rtc.alarm_alm_set:Alarm time now set to 18:49:57. # rtctest.c:156:rtc.alarm_alm_set:data: 1a0 # rtctest.c:195:rtc.alarm_wkalm_set:Alarm time now set to 23/03/2020 18:50:00. # rtctest.c:239:rtc.alarm_alm_set_minute:Alarm time now set to 18:51:00. # rtctest.c:258:rtc.alarm_alm_set_minute:data: 1a0 # rtctest.c:297:rtc.alarm_wkalm_set_minute:Alarm time now set to 23/03/2020 18:52:00. # not ok 1 selftests: rtc: rtctest # TIMEOUT make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/rtc' safesetid test: not in Makefile 2020-03-24 02:52:18 make TARGETS=safesetid make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/safesetid' gcc -Wall -O2 safesetid-test.c -lcap -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/safesetid/safesetid-test make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/safesetid' 2020-03-24 02:52:19 make run_tests -C safesetid make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/safesetid' TAP version 13 1..1 # selftests: safesetid: safesetid-test.sh # mounting securityfs failed # safesetid-test.sh: done ok 1 selftests: safesetid: safesetid-test.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/safesetid' 2020-03-24 02:52:19 make run_tests -C seccomp make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/seccomp' gcc -Wl,-no-as-needed -Wall seccomp_bpf.c -lpthread -o seccomp_bpf gcc -Wl,-no-as-needed -Wall seccomp_benchmark.c -o seccomp_benchmark TAP version 13 1..2 # selftests: seccomp: seccomp_bpf # [==========] Running 75 tests from 1 test cases. # [ RUN ] global.mode_strict_support # [ OK ] global.mode_strict_support # [ RUN ] global.mode_strict_cannot_call_prctl # [ OK ] global.mode_strict_cannot_call_prctl # [ RUN ] global.no_new_privs_support # [ OK ] global.no_new_privs_support # [ RUN ] global.mode_filter_support # [ OK ] global.mode_filter_support # [ RUN ] global.mode_filter_without_nnp # [ OK ] global.mode_filter_without_nnp # [ RUN ] global.filter_size_limits # [ OK ] global.filter_size_limits # [ RUN ] global.filter_chain_limits # [ OK ] global.filter_chain_limits # [ RUN ] global.mode_filter_cannot_move_to_strict # [ OK ] global.mode_filter_cannot_move_to_strict # [ RUN ] global.mode_filter_get_seccomp # [ OK ] global.mode_filter_get_seccomp # [ RUN ] global.ALLOW_all # [ OK ] global.ALLOW_all # [ RUN ] global.empty_prog # [ OK ] global.empty_prog # [ RUN ] global.log_all # [ OK ] global.log_all # [ RUN ] global.unknown_ret_is_kill_inside # [ OK ] global.unknown_ret_is_kill_inside # [ RUN ] global.unknown_ret_is_kill_above_allow # [ OK ] global.unknown_ret_is_kill_above_allow # [ RUN ] global.KILL_all # [ OK ] global.KILL_all # [ RUN ] global.KILL_one # [ OK ] global.KILL_one # [ RUN ] global.KILL_one_arg_one # [ OK ] global.KILL_one_arg_one # [ RUN ] global.KILL_one_arg_six # [ OK ] global.KILL_one_arg_six # [ RUN ] global.KILL_thread # [==========] Running 75 tests from 1 test cases. # [ RUN ] global.mode_strict_support # [ OK ] global.mode_strict_support # [ RUN ] global.mode_strict_cannot_call_prctl # [ OK ] global.mode_strict_cannot_call_prctl # [ RUN ] global.no_new_privs_support # [ OK ] global.no_new_privs_support # [ RUN ] global.mode_filter_support # [ OK ] global.mode_filter_support # [ RUN ] global.mode_filter_without_nnp # [ OK ] global.mode_filter_without_nnp # [ RUN ] global.filter_size_limits # [ OK ] global.filter_size_limits # [ RUN ] global.filter_chain_limits # [ OK ] global.filter_chain_limits # [ RUN ] global.mode_filter_cannot_move_to_strict # [ OK ] global.mode_filter_cannot_move_to_strict # [ RUN ] global.mode_filter_get_seccomp # [ OK ] global.mode_filter_get_seccomp # [ RUN ] global.ALLOW_all # [ OK ] global.ALLOW_all # [ RUN ] global.empty_prog # [ OK ] global.empty_prog # [ RUN ] global.log_all # [ OK ] global.log_all # [ RUN ] global.unknown_ret_is_kill_inside # [ OK ] global.unknown_ret_is_kill_inside # [ RUN ] global.unknown_ret_is_kill_above_allow # [ OK ] global.unknown_ret_is_kill_above_allow # [ RUN ] global.KILL_all # [ OK ] global.KILL_all # [ RUN ] global.KILL_one # [ OK ] global.KILL_one # [ RUN ] global.KILL_one_arg_one # [ OK ] global.KILL_one_arg_one # [ RUN ] global.KILL_one_arg_six # [ OK ] global.KILL_one_arg_six # [ RUN ] global.KILL_thread # [ OK ] global.KILL_thread # [ RUN ] global.KILL_process # [ OK ] global.KILL_process # [ RUN ] global.arg_out_of_range # [ OK ] global.arg_out_of_range # [ RUN ] global.ERRNO_valid # [ OK ] global.ERRNO_valid # [ RUN ] global.ERRNO_zero # [ OK ] global.ERRNO_zero # [ RUN ] global.ERRNO_capped # [ OK ] global.ERRNO_capped # [ RUN ] global.ERRNO_order # [ OK ] global.ERRNO_order # [ RUN ] TRAP.dfl # [ OK ] TRAP.dfl # [ RUN ] TRAP.ign # [ OK ] TRAP.ign # [ RUN ] TRAP.handler # [ OK ] TRAP.handler # [ RUN ] precedence.allow_ok # [ OK ] precedence.allow_ok # [ RUN ] precedence.kill_is_highest # [ OK ] precedence.kill_is_highest # [ RUN ] precedence.kill_is_highest_in_any_order # [ OK ] precedence.kill_is_highest_in_any_order # [ RUN ] precedence.trap_is_second # [ OK ] precedence.trap_is_second # [ RUN ] precedence.trap_is_second_in_any_order # [ OK ] precedence.trap_is_second_in_any_order # [ RUN ] precedence.errno_is_third # [ OK ] precedence.errno_is_third # [ RUN ] precedence.errno_is_third_in_any_order # [ OK ] precedence.errno_is_third_in_any_order # [ RUN ] precedence.trace_is_fourth # [ OK ] precedence.trace_is_fourth # [ RUN ] precedence.trace_is_fourth_in_any_order # [ OK ] precedence.trace_is_fourth_in_any_order # [ RUN ] precedence.log_is_fifth # [ OK ] precedence.log_is_fifth # [ RUN ] precedence.log_is_fifth_in_any_order # [ OK ] precedence.log_is_fifth_in_any_order # [ RUN ] TRACE_poke.read_has_side_effects # [ OK ] TRACE_poke.read_has_side_effects # [ RUN ] TRACE_poke.getpid_runs_normally # [ OK ] TRACE_poke.getpid_runs_normally # [ RUN ] TRACE_syscall.ptrace_syscall_redirected # [ OK ] TRACE_syscall.ptrace_syscall_redirected # [ RUN ] TRACE_syscall.ptrace_syscall_errno # [ OK ] TRACE_syscall.ptrace_syscall_errno # [ RUN ] TRACE_syscall.ptrace_syscall_faked # [ OK ] TRACE_syscall.ptrace_syscall_faked # [ RUN ] TRACE_syscall.syscall_allowed # [ OK ] TRACE_syscall.syscall_allowed # [ RUN ] TRACE_syscall.syscall_redirected # [ OK ] TRACE_syscall.syscall_redirected # [ RUN ] TRACE_syscall.syscall_errno # [ OK ] TRACE_syscall.syscall_errno # [ RUN ] TRACE_syscall.syscall_faked # [ OK ] TRACE_syscall.syscall_faked # [ RUN ] TRACE_syscall.skip_after_RET_TRACE # [ OK ] TRACE_syscall.skip_after_RET_TRACE # [ RUN ] TRACE_syscall.kill_after_RET_TRACE # [ OK ] TRACE_syscall.kill_after_RET_TRACE # [ RUN ] TRACE_syscall.skip_after_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # [ OK ] global.user_notification_closed_listener # [ RUN ] global.user_notification_child_pid_ns # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # [ OK ] global.user_notification_closed_listener # [ RUN ] global.user_notification_child_pid_ns # [ OK ] global.user_notification_child_pid_ns # [ RUN ] global.user_notification_sibling_pid_ns # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # [ OK ] global.user_notification_closed_listener # [ RUN ] global.user_notification_child_pid_ns # [ OK ] global.user_notification_child_pid_ns # [ RUN ] global.user_notification_sibling_pid_ns # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # [ OK ] global.user_notification_closed_listener # [ RUN ] global.user_notification_child_pid_ns # [ OK ] global.user_notification_child_pid_ns # [ RUN ] global.user_notification_sibling_pid_ns # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # [ OK ] global.user_notification_closed_listener # [ RUN ] global.user_notification_child_pid_ns # [ OK ] global.user_notification_child_pid_ns # [ RUN ] global.user_notification_sibling_pid_ns # [ OK ] global.user_notification_sibling_pid_ns # [ RUN ] global.user_notification_fault_recv # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # [ OK ] global.user_notification_closed_listener # [ RUN ] global.user_notification_child_pid_ns # [ OK ] global.user_notification_child_pid_ns # [ RUN ] global.user_notification_sibling_pid_ns # [ OK ] global.user_notification_sibling_pid_ns # [ RUN ] global.user_notification_fault_recv # [ OK ] global.user_notification_fault_recv # [ RUN ] global.seccomp_get_notif_sizes # [ OK ] global.seccomp_get_notif_sizes # [ RUN ] global.user_notification_continue # fter_ptrace # [ OK ] TRACE_syscall.skip_after_ptrace # [ RUN ] TRACE_syscall.kill_after_ptrace # [ OK ] TRACE_syscall.kill_after_ptrace # [ RUN ] global.seccomp_syscall # [ OK ] global.seccomp_syscall # [ RUN ] global.seccomp_syscall_mode_lock # [ OK ] global.seccomp_syscall_mode_lock # [ RUN ] global.detect_seccomp_filter_flags # [ OK ] global.detect_seccomp_filter_flags # [ RUN ] global.TSYNC_first # [ OK ] global.TSYNC_first # [ RUN ] TSYNC.siblings_fail_prctl # [ OK ] TSYNC.siblings_fail_prctl # [ RUN ] TSYNC.two_siblings_with_ancestor # [ OK ] TSYNC.two_siblings_with_ancestor # [ RUN ] TSYNC.two_sibling_want_nnp # [ OK ] TSYNC.two_sibling_want_nnp # [ RUN ] TSYNC.two_siblings_with_no_filter # [ OK ] TSYNC.two_siblings_with_no_filter # [ RUN ] TSYNC.two_siblings_with_one_divergence # [ OK ] TSYNC.two_siblings_with_one_divergence # [ RUN ] TSYNC.two_siblings_not_under_filter # [ OK ] TSYNC.two_siblings_not_under_filter # [ RUN ] global.syscall_restart # [ OK ] global.syscall_restart # [ RUN ] global.filter_flag_log # [ OK ] global.filter_flag_log # [ RUN ] global.get_action_avail # [ OK ] global.get_action_avail # [ RUN ] global.get_metadata # [ OK ] global.get_metadata # [ RUN ] global.user_notification_basic # [ OK ] global.user_notification_basic # [ RUN ] global.user_notification_kill_in_middle # [ OK ] global.user_notification_kill_in_middle # [ RUN ] global.user_notification_signal # [ OK ] global.user_notification_signal # [ RUN ] global.user_notification_closed_listener # [ OK ] global.user_notification_closed_listener # [ RUN ] global.user_notification_child_pid_ns # [ OK ] global.user_notification_child_pid_ns # [ RUN ] global.user_notification_sibling_pid_ns # [ OK ] global.user_notification_sibling_pid_ns # [ RUN ] global.user_notification_fault_recv # [ OK ] global.user_notification_fault_recv # [ RUN ] global.seccomp_get_notif_sizes # [ OK ] global.seccomp_get_notif_sizes # [ RUN ] global.user_notification_continue # [ OK ] global.user_notification_continue # [==========] 75 / 75 tests passed. # [ PASSED ] ok 1 selftests: seccomp: seccomp_bpf # selftests: seccomp: seccomp_benchmark # Calibrating reasonable sample size... # 1584989541.553170286 - 1584989541.553156866 = 13420 # 1584989541.553203259 - 1584989541.553177143 = 26116 # 1584989541.553256288 - 1584989541.553204088 = 52200 # 1584989541.553378792 - 1584989541.553257045 = 121747 # 1584989541.553582804 - 1584989541.553379616 = 203188 # 1584989541.553989916 - 1584989541.553583511 = 406405 # 1584989541.554835787 - 1584989541.553990635 = 845152 # 1584989541.556530309 - 1584989541.554836581 = 1693728 # 1584989541.559922801 - 1584989541.556531147 = 3391654 # 1584989541.566665820 - 1584989541.559923805 = 6742015 # 1584989541.580193101 - 1584989541.566666757 = 13526344 # 1584989541.606996434 - 1584989541.580194074 = 26802360 # 1584989541.660412896 - 1584989541.607000473 = 53412423 # 1584989541.767272357 - 1584989541.660413705 = 106858652 # 1584989541.981061270 - 1584989541.767273399 = 213787871 # 1584989542.406145420 - 1584989541.981062306 = 425083114 # 1584989543.249708071 - 1584989542.406146495 = 843561576 # 1584989544.948432900 - 1584989543.249709282 = 1698723618 # 1584989548.181434337 - 1584989544.948434110 = 3233000227 # 1584989554.640465892 - 1584989548.181435627 = 6459030265 # Benchmarking 16777216 samples... # 19.624403792 - 13.087166968 = 6537236824 # getpid native: 389 ns # 26.738450651 - 19.624560675 = 7113889976 # getpid RET_ALLOW: 424 ns # Estimated seccomp overhead per syscall: 35 ns ok 2 selftests: seccomp: seccomp_benchmark make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/seccomp' 2020-03-24 02:52:48 make run_tests -C sigaltstack make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sigaltstack' gcc -Wall sas.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sigaltstack/sas TAP version 13 1..1 # selftests: sigaltstack: sas # TAP version 13 # 1..3 # ok 1 Initial sigaltstack state was SS_DISABLE # # [RUN] signal USR1 # ok 2 sigaltstack is disabled in sighandler # # [RUN] switched to user ctx # # [RUN] signal USR2 # # [OK] Stack preserved # ok 3 sigaltstack is still SS_AUTODISARM after signal # # Pass 3 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: sigaltstack: sas make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sigaltstack' 2020-03-24 02:52:48 make run_tests -C size make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/size' gcc -static -ffreestanding -nostartfiles -s get_size.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/size/get_size TAP version 13 1..1 # selftests: size: get_size # TAP version 13 # # Testing system size. # ok 1 get runtime memory use # # System runtime memory report (units in Kilobytes): # --- # Total: 16271716 # Free: 13733336 # Buffer: 4 # In use: 2538376 # ... # 1..1 ok 1 selftests: size: get_size make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/size' 2020-03-24 02:52:48 make run_tests -C sparc64 make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sparc64' make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sparc64' 2020-03-24 02:52:48 make run_tests -C splice make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/splice' gcc default_file_splice_read.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/splice/default_file_splice_read TAP version 13 1..1 # selftests: splice: default_file_splice_read.sh ok 1 selftests: splice: default_file_splice_read.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/splice' 2020-03-24 02:52:48 make run_tests -C static_keys make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/static_keys' TAP version 13 1..1 # selftests: static_keys: test_static_keys.sh # static_key: ok ok 1 selftests: static_keys: test_static_keys.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/static_keys' 2020-03-24 02:52:48 make run_tests -C sync make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync' gcc -c sync_alloc.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_alloc.o gcc -c sync_fence.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_fence.o gcc -c sync_merge.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_merge.o gcc -c sync_wait.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_wait.o gcc -c sync_stress_parallelism.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_stress_parallelism.o gcc -c sync_stress_consumer.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_stress_consumer.o gcc -c sync_stress_merge.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_stress_merge.o gcc -c sync_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_test.o -O2 -g -std=gnu89 -pthread -Wall -Wextra -I../../../../usr/include/ In file included from sync_test.c:37:0: ../kselftest.h: In function ‘ksft_print_cnts’: ../kselftest.h:74:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (ksft_plan != ksft_test_num()) ^~ gcc -c sync.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync.o -O2 -g -std=gnu89 -pthread -Wall -Wextra -I../../../../usr/include/ gcc -o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_test /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_test.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_alloc.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_fence.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_merge.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_wait.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_stress_parallelism.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_stress_consumer.o /usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync/sync_stress_merge.o -O2 -g -std=gnu89 -pthread -Wall -Wextra -I../../../../usr/include/ -pthread TAP version 13 1..1 # selftests: sync: sync_test # TAP version 13 # 1..10 # # [RUN] Testing sync framework # ok 1 [RUN] test_alloc_timeline # ok 2 [RUN] test_alloc_fence # ok 3 [RUN] test_alloc_fence_negative # ok 4 [RUN] test_fence_one_timeline_wait # ok 5 [RUN] test_fence_one_timeline_merge # ok 6 [RUN] test_fence_merge_same_fence # ok 7 [RUN] test_fence_multi_timeline_wait # ok 8 [RUN] test_stress_two_threads_shared_timeline # ok 9 [RUN] test_consumer_stress_multi_producer_single_consumer # ok 10 [RUN] test_merge_stress_random_merge # # Pass 10 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: sync: sync_test make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sync' 2020-03-24 02:52:49 make run_tests -C sysctl make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sysctl' TAP version 13 1..1 # selftests: sysctl: sysctl.sh # Checking production write strict setting ... ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0001 - run #0 # == Testing sysctl behavior against /proc/sys/debug/test_sysctl/int_0001 == # Writing test file ... ok # Checking sysctl is not set to test value ... ok # Writing sysctl from shell ... ok # Resetting sysctl to original value ... ok # Writing entire sysctl in single write ... ok # Writing middle of sysctl after synchronized seek ... ok # Writing beyond end of sysctl ... ok # Writing sysctl with multiple long writes ... ok # Testing that 0x0000000100000000 fails as expected...ok # Testing that 0x0000000100000001 fails as expected...ok # Testing that 0x00000001ffffffff fails as expected...ok # Testing that 0x0000000180000000 fails as expected...ok # Testing that 0x000000017fffffff fails as expected...ok # Testing that 0xffffffff00000000 fails as expected...ok # Testing that 0xffffffff00000001 fails as expected...ok # Testing that 0xffffffffffffffff fails as expected...ok # Testing that 0xffffffff80000000 fails as expected...ok # Testing that 0xffffffff7fffffff fails as expected...ok # Testing that -0x0000000100000000 fails as expected...ok # Testing that -0x0000000100000001 fails as expected...ok # Testing that -0x00000001ffffffff fails as expected...ok # Testing that -0x0000000180000000 fails as expected...ok # Testing that -0x000000017fffffff fails as expected...ok # Testing that -0xffffffff00000000 fails as expected...ok # Testing that -0xffffffff00000001 fails as expected...ok # Testing that -0xffffffffffffffff fails as expected...ok # Testing that -0xffffffff80000000 fails as expected...ok # Testing that -0xffffffff7fffffff fails as expected...ok # Checking ignoring spaces up to PAGE_SIZE works on write ...ok # Checking passing PAGE_SIZE of spaces fails on write ...ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0002 - run #0 # == Testing sysctl behavior against /proc/sys/debug/test_sysctl/string_0001 == # Writing test file ... ok # Checking sysctl is not set to test value ... ok # Writing sysctl from shell ... ok # Resetting sysctl to original value ... ok # Writing entire sysctl in single write ... ok # Writing middle of sysctl after synchronized seek ... ok # Writing beyond end of sysctl ... ok # Writing sysctl with multiple long writes ... ok # Writing entire sysctl in short writes ... ok # Writing middle of sysctl after unsynchronized seek ... ok # Checking sysctl maxlen is at least 65 ... ok # Checking sysctl keeps original string on overflow append ... ok # Checking sysctl stays NULL terminated on write ... ok # Checking sysctl stays NULL terminated on overwrite ... ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0003 - run #0 # == Testing sysctl behavior against /proc/sys/debug/test_sysctl/int_0002 == # Writing test file ... ok # Checking sysctl is not set to test value ... ok # Writing sysctl from shell ... ok # Resetting sysctl to original value ... ok # Writing entire sysctl in single write ... ok # Writing middle of sysctl after synchronized seek ... ok # Writing beyond end of sysctl ... ok # Writing sysctl with multiple long writes ... ok # Testing that 0x0000000100000000 fails as expected...ok # Testing that 0x0000000100000001 fails as expected...ok # Testing that 0x00000001ffffffff fails as expected...ok # Testing that 0x0000000180000000 fails as expected...ok # Testing that 0x000000017fffffff fails as expected...ok # Testing that 0xffffffff00000000 fails as expected...ok # Testing that 0xffffffff00000001 fails as expected...ok # Testing that 0xffffffffffffffff fails as expected...ok # Testing that 0xffffffff80000000 fails as expected...ok # Testing that 0xffffffff7fffffff fails as expected...ok # Testing that -0x0000000100000000 fails as expected...ok # Testing that -0x0000000100000001 fails as expected...ok # Testing that -0x00000001ffffffff fails as expected...ok # Testing that -0x0000000180000000 fails as expected...ok # Testing that -0x000000017fffffff fails as expected...ok # Testing that -0xffffffff00000000 fails as expected...ok # Testing that -0xffffffff00000001 fails as expected...ok # Testing that -0xffffffffffffffff fails as expected...ok # Testing that -0xffffffff80000000 fails as expected...ok # Testing that -0xffffffff7fffffff fails as expected...ok # Checking ignoring spaces up to PAGE_SIZE works on write ...ok # Checking passing PAGE_SIZE of spaces fails on write ...ok # Testing INT_MAX works ...ok # Testing INT_MAX + 1 will fail as expected...ok # Testing negative values will work as expected...ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0004 - run #0 # == Testing sysctl behavior against /proc/sys/debug/test_sysctl/uint_0001 == # Writing test file ... ok # Checking sysctl is not set to test value ... ok # Writing sysctl from shell ... ok # Resetting sysctl to original value ... ok # Writing entire sysctl in single write ... ok # Writing middle of sysctl after synchronized seek ... ok # Writing beyond end of sysctl ... ok # Writing sysctl with multiple long writes ... ok # Testing that 0x0000000100000000 fails as expected...ok # Testing that 0x0000000100000001 fails as expected...ok # Testing that 0x00000001ffffffff fails as expected...ok # Testing that 0x0000000180000000 fails as expected...ok # Testing that 0x000000017fffffff fails as expected...ok # Testing that 0xffffffff00000000 fails as expected...ok # Testing that 0xffffffff00000001 fails as expected...ok # Testing that 0xffffffffffffffff fails as expected...ok # Testing that 0xffffffff80000000 fails as expected...ok # Testing that 0xffffffff7fffffff fails as expected...ok # Testing that -0x0000000100000000 fails as expected...ok # Testing that -0x0000000100000001 fails as expected...ok # Testing that -0x00000001ffffffff fails as expected...ok # Testing that -0x0000000180000000 fails as expected...ok # Testing that -0x000000017fffffff fails as expected...ok # Testing that -0xffffffff00000000 fails as expected...ok # Testing that -0xffffffff00000001 fails as expected...ok # Testing that -0xffffffffffffffff fails as expected...ok # Testing that -0xffffffff80000000 fails as expected...ok # Testing that -0xffffffff7fffffff fails as expected...ok # Checking ignoring spaces up to PAGE_SIZE works on write ...ok # Checking passing PAGE_SIZE of spaces fails on write ...ok # Testing UINT_MAX works ...ok # Testing UINT_MAX + 1 will fail as expected...ok # Testing negative values will not work as expected ...ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0005 - run #0 # Testing array works as expected ... ok # Testing skipping trailing array elements works ... ok # Testing PAGE_SIZE limit on array works ... ok # Testing exceeding PAGE_SIZE limit fails as expected ... ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0005 - run #1 # Testing array works as expected ... ok # Testing skipping trailing array elements works ... ok # Testing PAGE_SIZE limit on array works ... ok # Testing exceeding PAGE_SIZE limit fails as expected ... ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0005 - run #2 # Testing array works as expected ... ok # Testing skipping trailing array elements works ... ok # Testing PAGE_SIZE limit on array works ... ok # Testing exceeding PAGE_SIZE limit fails as expected ... ok # Tue Mar 24 02:52:49 CST 2020 # Running test: sysctl_test_0006 - run #0 # Checking bitmap handler... ok # Tue Mar 24 02:52:51 CST 2020 # Running test: sysctl_test_0006 - run #1 # Checking bitmap handler... ok # Tue Mar 24 02:52:51 CST 2020 # Running test: sysctl_test_0006 - run #2 # Checking bitmap handler... ok # Tue Mar 24 02:52:51 CST 2020 # Running test: sysctl_test_0006 - run #3 # Checking bitmap handler... ok # Tue Mar 24 02:52:53 CST 2020 # Running test: sysctl_test_0006 - run #4 # Checking bitmap handler... ok # Tue Mar 24 02:52:53 CST 2020 # Running test: sysctl_test_0006 - run #5 # Checking bitmap handler... ok # Tue Mar 24 02:52:56 CST 2020 # Running test: sysctl_test_0006 - run #6 # Checking bitmap handler... ok # Tue Mar 24 02:52:56 CST 2020 # Running test: sysctl_test_0006 - run #7 # Checking bitmap handler... ok # Tue Mar 24 02:52:56 CST 2020 # Running test: sysctl_test_0006 - run #8 # Checking bitmap handler... ok # Tue Mar 24 02:52:59 CST 2020 # Running test: sysctl_test_0006 - run #9 # Checking bitmap handler... ok # Tue Mar 24 02:53:00 CST 2020 # Running test: sysctl_test_0006 - run #10 # Checking bitmap handler... ok # Tue Mar 24 02:53:02 CST 2020 # Running test: sysctl_test_0006 - run #11 # Checking bitmap handler... ok # Tue Mar 24 02:53:04 CST 2020 # Running test: sysctl_test_0006 - run #12 # Checking bitmap handler... ok # Tue Mar 24 02:53:05 CST 2020 # Running test: sysctl_test_0006 - run #13 # Checking bitmap handler... ok # Tue Mar 24 02:53:07 CST 2020 # Running test: sysctl_test_0006 - run #14 # Checking bitmap handler... ok # Tue Mar 24 02:53:07 CST 2020 # Running test: sysctl_test_0006 - run #15 # Checking bitmap handler... ok # Tue Mar 24 02:53:07 CST 2020 # Running test: sysctl_test_0006 - run #16 # Checking bitmap handler... ok # Tue Mar 24 02:53:07 CST 2020 # Running test: sysctl_test_0006 - run #17 # Checking bitmap handler... ok # Tue Mar 24 02:53:09 CST 2020 # Running test: sysctl_test_0006 - run #18 # Checking bitmap handler... ok # Tue Mar 24 02:53:12 CST 2020 # Running test: sysctl_test_0006 - run #19 # Checking bitmap handler... ok # Tue Mar 24 02:53:14 CST 2020 # Running test: sysctl_test_0006 - run #20 # Checking bitmap handler... ok # Tue Mar 24 02:53:15 CST 2020 # Running test: sysctl_test_0006 - run #21 # Checking bitmap handler... ok # Tue Mar 24 02:53:15 CST 2020 # Running test: sysctl_test_0006 - run #22 # Checking bitmap handler... ok # Tue Mar 24 02:53:17 CST 2020 # Running test: sysctl_test_0006 - run #23 # Checking bitmap handler... ok # Tue Mar 24 02:53:19 CST 2020 # Running test: sysctl_test_0006 - run #24 # Checking bitmap handler... ok # Tue Mar 24 02:53:20 CST 2020 # Running test: sysctl_test_0006 - run #25 # Checking bitmap handler... ok # Tue Mar 24 02:53:22 CST 2020 # Running test: sysctl_test_0006 - run #26 # Checking bitmap handler... ok # Tue Mar 24 02:53:22 CST 2020 # Running test: sysctl_test_0006 - run #27 # Checking bitmap handler... ok # Tue Mar 24 02:53:22 CST 2020 # Running test: sysctl_test_0006 - run #28 # Checking bitmap handler... ok # Tue Mar 24 02:53:25 CST 2020 # Running test: sysctl_test_0006 - run #29 # Checking bitmap handler... ok # Tue Mar 24 02:53:25 CST 2020 # Running test: sysctl_test_0006 - run #30 # Checking bitmap handler... ok # Tue Mar 24 02:53:26 CST 2020 # Running test: sysctl_test_0006 - run #31 # Checking bitmap handler... ok # Tue Mar 24 02:53:27 CST 2020 # Running test: sysctl_test_0006 - run #32 # Checking bitmap handler... ok # Tue Mar 24 02:53:28 CST 2020 # Running test: sysctl_test_0006 - run #33 # Checking bitmap handler... ok # Tue Mar 24 02:53:29 CST 2020 # Running test: sysctl_test_0006 - run #34 # Checking bitmap handler... ok # Tue Mar 24 02:53:30 CST 2020 # Running test: sysctl_test_0006 - run #35 # Checking bitmap handler... ok # Tue Mar 24 02:53:30 CST 2020 # Running test: sysctl_test_0006 - run #36 # Checking bitmap handler... ok # Tue Mar 24 02:53:31 CST 2020 # Running test: sysctl_test_0006 - run #37 # Checking bitmap handler... ok # Tue Mar 24 02:53:32 CST 2020 # Running test: sysctl_test_0006 - run #38 # Checking bitmap handler... ok # Tue Mar 24 02:53:33 CST 2020 # Running test: sysctl_test_0006 - run #39 # Checking bitmap handler... ok # Tue Mar 24 02:53:34 CST 2020 # Running test: sysctl_test_0006 - run #40 # Checking bitmap handler... ok # Tue Mar 24 02:53:36 CST 2020 # Running test: sysctl_test_0006 - run #41 # Checking bitmap handler... ok # Tue Mar 24 02:53:37 CST 2020 # Running test: sysctl_test_0006 - run #42 # Checking bitmap handler... ok # Tue Mar 24 02:53:37 CST 2020 # Running test: sysctl_test_0006 - run #43 # Checking bitmap handler... ok # Tue Mar 24 02:53:38 CST 2020 # Running test: sysctl_test_0006 - run #44 # Checking bitmap handler... ok # Tue Mar 24 02:53:39 CST 2020 # Running test: sysctl_test_0006 - run #45 # Checking bitmap handler... ok # Tue Mar 24 02:53:41 CST 2020 # Running test: sysctl_test_0006 - run #46 # Checking bitmap handler... ok # Tue Mar 24 02:53:43 CST 2020 # Running test: sysctl_test_0006 - run #47 # Checking bitmap handler... ok # Tue Mar 24 02:53:43 CST 2020 # Running test: sysctl_test_0006 - run #48 # Checking bitmap handler... ok # Tue Mar 24 02:53:44 CST 2020 # Running test: sysctl_test_0006 - run #49 # Checking bitmap handler... ok ok 1 selftests: sysctl: sysctl.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-f3f6f46e7935c5fe707b4a88124556d8b9f10c92/tools/testing/selftests/sysctl'