KERNEL SELFTESTS: linux_headers_dir is /usr/src/linux-headers-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b 2020-04-27 14:56:53 ln -sf /usr/bin/clang 2020-04-27 14:56:53 ln -sf /usr/bin/llc 2020-04-27 14:56:53 sed -i s/default_timeout=45/default_timeout=300/ kselftest/runner.sh 2020-04-27 14:56:53 make run_tests -C capabilities make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/capabilities' gcc -O2 -g -std=gnu99 -Wall test_execve.c -lcap-ng -lrt -ldl -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/capabilities/test_execve gcc -O2 -g -std=gnu99 -Wall validate_cap.c -lcap-ng -lrt -ldl -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/capabilities/validate_cap TAP version 13 1..1 # selftests: capabilities: test_execve # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # TAP version 13 # 1..12 # # [RUN] +++ Tests with uid == 0 +++ # # [NOTE] Using global UIDs for tests # # [RUN] Root => ep # ok 1 Passed # # Check cap_ambient manipulation rules # ok 2 PR_CAP_AMBIENT_RAISE failed on non-inheritable cap # ok 3 PR_CAP_AMBIENT_RAISE failed on non-permitted cap # ok 4 PR_CAP_AMBIENT_RAISE worked # ok 5 Basic manipulation appears to work # # [RUN] Root +i => eip # ok 6 Passed # # [RUN] UID 0 +ia => eipa # ok 7 Passed # # [RUN] Root +ia, suidroot => eipa # ok 8 Passed # # [RUN] Root +ia, suidnonroot => ip # ok 9 Passed # # [RUN] Root +ia, sgidroot => eipa # ok 10 Passed # ok 11 Passed # # [RUN] Root +ia, sgidnonroot => eip # ok 12 Passed # # Pass 12 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # validate_cap:: Capabilities after execve were correct # # ================================================== # TAP version 13 # 1..9 # # [RUN] +++ Tests with uid != 0 +++ # # [NOTE] Using global UIDs for tests # # [RUN] Non-root => no caps # ok 1 Passed # # Check cap_ambient manipulation rules # ok 2 PR_CAP_AMBIENT_RAISE failed on non-inheritable cap # ok 3 PR_CAP_AMBIENT_RAISE failed on non-permitted cap # ok 4 PR_CAP_AMBIENT_RAISE worked # ok 5 Basic manipulation appears to work # # [RUN] Non-root +i => i # ok 6 Passed # # [RUN] UID 1 +ia => eipa # ok 7 Passed # # [RUN] Non-root +ia, sgidnonroot => i # ok 8 Passed # ok 9 Passed # # Pass 9 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # ================================================== ok 1 selftests: capabilities: test_execve make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/capabilities' ignored_by_lkp cgroup test 2020-04-27 14:56:53 make run_tests -C clone3 make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/clone3' gcc -g -I../../../../usr/include/ clone3.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/clone3/clone3 gcc -g -I../../../../usr/include/ clone3_clear_sighand.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/clone3/clone3_clear_sighand gcc -g -I../../../../usr/include/ clone3_set_tid.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/clone3/clone3_set_tid TAP version 13 1..3 # selftests: clone3: clone3 # # clone3() syscall supported # TAP version 13 # 1..17 # # [2968] Trying clone3() with flags 0 (size 0) # # I am the parent (2968). My child's pid is 2969 # # [2968] clone3() with flags says: 0 expected 0 # ok 1 [2968] Result (0) matches expectation (0) # # [2968] Trying clone3() with flags 0x20000000 (size 0) # # I am the parent (2968). My child's pid is 2970 # # [2968] clone3() with flags says: 0 expected 0 # ok 2 [2968] Result (0) matches expectation (0) # # [2968] Trying clone3() with flags 0 (size 64) # # I am the parent (2968). My child's pid is 2971 # # [2968] clone3() with flags says: 0 expected 0 # ok 3 [2968] Result (0) matches expectation (0) # # [2968] Trying clone3() with flags 0 (size 56) # # Invalid argument - Failed to create new process # # [2968] clone3() with flags says: -22 expected -22 # ok 4 [2968] Result (-22) matches expectation (-22) # # [2968] Trying clone3() with flags 0 (size 88) # # I am the parent (2968). My child's pid is 2972 # # [2968] clone3() with flags says: 0 expected 0 # ok 5 [2968] Result (0) matches expectation (0) # # [2968] Trying clone3() with flags 0 (size 0) # # Invalid argument - Failed to create new process # # [2968] clone3() with flags says: -22 expected -22 # ok 6 [2968] Result (-22) matches expectation (-22) # # [2968] Trying clone3() with flags 0 (size 0) # # Invalid argument - Failed to create new process # # [2968] clone3() with flags says: -22 expected -22 # ok 7 [2968] Result (-22) matches expectation (-22) # # [2968] Trying clone3() with flags 0 (size 0) # # Invalid argument - Failed to create new process # # [2968] clone3() with flags says: -22 expected -22 # ok 8 [2968] Result (-22) matches expectation (-22) # # [2968] Trying clone3() with flags 0 (size 0) # # Invalid argument - Failed to create new process # # [2968] clone3() with flags says: -22 expected -22 # ok 9 [2968] Result (-22) matches expectation (-22) # # [2968] Trying clone3() with flags 0 (size 88) # # I am the parent (2968). My child's pid is 2973 # # [2968] clone3() with flags says: 0 expected 0 # ok 10 [2968] Result (0) matches expectation (0) # # [2968] Trying clone3() with flags 0 (size 96) # # Argument list too long - Failed to create new process # # [2968] clone3() with flags says: -7 expected -7 # ok 11 [2968] Result (-7) matches expectation (-7) # # [2968] Trying clone3() with flags 0 (size 160) # # Argument list too long - Failed to create new process # # [2968] clone3() with flags says: -7 expected -7 # ok 12 [2968] Result (-7) matches expectation (-7) # # [2968] Trying clone3() with flags 0 (size 4104) # # Argument list too long - Failed to create new process # # [2968] clone3() with flags says: -7 expected -7 # ok 13 [2968] Result (-7) matches expectation (-7) # # [2968] Trying clone3() with flags 0x20000000 (size 64) # # I am the parent (2968). My child's pid is 2974 # # [2968] clone3() with flags says: 0 expected 0 # ok 14 [2968] Result (0) matches expectation (0) # # [2968] Trying clone3() with flags 0x20000000 (size 56) # # Invalid argument - Failed to create new process # # [2968] clone3() with flags says: -22 expected -22 # ok 15 [2968] Result (-22) matches expectation (-22) # # [2968] Trying clone3() with flags 0x20000000 (size 88) # # I am the parent (2968). My child's pid is 2976 # # [2968] clone3() with flags says: 0 expected 0 # ok 16 [2968] Result (0) matches expectation (0) # # [2968] Trying clone3() with flags 0x20000000 (size 4104) # # Argument list too long - Failed to create new process # # [2968] clone3() with flags says: -7 expected -7 # ok 17 [2968] Result (-7) matches expectation (-7) # # Pass 17 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: clone3: clone3 # selftests: clone3: clone3_clear_sighand # TAP version 13 # # clone3() syscall supported # 1..1 # ok 1 Cleared signal handlers for child process # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 2 selftests: clone3: clone3_clear_sighand # selftests: clone3: clone3_set_tid # TAP version 13 # # clone3() syscall supported # 1..29 # # /proc/sys/kernel/pid_max 196608 # # [3001] Trying clone3() with CLONE_SET_TID to 0 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 # ok 1 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 0 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 # ok 2 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 0 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 # ok 3 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 0 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 # ok 4 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 0 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 # ok 5 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 6 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 7 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 8 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 9 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 10 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 0 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 0 says :-22 - expected -22 # ok 11 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 12 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 13 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to -1 and 0x20000000 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID -1 says :-22 - expected -22 # ok 14 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 1 and 0x0 # # File exists - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 1 says :-17 - expected -17 # ok 15 [3001] Result (-17) matches expectation (-17) # # [3001] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 # # I am the child, my PID is 1 (expected 1) # # I am the parent (3001). My child's pid is 3002 # # [3001] clone3() with CLONE_SET_TID 1 says :0 - expected 0 # ok 16 [3001] Result (0) matches expectation (0) # # [3001] Trying clone3() with CLONE_SET_TID to 196608 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 196608 says :-22 - expected -22 # ok 17 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 196608 and 0x20000000 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 196608 says :-22 - expected -22 # ok 18 [3001] Result (-22) matches expectation (-22) # # Child has PID 3003 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 196608 says :-22 - expected -22 # ok 18 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 3003 and 0x0 # # I am the child, my PID is 3003 (expected 3003) # # I am the parent (3001). My child's pid is 3003 # # [3001] clone3() with CLONE_SET_TID 3003 says :0 - expected 0 # ok 19 [3001] Result (0) matches expectation (0) # # [3001] Trying clone3() with CLONE_SET_TID to 3003 and 0x20000000 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 3003 says :-22 - expected -22 # ok 20 [3001] Result (-22) matches expectation (-22) # # [3001] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 # # I am the child, my PID is 1 (expected 1) # # I am the parent (3001). My child's pid is 3003 # # [3001] clone3() with CLONE_SET_TID 1 says :0 - expected 0 # ok 21 [3001] Result (0) matches expectation (0) # # unshare PID namespace # # [3001] Trying clone3() with CLONE_SET_TID to 3003 and 0x0 # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 3003 says :-22 - expected -22 # ok 22 [3001] Result (-22) matches expectation (-22) # # [1] Trying clone3() with CLONE_SET_TID to 43 and 0x0 # # Invalid argument - Failed to create new process # # [1] clone3() with CLONE_SET_TID 43 says :-22 - expected -22 # ok 23 [1] Result (-22) matches expectation (-22) # # [1] Trying clone3() with CLONE_SET_TID to 43 and 0x0 # # I am the child, my PID is 43 (expected 43) # # I am the parent (1). My child's pid is 43 # # [1] clone3() with CLONE_SET_TID 43 says :0 - expected 0 # ok 24 [1] Result (0) matches expectation (0) # # Child in PID namespace has PID 1 # # [1] Trying clone3() with CLONE_SET_TID to 2 and 0x0 # # I am the child, my PID is 2 (expected 2) # # I am the parent (1). My child's pid is 2 # # [1] clone3() with CLONE_SET_TID 2 says :0 - expected 0 # ok 25 [1] Result (0) matches expectation (0) # # [1] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 # # Invalid argument - Failed to create new process # # [1] clone3() with CLONE_SET_TID 1 says :-22 - expected -22 # ok 26 [1] Result (-22) matches expectation (-22) # # [1] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 # # Invalid argument - Failed to create new process # # [1] clone3() with CLONE_SET_TID 1 says :-22 - expected -22 # ok 27 [1] Result (-22) matches expectation (-22) # # [1] Trying clone3() with CLONE_SET_TID to 1 and 0x20000000 # # I am the child, my PID is 1 (expected 1) # # [1] Child is ready and waiting # # I am the parent (1). My child's pid is 42 # # [1] clone3() with CLONE_SET_TID 1 says :0 - expected 0 # ok 28 [1] Result (0) matches expectation (0) # # Invalid argument - Failed to create new process # # [3001] clone3() with CLONE_SET_TID 3003 says :-22 - expected -22 # ok 22 [3001] Result (-22) matches expectation (-22) # # [3001] Child is ready and waiting # ok 29 PIDs in all namespaces as expected (3003,42,1) # # Pass 29 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 3 selftests: clone3: clone3_set_tid make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/clone3' 2020-04-27 14:56:53 make run_tests -C cpu-hotplug make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/cpu-hotplug' TAP version 13 1..1 # selftests: cpu-hotplug: cpu-on-off-test.sh # pid 3050's current affinity mask: ffffffffffffffffffffffffffffffffffffffffffffffff # pid 3050's new affinity mask: 1 # CPU online/offline summary: # present_cpus = 0-191 present_max = 191 # Cpus in online state: 0-191 # Cpus in offline state: 0 # Limited scope test: one hotplug cpu # (leaves cpu in the original state): # online to offline to online: cpu 191 ok 1 selftests: cpu-hotplug: cpu-on-off-test.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/cpu-hotplug' dmabuf-heaps test: not in Makefile 2020-04-27 14:56:54 make TARGETS=dmabuf-heaps make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' 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/uvesafb.h HDRINST usr/include/video/sisfb.h HDRINST usr/include/video/edid.h HDRINST usr/include/drm/virtgpu_drm.h HDRINST usr/include/drm/drm_fourcc.h HDRINST usr/include/drm/v3d_drm.h HDRINST usr/include/drm/vmwgfx_drm.h HDRINST usr/include/drm/panfrost_drm.h HDRINST usr/include/drm/mga_drm.h HDRINST usr/include/drm/r128_drm.h HDRINST usr/include/drm/armada_drm.h HDRINST usr/include/drm/qxl_drm.h HDRINST usr/include/drm/omap_drm.h HDRINST usr/include/drm/vc4_drm.h HDRINST usr/include/drm/radeon_drm.h HDRINST usr/include/drm/i810_drm.h HDRINST usr/include/drm/vgem_drm.h HDRINST usr/include/drm/etnaviv_drm.h HDRINST usr/include/drm/via_drm.h HDRINST usr/include/drm/msm_drm.h HDRINST usr/include/drm/drm_sarea.h HDRINST usr/include/drm/i915_drm.h HDRINST usr/include/drm/sis_drm.h HDRINST usr/include/drm/nouveau_drm.h HDRINST usr/include/drm/amdgpu_drm.h HDRINST usr/include/drm/lima_drm.h HDRINST usr/include/drm/drm.h HDRINST usr/include/drm/tegra_drm.h HDRINST usr/include/drm/savage_drm.h HDRINST usr/include/drm/exynos_drm.h HDRINST usr/include/drm/drm_mode.h HDRINST usr/include/mtd/inftl-user.h HDRINST usr/include/mtd/nftl-user.h HDRINST usr/include/mtd/mtd-user.h HDRINST usr/include/mtd/ubi-user.h HDRINST usr/include/mtd/mtd-abi.h HDRINST usr/include/xen/gntalloc.h HDRINST usr/include/xen/gntdev.h HDRINST usr/include/xen/evtchn.h HDRINST usr/include/xen/privcmd.h HDRINST usr/include/asm-generic/msgbuf.h HDRINST usr/include/asm-generic/ioctl.h HDRINST usr/include/asm-generic/errno.h HDRINST usr/include/asm-generic/fcntl.h HDRINST usr/include/asm-generic/swab.h HDRINST usr/include/asm-generic/mman-common.h HDRINST usr/include/asm-generic/mman.h HDRINST usr/include/asm-generic/ipcbuf.h HDRINST usr/include/asm-generic/param.h HDRINST usr/include/asm-generic/unistd.h HDRINST usr/include/asm-generic/ucontext.h HDRINST usr/include/asm-generic/int-ll64.h HDRINST usr/include/asm-generic/socket.h HDRINST usr/include/asm-generic/siginfo.h HDRINST usr/include/asm-generic/int-l64.h HDRINST usr/include/asm-generic/resource.h HDRINST usr/include/asm-generic/kvm_para.h HDRINST usr/include/asm-generic/poll.h HDRINST usr/include/asm-generic/bpf_perf_event.h HDRINST usr/include/asm-generic/hugetlb_encode.h HDRINST usr/include/asm-generic/sockios.h HDRINST usr/include/asm-generic/sembuf.h HDRINST usr/include/asm-generic/signal.h HDRINST usr/include/asm-generic/bitsperlong.h HDRINST usr/include/asm-generic/ioctls.h HDRINST usr/include/asm-generic/setup.h HDRINST usr/include/asm-generic/auxvec.h HDRINST usr/include/asm-generic/errno-base.h HDRINST usr/include/asm-generic/termios.h HDRINST usr/include/asm-generic/statfs.h HDRINST usr/include/asm-generic/termbits.h HDRINST usr/include/asm-generic/types.h HDRINST usr/include/asm-generic/posix_types.h HDRINST usr/include/asm-generic/signal-defs.h HDRINST usr/include/asm-generic/shmbuf.h HDRINST usr/include/asm-generic/stat.h HDRINST usr/include/rdma/ib_user_sa.h HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h HDRINST usr/include/rdma/qedr-abi.h HDRINST usr/include/rdma/cxgb4-abi.h HDRINST usr/include/rdma/ib_user_mad.h HDRINST usr/include/rdma/rdma_user_cm.h HDRINST usr/include/rdma/bnxt_re-abi.h HDRINST usr/include/rdma/rdma_user_rxe.h HDRINST usr/include/rdma/rdma_user_ioctl.h HDRINST usr/include/rdma/ib_user_ioctl_verbs.h HDRINST usr/include/rdma/siw-abi.h HDRINST usr/include/rdma/mlx5-abi.h HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h HDRINST usr/include/rdma/hns-abi.h HDRINST usr/include/rdma/ib_user_ioctl_cmds.h HDRINST usr/include/rdma/i40iw-abi.h HDRINST usr/include/rdma/rvt-abi.h HDRINST usr/include/rdma/hfi/hfi1_user.h HDRINST usr/include/rdma/hfi/hfi1_ioctl.h HDRINST usr/include/rdma/mlx4-abi.h HDRINST usr/include/rdma/efa-abi.h HDRINST usr/include/rdma/vmw_pvrdma-abi.h HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h HDRINST usr/include/rdma/rdma_netlink.h HDRINST usr/include/rdma/ocrdma-abi.h HDRINST usr/include/rdma/ib_user_verbs.h HDRINST usr/include/rdma/mthca-abi.h HDRINST usr/include/misc/habanalabs.h HDRINST usr/include/misc/pvpanic.h HDRINST usr/include/misc/xilinx_sdfec.h HDRINST usr/include/misc/fastrpc.h HDRINST usr/include/misc/ocxl.h HDRINST usr/include/misc/cxl.h HDRINST usr/include/linux/nfs_mount.h HDRINST usr/include/linux/userio.h HDRINST usr/include/linux/sonet.h HDRINST usr/include/linux/hyperv.h HDRINST usr/include/linux/psample.h HDRINST usr/include/linux/usbip.h HDRINST usr/include/linux/isst_if.h HDRINST usr/include/linux/can/gw.h HDRINST usr/include/linux/can/raw.h HDRINST usr/include/linux/can/vxcan.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/error.h HDRINST usr/include/linux/videodev2.h HDRINST usr/include/linux/ioctl.h HDRINST usr/include/linux/errno.h HDRINST usr/include/linux/suspend_ioctls.h HDRINST usr/include/linux/wireguard.h HDRINST usr/include/linux/atmclip.h HDRINST usr/include/linux/membarrier.h HDRINST usr/include/linux/if_fddi.h HDRINST usr/include/linux/fcntl.h HDRINST usr/include/linux/mount.h HDRINST usr/include/linux/aspeed-p2a-ctrl.h HDRINST usr/include/linux/a.out.h HDRINST usr/include/linux/v4l2-common.h HDRINST usr/include/linux/virtio_console.h HDRINST usr/include/linux/if_alg.h HDRINST usr/include/linux/virtio_pmem.h HDRINST usr/include/linux/atmlec.h HDRINST usr/include/linux/media-bus-format.h HDRINST usr/include/linux/dma-buf.h HDRINST usr/include/linux/ivtv.h HDRINST usr/include/linux/atm_eni.h HDRINST usr/include/linux/lirc.h HDRINST usr/include/linux/smc_diag.h HDRINST usr/include/linux/kd.h HDRINST usr/include/linux/if_pppol2tp.h HDRINST usr/include/linux/vbox_vmmdev_types.h HDRINST usr/include/linux/mroute.h HDRINST usr/include/linux/ip_vs.h HDRINST usr/include/linux/hsi/cs-protocol.h HDRINST usr/include/linux/hsi/hsi_char.h HDRINST usr/include/linux/pps.h HDRINST usr/include/linux/auto_fs4.h HDRINST usr/include/linux/cec-funcs.h HDRINST usr/include/linux/serial_reg.h HDRINST usr/include/linux/dccp.h HDRINST usr/include/linux/cciss_defs.h HDRINST usr/include/linux/media.h HDRINST usr/include/linux/ipx.h HDRINST usr/include/linux/swab.h HDRINST usr/include/linux/fb.h HDRINST usr/include/linux/keyctl.h HDRINST usr/include/linux/raid/md_u.h HDRINST usr/include/linux/raid/md_p.h HDRINST usr/include/linux/hpet.h HDRINST usr/include/linux/fpga-dfl.h HDRINST usr/include/linux/atmsvc.h HDRINST usr/include/linux/net.h HDRINST usr/include/linux/netconf.h HDRINST usr/include/linux/atm_zatm.h HDRINST usr/include/linux/atmarp.h HDRINST usr/include/linux/ipmi_bmc.h HDRINST usr/include/linux/wait.h HDRINST usr/include/linux/netfilter_bridge.h HDRINST usr/include/linux/uvcvideo.h HDRINST usr/include/linux/elf-fdpic.h HDRINST usr/include/linux/virtio_blk.h HDRINST usr/include/linux/fsverity.h HDRINST usr/include/linux/vfio_ccw.h HDRINST usr/include/linux/ipc.h HDRINST usr/include/linux/net_namespace.h HDRINST usr/include/linux/vhost_types.h HDRINST usr/include/linux/pcitest.h HDRINST usr/include/linux/neighbour.h HDRINST usr/include/linux/tty.h HDRINST usr/include/linux/stddef.h HDRINST usr/include/linux/chio.h HDRINST usr/include/linux/nsfs.h HDRINST usr/include/linux/shm.h HDRINST usr/include/linux/fuse.h HDRINST usr/include/linux/firewire-cdev.h HDRINST usr/include/linux/if_macsec.h HDRINST usr/include/linux/limits.h HDRINST usr/include/linux/serial.h HDRINST usr/include/linux/coff.h HDRINST usr/include/linux/if_ltalk.h HDRINST usr/include/linux/tcp_metrics.h HDRINST usr/include/linux/bpf.h HDRINST usr/include/linux/module.h HDRINST usr/include/linux/byteorder/little_endian.h HDRINST usr/include/linux/byteorder/big_endian.h HDRINST usr/include/linux/iio/events.h HDRINST usr/include/linux/iio/types.h HDRINST usr/include/linux/jffs2.h HDRINST usr/include/linux/input-event-codes.h HDRINST usr/include/linux/nfsacl.h HDRINST usr/include/linux/uhid.h HDRINST usr/include/linux/virtio_scsi.h HDRINST usr/include/linux/kcov.h HDRINST usr/include/linux/if_packet.h HDRINST usr/include/linux/signalfd.h HDRINST usr/include/linux/virtio_input.h HDRINST usr/include/linux/if_tunnel.h HDRINST usr/include/linux/kcm.h HDRINST usr/include/linux/psci.h HDRINST usr/include/linux/phantom.h HDRINST usr/include/linux/mei.h HDRINST usr/include/linux/vmcore.h HDRINST usr/include/linux/un.h HDRINST usr/include/linux/falloc.h HDRINST usr/include/linux/virtio_ring.h HDRINST usr/include/linux/qemu_fw_cfg.h HDRINST usr/include/linux/soundcard.h HDRINST usr/include/linux/rxrpc.h HDRINST usr/include/linux/bpf_common.h HDRINST usr/include/linux/pci.h HDRINST usr/include/linux/udmabuf.h HDRINST usr/include/linux/cciss_ioctl.h HDRINST usr/include/linux/mman.h HDRINST usr/include/linux/netfilter.h HDRINST usr/include/linux/switchtec_ioctl.h HDRINST usr/include/linux/adb.h HDRINST usr/include/linux/inet_diag.h HDRINST usr/include/linux/dlm_netlink.h HDRINST usr/include/linux/kfd_ioctl.h HDRINST usr/include/linux/fsmap.h HDRINST usr/include/linux/isdn/capicmd.h HDRINST usr/include/linux/mic_ioctl.h HDRINST usr/include/linux/vt.h HDRINST usr/include/linux/nfs_idmap.h HDRINST usr/include/linux/virtio_net.h HDRINST usr/include/linux/dcbnl.h HDRINST usr/include/linux/i2c-dev.h HDRINST usr/include/linux/timex.h HDRINST usr/include/linux/seg6_local.h HDRINST usr/include/linux/i2o-dev.h HDRINST usr/include/linux/cn_proc.h HDRINST usr/include/linux/vboxguest.h HDRINST usr/include/linux/blkpg.h HDRINST usr/include/linux/raw.h HDRINST usr/include/linux/perf_event.h HDRINST usr/include/linux/tc_act/tc_sample.h HDRINST usr/include/linux/tc_act/tc_connmark.h HDRINST usr/include/linux/tc_act/tc_ct.h HDRINST usr/include/linux/tc_act/tc_ctinfo.h HDRINST usr/include/linux/tc_act/tc_pedit.h HDRINST usr/include/linux/tc_act/tc_ife.h HDRINST usr/include/linux/tc_act/tc_csum.h HDRINST usr/include/linux/tc_act/tc_tunnel_key.h HDRINST usr/include/linux/tc_act/tc_bpf.h HDRINST usr/include/linux/tc_act/tc_mpls.h HDRINST usr/include/linux/tc_act/tc_ipt.h HDRINST usr/include/linux/tc_act/tc_defact.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_gact.h HDRINST usr/include/linux/tc_act/tc_vlan.h HDRINST usr/include/linux/tc_act/tc_mirred.h HDRINST usr/include/linux/tc_act/tc_nat.h HDRINST usr/include/linux/ndctl.h HDRINST usr/include/linux/mpls_iptunnel.h HDRINST usr/include/linux/nfs.h HDRINST usr/include/linux/usbdevice_fs.h HDRINST usr/include/linux/iommu.h HDRINST usr/include/linux/bcm933xx_hcs.h HDRINST usr/include/linux/virtio_vsock.h HDRINST usr/include/linux/dm-ioctl.h HDRINST usr/include/linux/radeonfb.h HDRINST usr/include/linux/uleds.h HDRINST usr/include/linux/mii.h HDRINST usr/include/linux/ip6_tunnel.h HDRINST usr/include/linux/arcfb.h HDRINST usr/include/linux/param.h HDRINST usr/include/linux/securebits.h HDRINST usr/include/linux/aio_abi.h HDRINST usr/include/linux/minix_fs.h HDRINST usr/include/linux/fsi.h HDRINST usr/include/linux/blktrace_api.h HDRINST usr/include/linux/nubus.h HDRINST usr/include/linux/ife.h HDRINST usr/include/linux/kdev_t.h HDRINST usr/include/linux/cycx_cfm.h HDRINST usr/include/linux/mempolicy.h HDRINST usr/include/linux/in_route.h HDRINST usr/include/linux/if_plip.h HDRINST usr/include/linux/mtio.h HDRINST usr/include/linux/unistd.h HDRINST usr/include/linux/if_bridge.h HDRINST usr/include/linux/pfkeyv2.h HDRINST usr/include/linux/vfio.h HDRINST usr/include/linux/tls.h HDRINST usr/include/linux/quota.h HDRINST usr/include/linux/devlink.h HDRINST usr/include/linux/coda.h HDRINST usr/include/linux/rio_mport_cdev.h HDRINST usr/include/linux/net_tstamp.h HDRINST usr/include/linux/zorro.h HDRINST usr/include/linux/sched/types.h HDRINST usr/include/linux/qnx4_fs.h HDRINST usr/include/linux/ipv6_route.h HDRINST usr/include/linux/kernelcapi.h HDRINST usr/include/linux/eventpoll.h HDRINST usr/include/linux/ppp-ioctl.h HDRINST usr/include/linux/ptrace.h HDRINST usr/include/linux/if_phonet.h HDRINST usr/include/linux/atm.h HDRINST usr/include/linux/nvram.h HDRINST usr/include/linux/oom.h HDRINST usr/include/linux/watchdog.h HDRINST usr/include/linux/tcp.h HDRINST usr/include/linux/seg6_genl.h HDRINST usr/include/linux/atalk.h HDRINST usr/include/linux/hdlc.h HDRINST usr/include/linux/socket.h HDRINST usr/include/linux/ethtool_netlink.h HDRINST usr/include/linux/atm_he.h HDRINST usr/include/linux/blkzoned.h HDRINST usr/include/linux/ila.h HDRINST usr/include/linux/cuda.h HDRINST usr/include/linux/unix_diag.h HDRINST usr/include/linux/hsr_netlink.h HDRINST usr/include/linux/utsname.h HDRINST usr/include/linux/sdla.h HDRINST usr/include/linux/vm_sockets.h HDRINST usr/include/linux/dlm_device.h HDRINST usr/include/linux/romfs_fs.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h HDRINST usr/include/linux/netfilter_bridge/ebt_log.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_mark_m.h HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h HDRINST usr/include/linux/netfilter_bridge/ebtables.h HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h HDRINST usr/include/linux/netfilter_bridge/ebt_among.h HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h HDRINST usr/include/linux/if_ether.h HDRINST usr/include/linux/nfsd/export.h HDRINST usr/include/linux/nfsd/debug.h HDRINST usr/include/linux/nfsd/nfsfh.h HDRINST usr/include/linux/nfsd/stats.h HDRINST usr/include/linux/nfsd/cld.h HDRINST usr/include/linux/netfilter_ipv6.h HDRINST usr/include/linux/personality.h HDRINST usr/include/linux/if_pppox.h HDRINST usr/include/linux/lightnvm.h HDRINST usr/include/linux/scif_ioctl.h HDRINST usr/include/linux/sysinfo.h HDRINST usr/include/linux/veth.h HDRINST usr/include/linux/seccomp.h HDRINST usr/include/linux/ncsi.h HDRINST usr/include/linux/fou.h HDRINST usr/include/linux/in6.h HDRINST usr/include/linux/ip.h HDRINST usr/include/linux/if_xdp.h HDRINST usr/include/linux/virtio_gpu.h HDRINST usr/include/linux/mmtimer.h HDRINST usr/include/linux/icmpv6.h HDRINST usr/include/linux/auto_dev-ioctl.h HDRINST usr/include/linux/nfs4.h HDRINST usr/include/linux/ptp_clock.h HDRINST usr/include/linux/nexthop.h HDRINST usr/include/linux/if_slip.h HDRINST usr/include/linux/efs_fs_sb.h HDRINST usr/include/linux/netdevice.h HDRINST usr/include/linux/netfilter_decnet.h HDRINST usr/include/linux/netlink.h HDRINST usr/include/linux/utime.h HDRINST usr/include/linux/bfs_fs.h HDRINST usr/include/linux/if_addrlabel.h HDRINST usr/include/linux/if_fc.h HDRINST usr/include/linux/uio.h HDRINST usr/include/linux/netrom.h HDRINST usr/include/linux/errqueue.h HDRINST usr/include/linux/xfrm.h HDRINST usr/include/linux/ethtool.h HDRINST usr/include/linux/virtio_pci.h HDRINST usr/include/linux/ppp_defs.h HDRINST usr/include/linux/ppdev.h HDRINST usr/include/linux/uinput.h HDRINST usr/include/linux/icmp.h HDRINST usr/include/linux/synclink.h HDRINST usr/include/linux/openvswitch.h HDRINST usr/include/linux/sed-opal.h HDRINST usr/include/linux/audit.h HDRINST usr/include/linux/sched.h HDRINST usr/include/linux/rtnetlink.h HDRINST usr/include/linux/netlink_diag.h HDRINST usr/include/linux/v4l2-dv-timings.h HDRINST usr/include/linux/rio_cm_cdev.h HDRINST usr/include/linux/taskstats.h HDRINST usr/include/linux/gpio.h HDRINST usr/include/linux/matroxfb.h HDRINST usr/include/linux/virtio_iommu.h HDRINST usr/include/linux/hash_info.h HDRINST usr/include/linux/v4l2-subdev.h HDRINST usr/include/linux/io_uring.h HDRINST usr/include/linux/loop.h HDRINST usr/include/linux/if_team.h HDRINST usr/include/linux/affs_hardblocks.h HDRINST usr/include/linux/rose.h HDRINST usr/include/linux/gtp.h HDRINST usr/include/linux/tipc_sockets_diag.h HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.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_cmp.h HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h HDRINST usr/include/linux/qnxtypes.h HDRINST usr/include/linux/time_types.h HDRINST usr/include/linux/udp.h HDRINST usr/include/linux/resource.h HDRINST usr/include/linux/nfc.h HDRINST usr/include/linux/cyclades.h HDRINST usr/include/linux/cgroupstats.h HDRINST usr/include/linux/lwtunnel.h HDRINST usr/include/linux/tty_flags.h HDRINST usr/include/linux/sound.h HDRINST usr/include/linux/ipv6.h HDRINST usr/include/linux/seg6_iptunnel.h HDRINST usr/include/linux/nilfs2_api.h HDRINST usr/include/linux/fsl_hypervisor.h HDRINST usr/include/linux/if_link.h HDRINST usr/include/linux/hiddev.h HDRINST usr/include/linux/hid.h HDRINST usr/include/linux/if_arp.h HDRINST usr/include/linux/sunrpc/debug.h HDRINST usr/include/linux/msdos_fs.h HDRINST usr/include/linux/mroute6.h HDRINST usr/include/linux/bt-bmc.h HDRINST usr/include/linux/ipmi.h HDRINST usr/include/linux/fscrypt.h HDRINST usr/include/linux/fdreg.h HDRINST usr/include/linux/route.h HDRINST usr/include/linux/target_core_user.h HDRINST usr/include/linux/joystick.h HDRINST usr/include/linux/hw_breakpoint.h HDRINST usr/include/linux/binfmts.h HDRINST usr/include/linux/kvm_para.h HDRINST usr/include/linux/vbox_err.h HDRINST usr/include/linux/vtpm_proxy.h HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h HDRINST usr/include/linux/serial_core.h HDRINST usr/include/linux/pktcdvd.h HDRINST usr/include/linux/virtio_9p.h HDRINST usr/include/linux/omap3isp.h HDRINST usr/include/linux/batadv_packet.h HDRINST usr/include/linux/time.h HDRINST usr/include/linux/atmapi.h HDRINST usr/include/linux/openat2.h HDRINST usr/include/linux/ultrasound.h HDRINST usr/include/linux/i8k.h HDRINST usr/include/linux/caif/if_caif.h HDRINST usr/include/linux/caif/caif_socket.h HDRINST usr/include/linux/atmioc.h HDRINST usr/include/linux/hdlc/ioctl.h HDRINST usr/include/linux/ipsec.h HDRINST usr/include/linux/reiserfs_fs.h HDRINST usr/include/linux/virtio_mmio.h HDRINST usr/include/linux/poll.h HDRINST usr/include/linux/futex.h HDRINST usr/include/linux/bpf_perf_event.h HDRINST usr/include/linux/elfcore.h HDRINST usr/include/linux/virtio_balloon.h HDRINST usr/include/linux/erspan.h HDRINST usr/include/linux/cryptouser.h HDRINST usr/include/linux/dns_resolver.h HDRINST usr/include/linux/fs.h HDRINST usr/include/linux/capi.h HDRINST usr/include/linux/edd.h HDRINST usr/include/linux/spi/spidev.h HDRINST usr/include/linux/sock_diag.h HDRINST usr/include/linux/xilinx-v4l2-controls.h HDRINST usr/include/linux/kexec.h HDRINST usr/include/linux/tiocl.h HDRINST usr/include/linux/major.h HDRINST usr/include/linux/if_vlan.h HDRINST usr/include/linux/inotify.h HDRINST usr/include/linux/n_r3964.h HDRINST usr/include/linux/sysctl.h HDRINST usr/include/linux/if_eql.h HDRINST usr/include/linux/wmi.h HDRINST usr/include/linux/parport.h HDRINST usr/include/linux/tee.h HDRINST usr/include/linux/mqueue.h HDRINST usr/include/linux/rseq.h HDRINST usr/include/linux/elf.h HDRINST usr/include/linux/userfaultfd.h HDRINST usr/include/linux/mmc/ioctl.h HDRINST usr/include/linux/sockios.h HDRINST usr/include/linux/rfkill.h HDRINST usr/include/linux/if_bonding.h HDRINST usr/include/linux/posix_acl.h HDRINST usr/include/linux/dvb/dmx.h HDRINST usr/include/linux/dvb/net.h HDRINST usr/include/linux/dvb/frontend.h HDRINST usr/include/linux/dvb/audio.h HDRINST usr/include/linux/dvb/ca.h HDRINST usr/include/linux/dvb/version.h HDRINST usr/include/linux/dvb/osd.h HDRINST usr/include/linux/dvb/video.h HDRINST usr/include/linux/fanotify.h HDRINST usr/include/linux/mpls.h HDRINST usr/include/linux/virtio_ids.h HDRINST usr/include/linux/btf.h HDRINST usr/include/linux/android/binderfs.h HDRINST usr/include/linux/android/binder.h HDRINST usr/include/linux/sync_file.h HDRINST usr/include/linux/const.h HDRINST usr/include/linux/bcache.h HDRINST usr/include/linux/scc.h HDRINST usr/include/linux/pg.h HDRINST usr/include/linux/baycom.h HDRINST usr/include/linux/sonypi.h HDRINST usr/include/linux/dn.h HDRINST usr/include/linux/bsg.h HDRINST usr/include/linux/nilfs2_ondisk.h HDRINST usr/include/linux/l2tp.h HDRINST usr/include/linux/screen_info.h HDRINST usr/include/linux/v4l2-mediabus.h HDRINST usr/include/linux/aspeed-lpc-ctrl.h HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h HDRINST usr/include/linux/netfilter_arp/arp_tables.h HDRINST usr/include/linux/if_tun.h HDRINST usr/include/linux/filter.h HDRINST usr/include/linux/hidraw.h HDRINST usr/include/linux/pkt_cls.h HDRINST usr/include/linux/x25.h HDRINST usr/include/linux/thermal.h HDRINST usr/include/linux/bpfilter.h HDRINST usr/include/linux/igmp.h HDRINST usr/include/linux/atmsap.h HDRINST usr/include/linux/snmp.h HDRINST usr/include/linux/xattr.h HDRINST usr/include/linux/meye.h HDRINST usr/include/linux/v4l2-controls.h HDRINST usr/include/linux/am437x-vpfe.h HDRINST usr/include/linux/atmppp.h HDRINST usr/include/linux/if_cablemodem.h HDRINST usr/include/linux/cifs/cifs_mount.h HDRINST usr/include/linux/wireless.h HDRINST usr/include/linux/magic.h HDRINST usr/include/linux/genwqe/genwqe_card.h HDRINST usr/include/linux/idxd.h HDRINST usr/include/linux/atm_tcp.h HDRINST usr/include/linux/nfs_fs.h HDRINST usr/include/linux/auto_fs.h HDRINST usr/include/linux/posix_acl_xattr.h HDRINST usr/include/linux/signal.h HDRINST usr/include/linux/xdp_diag.h HDRINST usr/include/linux/msg.h HDRINST usr/include/linux/atmdev.h HDRINST usr/include/linux/sctp.h HDRINST usr/include/linux/btrfs.h HDRINST usr/include/linux/timerfd.h HDRINST usr/include/linux/bpqether.h HDRINST usr/include/linux/pkt_sched.h HDRINST usr/include/linux/packet_diag.h HDRINST usr/include/linux/netfilter_arp.h HDRINST usr/include/linux/lp.h HDRINST usr/include/linux/auxvec.h HDRINST usr/include/linux/acct.h HDRINST usr/include/linux/map_to_7segment.h HDRINST usr/include/linux/max2175.h HDRINST usr/include/linux/patchkey.h HDRINST usr/include/linux/kvm.h HDRINST usr/include/linux/iso_fs.h HDRINST usr/include/linux/gfs2_ondisk.h HDRINST usr/include/linux/string.h HDRINST usr/include/linux/prctl.h HDRINST usr/include/linux/libc-compat.h HDRINST usr/include/linux/coresight-stm.h HDRINST usr/include/linux/vm_sockets_diag.h HDRINST usr/include/linux/virtio_fs.h HDRINST usr/include/linux/rpmsg.h HDRINST usr/include/linux/dqblk_xfs.h HDRINST usr/include/linux/vsockmon.h HDRINST usr/include/linux/nvme_ioctl.h HDRINST usr/include/linux/memfd.h HDRINST usr/include/linux/if.h HDRINST usr/include/linux/if_arcnet.h HDRINST usr/include/linux/rtc.h HDRINST usr/include/linux/agpgart.h HDRINST usr/include/linux/hdreg.h HDRINST usr/include/linux/gsmmux.h HDRINST usr/include/linux/smiapp.h HDRINST usr/include/linux/reiserfs_xattr.h HDRINST usr/include/linux/virtio_rng.h HDRINST usr/include/linux/termios.h HDRINST usr/include/linux/arm_sdei.h HDRINST usr/include/linux/firewire-constants.h HDRINST usr/include/linux/cec.h HDRINST usr/include/linux/udf_fs_i.h HDRINST usr/include/linux/can.h HDRINST usr/include/linux/genetlink.h HDRINST usr/include/linux/fadvise.h HDRINST usr/include/linux/tipc_netlink.h HDRINST usr/include/linux/wimax.h HDRINST usr/include/linux/dlm_plock.h HDRINST usr/include/linux/atmmpc.h HDRINST usr/include/linux/atmbr2684.h HDRINST usr/include/linux/apm_bios.h HDRINST usr/include/linux/tipc_config.h HDRINST usr/include/linux/cm4000_cs.h HDRINST usr/include/linux/atm_idt77105.h HDRINST usr/include/linux/irqnr.h HDRINST usr/include/linux/dlm.h HDRINST usr/include/linux/stm.h HDRINST usr/include/linux/virtio_crypto.h HDRINST usr/include/linux/virtio_config.h HDRINST usr/include/linux/cramfs_fs.h HDRINST usr/include/linux/times.h HDRINST usr/include/linux/btrfs_tree.h HDRINST usr/include/linux/nl80211.h HDRINST usr/include/linux/vhost.h HDRINST usr/include/linux/pr.h HDRINST usr/include/linux/usb/functionfs.h HDRINST usr/include/linux/usb/gadgetfs.h HDRINST usr/include/linux/usb/tmc.h HDRINST usr/include/linux/usb/audio.h HDRINST usr/include/linux/usb/cdc-wdm.h HDRINST usr/include/linux/usb/ch11.h HDRINST usr/include/linux/usb/g_printer.h HDRINST usr/include/linux/usb/g_uvc.h HDRINST usr/include/linux/usb/ch9.h HDRINST usr/include/linux/usb/charger.h HDRINST usr/include/linux/usb/cdc.h HDRINST usr/include/linux/usb/video.h HDRINST usr/include/linux/usb/midi.h HDRINST usr/include/linux/cdrom.h HDRINST usr/include/linux/atm_nicstar.h HDRINST usr/include/linux/kcmp.h HDRINST usr/include/linux/random.h HDRINST usr/include/linux/types.h HDRINST usr/include/linux/pmu.h HDRINST usr/include/linux/sem.h HDRINST usr/include/linux/serio.h HDRINST usr/include/linux/dlmconstants.h HDRINST usr/include/linux/omapfb.h HDRINST usr/include/linux/nfs3.h HDRINST usr/include/linux/adfs_fs.h HDRINST usr/include/linux/gameport.h HDRINST usr/include/linux/psp-sev.h HDRINST usr/include/linux/fd.h HDRINST usr/include/linux/pci_regs.h HDRINST usr/include/linux/netfilter/xt_realm.h HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h HDRINST usr/include/linux/netfilter/xt_set.h HDRINST usr/include/linux/netfilter/xt_physdev.h HDRINST usr/include/linux/netfilter/xt_mark.h HDRINST usr/include/linux/netfilter/nf_conntrack_common.h HDRINST usr/include/linux/netfilter/xt_connlimit.h HDRINST usr/include/linux/netfilter/nfnetlink.h HDRINST usr/include/linux/netfilter/xt_ipcomp.h HDRINST usr/include/linux/netfilter/xt_AUDIT.h HDRINST usr/include/linux/netfilter/xt_statistic.h HDRINST usr/include/linux/netfilter/nfnetlink_queue.h HDRINST usr/include/linux/netfilter/xt_recent.h HDRINST usr/include/linux/netfilter/xt_esp.h HDRINST usr/include/linux/netfilter/xt_iprange.h HDRINST usr/include/linux/netfilter/xt_LED.h HDRINST usr/include/linux/netfilter/xt_connlabel.h HDRINST usr/include/linux/netfilter/xt_mac.h HDRINST usr/include/linux/netfilter/xt_TPROXY.h HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h HDRINST usr/include/linux/netfilter/xt_helper.h HDRINST usr/include/linux/netfilter/xt_osf.h HDRINST usr/include/linux/netfilter/xt_hashlimit.h HDRINST usr/include/linux/netfilter/xt_rpfilter.h HDRINST usr/include/linux/netfilter/xt_multiport.h HDRINST usr/include/linux/netfilter/nf_tables_compat.h HDRINST usr/include/linux/netfilter/xt_sctp.h HDRINST usr/include/linux/netfilter/xt_time.h HDRINST usr/include/linux/netfilter/nf_tables.h HDRINST usr/include/linux/netfilter/xt_l2tp.h HDRINST usr/include/linux/netfilter/xt_limit.h HDRINST usr/include/linux/netfilter/xt_quota.h HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h HDRINST usr/include/linux/netfilter/xt_length.h HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h HDRINST usr/include/linux/netfilter/xt_rateest.h HDRINST usr/include/linux/netfilter/xt_SECMARK.h HDRINST usr/include/linux/netfilter/xt_socket.h HDRINST usr/include/linux/netfilter/xt_addrtype.h HDRINST usr/include/linux/netfilter/xt_tcpudp.h HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h HDRINST usr/include/linux/netfilter/xt_policy.h HDRINST usr/include/linux/netfilter/xt_cpu.h HDRINST usr/include/linux/netfilter/xt_CONNMARK.h HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h HDRINST usr/include/linux/netfilter/nf_log.h HDRINST usr/include/linux/netfilter/xt_devgroup.h HDRINST usr/include/linux/netfilter/nf_nat.h HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h HDRINST usr/include/linux/netfilter/xt_HMARK.h HDRINST usr/include/linux/netfilter/xt_dscp.h HDRINST usr/include/linux/netfilter/nfnetlink_log.h HDRINST usr/include/linux/netfilter/xt_MARK.h HDRINST usr/include/linux/netfilter/xt_DSCP.h HDRINST usr/include/linux/netfilter/xt_ipvs.h HDRINST usr/include/linux/netfilter/xt_CT.h HDRINST usr/include/linux/netfilter/xt_owner.h HDRINST usr/include/linux/netfilter/xt_comment.h HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h HDRINST usr/include/linux/netfilter/xt_u32.h HDRINST usr/include/linux/netfilter/xt_dccp.h HDRINST usr/include/linux/netfilter/xt_RATEEST.h HDRINST usr/include/linux/netfilter/xt_pkttype.h HDRINST usr/include/linux/netfilter/xt_TCPMSS.h HDRINST usr/include/linux/netfilter/xt_TEE.h HDRINST usr/include/linux/netfilter/xt_conntrack.h HDRINST usr/include/linux/netfilter/xt_connmark.h HDRINST usr/include/linux/netfilter/xt_LOG.h HDRINST usr/include/linux/netfilter/xt_connbytes.h HDRINST usr/include/linux/netfilter/xt_nfacct.h HDRINST usr/include/linux/netfilter/xt_state.h HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h HDRINST usr/include/linux/netfilter/ipset/ip_set.h HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h HDRINST usr/include/linux/netfilter/xt_tcpmss.h HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h HDRINST usr/include/linux/netfilter/xt_bpf.h HDRINST usr/include/linux/netfilter/xt_cluster.h HDRINST usr/include/linux/netfilter/xt_cgroup.h HDRINST usr/include/linux/netfilter/x_tables.h HDRINST usr/include/linux/netfilter/nfnetlink_osf.h HDRINST usr/include/linux/netfilter/nfnetlink_compat.h HDRINST usr/include/linux/netfilter/xt_NFLOG.h HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h HDRINST usr/include/linux/netfilter/nfnetlink_acct.h HDRINST usr/include/linux/netfilter/xt_string.h HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h HDRINST usr/include/linux/netfilter/xt_ecn.h HDRINST usr/include/linux/netfilter/nf_synproxy.h HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h HDRINST usr/include/linux/mdio.h HDRINST usr/include/linux/wimax/i2400m.h HDRINST usr/include/linux/nbd-netlink.h HDRINST usr/include/linux/nfs2.h HDRINST usr/include/linux/capability.h HDRINST usr/include/linux/if_infiniband.h HDRINST usr/include/linux/virtio_types.h HDRINST usr/include/linux/rds.h HDRINST usr/include/linux/kernel-page-flags.h HDRINST usr/include/linux/gen_stats.h HDRINST usr/include/linux/nfs4_mount.h HDRINST usr/include/linux/i2c.h HDRINST usr/include/linux/if_frad.h HDRINST usr/include/linux/toshiba.h HDRINST usr/include/linux/netfilter_ipv4.h HDRINST usr/include/linux/net_dropmon.h HDRINST usr/include/linux/nbd.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ttl.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.h HDRINST usr/include/linux/elf-em.h HDRINST usr/include/linux/hdlcdrv.h HDRINST usr/include/linux/dma-heap.h HDRINST usr/include/linux/mic_common.h HDRINST usr/include/linux/uuid.h HDRINST usr/include/linux/posix_types.h HDRINST usr/include/linux/phonet.h HDRINST usr/include/linux/fib_rules.h HDRINST usr/include/linux/ppp-comp.h HDRINST usr/include/linux/input.h HDRINST usr/include/linux/batman_adv.h HDRINST usr/include/linux/zorro_ids.h HDRINST usr/include/linux/fiemap.h HDRINST usr/include/linux/selinux_netlink.h HDRINST usr/include/linux/reboot.h HDRINST usr/include/linux/seg6.h HDRINST usr/include/linux/smc.h HDRINST usr/include/linux/connector.h HDRINST usr/include/linux/if_addr.h HDRINST usr/include/linux/ax25.h HDRINST usr/include/linux/qrtr.h HDRINST usr/include/linux/in.h HDRINST usr/include/linux/if_x25.h HDRINST usr/include/linux/keyboard.h HDRINST usr/include/linux/if_hippi.h HDRINST usr/include/linux/tipc.h HDRINST usr/include/linux/ipmi_msgdefs.h HDRINST usr/include/linux/kernel.h HDRINST usr/include/linux/dm-log-userspace.h HDRINST usr/include/linux/ivtvfb.h HDRINST usr/include/linux/if_ppp.h HDRINST usr/include/linux/stat.h HDRINST usr/include/linux/llc.h HDRINST usr/include/linux/seg6_hmac.h HDRINST usr/include/sound/emu10k1.h HDRINST usr/include/sound/snd_sst_tokens.h HDRINST usr/include/sound/firewire.h HDRINST usr/include/sound/compress_offload.h HDRINST usr/include/sound/asoc.h HDRINST usr/include/sound/asound_fm.h HDRINST usr/include/sound/compress_params.h HDRINST usr/include/sound/hdsp.h HDRINST usr/include/sound/tlv.h HDRINST usr/include/sound/sof/fw.h HDRINST usr/include/sound/sof/header.h HDRINST usr/include/sound/sof/tokens.h HDRINST usr/include/sound/sof/abi.h HDRINST usr/include/sound/asequencer.h HDRINST usr/include/sound/sb16_csp.h HDRINST usr/include/sound/hdspm.h HDRINST usr/include/sound/skl-tplg-interface.h HDRINST usr/include/sound/usb_stream.h HDRINST usr/include/sound/asound.h HDRINST usr/include/sound/sfnt_info.h HDRINST usr/include/scsi/scsi_netlink.h HDRINST usr/include/scsi/fc/fc_gs.h HDRINST usr/include/scsi/fc/fc_els.h HDRINST usr/include/scsi/fc/fc_ns.h HDRINST usr/include/scsi/fc/fc_fs.h HDRINST usr/include/scsi/scsi_bsg_ufs.h HDRINST usr/include/scsi/cxlflash_ioctl.h HDRINST usr/include/scsi/scsi_netlink_fc.h HDRINST usr/include/scsi/scsi_bsg_fc.h HDRINST usr/include/linux/version.h HDRINST usr/include/asm/msgbuf.h HDRINST usr/include/asm/mce.h HDRINST usr/include/asm/a.out.h HDRINST usr/include/asm/sigcontext32.h HDRINST usr/include/asm/swab.h HDRINST usr/include/asm/msr.h HDRINST usr/include/asm/hwcap2.h HDRINST usr/include/asm/vm86.h HDRINST usr/include/asm/vsyscall.h HDRINST usr/include/asm/mman.h HDRINST usr/include/asm/bootparam.h HDRINST usr/include/asm/unistd.h HDRINST usr/include/asm/ucontext.h HDRINST usr/include/asm/ptrace.h HDRINST usr/include/asm/boot.h HDRINST usr/include/asm/posix_types_x32.h HDRINST usr/include/asm/siginfo.h HDRINST usr/include/asm/kvm_perf.h HDRINST usr/include/asm/posix_types_32.h HDRINST usr/include/asm/e820.h HDRINST usr/include/asm/vmx.h HDRINST usr/include/asm/hw_breakpoint.h HDRINST usr/include/asm/kvm_para.h HDRINST usr/include/asm/sigcontext.h HDRINST usr/include/asm/sembuf.h HDRINST usr/include/asm/mtrr.h HDRINST usr/include/asm/ldt.h HDRINST usr/include/asm/byteorder.h HDRINST usr/include/asm/ist.h HDRINST usr/include/asm/signal.h HDRINST usr/include/asm/bitsperlong.h HDRINST usr/include/asm/setup.h HDRINST usr/include/asm/auxvec.h HDRINST usr/include/asm/ptrace-abi.h HDRINST usr/include/asm/kvm.h HDRINST usr/include/asm/prctl.h HDRINST usr/include/asm/statfs.h HDRINST usr/include/asm/posix_types_64.h HDRINST usr/include/asm/processor-flags.h HDRINST usr/include/asm/svm.h HDRINST usr/include/asm/perf_regs.h HDRINST usr/include/asm/posix_types.h HDRINST usr/include/asm/debugreg.h HDRINST usr/include/asm/shmbuf.h HDRINST usr/include/asm/stat.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-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/dmabuf-heaps' gcc -static -O3 -Wl,-no-as-needed -Wall -I../../../../usr/include dmabuf-heap.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/dmabuf-heaps/dmabuf-heap make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/dmabuf-heaps' 2020-04-27 14:57:00 make run_tests -C dmabuf-heaps make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/dmabuf-heaps' TAP version 13 1..1 # selftests: dmabuf-heaps: dmabuf-heap # No /dev/dma_heap directory? not ok 1 selftests: dmabuf-heaps: dmabuf-heap # exit=255 make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/dmabuf-heaps' ignored_by_lkp efivarfs test: /sys/firmware/efi dir does not exist 2020-04-27 14:57:00 make run_tests -C exec make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec' gcc -Wall -Wno-nonnull -D_GNU_SOURCE execveat.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/execveat execveat.c:8:0: warning: "_GNU_SOURCE" redefined #define _GNU_SOURCE /* to get O_PATH, AT_EMPTY_PATH */ :0:0: note: this is the location of the previous definition gcc -Wall -Wno-nonnull -D_GNU_SOURCE recursion-depth.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/recursion-depth cd /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec && ln -s -f execveat execveat.symlink cp /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/execveat /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/execveat.denatured chmod -x /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/execveat.denatured echo '#!/bin/sh' > /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/script echo 'exit $*' >> /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/script chmod +x /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/script mkdir -p /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/subdir TAP version 13 1..2 # selftests: exec: execveat # /bin/sh: 0: Can't open /dev/fd/8/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy # Check success of execveat(5, '../execveat', 0)... [OK] # Check success of execveat(7, 'execveat', 0)... [OK] # Check success of execveat(9, 'execveat', 0)... [OK] # Check success of execveat(-100, '/usr/src/perf_selfte...ftests/exec/execveat', 0)... [OK] # Check success of execveat(99, '/usr/src/perf_selfte...ftests/exec/execveat', 0)... [OK] # Check success of execveat(11, '', 4096)... [OK] # Check success of execveat(20, '', 4096)... [OK] # Check success of execveat(12, '', 4096)... [OK] # Check success of execveat(17, '', 4096)... [OK] # Check success of execveat(17, '', 4096)... [OK] # Check success of execveat(18, '', 4096)... [OK] # Check failure of execveat(11, '', 0) with ENOENT... [OK] # Check failure of execveat(11, '(null)', 4096) with EFAULT... [OK] # Check success of execveat(7, 'execveat.symlink', 0)... [OK] # Check success of execveat(9, 'execveat.symlink', 0)... [OK] # Check success of execveat(-100, '/usr/src/perf_selfte...xec/execveat.symlink', 0)... [OK] # Check success of execveat(13, '', 4096)... [OK] # Check success of execveat(13, '', 4352)... [OK] # Check failure of execveat(7, 'execveat.symlink', 256) with ELOOP... [OK] # Check failure of execveat(9, 'execveat.symlink', 256) with ELOOP... [OK] # Check failure of execveat(-100, '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec/execveat.symlink', 256) with ELOOP... [OK] # Check success of execveat(5, '../script', 0)... [OK] # Check success of execveat(7, 'script', 0)... [OK] # Check success of execveat(9, 'script', 0)... [OK] # Check success of execveat(-100, '/usr/src/perf_selfte...elftests/exec/script', 0)... [OK] # Check success of execveat(16, '', 4096)... [OK] # Check success of execveat(16, '', 4352)... [OK] # Check failure of execveat(21, '', 4096) with ENOENT... [OK] # Check failure of execveat(10, 'script', 0) with ENOENT... [OK] # Check success of execveat(19, '', 4096)... [OK] # Check success of execveat(19, '', 4096)... [OK] # Check success of execveat(6, '../script', 0)... [OK] # Check success of execveat(6, 'script', 0)... [OK] # Check success of execveat(6, '../script', 0)... [OK] # Check failure of execveat(6, 'script', 0) with ENOENT... [OK] # Check failure of execveat(7, 'execveat', 65535) with EINVAL... [OK] # Check failure of execveat(7, 'no-such-file', 0) with ENOENT... [OK] # Check failure of execveat(9, 'no-such-file', 0) with ENOENT... [OK] # Check failure of execveat(-100, 'no-such-file', 0) with ENOENT... [OK] # Check failure of execveat(7, '', 4096) with EACCES... [OK] # Check failure of execveat(7, 'Makefile', 0) with EACCES... [OK] # Check failure of execveat(14, '', 4096) with EACCES... [OK] # Check failure of execveat(15, '', 4096) with EACCES... [OK] # Check failure of execveat(99, '', 4096) with EBADF... [OK] # Check failure of execveat(99, 'execveat', 0) with EBADF... [OK] # Check failure of execveat(11, 'execveat', 0) with ENOTDIR... [OK] # Invoke copy of 'execveat' via filename of length 4094: # Check success of execveat(22, '', 4096)... [OK] # Check success of execveat(8, 'usr/src/perf_selftes...yyyyyyyyyyyyyyyyyyyy', 0)... [OK] # Invoke copy of 'script' via filename of length 4094: # Check success of execveat(23, '', 4096)... [OK] # Check success of execveat(8, 'usr/src/perf_selftes...yyyyyyyyyyyyyyyyyyyy', 0)... [OK] ok 1 selftests: exec: execveat # selftests: exec: recursion-depth ok 2 selftests: exec: recursion-depth make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/exec' ignored_by_lkp filesystems test 2020-04-27 14:57:01 mv /lib/udev/rules.d/50-firmware.rules . 2020-04-27 14:57:01 /etc/init.d/udev restart Restarting udev (via systemctl): udev.service. 2020-04-27 14:57:01 make run_tests -C firmware make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/firmware' TAP version 13 1..1 # selftests: firmware: fw_run_tests.sh # ----------------------------------------------------- # Running kernel configuration test 1 -- rare # Emulates: # CONFIG_FW_LOADER=y # CONFIG_FW_LOADER_USER_HELPER=n # CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n # ./fw_filesystem.sh: filesystem loading works # ./fw_filesystem.sh: async filesystem loading works # # Testing with the file present... # Batched request_firmware() normal try #1: OK # Batched request_firmware() normal try #2: OK # Batched request_firmware() normal try #3: OK # Batched request_firmware() normal try #4: OK # Batched request_firmware() normal try #5: OK # Batched request_firmware_into_buf() normal try #1: OK # Batched request_firmware_into_buf() normal try #2: OK # Batched request_firmware_into_buf() normal try #3: OK # Batched request_firmware_into_buf() normal try #4: OK # Batched request_firmware_into_buf() normal try #5: OK # Batched request_firmware_direct() normal try #1: OK # Batched request_firmware_direct() normal try #2: OK # Batched request_firmware_direct() normal try #3: OK # Batched request_firmware_direct() normal try #4: OK # Batched request_firmware_direct() normal try #5: OK # Batched request_firmware_nowait(uevent=true) normal try #1: OK # Batched request_firmware_nowait(uevent=true) normal try #2: OK # Batched request_firmware_nowait(uevent=true) normal try #3: OK # Batched request_firmware_nowait(uevent=true) normal try #4: OK # Batched request_firmware_nowait(uevent=true) normal try #5: OK # Batched request_firmware_nowait(uevent=false) normal try #1: OK # Batched request_firmware_nowait(uevent=false) normal try #2: OK # Batched request_firmware_nowait(uevent=false) normal try #3: OK # Batched request_firmware_nowait(uevent=false) normal try #4: OK # Batched request_firmware_nowait(uevent=false) normal try #5: OK # # Testing with the file missing... # Batched request_firmware() nofile try #1: OK # Batched request_firmware() nofile try #2: OK # Batched request_firmware() nofile try #3: OK # Batched request_firmware() nofile try #4: OK # Batched request_firmware() nofile try #5: OK # Batched request_firmware_into_buf() nofile try #1: OK # Batched request_firmware_into_buf() nofile try #2: OK # Batched request_firmware_into_buf() nofile try #3: OK # Batched request_firmware_into_buf() nofile try #4: OK # Batched request_firmware_into_buf() nofile try #5: OK # Batched request_firmware_direct() nofile try #1: OK # Batched request_firmware_direct() nofile try #2: OK # Batched request_firmware_direct() nofile try #3: OK # Batched request_firmware_direct() nofile try #4: OK # Batched request_firmware_direct() nofile try #5: OK # Batched request_firmware_nowait(uevent=true) nofile try #1: OK # Batched request_firmware_nowait(uevent=true) nofile try #2: OK # Batched request_firmware_nowait(uevent=true) nofile try #3: OK # Batched request_firmware_nowait(uevent=true) nofile try #4: OK # Batched request_firmware_nowait(uevent=true) nofile try #5: OK # Batched request_firmware_nowait(uevent=false) nofile try #1: OK # Batched request_firmware_nowait(uevent=false) nofile try #2: OK # Batched request_firmware_nowait(uevent=false) nofile try #3: OK # Batched request_firmware_nowait(uevent=false) nofile try #4: OK # Batched request_firmware_nowait(uevent=false) nofile try #5: OK # usermode helper disabled so ignoring test # ----------------------------------------------------- # Running kernel configuration test 2 -- distro # Emulates: # CONFIG_FW_LOADER=y # CONFIG_FW_LOADER_USER_HELPER=y # CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n # ./fw_filesystem.sh: timeout works # ./fw_filesystem.sh: filesystem loading works # ./fw_filesystem.sh: async filesystem loading works # # Testing with the file present... # Batched request_firmware() normal try #1: OK # Batched request_firmware() normal try #2: OK # Batched request_firmware() normal try #3: OK # Batched request_firmware() normal try #4: OK # Batched request_firmware() normal try #5: OK # Batched request_firmware_into_buf() normal try #1: OK # Batched request_firmware_into_buf() normal try #2: OK # Batched request_firmware_into_buf() normal try #3: OK # Batched request_firmware_into_buf() normal try #4: OK # Batched request_firmware_into_buf() normal try #5: OK # Batched request_firmware_direct() normal try #1: OK # Batched request_firmware_direct() normal try #2: OK # Batched request_firmware_direct() normal try #3: OK # Batched request_firmware_direct() normal try #4: OK # Batched request_firmware_direct() normal try #5: OK # Batched request_firmware_nowait(uevent=true) normal try #1: OK # Batched request_firmware_nowait(uevent=true) normal try #2: OK # Batched request_firmware_nowait(uevent=true) normal try #3: OK # Batched request_firmware_nowait(uevent=true) normal try #4: OK # Batched request_firmware_nowait(uevent=true) normal try #5: OK # Batched request_firmware_nowait(uevent=false) normal try #1: OK # Batched request_firmware_nowait(uevent=false) normal try #2: OK # Batched request_firmware_nowait(uevent=false) normal try #3: OK # Batched request_firmware_nowait(uevent=false) normal try #4: OK # Batched request_firmware_nowait(uevent=false) normal try #5: OK # # Testing with the file missing... # Batched request_firmware() nofile try #1: OK # Batched request_firmware() nofile try #2: OK # Batched request_firmware() nofile try #3: OK # Batched request_firmware() nofile try #4: OK # Batched request_firmware() nofile try #5: OK # Batched request_firmware_into_buf() nofile try #1: OK # Batched request_firmware_into_buf() nofile try #2: OK # Batched request_firmware_into_buf() nofile try #3: OK # Batched request_firmware_into_buf() nofile try #4: OK # Batched request_firmware_into_buf() nofile try #5: OK # Batched request_firmware_direct() nofile try #1: OK # Batched request_firmware_direct() nofile try #2: OK # Batched request_firmware_direct() nofile try #3: OK # Batched request_firmware_direct() nofile try #4: OK # Batched request_firmware_direct() nofile try #5: OK # Batched request_firmware_nowait(uevent=true) nofile try #1: OK # Batched request_firmware_nowait(uevent=true) nofile try #2: OK # Batched request_firmware_nowait(uevent=true) nofile try #3: OK # Batched request_firmware_nowait(uevent=true) nofile try #4: OK # Batched request_firmware_nowait(uevent=true) nofile try #5: OK # Batched request_firmware_nowait(uevent=false) nofile try #1: OK # Batched request_firmware_nowait(uevent=false) nofile try #2: OK # Batched request_firmware_nowait(uevent=false) nofile try #3: OK # Batched request_firmware_nowait(uevent=false) nofile try #4: OK # Batched request_firmware_nowait(uevent=false) nofile try #5: OK # ./fw_fallback.sh: custom fallback loading mechanism works # ./fw_fallback.sh: custom fallback loading mechanism works # ./fw_fallback.sh: cancelling custom fallback mechanism works # ----------------------------------------------------- # Running kernel configuration test 3 -- android # Emulates: # CONFIG_FW_LOADER=y # CONFIG_FW_LOADER_USER_HELPER=y # CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y # ./fw_filesystem.sh: timeout works # ./fw_filesystem.sh: filesystem loading works # ./fw_filesystem.sh: async filesystem loading works # # Testing with the file present... # Batched request_firmware() normal try #1: OK # Batched request_firmware() normal try #2: OK # Batched request_firmware() normal try #3: OK # Batched request_firmware() normal try #4: OK # Batched request_firmware() normal try #5: OK # Batched request_firmware_into_buf() normal try #1: OK # Batched request_firmware_into_buf() normal try #2: OK # Batched request_firmware_into_buf() normal try #3: OK # Batched request_firmware_into_buf() normal try #4: OK # Batched request_firmware_into_buf() normal try #5: OK # Batched request_firmware_direct() normal try #1: OK # Batched request_firmware_direct() normal try #2: OK # Batched request_firmware_direct() normal try #3: OK # Batched request_firmware_direct() normal try #4: OK # Batched request_firmware_direct() normal try #5: OK # Batched request_firmware_nowait(uevent=true) normal try #1: OK # Batched request_firmware_nowait(uevent=true) normal try #2: OK # Batched request_firmware_nowait(uevent=true) normal try #3: OK # Batched request_firmware_nowait(uevent=true) normal try #4: OK # Batched request_firmware_nowait(uevent=true) normal try #5: OK # Batched request_firmware_nowait(uevent=false) normal try #1: OK # Batched request_firmware_nowait(uevent=false) normal try #2: OK # Batched request_firmware_nowait(uevent=false) normal try #3: OK # Batched request_firmware_nowait(uevent=false) normal try #4: OK # Batched request_firmware_nowait(uevent=false) normal try #5: OK # # Testing with the file missing... # Batched request_firmware() nofile try #1: OK # Batched request_firmware() nofile try #2: OK # Batched request_firmware() nofile try #3: OK # Batched request_firmware() nofile try #4: OK # Batched request_firmware() nofile try #5: OK # Batched request_firmware_into_buf() nofile try #1: OK # Batched request_firmware_into_buf() nofile try #2: OK # Batched request_firmware_into_buf() nofile try #3: OK # Batched request_firmware_into_buf() nofile try #4: OK # Batched request_firmware_into_buf() nofile try #5: OK # Batched request_firmware_direct() nofile try #1: OK # Batched request_firmware_direct() nofile try #2: OK # Batched request_firmware_direct() nofile try #3: OK # Batched request_firmware_direct() nofile try #4: OK # Batched request_firmware_direct() nofile try #5: OK # Batched request_firmware_nowait(uevent=true) nofile try #1: OK # Batched request_firmware_nowait(uevent=true) nofile try #2: OK # Batched request_firmware_nowait(uevent=true) nofile try #3: OK # Batched request_firmware_nowait(uevent=true) nofile try #4: OK # Batched request_firmware_nowait(uevent=true) nofile try #5: OK # Batched request_firmware_nowait(uevent=false) nofile try #1: OK # Batched request_firmware_nowait(uevent=false) nofile try #2: OK # Batched request_firmware_nowait(uevent=false) nofile try #3: OK # Batched request_firmware_nowait(uevent=false) nofile try #4: OK # Batched request_firmware_nowait(uevent=false) nofile try #5: OK # ./fw_fallback.sh: timeout works # ./fw_fallback.sh: firmware comparison works # ./fw_fallback.sh: fallback mechanism works # ./fw_fallback.sh: cancelling fallback mechanism works # ./fw_fallback.sh: SIGCHLD on sync ignored as expected # ./fw_fallback.sh: custom fallback loading mechanism works # ./fw_fallback.sh: custom fallback loading mechanism works # ./fw_fallback.sh: cancelling custom fallback mechanism works ok 1 selftests: firmware: fw_run_tests.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/firmware' 2020-04-27 14:59:36 mv 50-firmware.rules /lib/udev/rules.d/50-firmware.rules 2020-04-27 14:59:36 make run_tests -C ftrace make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ftrace' TAP version 13 1..1 # selftests: ftrace: ftracetest # === Ftrace unit tests === # [1] Basic trace file check [PASS] # [2] Basic test for tracers [PASS] # [3] Basic trace clock test [PASS] # [4] Basic event tracing check [PASS] # [5] Change the ringbuffer size [PASS] # [6] Snapshot and tracing setting [PASS] # [7] trace_pipe and trace_marker [PASS] # [8] Test ftrace direct functions against tracers [UNRESOLVED] # [9] Test ftrace direct functions against kprobes [UNRESOLVED] # [10] Generic dynamic event - add/remove kprobe events [PASS] # [11] Generic dynamic event - add/remove synthetic events [PASS] # [12] Generic dynamic event - selective clear (compatibility) [PASS] # [13] Generic dynamic event - generic clear event [PASS] # [14] event tracing - enable/disable with event level files [PASS] # [15] event tracing - restricts events based on pid [PASS] # [16] event tracing - enable/disable with subsystem level files [PASS] # [17] event tracing - enable/disable with top level files [PASS] # [18] Test trace_printk from module [UNRESOLVED] # [19] ftrace - function graph filters with stack tracer [PASS] # [20] ftrace - function graph filters [PASS] # [21] ftrace - function glob filters [PASS] # [22] ftrace - function pid filters [PASS] # [23] ftrace - stacktrace filter command [PASS] # [24] ftrace - function trace with cpumask [PASS] # [25] ftrace - test for function event triggers [PASS] # [26] ftrace - function trace on module [UNRESOLVED] # [27] ftrace - function profiling [PASS] # [28] ftrace - function profiler with function tracing [PASS] # [29] ftrace - test reading of set_ftrace_filter [PASS] # [30] ftrace - Max stack tracer [PASS] # [31] ftrace - test for function traceon/off triggers [PASS] # [32] ftrace - test tracing error log support [PASS] # [33] Test creation and deletion of trace instances while setting an event [PASS] # [34] Test creation and deletion of trace instances [PASS] # [35] Kprobe dynamic event - adding and removing [PASS] # [36] Kprobe dynamic event - busy event check [PASS] # [37] Kprobe dynamic event with arguments [PASS] # [38] Kprobe event with comm arguments [PASS] # [39] Kprobe event string type argument [PASS] # [40] Kprobe event symbol argument [PASS] # [41] Kprobe event argument syntax [PASS] # [42] Kprobes event arguments with types [PASS] # [43] Kprobe event user-memory access [PASS] # [44] Kprobe event auto/manual naming [PASS] # [45] Kprobe dynamic event with function tracer [PASS] # [46] Kprobe dynamic event - probing module [UNRESOLVED] # [47] Create/delete multiprobe on kprobe event [PASS] # [48] Kprobe event parser error log check [FAIL] # [49] Kretprobe dynamic event with arguments [PASS] # [50] Kretprobe dynamic event with maxactive [PASS] # [51] Register/unregister many kprobe events [PASS] # [52] Kprobe events - probe points [PASS] # [53] Kprobe dynamic event - adding and removing [PASS] # [54] Uprobe event parser error log check [PASS] # [55] test for the preemptirqsoff tracer [UNSUPPORTED] # [56] Meta-selftest [UNRESOLVED] # [57] Test wakeup tracer [PASS] # [58] Test wakeup RT tracer [PASS] # [59] event trigger - test inter-event histogram trigger expected fail actions [XFAIL] # [60] event trigger - test field variable support [PASS] # [61] event trigger - test inter-event combined histogram trigger [PASS] # [62] event trigger - test multiple actions on hist trigger [PASS] # [63] event trigger - test inter-event histogram trigger onchange action [PASS] # [64] event trigger - test inter-event histogram trigger onmatch action [PASS] # [65] event trigger - test inter-event histogram trigger onmatch-onmax action [PASS] # [66] event trigger - test inter-event histogram trigger onmax action [PASS] # [67] event trigger - test inter-event histogram trigger snapshot action [PASS] # [68] event trigger - test synthetic event create remove [PASS] # [69] event trigger - test synthetic_events syntax parser [PASS] # [70] event trigger - test inter-event histogram trigger trace action [PASS] # [71] event trigger - test event enable/disable trigger [PASS] # [72] event trigger - test trigger filter [PASS] # [73] event trigger - test histogram modifiers [PASS] # [74] event trigger - test histogram parser errors [PASS] # [75] event trigger - test histogram trigger [PASS] # [76] event trigger - test multiple histogram triggers [PASS] # [77] event trigger - test snapshot-trigger [PASS] # [78] event trigger - test stacktrace-trigger [PASS] # [79] trace_marker trigger - test histogram trigger [PASS] # [80] trace_marker trigger - test snapshot trigger [PASS] # [81] trace_marker trigger - test histogram with synthetic event against kernel event [PASS] # [82] trace_marker trigger - test histogram with synthetic event [PASS] # [83] event trigger - test traceon/off trigger [PASS] # [84] (instance) Basic test for tracers [PASS] # [85] (instance) Basic trace clock test [PASS] # [86] (instance) Change the ringbuffer size [PASS] # [87] (instance) Snapshot and tracing setting [PASS] # [88] (instance) trace_pipe and trace_marker [PASS] # [89] (instance) event tracing - enable/disable with event level files [PASS] # [90] (instance) event tracing - restricts events based on pid [PASS] # [91] (instance) event tracing - enable/disable with subsystem level files [PASS] # [92] (instance) ftrace - function pid filters [PASS] # [93] (instance) ftrace - stacktrace filter command [PASS] # [94] (instance) ftrace - test for function event triggers [PASS] # [95] (instance) ftrace - test for function traceon/off triggers [PASS] # [96] (instance) event trigger - test event enable/disable trigger [PASS] # [97] (instance) event trigger - test trigger filter [PASS] # [98] (instance) event trigger - test histogram modifiers [PASS] # [99] (instance) event trigger - test histogram trigger [PASS] # [100] (instance) event trigger - test multiple histogram triggers [PASS] # [101] (instance) trace_marker trigger - test histogram trigger [PASS] # [102] (instance) trace_marker trigger - test snapshot trigger [PASS] # # # # of passed: 93 # # of failed: 1 # # of unresolved: 6 # # of untested: 0 # # of unsupported: 1 # # of xfailed: 1 # # of undefined(test bug): 0 not ok 1 selftests: ftrace: ftracetest # exit=1 make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ftrace' 2020-04-27 15:12:06 make run_tests -C futex make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional' make --no-builtin-rules INSTALL_HDR_PATH=$OUTPUT/usr \ ARCH=x86 -C ../../../../.. headers_install make[2]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' INSTALL /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/usr/include make[2]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ futex_wait_timeout.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/futex_wait_timeout gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ futex_wait_wouldblock.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/futex_wait_wouldblock gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ futex_requeue_pi.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/futex_requeue_pi gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ futex_requeue_pi_signal_restart.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ futex_requeue_pi_mismatched_ops.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/futex_requeue_pi_mismatched_ops gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ futex_wait_uninitialized_heap.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/futex_wait_uninitialized_heap gcc -g -O2 -Wall -D_GNU_SOURCE -pthread -I../include -I../../ futex_wait_private_mapped_file.c ../include/futextest.h ../include/atomic.h ../include/logging.h -lpthread -lrt -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional/futex_wait_private_mapped_file make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex/functional' TAP version 13 1..1 # selftests: futex: run.sh # tput: No value for $TERM and no -T specified # tput: No value for $TERM and no -T specified # # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=0 owner=0 timeout=0ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=0 owner=0 timeout=0ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=1 owner=0 timeout=0ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=0 owner=1 timeout=0ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=1 owner=0 timeout=0ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=0 owner=1 timeout=0ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=1 owner=0 timeout=5000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=1 owner=0 timeout=5000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=1 owner=0 timeout=500000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=1 owner=0 timeout=500000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=0 owner=0 timeout=5000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=0 owner=0 timeout=5000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=0 owner=0 timeout=500000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=0 owner=0 timeout=500000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=0 owner=1 timeout=5000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=1 owner=0 timeout=5000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=0 owner=1 timeout=500000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=1 owner=0 timeout=500000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=1 locked=1 owner=0 timeout=2000000000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_requeue_pi: Test requeue functionality # # Arguments: broadcast=0 locked=1 owner=0 timeout=2000000000ns # ok 1 futex-requeue-pi # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # TAP version 13 # 1..1 # # futex_requeue_pi_mismatched_ops: Detect mismatched requeue_pi operations # ok 1 futex-requeue-pi-mismatched-ops # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # TAP version 13 # 1..1 # # futex_requeue_pi_signal_restart: Test signal handling during requeue_pi # # Arguments: # ok 1 futex-requeue-pi-signal-restart # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # TAP version 13 # 1..1 # # futex_wait_timeout: Block on a futex and wait for timeout # # Arguments: timeout=100000ns # ok 1 futex-wait-timeout # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # TAP version 13 # 1..1 # # futex_wait_wouldblock: Test the unexpected futex value in FUTEX_WAIT # ok 1 futex-wait-wouldblock # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # TAP version 13 # 1..1 # # futex_wait_uninitialized_heap: Test the uninitialized futex value in FUTEX_WAIT # ok 1 futex-wait-uninitialized-heap # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # TAP version 13 # 1..1 # # futex_wait_private_mapped_file: Test the futex value of private file mappings in FUTEX_WAIT # ok 1 futex-wait-private-mapped-file # # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: futex: run.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/futex' 2020-04-27 15:12:16 make -C ../../../tools/gpio make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' mkdir -p include/linux 2>&1 || true ln -sf /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio/../../include/uapi/linux/gpio.h include/linux/gpio.h make -f /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/build/Makefile.build dir=. obj=gpio-utils make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' CC gpio-utils.o LD gpio-utils-in.o make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' make -f /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/build/Makefile.build dir=. obj=lsgpio make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' CC lsgpio.o LD lsgpio-in.o make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' LINK lsgpio make -f /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/build/Makefile.build dir=. obj=gpio-hammer make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' CC gpio-hammer.o LD gpio-hammer-in.o make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' LINK gpio-hammer make -f /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/build/Makefile.build dir=. obj=gpio-event-mon make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' CC gpio-event-mon.o LD gpio-event-mon-in.o make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' LINK gpio-event-mon make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio' 2020-04-27 15:12:17 make run_tests -C gpio make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/gpio' gcc -O2 -g -std=gnu99 -Wall -I../../../../usr/include/ -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid gpio-mockup-chardev.c /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/gpio/gpio-utils.o -lmount -o gpio-mockup-chardev make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' TAP version 13 1..1 # selftests: gpio: gpio-mockup.sh # 1. Test dynamic allocation of gpio successful means insert gpiochip and # manipulate gpio pin successful # GPIO gpio-mockup test with ranges: <-1,32>: # -1,32 # gpio test failed # Test gpiochip gpio-mockup: GPIO gpio-mockup test with ranges: <-1,32,-1,32>: # -1,32,-1,32 # gpio test failed # Test gpiochip gpio-mockup: GPIO gpio-mockup test with ranges: <-1,32,-1,32,-1,32>: # -1,32,-1,32,-1,32 # gpio test failed # Test gpiochip gpio-mockup: 3. Error test: successful means insert gpiochip failed # 3.1 Test number of gpio overflow # GPIO gpio-mockup test with ranges: <-1,32,-1,1024>: # -1,32,-1,1024 # Test gpiochip gpio-mockup: Invalid test successful # GPIO test PASS ok 1 selftests: gpio: gpio-mockup.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/gpio' ia64 test: not in Makefile 2020-04-27 15:12:17 make TARGETS=ia64 make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ia64' Makefile:9: warning: overriding recipe for target 'clean' ../lib.mk:126: warning: ignoring old recipe for target 'clean' gcc aliasing-test.c -o aliasing-test make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ia64' 2020-04-27 15:12:18 make run_tests -C ia64 make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ia64' Makefile:9: warning: overriding recipe for target 'clean' ../lib.mk:126: warning: ignoring old recipe for target 'clean' TAP version 13 1..1 # selftests: ia64: aliasing-test # PASS: /dev/mem 0x0-0xa0000 is readable # PASS: /dev/mem 0xa0000-0xc0000 is mappable # PASS: /dev/mem 0xc0000-0x100000 is readable # PASS: /dev/mem 0x0-0x100000 is mappable # PASS: /sys/devices/pci0000:2c/0000:2c:00.0/0000:2d:00.0/rom read 29182 bytes # PASS: /proc/bus/pci/00/00.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/04.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/11.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/11.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/11.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/14.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/14.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/16.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/16.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/16.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/17.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/1c.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/1c.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/1f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/1f.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/1f.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/1f.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/01/00.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/02/00.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/03/00.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/08.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/09.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0e.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/0f.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/10.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/11.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/11.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/11.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/11.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/18/1e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/00.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0c.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/22/0d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/00.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/12.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/12.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/12.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/12.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/12.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/15.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/15.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/16.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/16.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/16.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/16.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/17.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2c/17.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/2d/00.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/36/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/36/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/36/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/04.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/40/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/08.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/09.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0e.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/0f.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/10.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/11.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/11.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/11.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/11.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/44/1e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0c.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/53/0d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/12.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/12.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/12.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/12.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/12.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/15.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/15.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/16.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/16.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/16.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/16.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/17.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/62/17.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/71/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/71/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/71/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/04.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/80/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/08.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/09.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0e.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/0f.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/10.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/11.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/11.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/11.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/11.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/84/1e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0c.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/93/0d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/12.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/12.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/12.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/12.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/12.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/15.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/15.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/16.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/16.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/16.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/16.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/17.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/a2/17.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/b1/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/b1/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/b1/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/04.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c0/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/08.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/09.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0e.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/0f.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/10.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/11.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/11.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/11.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/11.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1e.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1e.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1e.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1e.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/c4/1e.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/08.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/09.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0a.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0b.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0b.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0b.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0b.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.6 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0c.7 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0d.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0d.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0d.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/d3/0d.3 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/0e.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/0e.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/0f.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/0f.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/10.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/10.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/12.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/12.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/12.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/12.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/12.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/15.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/15.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/16.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/16.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/16.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/16.5 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/17.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/e2/17.1 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/f1/05.0 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/f1/05.2 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/f1/05.4 0x0-0xa0000 not mappable # PASS: /proc/bus/pci/00/00.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/04.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/08.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/08.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/11.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/11.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/11.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/14.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/14.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/16.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/16.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/16.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/17.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/1c.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/1c.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/1f.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/1f.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/1f.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/00/1f.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/01/00.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/02/00.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/03/00.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/08.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/09.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0a.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0b.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0b.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0b.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0b.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0e.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/0f.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/10.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/11.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/11.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/11.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/11.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1d.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1d.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1d.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1d.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1e.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1e.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1e.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1e.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/18/1e.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/00.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/09.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0a.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0b.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0b.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0b.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0b.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0c.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0d.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0d.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0d.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/22/0d.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/00.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/0e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/0e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/0f.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/0f.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/10.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/10.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/12.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/12.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/12.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/12.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/12.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/15.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/15.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/16.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/16.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/16.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/16.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/17.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2c/17.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/2d/00.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/36/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/36/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/36/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/04.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/08.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/40/08.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/08.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/09.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0a.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0b.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0b.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0b.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0b.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0e.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/0f.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/10.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/11.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/11.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/11.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/11.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1d.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1d.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1d.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1d.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1e.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1e.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1e.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1e.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/44/1e.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/09.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0a.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0b.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0b.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0b.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0b.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0c.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0d.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0d.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0d.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/53/0d.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/0e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/0e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/0f.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/0f.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/10.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/10.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/12.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/12.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/12.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/12.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/12.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/15.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/15.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/16.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/16.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/16.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/16.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/17.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/62/17.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/71/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/71/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/71/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/04.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/08.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/80/08.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/08.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/09.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0a.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0b.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0b.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0b.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0b.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0e.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/0f.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/10.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/11.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/11.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/11.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/11.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1d.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1d.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1d.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1d.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1e.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1e.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1e.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1e.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/84/1e.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/08.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/09.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0a.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0b.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0b.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0b.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0b.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0c.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0d.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0d.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0d.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/93/0d.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/0e.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/0e.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/0f.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/0f.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/10.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/10.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/12.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/12.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/12.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/12.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/12.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/15.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/15.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/16.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/16.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/16.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/16.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/17.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/a2/17.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/b1/05.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/b1/05.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/b1/05.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.0 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.1 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.2 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.3 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.4 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.5 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.6 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/04.7 0xa0000-0xc0000 not mappable # PASS: /proc/bus/pci/c0/05.0 0xa0000-0xc0000 not mappable # /proc/bus/pci/c0/05.2: Too many open files # FAIL: /proc/bus/pci/c0/05.2 0xa0000-0xc0000 not accessible # scandir: Too many open files # scandir: Too many open files ok 1 selftests: ia64: aliasing-test make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ia64' 2020-04-27 15:12:18 make run_tests -C intel_pstate make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/intel_pstate' gcc -Wall -D_GNU_SOURCE msr.c -lm -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/intel_pstate/msr gcc -Wall -D_GNU_SOURCE aperf.c -lm -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/intel_pstate/aperf TAP version 13 1..1 # selftests: intel_pstate: run.sh # cpupower: error while loading shared libraries: libcpupower.so.0: cannot open shared object file: No such file or directory # ./run.sh: line 90: / 1000: syntax error: operand expected (error token is "/ 1000") # cpupower: error while loading shared libraries: libcpupower.so.0: cannot open shared object file: No such file or directory # ./run.sh: line 92: / 1000: syntax error: operand expected (error token is "/ 1000") # ======================================================================== # The marketing frequency of the cpu is 2300 MHz # The maximum frequency of the cpu is MHz # The minimum frequency of the cpu is MHz # Target Actual Difference MSR(0x199) max_perf_pct ok 1 selftests: intel_pstate: run.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/intel_pstate' 2020-04-27 15:12:19 make run_tests -C ipc make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ipc' gcc -DCONFIG_X86_64 -D__x86_64__ -I../../../../usr/include/ msgque.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ipc/msgque TAP version 13 1..1 # selftests: ipc: msgque # # Pass 0 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: ipc: msgque make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ipc' ignored_by_lkp ir.ir_loopback_rcmm tests 2020-04-27 15:12:19 make run_tests -C ir make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ir' gcc -Wall -O2 -I../../../include/uapi ir_loopback.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ir/ir_loopback TAP version 13 1..1 # selftests: ir: ir_loopback.sh # Sending IR on rc0 and receiving IR on rc0. # Testing protocol rc-5 for decoder rc-5 (1/18)... # Testing scancode:1642 # Testing scancode:161c # Testing scancode:153e # Testing scancode:120f # Testing scancode:1845 # Testing scancode:576 # Testing scancode:72 # Testing scancode:f4a # Testing scancode:1c12 # Testing scancode:634 # OK # Testing protocol rc-5x-20 for decoder rc-5 (2/18)... # Testing scancode:8483c # Testing scancode:175f0b # Testing scancode:141431 # Testing scancode:11a26 # Testing scancode:76711 # Testing scancode:1d5a23 # Testing scancode:1f4812 # Testing scancode:196c06 # Testing scancode:1a6a02 # Testing scancode:140104 # OK # Testing protocol rc-5-sz for decoder rc-5-sz (3/18)... # Testing scancode:23b5 # Testing scancode:65b # Testing scancode:618 # Testing scancode:528 # Testing scancode:378 # Testing scancode:455 # Testing scancode:981 # Testing scancode:c52 # Testing scancode:3c7 # Testing scancode:2805 # OK # Testing protocol jvc for decoder jvc (4/18)... # Testing scancode:cbbf # Testing scancode:3a89 # Testing scancode:5ea1 # Testing scancode:417d # Testing scancode:d18 # Testing scancode:d6e6 # Testing scancode:8773 # Testing scancode:2d8a # Testing scancode:a6b0 # Testing scancode:406 # OK # Testing protocol sony-12 for decoder sony (5/18)... # Testing scancode:5003e # Testing scancode:e006c # Testing scancode:20051 # Testing scancode:190070 # Testing scancode:100013 # Testing scancode:a0062 # Testing scancode:170053 # Testing scancode:f0025 # Testing scancode:40068 # Testing scancode:120015 # OK # Testing protocol sony-15 for decoder sony (6/18)... # Testing scancode:230069 # Testing scancode:b2001e # Testing scancode:d00070 # Testing scancode:9e0002 # Testing scancode:ed0046 # Testing scancode:780068 # Testing scancode:d70057 # Testing scancode:ad0048 # Testing scancode:3003a # Testing scancode:51001e # OK # Testing protocol sony-20 for decoder sony (7/18)... # Testing scancode:14b04d # Testing scancode:3ef79 # Testing scancode:133c27 # Testing scancode:f0f6e # Testing scancode:93077 # Testing scancode:18493f # Testing scancode:11e654 # Testing scancode:bb86a # Testing scancode:107649 # Testing scancode:188d05 # OK # Testing protocol nec for decoder nec (8/18)... # Testing scancode:bc70 # Testing scancode:8b08 # Testing scancode:7c71 # Testing scancode:9fc2 # Testing scancode:3378 # Testing scancode:8604 # Testing scancode:6a24 # Testing scancode:b6cb # Testing scancode:d7a9 # Testing scancode:208d # OK # Testing protocol nec-x for decoder nec (9/18)... # Testing scancode:d92460 # Testing scancode:6a2b13 # Testing scancode:1bfaab # Testing scancode:a9d850 # Testing scancode:91495 # Testing scancode:969f1 # Testing scancode:229fb8 # Testing scancode:e0d26c # Testing scancode:b672b9 # Testing scancode:25c373 # OK # Testing protocol nec-32 for decoder nec (10/18)... # Testing scancode:1431d40b # Testing scancode:2d8b2386 # Testing scancode:3fc9b2ec # Testing scancode:13451032 # Testing scancode:3a3a32f4 # Testing scancode:7db2e3e3 # Testing scancode:531d5972 # Testing scancode:188c1949 # Testing scancode:b1e9c4e # Testing scancode:6f6dd03b # OK # Testing protocol sanyo for decoder sanyo (11/18)... # Testing scancode:4a64e # Testing scancode:1558be # Testing scancode:35b43 # Testing scancode:c22bf # Testing scancode:ef880 # Testing scancode:128ebb # Testing scancode:3a8c4 # Testing scancode:1362a5 # Testing scancode:194586 # Testing scancode:a806d # OK # Testing protocol rc-6-0 for decoder rc-6 (12/18)... # Testing scancode:8332 # Testing scancode:69e6 # Testing scancode:ab80 # Testing scancode:7ddd # Testing scancode:4236 # Testing scancode:c015 # Testing scancode:e7ce # Testing scancode:e1ef # Testing scancode:9282 # Testing scancode:5a88 # OK # Testing protocol rc-6-6a-20 for decoder rc-6 (13/18)... # Testing scancode:4a562 # Testing scancode:668d # Testing scancode:37e0e # Testing scancode:e584e # Testing scancode:576bf # Testing scancode:db103 # Testing scancode:13c32 # Testing scancode:2d031 # Testing scancode:9ca4c # Testing scancode:fd880 # OK # Testing protocol rc-6-6a-24 for decoder rc-6 (14/18)... # Testing scancode:60a06d # Testing scancode:6e709a # Testing scancode:55313e # Testing scancode:23fbb0 # Testing scancode:7a9359 # Testing scancode:e429bf # Testing scancode:d68a6c # Testing scancode:3e3c1d # Testing scancode:578c64 # Testing scancode:8fcff2 # OK # Testing protocol rc-6-6a-32 for decoder rc-6 (15/18)... # Testing scancode:1b48bc8b # Testing scancode:5a340f96 # Testing scancode:7b2239d9 # Testing scancode:44bd680b # Testing scancode:532c8d73 # Testing scancode:6e5e7c0f # Testing scancode:3f3b2821 # Testing scancode:3a2e7541 # Testing scancode:1cbd5dfe # Testing scancode:6699baa3 # OK # Testing protocol rc-6-mce for decoder rc-6 (16/18)... # Testing scancode:800f4fc9 # Testing scancode:800f0360 # Testing scancode:800f2130 # Testing scancode:800f4dd8 # Testing scancode:800f5baf # Testing scancode:800f17ef # Testing scancode:800f7edb # Testing scancode:800f17e1 # Testing scancode:800f6821 # Testing scancode:800f4927 # OK # Testing protocol sharp for decoder sharp (17/18)... # Testing scancode:1061 # Testing scancode:88e # Testing scancode:19c1 # Testing scancode:19f # Testing scancode:43e # Testing scancode:d1a # Testing scancode:b5e # Testing scancode:eaa # Testing scancode:938 # Testing scancode:17c2 # OK # Testing protocol imon for decoder imon (18/18)... # Testing scancode:59dd5e9d # Testing scancode:4e21c5c3 # Testing scancode:41766758 # Testing scancode:54ff9876 # Testing scancode:12df2dce # Testing scancode:14a2f4cb # Testing scancode:435e1485 # Testing scancode:521a55ef # Testing scancode:4ed16a0d # Testing scancode:601b7284 # OK # # Planned tests != run tests (0 != 180) # # Pass 180 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: ir: ir_loopback.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/ir' 2020-04-27 15:12:29 make run_tests -C kcmp make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kcmp' gcc -I../../../../usr/include/ kcmp_test.c -o /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kcmp/kcmp_test TAP version 13 1..1 # selftests: kcmp: kcmp_test # pid1: 25776 pid2: 25777 FD: 2 FILES: 1 VM: 2 FS: 1 SIGHAND: 1 IO: 0 SYSVSEM: 0 INV: -1 # PASS: 0 returned as expected # PASS: 0 returned as expected # PASS: 0 returned as expected # # Planned tests != run tests (0 != 3) # # Pass 3 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # Planned tests != run tests (0 != 3) # # Pass 3 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 # # Pass 0 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 ok 1 selftests: kcmp: kcmp_test make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kcmp' 2020-04-27 15:12:29 make run_tests -C kexec make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kexec' TAP version 13 1..2 # selftests: kexec: test_kexec_load.sh # [INFO] kexec_load is enabled # [INFO] IMA enabled # [INFO] efivars is not mounted on /sys/firmware/efi/efivars # efi_vars is not enabled # not ok 1 selftests: kexec: test_kexec_load.sh # SKIP # selftests: kexec: test_kexec_file_load.sh # [INFO] kexec_file_load is enabled # [INFO] IMA enabled # [INFO] efivars is not mounted on /sys/firmware/efi/efivars # efi_vars is not enabled # not ok 2 selftests: kexec: test_kexec_file_load.sh # SKIP make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kexec' kmod test: not in Makefile 2020-04-27 15:12:29 make TARGETS=kmod make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kmod' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kmod' 2020-04-27 15:12:29 make run_tests -C kmod make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kmod' TAP version 13 1..1 # selftests: kmod: kmod.sh # Mon Apr 27 15:12:29 CST 2020 # Running test: kmod_test_0001 - run #0 # kmod_test_0001_driver: OK! - loading kmod test # kmod_test_0001_driver: OK! - Return value: 256 (MODULE_NOT_FOUND), expected MODULE_NOT_FOUND # kmod_test_0001_fs: OK! - loading kmod test # kmod_test_0001_fs: OK! - Return value: -22 (-EINVAL), expected -EINVAL # Mon Apr 27 15:12:30 CST 2020 # Running test: kmod_test_0001 - run #1 # kmod_test_0001_driver: OK! - loading kmod test # kmod_test_0001_driver: OK! - Return value: 256 (MODULE_NOT_FOUND), expected MODULE_NOT_FOUND # kmod_test_0001_fs: OK! - loading kmod test # kmod_test_0001_fs: OK! - Return value: -22 (-EINVAL), expected -EINVAL # Mon Apr 27 15:12:30 CST 2020 # Running test: kmod_test_0001 - run #2 # kmod_test_0001_driver: OK! - loading kmod test # kmod_test_0001_driver: OK! - Return value: 256 (MODULE_NOT_FOUND), expected MODULE_NOT_FOUND # kmod_test_0001_fs: OK! - loading kmod test # kmod_test_0001_fs: OK! - Return value: -22 (-EINVAL), expected -EINVAL # Mon Apr 27 15:12:30 CST 2020 # Running test: kmod_test_0002 - run #0 # kmod_test_0002_driver: OK! - loading kmod test # kmod_test_0002_driver: OK! - Return value: 256 (MODULE_NOT_FOUND), expected MODULE_NOT_FOUND # kmod_test_0002_fs: OK! - loading kmod test # kmod_test_0002_fs: OK! - Return value: -22 (-EINVAL), expected -EINVAL # Mon Apr 27 15:12:30 CST 2020 # Running test: kmod_test_0002 - run #1 # kmod_test_0002_driver: OK! - loading kmod test # kmod_test_0002_driver: OK! - Return value: 256 (MODULE_NOT_FOUND), expected MODULE_NOT_FOUND # kmod_test_0002_fs: OK! - loading kmod test # kmod_test_0002_fs: OK! - Return value: -22 (-EINVAL), expected -EINVAL # Mon Apr 27 15:12:30 CST 2020 # Running test: kmod_test_0002 - run #2 # kmod_test_0002_driver: OK! - loading kmod test # kmod_test_0002_driver: OK! - Return value: 256 (MODULE_NOT_FOUND), expected MODULE_NOT_FOUND # kmod_test_0002_fs: OK! - loading kmod test # kmod_test_0002_fs: OK! - Return value: -22 (-EINVAL), expected -EINVAL # Mon Apr 27 15:12:30 CST 2020 # Running test: kmod_test_0003 - run #0 # kmod_test_0003: OK! - loading kmod test # kmod_test_0003: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:31 CST 2020 # Running test: kmod_test_0004 - run #0 # kmod_test_0004: OK! - loading kmod test # kmod_test_0004: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:37 CST 2020 # Running test: kmod_test_0005 - run #0 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:37 CST 2020 # Running test: kmod_test_0005 - run #1 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:37 CST 2020 # Running test: kmod_test_0005 - run #2 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:38 CST 2020 # Running test: kmod_test_0005 - run #3 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:38 CST 2020 # Running test: kmod_test_0005 - run #4 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:39 CST 2020 # Running test: kmod_test_0005 - run #5 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:39 CST 2020 # Running test: kmod_test_0005 - run #6 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:40 CST 2020 # Running test: kmod_test_0005 - run #7 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:40 CST 2020 # Running test: kmod_test_0005 - run #8 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:40 CST 2020 # Running test: kmod_test_0005 - run #9 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:41 CST 2020 # Running test: kmod_test_0006 - run #0 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:42 CST 2020 # Running test: kmod_test_0006 - run #1 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:43 CST 2020 # Running test: kmod_test_0006 - run #2 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:44 CST 2020 # Running test: kmod_test_0006 - run #3 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:44 CST 2020 # Running test: kmod_test_0006 - run #4 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:45 CST 2020 # Running test: kmod_test_0006 - run #5 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:46 CST 2020 # Running test: kmod_test_0006 - run #6 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:47 CST 2020 # Running test: kmod_test_0006 - run #7 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:48 CST 2020 # Running test: kmod_test_0006 - run #8 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:49 CST 2020 # Running test: kmod_test_0006 - run #9 # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:50 CST 2020 # Running test: kmod_test_0007 - run #0 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:51 CST 2020 # Running test: kmod_test_0007 - run #1 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:53 CST 2020 # Running test: kmod_test_0007 - run #2 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:54 CST 2020 # Running test: kmod_test_0007 - run #3 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # Mon Apr 27 15:12:55 CST 2020 # Running test: kmod_test_0007 - run #4 # kmod_test_0005: OK! - loading kmod test # kmod_test_0005: OK! - Return value: 0 (SUCCESS), expected SUCCESS # kmod_test_0006: OK! - loading kmod test # kmod_test_0006: OK! - Return value: 0 (SUCCESS), expected SUCCESS # ./kmod.sh: line 529: [[: 1 0002:3:1 0003:1:1 0004:1:1 0005:10:1 0006:10:1 0007:5:1 0008:150:1 0009:50:1: syntax error in expression (error token is "0002:3:1 0003:1:1 0004:1:1 0005:10:1 0006:10:1 0007:5:1 0008:150:1 0009:50:1") # ./kmod.sh: line 529: [[: 1 0002:3:1 0003:1:1 0004:1:1 0005:10:1 0006:10:1 0007:5:1 0008:150:1 0009:50:1: syntax error in expression (error token is "0002:3:1 0003:1:1 0004:1:1 0005:10:1 0006:10:1 0007:5:1 0008:150:1 0009:50:1") # Test completed ok 1 selftests: kmod: kmod.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/kmod' 2020-04-27 15:12:57 make run_tests -C lkdtm make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm' install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/PANIC.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/BUG.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/WARNING.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/WARNING_MESSAGE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXCEPTION.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/LOOP.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXHAUST_STACK.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/CORRUPT_STACK.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/CORRUPT_STACK_STRONG.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/CORRUPT_LIST_ADD.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/CORRUPT_LIST_DEL.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/CORRUPT_USER_DS.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/STACK_GUARD_PAGE_LEADING.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/STACK_GUARD_PAGE_TRAILING.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/UNSET_SMEP.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/DOUBLE_FAULT.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/UNALIGNED_LOAD_STORE_WRITE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/OVERWRITE_ALLOCATION.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/WRITE_AFTER_FREE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/READ_AFTER_FREE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/WRITE_BUDDY_AFTER_FREE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/READ_BUDDY_AFTER_FREE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/SLAB_FREE_DOUBLE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/SLAB_FREE_CROSS.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/SLAB_FREE_PAGE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/SOFTLOCKUP.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/HARDLOCKUP.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/SPINLOCKUP.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/HUNG_TASK.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXEC_DATA.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXEC_STACK.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXEC_KMALLOC.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXEC_VMALLOC.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXEC_RODATA.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXEC_USERSPACE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/EXEC_NULL.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/ACCESS_USERSPACE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/ACCESS_NULL.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/WRITE_RO.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/WRITE_RO_AFTER_INIT.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/WRITE_KERN.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_INC_OVERFLOW.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_ADD_OVERFLOW.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_INC_NOT_ZERO_OVERFLOW.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_ADD_NOT_ZERO_OVERFLOW.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_DEC_ZERO.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_DEC_NEGATIVE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_DEC_AND_TEST_NEGATIVE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_SUB_AND_TEST_NEGATIVE.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_INC_ZERO.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_ADD_ZERO.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_INC_SATURATED.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_DEC_SATURATED.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_ADD_SATURATED.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_INC_NOT_ZERO_SATURATED.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_ADD_NOT_ZERO_SATURATED.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_DEC_AND_TEST_SATURATED.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_SUB_AND_TEST_SATURATED.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/REFCOUNT_TIMING.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/ATOMIC_TIMING.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_HEAP_SIZE_TO.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_HEAP_SIZE_FROM.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_HEAP_WHITELIST_TO.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_HEAP_WHITELIST_FROM.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_STACK_FRAME_TO.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_STACK_FRAME_FROM.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_STACK_BEYOND.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_KERNEL.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/USERCOPY_KERNEL_DS.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/STACKLEAK_ERASING.sh install -m 0744 run.sh /usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm/CFI_FORWARD_PROTO.sh TAP version 13 1..71 # selftests: lkdtm: PANIC.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 1 selftests: lkdtm: PANIC.sh # SKIP # selftests: lkdtm: BUG.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 2 selftests: lkdtm: BUG.sh # SKIP # selftests: lkdtm: WARNING.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 3 selftests: lkdtm: WARNING.sh # SKIP # selftests: lkdtm: WARNING_MESSAGE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 4 selftests: lkdtm: WARNING_MESSAGE.sh # SKIP # selftests: lkdtm: EXCEPTION.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 5 selftests: lkdtm: EXCEPTION.sh # SKIP # selftests: lkdtm: LOOP.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 6 selftests: lkdtm: LOOP.sh # SKIP # selftests: lkdtm: EXHAUST_STACK.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 7 selftests: lkdtm: EXHAUST_STACK.sh # SKIP # selftests: lkdtm: CORRUPT_STACK.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 8 selftests: lkdtm: CORRUPT_STACK.sh # SKIP # selftests: lkdtm: CORRUPT_STACK_STRONG.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 9 selftests: lkdtm: CORRUPT_STACK_STRONG.sh # SKIP # selftests: lkdtm: CORRUPT_LIST_ADD.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 10 selftests: lkdtm: CORRUPT_LIST_ADD.sh # SKIP # selftests: lkdtm: CORRUPT_LIST_DEL.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 11 selftests: lkdtm: CORRUPT_LIST_DEL.sh # SKIP # selftests: lkdtm: CORRUPT_USER_DS.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 12 selftests: lkdtm: CORRUPT_USER_DS.sh # SKIP # selftests: lkdtm: STACK_GUARD_PAGE_LEADING.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 13 selftests: lkdtm: STACK_GUARD_PAGE_LEADING.sh # SKIP # selftests: lkdtm: STACK_GUARD_PAGE_TRAILING.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 14 selftests: lkdtm: STACK_GUARD_PAGE_TRAILING.sh # SKIP # selftests: lkdtm: UNSET_SMEP.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 15 selftests: lkdtm: UNSET_SMEP.sh # SKIP # selftests: lkdtm: DOUBLE_FAULT.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 16 selftests: lkdtm: DOUBLE_FAULT.sh # SKIP # selftests: lkdtm: UNALIGNED_LOAD_STORE_WRITE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 17 selftests: lkdtm: UNALIGNED_LOAD_STORE_WRITE.sh # SKIP # selftests: lkdtm: OVERWRITE_ALLOCATION.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 18 selftests: lkdtm: OVERWRITE_ALLOCATION.sh # SKIP # selftests: lkdtm: WRITE_AFTER_FREE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 19 selftests: lkdtm: WRITE_AFTER_FREE.sh # SKIP # selftests: lkdtm: READ_AFTER_FREE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 20 selftests: lkdtm: READ_AFTER_FREE.sh # SKIP # selftests: lkdtm: WRITE_BUDDY_AFTER_FREE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 21 selftests: lkdtm: WRITE_BUDDY_AFTER_FREE.sh # SKIP # selftests: lkdtm: READ_BUDDY_AFTER_FREE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 22 selftests: lkdtm: READ_BUDDY_AFTER_FREE.sh # SKIP # selftests: lkdtm: SLAB_FREE_DOUBLE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 23 selftests: lkdtm: SLAB_FREE_DOUBLE.sh # SKIP # selftests: lkdtm: SLAB_FREE_CROSS.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 24 selftests: lkdtm: SLAB_FREE_CROSS.sh # SKIP # selftests: lkdtm: SLAB_FREE_PAGE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 25 selftests: lkdtm: SLAB_FREE_PAGE.sh # SKIP # selftests: lkdtm: SOFTLOCKUP.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 26 selftests: lkdtm: SOFTLOCKUP.sh # SKIP # selftests: lkdtm: HARDLOCKUP.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 27 selftests: lkdtm: HARDLOCKUP.sh # SKIP # selftests: lkdtm: SPINLOCKUP.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 28 selftests: lkdtm: SPINLOCKUP.sh # SKIP # selftests: lkdtm: HUNG_TASK.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 29 selftests: lkdtm: HUNG_TASK.sh # SKIP # selftests: lkdtm: EXEC_DATA.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 30 selftests: lkdtm: EXEC_DATA.sh # SKIP # selftests: lkdtm: EXEC_STACK.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 31 selftests: lkdtm: EXEC_STACK.sh # SKIP # selftests: lkdtm: EXEC_KMALLOC.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 32 selftests: lkdtm: EXEC_KMALLOC.sh # SKIP # selftests: lkdtm: EXEC_VMALLOC.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 33 selftests: lkdtm: EXEC_VMALLOC.sh # SKIP # selftests: lkdtm: EXEC_RODATA.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 34 selftests: lkdtm: EXEC_RODATA.sh # SKIP # selftests: lkdtm: EXEC_USERSPACE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 35 selftests: lkdtm: EXEC_USERSPACE.sh # SKIP # selftests: lkdtm: EXEC_NULL.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 36 selftests: lkdtm: EXEC_NULL.sh # SKIP # selftests: lkdtm: ACCESS_USERSPACE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 37 selftests: lkdtm: ACCESS_USERSPACE.sh # SKIP # selftests: lkdtm: ACCESS_NULL.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 38 selftests: lkdtm: ACCESS_NULL.sh # SKIP # selftests: lkdtm: WRITE_RO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 39 selftests: lkdtm: WRITE_RO.sh # SKIP # selftests: lkdtm: WRITE_RO_AFTER_INIT.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 40 selftests: lkdtm: WRITE_RO_AFTER_INIT.sh # SKIP # selftests: lkdtm: WRITE_KERN.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 41 selftests: lkdtm: WRITE_KERN.sh # SKIP # selftests: lkdtm: REFCOUNT_INC_OVERFLOW.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 42 selftests: lkdtm: REFCOUNT_INC_OVERFLOW.sh # SKIP # selftests: lkdtm: REFCOUNT_ADD_OVERFLOW.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 43 selftests: lkdtm: REFCOUNT_ADD_OVERFLOW.sh # SKIP # selftests: lkdtm: REFCOUNT_INC_NOT_ZERO_OVERFLOW.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 44 selftests: lkdtm: REFCOUNT_INC_NOT_ZERO_OVERFLOW.sh # SKIP # selftests: lkdtm: REFCOUNT_ADD_NOT_ZERO_OVERFLOW.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 45 selftests: lkdtm: REFCOUNT_ADD_NOT_ZERO_OVERFLOW.sh # SKIP # selftests: lkdtm: REFCOUNT_DEC_ZERO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 46 selftests: lkdtm: REFCOUNT_DEC_ZERO.sh # SKIP # selftests: lkdtm: REFCOUNT_DEC_NEGATIVE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 47 selftests: lkdtm: REFCOUNT_DEC_NEGATIVE.sh # SKIP # selftests: lkdtm: REFCOUNT_DEC_AND_TEST_NEGATIVE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 48 selftests: lkdtm: REFCOUNT_DEC_AND_TEST_NEGATIVE.sh # SKIP # selftests: lkdtm: REFCOUNT_SUB_AND_TEST_NEGATIVE.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 49 selftests: lkdtm: REFCOUNT_SUB_AND_TEST_NEGATIVE.sh # SKIP # selftests: lkdtm: REFCOUNT_INC_ZERO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 50 selftests: lkdtm: REFCOUNT_INC_ZERO.sh # SKIP # selftests: lkdtm: REFCOUNT_ADD_ZERO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 51 selftests: lkdtm: REFCOUNT_ADD_ZERO.sh # SKIP # selftests: lkdtm: REFCOUNT_INC_SATURATED.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 52 selftests: lkdtm: REFCOUNT_INC_SATURATED.sh # SKIP # selftests: lkdtm: REFCOUNT_DEC_SATURATED.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 53 selftests: lkdtm: REFCOUNT_DEC_SATURATED.sh # SKIP # selftests: lkdtm: REFCOUNT_ADD_SATURATED.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 54 selftests: lkdtm: REFCOUNT_ADD_SATURATED.sh # SKIP # selftests: lkdtm: REFCOUNT_INC_NOT_ZERO_SATURATED.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 55 selftests: lkdtm: REFCOUNT_INC_NOT_ZERO_SATURATED.sh # SKIP # selftests: lkdtm: REFCOUNT_ADD_NOT_ZERO_SATURATED.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 56 selftests: lkdtm: REFCOUNT_ADD_NOT_ZERO_SATURATED.sh # SKIP # selftests: lkdtm: REFCOUNT_DEC_AND_TEST_SATURATED.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 57 selftests: lkdtm: REFCOUNT_DEC_AND_TEST_SATURATED.sh # SKIP # selftests: lkdtm: REFCOUNT_SUB_AND_TEST_SATURATED.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 58 selftests: lkdtm: REFCOUNT_SUB_AND_TEST_SATURATED.sh # SKIP # selftests: lkdtm: REFCOUNT_TIMING.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 59 selftests: lkdtm: REFCOUNT_TIMING.sh # SKIP # selftests: lkdtm: ATOMIC_TIMING.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 60 selftests: lkdtm: ATOMIC_TIMING.sh # SKIP # selftests: lkdtm: USERCOPY_HEAP_SIZE_TO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 61 selftests: lkdtm: USERCOPY_HEAP_SIZE_TO.sh # SKIP # selftests: lkdtm: USERCOPY_HEAP_SIZE_FROM.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 62 selftests: lkdtm: USERCOPY_HEAP_SIZE_FROM.sh # SKIP # selftests: lkdtm: USERCOPY_HEAP_WHITELIST_TO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 63 selftests: lkdtm: USERCOPY_HEAP_WHITELIST_TO.sh # SKIP # selftests: lkdtm: USERCOPY_HEAP_WHITELIST_FROM.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 64 selftests: lkdtm: USERCOPY_HEAP_WHITELIST_FROM.sh # SKIP # selftests: lkdtm: USERCOPY_STACK_FRAME_TO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 65 selftests: lkdtm: USERCOPY_STACK_FRAME_TO.sh # SKIP # selftests: lkdtm: USERCOPY_STACK_FRAME_FROM.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 66 selftests: lkdtm: USERCOPY_STACK_FRAME_FROM.sh # SKIP # selftests: lkdtm: USERCOPY_STACK_BEYOND.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 67 selftests: lkdtm: USERCOPY_STACK_BEYOND.sh # SKIP # selftests: lkdtm: USERCOPY_KERNEL.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 68 selftests: lkdtm: USERCOPY_KERNEL.sh # SKIP # selftests: lkdtm: USERCOPY_KERNEL_DS.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 69 selftests: lkdtm: USERCOPY_KERNEL_DS.sh # SKIP # selftests: lkdtm: STACKLEAK_ERASING.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 70 selftests: lkdtm: STACKLEAK_ERASING.sh # SKIP # selftests: lkdtm: CFI_FORWARD_PROTO.sh # Cannot find /sys/kernel/debug/provoke-crash/DIRECT (missing CONFIG_LKDTM?) not ok 71 selftests: lkdtm: CFI_FORWARD_PROTO.sh # SKIP make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/lkdtm' locking test: not in Makefile 2020-04-27 15:12:57 make TARGETS=locking make --no-builtin-rules ARCH=x86 -C ../../.. headers_install make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' INSTALL ./usr/include make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b' make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/locking' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/locking' 2020-04-27 15:12:58 make run_tests -C locking make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/locking' TAP version 13 1..1 # selftests: locking: ww_mutex.sh # locking/ww_mutex: ok ok 1 selftests: locking: ww_mutex.sh make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-7.6-kselftests-06e0a548bad0f43a21e036db018e4dadb501ce8b/tools/testing/selftests/locking'