[btrfs] 0f80799866: WARNING:at_fs/sysfs/file.c:#sysfs_emit
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 0f807998661ecadb74638c18cbaff8785bb46f8d ("[PATCH 1/2] btrfs: sysfs convert scnprintf and snprintf to use sysfs_emit")
url: https://github.com/0day-ci/linux/commits/Anand-Jain/provide-fsid-in-sysfs...
base: https://git.kernel.org/cgit/linux/kernel/git/kdave/linux.git for-next
in testcase: boot
on test machine: qemu-system-i386 -enable-kvm -cpu SandyBridge -smp 2 -m 4G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+----------------------------------------+------------+------------+
| | 00c9626f46 | 0f80799866 |
+----------------------------------------+------------+------------+
| boot_successes | 12 | 0 |
| boot_failures | 0 | 12 |
| WARNING:at_fs/sysfs/file.c:#sysfs_emit | 0 | 12 |
| EIP:sysfs_emit | 0 | 12 |
+----------------------------------------+------------+------------+
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang(a)intel.com>
[ 17.140001][ T1] WARNING: CPU: 0 PID: 1 at fs/sysfs/file.c:737 sysfs_emit (fs/sysfs/file.c:737)
[ 17.141231][ T1] Modules linked in:
[ 17.141878][ T1] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.15.0-rc5-00151-g0f807998661e #2
[ 17.143180][ T1] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014
[ 17.144848][ T1] EIP: sysfs_emit (fs/sysfs/file.c:737)
[ 17.145557][ T1] Code: e8 76 ec 66 00 83 c4 08 5b 5d c3 ba 01 00 00 00 b8 00 fa 50 cc e8 d1 a9 e2 ff 89 5c 24 04 c7 04 24 b1 88 c7 cb e8 da 0d 14 01 <0f> 0b b8 e8 f9 50 cc 31 c9 c7 04 24 01 00 00 00 ba 01 00 00 00 e8
All code
========
0: e8 76 ec 66 00 callq 0x66ec7b
5: 83 c4 08 add $0x8,%esp
8: 5b pop %rbx
9: 5d pop %rbp
a: c3 retq
b: ba 01 00 00 00 mov $0x1,%edx
10: b8 00 fa 50 cc mov $0xcc50fa00,%eax
15: e8 d1 a9 e2 ff callq 0xffffffffffe2a9eb
1a: 89 5c 24 04 mov %ebx,0x4(%rsp)
1e: c7 04 24 b1 88 c7 cb movl $0xcbc788b1,(%rsp)
25: e8 da 0d 14 01 callq 0x1140e04
2a:* 0f 0b ud2 <-- trapping instruction
2c: b8 e8 f9 50 cc mov $0xcc50f9e8,%eax
31: 31 c9 xor %ecx,%ecx
33: c7 04 24 01 00 00 00 movl $0x1,(%rsp)
3a: ba 01 00 00 00 mov $0x1,%edx
3f: e8 .byte 0xe8
Code starting with the faulting instruction
===========================================
0: 0f 0b ud2
2: b8 e8 f9 50 cc mov $0xcc50f9e8,%eax
7: 31 c9 xor %ecx,%ecx
9: c7 04 24 01 00 00 00 movl $0x1,(%rsp)
10: ba 01 00 00 00 mov $0x1,%edx
15: e8 .byte 0xe8
[ 17.148128][ T1] EAX: 00000020 EBX: cce568e0 ECX: 00000000 EDX: 00000000
[ 17.149078][ T1] ESI: cce54ae0 EDI: cce568e0 EBP: c181fed4 ESP: c181fec8
[ 17.150009][ T1] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068 EFLAGS: 00010296
[ 17.151159][ T1] CR0: 80050033 CR2: 00000000 CR3: 0c709000 CR4: 000406d0
[ 17.152227][ T1] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 17.153237][ T1] DR6: fffe0ff0 DR7: 00000400
[ 17.153964][ T1] Call Trace:
[ 17.154511][ T1] btrfs_init_sysfs (fs/btrfs/sysfs.c:1310 fs/btrfs/sysfs.c:2023)
[ 17.155279][ T1] ? tracefs_create_instance_dir (fs/btrfs/super.c:2552)
[ 17.156161][ T1] init_btrfs_fs (fs/btrfs/super.c:2558)
[ 17.156848][ T1] do_one_initcall (init/main.c:1303)
[ 17.157551][ T1] ? parse_args (kernel/params.c:153 kernel/params.c:188)
[ 17.158265][ T1] ? __this_cpu_preempt_check (lib/smp_processor_id.c:67)
[ 17.159070][ T1] kernel_init_freeable (init/main.c:1375 init/main.c:1392 init/main.c:1411 init/main.c:1614)
[ 17.163787][ T1] ? rest_init (init/main.c:1497)
[ 17.171751][ T1] kernel_init (init/main.c:1507)
[ 17.172549][ T1] ? schedule_tail_wrapper (arch/x86/entry/entry_32.S:740)
[ 17.173320][ T1] ret_from_fork (arch/x86/entry/entry_32.S:775)
[ 17.174042][ T1] irq event stamp: 2402249
[ 17.174752][ T1] hardirqs last enabled at (2402257): __up_console_sem (kernel/printk/printk.c:255 (discriminator 1))
[ 17.176070][ T1] hardirqs last disabled at (2402272): __up_console_sem (kernel/printk/printk.c:253 (discriminator 1))
[ 17.177397][ T1] softirqs last enabled at (2402270): __do_softirq (kernel/softirq.c:402 kernel/softirq.c:587)
[ 17.178704][ T1] softirqs last disabled at (2402265): do_softirq_own_stack (arch/x86/kernel/irq_32.c:60 arch/x86/kernel/irq_32.c:149)
[ 17.180238][ T1] ---[ end trace c9e9be0944a14324 ]---
[ 17.181055][ T1] ------------[ cut here ]------------
[ 17.184298][ T1] invalid sysfs_emit: buf:cce568ed
To reproduce:
# build kernel
cd linux
cp config-5.15.0-rc5-00151-g0f807998661e .config
make HOSTCC=gcc-9 CC=gcc-9 ARCH=i386 olddefconfig prepare modules_prepare bzImage
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp qemu -k <bzImage> job-script # job-script is attached in this email
# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang
9 months, 3 weeks
[veth] 9d3684c24a: kernel-selftests.net/mptcp.mptcp_join.sh.fail
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867 ("veth: create by default nr_possible_cpus queues")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: kernel-selftests
version: kernel-selftests-x86_64-fb843668-1_20210905
with following parameters:
group: mptcp
ucode: 0x11
test-description: The kernel contains a set of "self tests" under the tools/testing/selftests/ directory. These are intended to be small unit tests to exercise individual code paths in the kernel.
test-url: https://www.kernel.org/doc/Documentation/kselftest.txt
on test machine: 288 threads 2 sockets Intel(R) Xeon Phi(TM) CPU 7295 @ 1.50GHz with 80G memory
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang(a)intel.com>
KERNEL SELFTESTS: linux_headers_dir is /usr/src/linux-headers-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867
2021-09-06 14:54:41 ln -sf /usr/bin/clang
2021-09-06 14:54:41 ln -sf /usr/bin/llc
2021-09-06 14:54:41 sed -i s/default_timeout=45/default_timeout=300/ kselftest/runner.sh
2021-09-06 14:54:42 make -j288 -C net/mptcp
make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867/tools/testing/selftests/net/mptcp'
make --no-builtin-rules ARCH=x86 -C ../../../../.. headers_install
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../../usr/include mptcp_connect.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867/tools/testing/selftests/net/mptcp/mptcp_connect
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../../usr/include pm_nl_ctl.c -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867/tools/testing/selftests/net/mptcp/pm_nl_ctl
make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867'
HOSTCC scripts/basic/fixdep
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
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
SYSTBL arch/x86/include/generated/asm/syscalls_32.h
UPD include/generated/uapi/linux/version.h
HOSTCC scripts/unifdef
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
HDRINST usr/include/video/edid.h
HDRINST usr/include/video/uvesafb.h
HDRINST usr/include/video/sisfb.h
HDRINST usr/include/drm/v3d_drm.h
HDRINST usr/include/drm/vgem_drm.h
HDRINST usr/include/drm/panfrost_drm.h
HDRINST usr/include/drm/armada_drm.h
HDRINST usr/include/drm/i915_drm.h
HDRINST usr/include/drm/msm_drm.h
HDRINST usr/include/drm/sis_drm.h
HDRINST usr/include/drm/nouveau_drm.h
HDRINST usr/include/drm/i810_drm.h
HDRINST usr/include/drm/vmwgfx_drm.h
HDRINST usr/include/drm/drm_sarea.h
HDRINST usr/include/drm/lima_drm.h
HDRINST usr/include/drm/omap_drm.h
HDRINST usr/include/drm/virtgpu_drm.h
HDRINST usr/include/drm/r128_drm.h
HDRINST usr/include/drm/amdgpu_drm.h
HDRINST usr/include/drm/radeon_drm.h
HDRINST usr/include/drm/exynos_drm.h
HDRINST usr/include/drm/mga_drm.h
HDRINST usr/include/drm/etnaviv_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/vc4_drm.h
HDRINST usr/include/drm/via_drm.h
HDRINST usr/include/drm/drm_fourcc.h
HDRINST usr/include/drm/qxl_drm.h
HDRINST usr/include/drm/drm_mode.h
HDRINST usr/include/mtd/inftl-user.h
HDRINST usr/include/mtd/mtd-user.h
HDRINST usr/include/mtd/ubi-user.h
HDRINST usr/include/mtd/nftl-user.h
HDRINST usr/include/mtd/mtd-abi.h
HDRINST usr/include/xen/gntalloc.h
HDRINST usr/include/xen/evtchn.h
HDRINST usr/include/xen/gntdev.h
HDRINST usr/include/xen/privcmd.h
HDRINST usr/include/asm-generic/int-l64.h
HDRINST usr/include/asm-generic/sembuf.h
HDRINST usr/include/asm-generic/msgbuf.h
HDRINST usr/include/asm-generic/stat.h
HDRINST usr/include/asm-generic/hugetlb_encode.h
HDRINST usr/include/asm-generic/param.h
HDRINST usr/include/asm-generic/kvm_para.h
HDRINST usr/include/asm-generic/types.h
HDRINST usr/include/asm-generic/ioctls.h
HDRINST usr/include/asm-generic/termios.h
HDRINST usr/include/asm-generic/int-ll64.h
HDRINST usr/include/asm-generic/fcntl.h
HDRINST usr/include/asm-generic/ipcbuf.h
HDRINST usr/include/asm-generic/shmbuf.h
HDRINST usr/include/asm-generic/mman.h
HDRINST usr/include/asm-generic/errno.h
HDRINST usr/include/asm-generic/swab.h
HDRINST usr/include/asm-generic/termbits.h
HDRINST usr/include/asm-generic/mman-common.h
HDRINST usr/include/asm-generic/siginfo.h
HDRINST usr/include/asm-generic/poll.h
HDRINST usr/include/asm-generic/errno-base.h
HDRINST usr/include/asm-generic/socket.h
HDRINST usr/include/asm-generic/posix_types.h
HDRINST usr/include/asm-generic/bpf_perf_event.h
HDRINST usr/include/asm-generic/unistd.h
HDRINST usr/include/asm-generic/ioctl.h
HDRINST usr/include/asm-generic/setup.h
HDRINST usr/include/asm-generic/auxvec.h
HDRINST usr/include/asm-generic/resource.h
HDRINST usr/include/asm-generic/ucontext.h
HDRINST usr/include/asm-generic/signal.h
HDRINST usr/include/asm-generic/signal-defs.h
HDRINST usr/include/asm-generic/bitsperlong.h
HDRINST usr/include/asm-generic/sockios.h
HDRINST usr/include/asm-generic/statfs.h
HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h
HDRINST usr/include/rdma/qedr-abi.h
HDRINST usr/include/rdma/ib_user_ioctl_cmds.h
HDRINST usr/include/rdma/ib_user_mad.h
HDRINST usr/include/rdma/rdma_netlink.h
HDRINST usr/include/rdma/irdma-abi.h
HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h
HDRINST usr/include/rdma/rdma_user_cm.h
HDRINST usr/include/rdma/ocrdma-abi.h
HDRINST usr/include/rdma/rdma_user_ioctl.h
HDRINST usr/include/rdma/bnxt_re-abi.h
HDRINST usr/include/rdma/ib_user_verbs.h
HDRINST usr/include/rdma/efa-abi.h
HDRINST usr/include/rdma/ib_user_sa.h
HDRINST usr/include/rdma/mlx5-abi.h
HDRINST usr/include/rdma/vmw_pvrdma-abi.h
HDRINST usr/include/rdma/ib_user_ioctl_verbs.h
HDRINST usr/include/rdma/hns-abi.h
HDRINST usr/include/rdma/rvt-abi.h
HDRINST usr/include/rdma/mthca-abi.h
HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h
HDRINST usr/include/rdma/cxgb4-abi.h
HDRINST usr/include/rdma/rdma_user_rxe.h
HDRINST usr/include/rdma/siw-abi.h
HDRINST usr/include/rdma/mlx4-abi.h
HDRINST usr/include/rdma/hfi/hfi1_ioctl.h
HDRINST usr/include/rdma/hfi/hfi1_user.h
HDRINST usr/include/misc/ocxl.h
HDRINST usr/include/misc/uacce/uacce.h
HDRINST usr/include/misc/uacce/hisi_qm.h
HDRINST usr/include/misc/fastrpc.h
HDRINST usr/include/misc/pvpanic.h
HDRINST usr/include/misc/xilinx_sdfec.h
HDRINST usr/include/misc/habanalabs.h
HDRINST usr/include/misc/cxl.h
HDRINST usr/include/linux/ax25.h
HDRINST usr/include/linux/virtio_iommu.h
HDRINST usr/include/linux/ipv6.h
HDRINST usr/include/linux/capi.h
HDRINST usr/include/linux/switchtec_ioctl.h
HDRINST usr/include/linux/x25.h
HDRINST usr/include/linux/cuda.h
HDRINST usr/include/linux/kexec.h
HDRINST usr/include/linux/v4l2-common.h
HDRINST usr/include/linux/efs_fs_sb.h
HDRINST usr/include/linux/netfilter/xt_connmark.h
HDRINST usr/include/linux/netfilter/xt_length.h
HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h
HDRINST usr/include/linux/netfilter/xt_nfacct.h
HDRINST usr/include/linux/netfilter/xt_recent.h
HDRINST usr/include/linux/netfilter/xt_dccp.h
HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h
HDRINST usr/include/linux/netfilter/xt_physdev.h
HDRINST usr/include/linux/netfilter/xt_MARK.h
HDRINST usr/include/linux/netfilter/xt_conntrack.h
HDRINST usr/include/linux/netfilter/xt_TPROXY.h
HDRINST usr/include/linux/netfilter/xt_tcpmss.h
HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h
HDRINST usr/include/linux/netfilter/xt_iprange.h
HDRINST usr/include/linux/netfilter/xt_tcpudp.h
HDRINST usr/include/linux/netfilter/xt_socket.h
HDRINST usr/include/linux/netfilter/xt_set.h
HDRINST usr/include/linux/netfilter/xt_rpfilter.h
HDRINST usr/include/linux/netfilter/xt_bpf.h
HDRINST usr/include/linux/netfilter/xt_connlabel.h
HDRINST usr/include/linux/netfilter/xt_state.h
HDRINST usr/include/linux/netfilter/xt_multiport.h
HDRINST usr/include/linux/netfilter/xt_NFLOG.h
HDRINST usr/include/linux/netfilter/xt_LED.h
HDRINST usr/include/linux/netfilter/xt_ipvs.h
HDRINST usr/include/linux/netfilter/nf_conntrack_common.h
HDRINST usr/include/linux/netfilter/xt_u32.h
HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h
HDRINST usr/include/linux/netfilter/xt_connlimit.h
HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h
HDRINST usr/include/linux/netfilter/nf_log.h
HDRINST usr/include/linux/netfilter/xt_hashlimit.h
HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h
HDRINST usr/include/linux/netfilter/nfnetlink_hook.h
HDRINST usr/include/linux/netfilter/xt_mark.h
HDRINST usr/include/linux/netfilter/xt_statistic.h
HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h
HDRINST usr/include/linux/netfilter/xt_connbytes.h
HDRINST usr/include/linux/netfilter/xt_esp.h
HDRINST usr/include/linux/netfilter/xt_ecn.h
HDRINST usr/include/linux/netfilter/xt_AUDIT.h
HDRINST usr/include/linux/netfilter/xt_realm.h
HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h
HDRINST usr/include/linux/netfilter/xt_l2tp.h
HDRINST usr/include/linux/netfilter/xt_RATEEST.h
HDRINST usr/include/linux/netfilter/nf_synproxy.h
HDRINST usr/include/linux/netfilter/xt_owner.h
HDRINST usr/include/linux/netfilter/xt_DSCP.h
HDRINST usr/include/linux/netfilter/nfnetlink_osf.h
HDRINST usr/include/linux/netfilter/xt_sctp.h
HDRINST usr/include/linux/netfilter/xt_cgroup.h
HDRINST usr/include/linux/netfilter/nf_tables_compat.h
HDRINST usr/include/linux/netfilter/xt_CONNMARK.h
HDRINST usr/include/linux/netfilter/xt_pkttype.h
HDRINST usr/include/linux/netfilter/xt_helper.h
HDRINST usr/include/linux/netfilter/xt_mac.h
HDRINST usr/include/linux/netfilter/nfnetlink_log.h
HDRINST usr/include/linux/netfilter/xt_quota.h
HDRINST usr/include/linux/netfilter/xt_LOG.h
HDRINST usr/include/linux/netfilter/xt_dscp.h
HDRINST usr/include/linux/netfilter/nfnetlink_acct.h
HDRINST usr/include/linux/netfilter/nfnetlink_compat.h
HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h
HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h
HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h
HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h
HDRINST usr/include/linux/netfilter/xt_rateest.h
HDRINST usr/include/linux/netfilter/xt_CT.h
HDRINST usr/include/linux/netfilter/xt_comment.h
HDRINST usr/include/linux/netfilter/xt_osf.h
HDRINST usr/include/linux/netfilter/xt_HMARK.h
HDRINST usr/include/linux/netfilter/xt_devgroup.h
HDRINST usr/include/linux/netfilter/xt_addrtype.h
HDRINST usr/include/linux/netfilter/nf_nat.h
HDRINST usr/include/linux/netfilter/xt_TCPMSS.h
HDRINST usr/include/linux/netfilter/xt_SECMARK.h
HDRINST usr/include/linux/netfilter/ipset/ip_set.h
HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h
HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h
HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h
HDRINST usr/include/linux/netfilter/xt_TEE.h
HDRINST usr/include/linux/netfilter/x_tables.h
HDRINST usr/include/linux/netfilter/nfnetlink.h
HDRINST usr/include/linux/netfilter/nf_tables.h
HDRINST usr/include/linux/netfilter/xt_cluster.h
HDRINST usr/include/linux/netfilter/xt_cpu.h
HDRINST usr/include/linux/netfilter/xt_ipcomp.h
HDRINST usr/include/linux/netfilter/xt_string.h
HDRINST usr/include/linux/netfilter/nfnetlink_queue.h
HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h
HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h
HDRINST usr/include/linux/netfilter/xt_policy.h
HDRINST usr/include/linux/netfilter/xt_time.h
HDRINST usr/include/linux/netfilter/xt_limit.h
HDRINST usr/include/linux/virtio_rng.h
HDRINST usr/include/linux/nbd-netlink.h
HDRINST usr/include/linux/agpgart.h
HDRINST usr/include/linux/irqnr.h
HDRINST usr/include/linux/net_namespace.h
HDRINST usr/include/linux/lwtunnel.h
HDRINST usr/include/linux/seg6_local.h
HDRINST usr/include/linux/dm-log-userspace.h
HDRINST usr/include/linux/bfs_fs.h
HDRINST usr/include/linux/spi/spi.h
HDRINST usr/include/linux/spi/spidev.h
HDRINST usr/include/linux/memfd.h
HDRINST usr/include/linux/fou.h
HDRINST usr/include/linux/media.h
HDRINST usr/include/linux/romfs_fs.h
HDRINST usr/include/linux/bsg.h
HDRINST usr/include/linux/connector.h
HDRINST usr/include/linux/byteorder/little_endian.h
HDRINST usr/include/linux/byteorder/big_endian.h
HDRINST usr/include/linux/vfio_ccw.h
HDRINST usr/include/linux/in.h
HDRINST usr/include/linux/hdreg.h
HDRINST usr/include/linux/suspend_ioctls.h
HDRINST usr/include/linux/nitro_enclaves.h
HDRINST usr/include/linux/nilfs2_api.h
HDRINST usr/include/linux/fsverity.h
HDRINST usr/include/linux/if_slip.h
HDRINST usr/include/linux/serial_core.h
HDRINST usr/include/linux/tipc_sockets_diag.h
HDRINST usr/include/linux/auto_fs.h
HDRINST usr/include/linux/tcp_metrics.h
HDRINST usr/include/linux/wwan.h
HDRINST usr/include/linux/atmmpc.h
HDRINST usr/include/linux/iio/types.h
HDRINST usr/include/linux/iio/events.h
HDRINST usr/include/linux/iio/buffer.h
HDRINST usr/include/linux/sock_diag.h
HDRINST usr/include/linux/ipmi_msgdefs.h
HDRINST usr/include/linux/pmu.h
HDRINST usr/include/linux/fscrypt.h
HDRINST usr/include/linux/nfs.h
HDRINST usr/include/linux/isdn/capicmd.h
HDRINST usr/include/linux/stat.h
HDRINST usr/include/linux/atalk.h
HDRINST usr/include/linux/cifs/cifs_mount.h
HDRINST usr/include/linux/cifs/cifs_netlink.h
HDRINST usr/include/linux/ptp_clock.h
HDRINST usr/include/linux/rose.h
HDRINST usr/include/linux/loop.h
HDRINST usr/include/linux/acrn.h
HDRINST usr/include/linux/un.h
HDRINST usr/include/linux/atmsvc.h
HDRINST usr/include/linux/psample.h
HDRINST usr/include/linux/gen_stats.h
HDRINST usr/include/linux/nfc.h
HDRINST usr/include/linux/toshiba.h
HDRINST usr/include/linux/kernelcapi.h
HDRINST usr/include/linux/if_tunnel.h
HDRINST usr/include/linux/timex.h
HDRINST usr/include/linux/xattr.h
HDRINST usr/include/linux/dn.h
HDRINST usr/include/linux/rxrpc.h
HDRINST usr/include/linux/unix_diag.h
HDRINST usr/include/linux/nubus.h
HDRINST usr/include/linux/meye.h
HDRINST usr/include/linux/videodev2.h
HDRINST usr/include/linux/futex.h
HDRINST usr/include/linux/param.h
HDRINST usr/include/linux/module.h
HDRINST usr/include/linux/ppp_defs.h
HDRINST usr/include/linux/if_pppol2tp.h
HDRINST usr/include/linux/cgroupstats.h
HDRINST usr/include/linux/lp.h
HDRINST usr/include/linux/cec.h
HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h
HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.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_ttl.h
HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h
HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h
HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h
HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h
HDRINST usr/include/linux/if_link.h
HDRINST usr/include/linux/zorro_ids.h
HDRINST usr/include/linux/netdevice.h
HDRINST usr/include/linux/i2c-dev.h
HDRINST usr/include/linux/if_addr.h
HDRINST usr/include/linux/firewire-constants.h
HDRINST usr/include/linux/if_macsec.h
HDRINST usr/include/linux/major.h
HDRINST usr/include/linux/vboxguest.h
HDRINST usr/include/linux/kernel.h
HDRINST usr/include/linux/sysinfo.h
HDRINST usr/include/linux/mdio.h
HDRINST usr/include/linux/netfilter_bridge.h
HDRINST usr/include/linux/seg6_hmac.h
HDRINST usr/include/linux/vhost_types.h
HDRINST usr/include/linux/kvm_para.h
HDRINST usr/include/linux/atmppp.h
HDRINST usr/include/linux/ppdev.h
HDRINST usr/include/linux/kcm.h
HDRINST usr/include/linux/rpmsg_types.h
HDRINST usr/include/linux/nvram.h
HDRINST usr/include/linux/elf.h
HDRINST usr/include/linux/types.h
HDRINST usr/include/linux/if_fc.h
HDRINST usr/include/linux/can/vxcan.h
HDRINST usr/include/linux/can/bcm.h
HDRINST usr/include/linux/can/error.h
HDRINST usr/include/linux/can/gw.h
HDRINST usr/include/linux/can/j1939.h
HDRINST usr/include/linux/can/raw.h
HDRINST usr/include/linux/can/isotp.h
HDRINST usr/include/linux/can/netlink.h
HDRINST usr/include/linux/input-event-codes.h
HDRINST usr/include/linux/ife.h
HDRINST usr/include/linux/isst_if.h
HDRINST usr/include/linux/vsockmon.h
HDRINST usr/include/linux/virtio_pcidev.h
HDRINST usr/include/linux/packet_diag.h
HDRINST usr/include/linux/ipc.h
HDRINST usr/include/linux/v4l2-dv-timings.h
HDRINST usr/include/linux/rpmsg.h
HDRINST usr/include/linux/rtnetlink.h
HDRINST usr/include/linux/ccs.h
HDRINST usr/include/linux/i2c.h
HDRINST usr/include/linux/personality.h
HDRINST usr/include/linux/if_xdp.h
HDRINST usr/include/linux/coda.h
HDRINST usr/include/linux/keyboard.h
HDRINST usr/include/linux/tipc.h
HDRINST usr/include/linux/nfs4_mount.h
HDRINST usr/include/linux/cfm_bridge.h
HDRINST usr/include/linux/apm_bios.h
HDRINST usr/include/linux/gameport.h
HDRINST usr/include/linux/fdreg.h
HDRINST usr/include/linux/icmpv6.h
HDRINST usr/include/linux/sonypi.h
HDRINST usr/include/linux/virtio_snd.h
HDRINST usr/include/linux/rio_cm_cdev.h
HDRINST usr/include/linux/nfs3.h
HDRINST usr/include/linux/io_uring.h
HDRINST usr/include/linux/virtio_console.h
HDRINST usr/include/linux/dma-heap.h
HDRINST usr/include/linux/idxd.h
HDRINST usr/include/linux/udf_fs_i.h
HDRINST usr/include/linux/ipsec.h
HDRINST usr/include/linux/if_pppox.h
HDRINST usr/include/linux/rpl.h
HDRINST usr/include/linux/blkzoned.h
HDRINST usr/include/linux/landlock.h
HDRINST usr/include/linux/atm_eni.h
HDRINST usr/include/linux/seg6_iptunnel.h
HDRINST usr/include/linux/if_phonet.h
HDRINST usr/include/linux/dlm_plock.h
HDRINST usr/include/linux/if_vlan.h
HDRINST usr/include/linux/stddef.h
HDRINST usr/include/linux/net_dropmon.h
HDRINST usr/include/linux/virtio_crypto.h
HDRINST usr/include/linux/atmioc.h
HDRINST usr/include/linux/sunrpc/debug.h
HDRINST usr/include/linux/map_to_7segment.h
HDRINST usr/include/linux/vtpm_proxy.h
HDRINST usr/include/linux/fsi.h
HDRINST usr/include/linux/fuse.h
HDRINST usr/include/linux/userfaultfd.h
HDRINST usr/include/linux/sched/types.h
HDRINST usr/include/linux/psp-sev.h
HDRINST usr/include/linux/nsfs.h
HDRINST usr/include/linux/virtio_net.h
HDRINST usr/include/linux/arcfb.h
HDRINST usr/include/linux/ppp-ioctl.h
HDRINST usr/include/linux/reiserfs_xattr.h
HDRINST usr/include/linux/if_packet.h
HDRINST usr/include/linux/tiocl.h
HDRINST usr/include/linux/uhid.h
HDRINST usr/include/linux/tcp.h
HDRINST usr/include/linux/cciss_ioctl.h
HDRINST usr/include/linux/netlink_diag.h
HDRINST usr/include/linux/termios.h
HDRINST usr/include/linux/dlm_device.h
HDRINST usr/include/linux/if_addrlabel.h
HDRINST usr/include/linux/usbip.h
HDRINST usr/include/linux/smc.h
HDRINST usr/include/linux/if_hippi.h
HDRINST usr/include/linux/hpet.h
HDRINST usr/include/linux/nbd.h
HDRINST usr/include/linux/virtio_balloon.h
HDRINST usr/include/linux/virtio_9p.h
HDRINST usr/include/linux/fadvise.h
HDRINST usr/include/linux/cycx_cfm.h
HDRINST usr/include/linux/pkt_sched.h
HDRINST usr/include/linux/rkisp1-config.h
HDRINST usr/include/linux/random.h
HDRINST usr/include/linux/mptcp.h
HDRINST usr/include/linux/net_tstamp.h
HDRINST usr/include/linux/cec-funcs.h
HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h
HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h
HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.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/ebt_mark_t.h
HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h
HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h
HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h
HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h
HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h
HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h
HDRINST usr/include/linux/netfilter_bridge/ebtables.h
HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h
HDRINST usr/include/linux/netfilter_bridge/ebt_log.h
HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h
HDRINST usr/include/linux/netfilter_bridge/ebt_among.h
HDRINST usr/include/linux/keyctl.h
HDRINST usr/include/linux/um_timetravel.h
HDRINST usr/include/linux/netconf.h
HDRINST usr/include/linux/atmapi.h
HDRINST usr/include/linux/uinput.h
HDRINST usr/include/linux/mempolicy.h
HDRINST usr/include/linux/atm_nicstar.h
HDRINST usr/include/linux/acct.h
HDRINST usr/include/linux/mmc/ioctl.h
HDRINST usr/include/linux/uuid.h
HDRINST usr/include/linux/if_ppp.h
HDRINST usr/include/linux/neighbour.h
HDRINST usr/include/linux/mii.h
HDRINST usr/include/linux/atm_zatm.h
HDRINST usr/include/linux/edd.h
HDRINST usr/include/linux/virtio_bt.h
HDRINST usr/include/linux/cciss_defs.h
HDRINST usr/include/linux/erspan.h
HDRINST usr/include/linux/reiserfs_fs.h
HDRINST usr/include/linux/uleds.h
HDRINST usr/include/linux/dlmconstants.h
HDRINST usr/include/linux/pkt_cls.h
HDRINST usr/include/linux/hdlcdrv.h
HDRINST usr/include/linux/signalfd.h
HDRINST usr/include/linux/fsl_mc.h
HDRINST usr/include/linux/rpl_iptunnel.h
HDRINST usr/include/linux/ila.h
HDRINST usr/include/linux/lirc.h
HDRINST usr/include/linux/hdlc.h
HDRINST usr/include/linux/atmsap.h
HDRINST usr/include/linux/virtio_mem.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_ipt.h
HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h
HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h
HDRINST usr/include/linux/smc_diag.h
HDRINST usr/include/linux/raid/md_u.h
HDRINST usr/include/linux/raid/md_p.h
HDRINST usr/include/linux/mrp_bridge.h
HDRINST usr/include/linux/virtio_input.h
HDRINST usr/include/linux/atmarp.h
HDRINST usr/include/linux/utime.h
HDRINST usr/include/linux/usb/functionfs.h
HDRINST usr/include/linux/usb/audio.h
HDRINST usr/include/linux/usb/ch11.h
HDRINST usr/include/linux/usb/cdc.h
HDRINST usr/include/linux/usb/charger.h
HDRINST usr/include/linux/usb/cdc-wdm.h
HDRINST usr/include/linux/usb/gadgetfs.h
HDRINST usr/include/linux/usb/video.h
HDRINST usr/include/linux/usb/midi.h
HDRINST usr/include/linux/usb/ch9.h
HDRINST usr/include/linux/usb/tmc.h
HDRINST usr/include/linux/usb/g_uvc.h
HDRINST usr/include/linux/usb/raw_gadget.h
HDRINST usr/include/linux/usb/g_printer.h
HDRINST usr/include/linux/reboot.h
HDRINST usr/include/linux/shm.h
HDRINST usr/include/linux/v4l2-mediabus.h
HDRINST usr/include/linux/nfsd/stats.h
HDRINST usr/include/linux/nfsd/cld.h
HDRINST usr/include/linux/nfsd/nfsfh.h
HDRINST usr/include/linux/nfsd/debug.h
HDRINST usr/include/linux/nfsd/export.h
HDRINST usr/include/linux/remoteproc_cdev.h
HDRINST usr/include/linux/mpls.h
HDRINST usr/include/linux/if_fddi.h
HDRINST usr/include/linux/fcntl.h
HDRINST usr/include/linux/eventpoll.h
HDRINST usr/include/linux/hash_info.h
HDRINST usr/include/linux/thermal.h
HDRINST usr/include/linux/elf-fdpic.h
HDRINST usr/include/linux/batman_adv.h
HDRINST usr/include/linux/adfs_fs.h
HDRINST usr/include/linux/phantom.h
HDRINST usr/include/linux/posix_acl.h
HDRINST usr/include/linux/bpf_common.h
HDRINST usr/include/linux/bpqether.h
HDRINST usr/include/linux/rtc.h
HDRINST usr/include/linux/nvme_ioctl.h
HDRINST usr/include/linux/sctp.h
HDRINST usr/include/linux/netfilter.h
HDRINST usr/include/linux/qnxtypes.h
HDRINST usr/include/linux/nfsacl.h
HDRINST usr/include/linux/kd.h
HDRINST usr/include/linux/vm_sockets.h
HDRINST usr/include/linux/if_x25.h
HDRINST usr/include/linux/nfs_fs.h
HDRINST usr/include/linux/msdos_fs.h
HDRINST usr/include/linux/utsname.h
HDRINST usr/include/linux/oom.h
HDRINST usr/include/linux/mman.h
HDRINST usr/include/linux/cdrom.h
HDRINST usr/include/linux/hiddev.h
HDRINST usr/include/linux/route.h
HDRINST usr/include/linux/sed-opal.h
HDRINST usr/include/linux/if_eql.h
HDRINST usr/include/linux/btrfs_tree.h
HDRINST usr/include/linux/ptrace.h
HDRINST usr/include/linux/inet_diag.h
HDRINST usr/include/linux/fsmap.h
HDRINST usr/include/linux/virtio_ring.h
HDRINST usr/include/linux/time.h
HDRINST usr/include/linux/errno.h
HDRINST usr/include/linux/xfrm.h
HDRINST usr/include/linux/iso_fs.h
HDRINST usr/include/linux/if_ltalk.h
HDRINST usr/include/linux/ethtool_netlink.h
HDRINST usr/include/linux/uvcvideo.h
HDRINST usr/include/linux/dma-buf.h
HDRINST usr/include/linux/bcm933xx_hcs.h
HDRINST usr/include/linux/netfilter_arp/arp_tables.h
HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h
HDRINST usr/include/linux/taskstats.h
HDRINST usr/include/linux/mmtimer.h
HDRINST usr/include/linux/matroxfb.h
HDRINST usr/include/linux/bcache.h
HDRINST usr/include/linux/affs_hardblocks.h
HDRINST usr/include/linux/vbox_err.h
HDRINST usr/include/linux/swab.h
HDRINST usr/include/linux/xilinx-v4l2-controls.h
HDRINST usr/include/linux/cn_proc.h
HDRINST usr/include/linux/virtio_types.h
HDRINST usr/include/linux/securebits.h
HDRINST usr/include/linux/nl80211.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.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_hl.h
HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h
HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h
HDRINST usr/include/linux/kcmp.h
HDRINST usr/include/linux/pps.h
HDRINST usr/include/linux/v4l2-controls.h
HDRINST usr/include/linux/net.h
HDRINST usr/include/linux/rseq.h
HDRINST usr/include/linux/mei.h
HDRINST usr/include/linux/kvm.h
HDRINST usr/include/linux/inotify.h
HDRINST usr/include/linux/wireguard.h
HDRINST usr/include/linux/iommu.h
HDRINST usr/include/linux/batadv_packet.h
HDRINST usr/include/linux/nfs2.h
HDRINST usr/include/linux/msg.h
HDRINST usr/include/linux/mpls_iptunnel.h
HDRINST usr/include/linux/zorro.h
HDRINST usr/include/linux/hsi/cs-protocol.h
HDRINST usr/include/linux/hsi/hsi_char.h
HDRINST usr/include/linux/ip6_tunnel.h
HDRINST usr/include/linux/atmclip.h
HDRINST usr/include/linux/magic.h
HDRINST usr/include/linux/ivtv.h
HDRINST usr/include/linux/udp.h
HDRINST usr/include/linux/in6.h
HDRINST usr/include/linux/scif_ioctl.h
HDRINST usr/include/linux/mount.h
HDRINST usr/include/linux/atm_idt77105.h
HDRINST usr/include/linux/openat2.h
HDRINST usr/include/linux/if_bonding.h
HDRINST usr/include/linux/time_types.h
HDRINST usr/include/linux/auto_dev-ioctl.h
HDRINST usr/include/linux/max2175.h
HDRINST usr/include/linux/nfs4.h
HDRINST usr/include/linux/virtio_vsock.h
HDRINST usr/include/linux/atmdev.h
HDRINST usr/include/linux/virtio_fs.h
HDRINST usr/include/linux/ip_vs.h
HDRINST usr/include/linux/watch_queue.h
HDRINST usr/include/linux/fiemap.h
HDRINST usr/include/linux/l2tp.h
HDRINST usr/include/linux/ppp-comp.h
HDRINST usr/include/linux/vdpa.h
HDRINST usr/include/linux/poll.h
HDRINST usr/include/linux/radeonfb.h
HDRINST usr/include/linux/genwqe/genwqe_card.h
HDRINST usr/include/linux/netfilter_arp.h
HDRINST usr/include/linux/cxl_mem.h
HDRINST usr/include/linux/atm.h
HDRINST usr/include/linux/atm_he.h
HDRINST usr/include/linux/qrtr.h
HDRINST usr/include/linux/target_core_user.h
HDRINST usr/include/linux/am437x-vpfe.h
HDRINST usr/include/linux/dlm.h
HDRINST usr/include/linux/lightnvm.h
HDRINST usr/include/linux/fd.h
HDRINST usr/include/linux/const.h
HDRINST usr/include/linux/socket.h
HDRINST usr/include/linux/gtp.h
HDRINST usr/include/linux/udmabuf.h
HDRINST usr/include/linux/sched.h
HDRINST usr/include/linux/omapfb.h
HDRINST usr/include/linux/blkpg.h
HDRINST usr/include/linux/surface_aggregator/cdev.h
HDRINST usr/include/linux/surface_aggregator/dtx.h
HDRINST usr/include/linux/string.h
HDRINST usr/include/linux/cm4000_cs.h
HDRINST usr/include/linux/i2o-dev.h
HDRINST usr/include/linux/virtio_mmio.h
HDRINST usr/include/linux/close_range.h
HDRINST usr/include/linux/serial_reg.h
HDRINST usr/include/linux/dvb/dmx.h
HDRINST usr/include/linux/dvb/frontend.h
HDRINST usr/include/linux/dvb/version.h
HDRINST usr/include/linux/dvb/ca.h
HDRINST usr/include/linux/dvb/net.h
HDRINST usr/include/linux/netfilter_ipv4.h
HDRINST usr/include/linux/audit.h
HDRINST usr/include/linux/baycom.h
HDRINST usr/include/linux/arm_sdei.h
HDRINST usr/include/linux/virtio_ids.h
HDRINST usr/include/linux/vfio_zdev.h
HDRINST usr/include/linux/synclink.h
HDRINST usr/include/linux/libc-compat.h
HDRINST usr/include/linux/watchdog.h
HDRINST usr/include/linux/posix_types.h
HDRINST usr/include/linux/nfs_idmap.h
HDRINST usr/include/linux/pktcdvd.h
HDRINST usr/include/linux/times.h
HDRINST usr/include/linux/capability.h
HDRINST usr/include/linux/perf_event.h
HDRINST usr/include/linux/atm_tcp.h
HDRINST usr/include/linux/virtio_config.h
HDRINST usr/include/linux/fs.h
HDRINST usr/include/linux/qemu_fw_cfg.h
HDRINST usr/include/linux/wait.h
HDRINST usr/include/linux/ipmi.h
HDRINST usr/include/linux/falloc.h
HDRINST usr/include/linux/hid.h
HDRINST usr/include/linux/virtio_scsi.h
HDRINST usr/include/linux/seg6_genl.h
HDRINST usr/include/linux/pr.h
HDRINST usr/include/linux/wmi.h
HDRINST usr/include/linux/elf-em.h
HDRINST usr/include/linux/usbdevice_fs.h
HDRINST usr/include/linux/coff.h
HDRINST usr/include/linux/hidraw.h
HDRINST usr/include/linux/membarrier.h
HDRINST usr/include/linux/bpf_perf_event.h
HDRINST usr/include/linux/smiapp.h
HDRINST usr/include/linux/tls.h
HDRINST usr/include/linux/if_team.h
HDRINST usr/include/linux/misc/bcm_vk.h
HDRINST usr/include/linux/sonet.h
HDRINST usr/include/linux/if_ether.h
HDRINST usr/include/linux/fb.h
HDRINST usr/include/linux/i8k.h
HDRINST usr/include/linux/tipc_config.h
HDRINST usr/include/linux/rio_mport_cdev.h
HDRINST usr/include/linux/netfilter_ipv6.h
HDRINST usr/include/linux/bt-bmc.h
HDRINST usr/include/linux/gsmmux.h
HDRINST usr/include/linux/firewire-cdev.h
HDRINST usr/include/linux/parport.h
HDRINST usr/include/linux/aspeed-p2a-ctrl.h
HDRINST usr/include/linux/input.h
HDRINST usr/include/linux/nilfs2_ondisk.h
HDRINST usr/include/linux/tty.h
HDRINST usr/include/linux/unistd.h
HDRINST usr/include/linux/if_cablemodem.h
HDRINST usr/include/linux/ioctl.h
HDRINST usr/include/linux/atmlec.h
HDRINST usr/include/linux/filter.h
HDRINST usr/include/linux/ivtvfb.h
HDRINST usr/include/linux/vt.h
HDRINST usr/include/linux/if.h
HDRINST usr/include/linux/if_arp.h
HDRINST usr/include/linux/if_plip.h
HDRINST usr/include/linux/cryptouser.h
HDRINST usr/include/linux/pcitest.h
HDRINST usr/include/linux/kdev_t.h
HDRINST usr/include/linux/media-bus-format.h
HDRINST usr/include/linux/ipx.h
HDRINST usr/include/linux/hyperv.h
HDRINST usr/include/linux/snmp.h
HDRINST usr/include/linux/igmp.h
HDRINST usr/include/linux/ipv6_route.h
HDRINST usr/include/linux/gfs2_ondisk.h
HDRINST usr/include/linux/if_bridge.h
HDRINST usr/include/linux/virtio_pci.h
HDRINST usr/include/linux/llc.h
HDRINST usr/include/linux/pci_regs.h
HDRINST usr/include/linux/pfkeyv2.h
HDRINST usr/include/linux/can.h
HDRINST usr/include/linux/rds.h
HDRINST usr/include/linux/seccomp.h
HDRINST usr/include/linux/a.out.h
HDRINST usr/include/linux/mqueue.h
HDRINST usr/include/linux/auxvec.h
HDRINST usr/include/linux/vmcore.h
HDRINST usr/include/linux/fib_rules.h
HDRINST usr/include/linux/kfd_ioctl.h
HDRINST usr/include/linux/coresight-stm.h
HDRINST usr/include/linux/patchkey.h
HDRINST usr/include/linux/chio.h
HDRINST usr/include/linux/prctl.h
HDRINST usr/include/linux/cramfs_fs.h
HDRINST usr/include/linux/android/binder.h
HDRINST usr/include/linux/android/binderfs.h
HDRINST usr/include/linux/resource.h
HDRINST usr/include/linux/xdp_diag.h
HDRINST usr/include/linux/dns_resolver.h
HDRINST usr/include/linux/hsr_netlink.h
HDRINST usr/include/linux/if_arcnet.h
HDRINST usr/include/linux/auto_fs4.h
HDRINST usr/include/linux/if_infiniband.h
HDRINST usr/include/linux/sysctl.h
HDRINST usr/include/linux/mroute6.h
HDRINST usr/include/linux/dccp.h
HDRINST usr/include/linux/pg.h
HDRINST usr/include/linux/kcov.h
HDRINST usr/include/linux/caif/caif_socket.h
HDRINST usr/include/linux/caif/if_caif.h
HDRINST usr/include/linux/errqueue.h
HDRINST usr/include/linux/virtio_blk.h
HDRINST usr/include/linux/dlm_netlink.h
HDRINST usr/include/linux/limits.h
HDRINST usr/include/linux/aspeed-lpc-ctrl.h
HDRINST usr/include/linux/v4l2-subdev.h
HDRINST usr/include/linux/fanotify.h
HDRINST usr/include/linux/bpfilter.h
HDRINST usr/include/linux/minix_fs.h
HDRINST usr/include/linux/signal.h
HDRINST usr/include/linux/stm.h
HDRINST usr/include/linux/qnx4_fs.h
HDRINST usr/include/linux/scc.h
HDRINST usr/include/linux/devlink.h
HDRINST usr/include/linux/f2fs.h
HDRINST usr/include/linux/serial.h
HDRINST usr/include/linux/ip.h
HDRINST usr/include/linux/hw_breakpoint.h
HDRINST usr/include/linux/ultrasound.h
HDRINST usr/include/linux/netlink.h
HDRINST usr/include/linux/vfio.h
HDRINST usr/include/linux/hdlc/ioctl.h
HDRINST usr/include/linux/virtio_pmem.h
HDRINST usr/include/linux/bpf.h
HDRINST usr/include/linux/screen_info.h
HDRINST usr/include/linux/genetlink.h
HDRINST usr/include/linux/gpio.h
HDRINST usr/include/linux/nexthop.h
HDRINST usr/include/linux/timerfd.h
HDRINST usr/include/linux/adb.h
HDRINST usr/include/linux/phonet.h
HDRINST usr/include/linux/uio.h
HDRINST usr/include/linux/atmbr2684.h
HDRINST usr/include/linux/ncsi.h
HDRINST usr/include/linux/sound.h
HDRINST usr/include/linux/vhost.h
HDRINST usr/include/linux/ipmi_bmc.h
HDRINST usr/include/linux/netfilter_decnet.h
HDRINST usr/include/linux/pidfd.h
HDRINST usr/include/linux/fsl_hypervisor.h
HDRINST usr/include/linux/serio.h
HDRINST usr/include/linux/seg6.h
HDRINST usr/include/linux/sync_file.h
HDRINST usr/include/linux/jffs2.h
HDRINST usr/include/linux/mroute.h
HDRINST usr/include/linux/tc_act/tc_skbmod.h
HDRINST usr/include/linux/tc_act/tc_defact.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_gact.h
HDRINST usr/include/linux/tc_act/tc_ct.h
HDRINST usr/include/linux/tc_act/tc_bpf.h
HDRINST usr/include/linux/tc_act/tc_nat.h
HDRINST usr/include/linux/tc_act/tc_ctinfo.h
HDRINST usr/include/linux/tc_act/tc_vlan.h
HDRINST usr/include/linux/tc_act/tc_tunnel_key.h
HDRINST usr/include/linux/tc_act/tc_csum.h
HDRINST usr/include/linux/tc_act/tc_connmark.h
HDRINST usr/include/linux/tc_act/tc_sample.h
HDRINST usr/include/linux/tc_act/tc_mirred.h
HDRINST usr/include/linux/tc_act/tc_gate.h
HDRINST usr/include/linux/tc_act/tc_ife.h
HDRINST usr/include/linux/tc_act/tc_skbedit.h
HDRINST usr/include/linux/tc_act/tc_pedit.h
HDRINST usr/include/linux/sem.h
HDRINST usr/include/linux/if_alg.h
HDRINST usr/include/linux/soundcard.h
HDRINST usr/include/linux/if_tun.h
HDRINST usr/include/linux/kernel-page-flags.h
HDRINST usr/include/linux/virtio_gpu.h
HDRINST usr/include/linux/dqblk_xfs.h
HDRINST usr/include/linux/btrfs.h
HDRINST usr/include/linux/userio.h
HDRINST usr/include/linux/nfs_mount.h
HDRINST usr/include/linux/openvswitch.h
HDRINST usr/include/linux/quota.h
HDRINST usr/include/linux/icmp.h
HDRINST usr/include/linux/selinux_netlink.h
HDRINST usr/include/linux/dcbnl.h
HDRINST usr/include/linux/in_route.h
HDRINST usr/include/linux/pci.h
HDRINST usr/include/linux/vbox_vmmdev_types.h
HDRINST usr/include/linux/wireless.h
HDRINST usr/include/linux/binfmts.h
HDRINST usr/include/linux/rfkill.h
HDRINST usr/include/linux/sockios.h
HDRINST usr/include/linux/blktrace_api.h
HDRINST usr/include/linux/posix_acl_xattr.h
HDRINST usr/include/linux/btf.h
HDRINST usr/include/linux/mtio.h
HDRINST usr/include/linux/netrom.h
HDRINST usr/include/linux/dm-ioctl.h
HDRINST usr/include/linux/tty_flags.h
HDRINST usr/include/linux/aio_abi.h
HDRINST usr/include/linux/tipc_netlink.h
HDRINST usr/include/linux/psci.h
HDRINST usr/include/linux/ndctl.h
HDRINST usr/include/linux/fpga-dfl.h
HDRINST usr/include/linux/joystick.h
HDRINST usr/include/linux/tee.h
HDRINST usr/include/linux/veth.h
HDRINST usr/include/linux/ethtool.h
HDRINST usr/include/linux/vm_sockets_diag.h
HDRINST usr/include/linux/omap3isp.h
HDRINST usr/include/sound/sfnt_info.h
HDRINST usr/include/sound/skl-tplg-interface.h
HDRINST usr/include/sound/compress_offload.h
HDRINST usr/include/sound/firewire.h
HDRINST usr/include/sound/asequencer.h
HDRINST usr/include/sound/hdsp.h
HDRINST usr/include/sound/emu10k1.h
HDRINST usr/include/sound/sb16_csp.h
HDRINST usr/include/sound/snd_sst_tokens.h
HDRINST usr/include/sound/asoc.h
HDRINST usr/include/sound/asound.h
HDRINST usr/include/sound/compress_params.h
HDRINST usr/include/sound/usb_stream.h
HDRINST usr/include/sound/tlv.h
HDRINST usr/include/sound/hdspm.h
HDRINST usr/include/sound/sof/abi.h
HDRINST usr/include/sound/sof/header.h
HDRINST usr/include/sound/sof/tokens.h
HDRINST usr/include/sound/sof/fw.h
HDRINST usr/include/sound/asound_fm.h
HDRINST usr/include/scsi/scsi_netlink.h
HDRINST usr/include/scsi/fc/fc_ns.h
HDRINST usr/include/scsi/fc/fc_fs.h
HDRINST usr/include/scsi/fc/fc_els.h
HDRINST usr/include/scsi/fc/fc_gs.h
HDRINST usr/include/scsi/scsi_netlink_fc.h
HDRINST usr/include/scsi/scsi_bsg_ufs.h
HDRINST usr/include/scsi/cxlflash_ioctl.h
HDRINST usr/include/scsi/scsi_bsg_fc.h
HDRINST usr/include/linux/version.h
HDRINST usr/include/asm/mce.h
HDRINST usr/include/asm/ist.h
HDRINST usr/include/asm/sembuf.h
HDRINST usr/include/asm/msgbuf.h
HDRINST usr/include/asm/stat.h
HDRINST usr/include/asm/processor-flags.h
HDRINST usr/include/asm/boot.h
HDRINST usr/include/asm/sgx.h
HDRINST usr/include/asm/kvm_para.h
HDRINST usr/include/asm/ldt.h
HDRINST usr/include/asm/byteorder.h
HDRINST usr/include/asm/hwcap2.h
HDRINST usr/include/asm/debugreg.h
HDRINST usr/include/asm/posix_types_x32.h
HDRINST usr/include/asm/shmbuf.h
HDRINST usr/include/asm/mman.h
HDRINST usr/include/asm/perf_regs.h
HDRINST usr/include/asm/ptrace.h
HDRINST usr/include/asm/swab.h
HDRINST usr/include/asm/vm86.h
HDRINST usr/include/asm/kvm.h
HDRINST usr/include/asm/siginfo.h
HDRINST usr/include/asm/posix_types.h
HDRINST usr/include/asm/sigcontext.h
HDRINST usr/include/asm/ptrace-abi.h
HDRINST usr/include/asm/vmx.h
HDRINST usr/include/asm/unistd.h
HDRINST usr/include/asm/setup.h
HDRINST usr/include/asm/mtrr.h
HDRINST usr/include/asm/svm.h
HDRINST usr/include/asm/vsyscall.h
HDRINST usr/include/asm/a.out.h
HDRINST usr/include/asm/bootparam.h
HDRINST usr/include/asm/e820.h
HDRINST usr/include/asm/auxvec.h
HDRINST usr/include/asm/posix_types_32.h
HDRINST usr/include/asm/prctl.h
HDRINST usr/include/asm/ucontext.h
HDRINST usr/include/asm/sigcontext32.h
HDRINST usr/include/asm/signal.h
HDRINST usr/include/asm/posix_types_64.h
HDRINST usr/include/asm/hw_breakpoint.h
HDRINST usr/include/asm/kvm_perf.h
HDRINST usr/include/asm/bitsperlong.h
HDRINST usr/include/asm/msr.h
HDRINST usr/include/asm/statfs.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-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867'
make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867/tools/testing/selftests/net/mptcp'
2021-09-06 14:54:51 make run_tests -C net/mptcp
make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867/tools/testing/selftests/net/mptcp'
make --no-builtin-rules ARCH=x86 -C ../../../../.. headers_install
make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867'
INSTALL ./usr/include
make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867'
TAP version 13
1..6
# selftests: net/mptcp: mptcp_connect.sh
# INFO: set ns3-61362bbd-m5KpnS dev ns3eth2: ethtool -K tso off gso off
# Created /tmp/tmp.j9XKdVjbH4 (size 1268764 /tmp/tmp.j9XKdVjbH4) containing data sent by client
# Created /tmp/tmp.89p9h8oMQI (size 7760924 /tmp/tmp.89p9h8oMQI) containing data sent by server
# New MPTCP socket can be blocked via sysctl [ OK ]
# setsockopt(..., TCP_ULP, "mptcp", ...) blocked [ OK ]
# INFO: validating network environment with pings
# INFO: Using loss of 0.53% delay 18 ms reorder 95% 39% with delay 4ms on ns3eth4
# ns1 MPTCP -> ns1 (10.0.1.1:10000 ) MPTCP (duration 795ms) [ OK ]
# ns1 MPTCP -> ns1 (10.0.1.1:10001 ) TCP (duration 475ms) [ OK ]
# ns1 TCP -> ns1 (10.0.1.1:10002 ) MPTCP (duration 446ms) [ OK ]
# ns1 MPTCP -> ns1 (dead:beef:1::1:10003) MPTCP (duration 480ms) [ OK ]
# ns1 MPTCP -> ns1 (dead:beef:1::1:10004) TCP (duration 450ms) [ OK ]
# ns1 TCP -> ns1 (dead:beef:1::1:10005) MPTCP (duration 432ms) [ OK ]
# ns1 MPTCP -> ns2 (10.0.1.2:10006 ) MPTCP (duration 633ms) [ OK ]
# ns1 MPTCP -> ns2 (dead:beef:1::2:10007) MPTCP (duration 629ms) [ OK ]
# ns1 MPTCP -> ns2 (10.0.2.1:10008 ) MPTCP (duration 428ms) [ OK ]
# ns1 MPTCP -> ns2 (dead:beef:2::1:10009) MPTCP (duration 482ms) [ OK ]
# ns1 MPTCP -> ns3 (10.0.2.2:10010 ) MPTCP (duration 1152ms) [ OK ]
# ns1 MPTCP -> ns3 (dead:beef:2::2:10011) MPTCP (duration 1304ms) [ OK ]
# ns1 MPTCP -> ns3 (10.0.3.2:10012 ) MPTCP (duration 1173ms) [ OK ]
# ns1 MPTCP -> ns3 (dead:beef:3::2:10013) MPTCP (duration 1323ms) [ OK ]
# ns1 MPTCP -> ns4 (10.0.3.1:10014 ) MPTCP (duration 1292ms) [ OK ]
# ns1 MPTCP -> ns4 (dead:beef:3::1:10015) MPTCP (duration 1621ms) [ OK ]
# ns2 MPTCP -> ns1 (10.0.1.1:10016 ) MPTCP (duration 429ms) [ OK ]
# ns2 MPTCP -> ns1 (dead:beef:1::1:10017) MPTCP (duration 482ms) [ OK ]
# ns2 MPTCP -> ns3 (10.0.2.2:10018 ) MPTCP (duration 935ms) [ OK ]
# ns2 MPTCP -> ns3 (dead:beef:2::2:10019) MPTCP (duration 1040ms) [ OK ]
# ns2 MPTCP -> ns3 (10.0.3.2:10020 ) MPTCP (duration 1259ms) [ OK ]
# ns2 MPTCP -> ns3 (dead:beef:3::2:10021) MPTCP (duration 1130ms) [ OK ]
# ns2 MPTCP -> ns4 (10.0.3.1:10022 ) MPTCP (duration 1031ms) [ OK ]
# ns2 MPTCP -> ns4 (dead:beef:3::1:10023) MPTCP (duration 1209ms) [ OK ]
# ns3 MPTCP -> ns1 (10.0.1.1:10024 ) MPTCP (duration 479ms) [ OK ]
# ns3 MPTCP -> ns1 (dead:beef:1::1:10025) MPTCP (duration 543ms) [ OK ]
# ns3 MPTCP -> ns2 (10.0.1.2:10026 ) MPTCP (duration 454ms) [ OK ]
# ns3 MPTCP -> ns2 (dead:beef:1::2:10027) MPTCP (duration 5182ms) [ OK ]
# ns3 MPTCP -> ns2 (10.0.2.1:10028 ) MPTCP (duration 446ms) [ OK ]
# ns3 MPTCP -> ns2 (dead:beef:2::1:10029) MPTCP (duration 950ms) [ OK ]
# ns3 MPTCP -> ns4 (10.0.3.1:10030 ) MPTCP (duration 440ms) [ OK ]
# ns3 MPTCP -> ns4 (dead:beef:3::1:10031) MPTCP (duration 492ms) [ OK ]
# ns4 MPTCP -> ns1 (10.0.1.1:10032 ) MPTCP (duration 473ms) [ OK ]
# ns4 MPTCP -> ns1 (dead:beef:1::1:10033) MPTCP (duration 761ms) [ OK ]
# ns4 MPTCP -> ns2 (10.0.1.2:10034 ) MPTCP (duration 496ms) [ OK ]
# ns4 MPTCP -> ns2 (dead:beef:1::2:10035) MPTCP (duration 4897ms) [ OK ]
# ns4 MPTCP -> ns2 (10.0.2.1:10036 ) MPTCP (duration 532ms) [ OK ]
# ns4 MPTCP -> ns2 (dead:beef:2::1:10037) MPTCP (duration 2560ms) [ OK ]
# ns4 MPTCP -> ns3 (10.0.2.2:10038 ) MPTCP (duration 442ms) [ OK ]
# ns4 MPTCP -> ns3 (dead:beef:2::2:10039) MPTCP (duration 491ms) [ OK ]
# ns4 MPTCP -> ns3 (10.0.3.2:10040 ) MPTCP (duration 439ms) [ OK ]
# ns4 MPTCP -> ns3 (dead:beef:3::2:10041) MPTCP (duration 532ms) [ OK ]
# INFO: with peek mode: saveWithPeek
# ns1 MPTCP -> ns1 (10.0.1.1:10042 ) MPTCP (duration 503ms) [ OK ]
# ns1 MPTCP -> ns1 (10.0.1.1:10043 ) TCP (duration 293ms) [ OK ]
# ns1 TCP -> ns1 (10.0.1.1:10044 ) MPTCP (duration 281ms) [ OK ]
# ns1 MPTCP -> ns1 (dead:beef:1::1:10045) MPTCP (duration 276ms) [ OK ]
# ns1 MPTCP -> ns1 (dead:beef:1::1:10046) TCP (duration 298ms) [ OK ]
# ns1 TCP -> ns1 (dead:beef:1::1:10047) MPTCP (duration 285ms) [ OK ]
# INFO: with peek mode: saveAfterPeek
# ns1 MPTCP -> ns1 (10.0.1.1:10048 ) MPTCP (duration 279ms) [ OK ]
# ns1 MPTCP -> ns1 (10.0.1.1:10049 ) TCP (duration 292ms) [ OK ]
# ns1 TCP -> ns1 (10.0.1.1:10050 ) MPTCP (duration 276ms) [ OK ]
# ns1 MPTCP -> ns1 (dead:beef:1::1:10051) MPTCP (duration 279ms) [ OK ]
# ns1 MPTCP -> ns1 (dead:beef:1::1:10052) TCP (duration 296ms) [ OK ]
# ns1 TCP -> ns1 (dead:beef:1::1:10053) MPTCP (duration 284ms) [ OK ]
# Time: 133 seconds
ok 1 selftests: net/mptcp: mptcp_connect.sh
# selftests: net/mptcp: pm_netlink.sh
# defaults addr list [ OK ]
# defaults limits [ OK ]
# simple add/get addr [ OK ]
# dump addrs [ OK ]
# simple del addr [ OK ]
# dump addrs after del [ OK ]
# duplicate addr [ OK ]
# id addr increment [ OK ]
# hard addr limit [ OK ]
# above hard addr limit [ OK ]
# id limit [ OK ]
# flush addrs [ OK ]
# rcv addrs above hard limit [ OK ]
# subflows above hard limit [ OK ]
# set limits [ OK ]
# set ids [ OK ]
# wrap-around ids [ OK ]
ok 2 selftests: net/mptcp: pm_netlink.sh
# selftests: net/mptcp: mptcp_join.sh
# Created /tmp/tmp.hmz5XarEJv (size 1 KB) containing data sent by client
# Created /tmp/tmp.GTVVohoN8T (size 1 KB) containing data sent by server
# 01 no JOIN syn[ ok ] - synack[ ok ] - ack[ ok ]
# 02 single subflow, limited by client syn[ ok ] - synack[ ok ] - ack[ ok ]
# 03 single subflow, limited by server syn[ ok ] - synack[ ok ] - ack[ ok ]
# 04 single subflow syn[ ok ] - synack[ ok ] - ack[ ok ]
# 05 multiple subflows syn[ ok ] - synack[ ok ] - ack[ ok ]
# 06 multiple subflows, limited by server syn[ ok ] - synack[ ok ] - ack[ ok ]
# 07 single subflow, dev syn[ ok ] - synack[ ok ] - ack[ ok ]
# 08 unused signal address syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 09 signal address syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 10 subflow and signal syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 11 multiple subflows and signal syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 12 signal addresses syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 13 signal invalid addresses syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# Created /tmp/tmp.hmz5XarEJv (size 93440 KB) containing data sent by client
# 14 multiple flows, signal, link failure syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 15 signal address, ADD_ADDR timeout syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 16 signal address, ADD_ADDR6 timeout syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 17 signal addresses, ADD_ADDR timeout syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 18 invalid address, ADD_ADDR timeout syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 19 remove single subflow syn[ ok ] - synack[ ok ] - ack[ ok ]
# rm [ ok ] - sf [ ok ]
# 20 remove multiple subflows syn[ ok ] - synack[ ok ] - ack[ ok ]
# rm [ ok ] - sf [ ok ]
# 21 remove single address syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 22 remove subflow and signal syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 23 remove subflows and signal syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 24 remove addresses syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 25 remove invalid addresses syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 26 flush subflows and signal syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 27 flush subflows syn[ ok ] - synack[ ok ] - ack[ ok ]
# rm [ ok ] - sf [ ok ]
# 28 flush addresses syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 29 flush invalid addresses syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 30 remove id 0 subflow syn[ ok ] - synack[ ok ] - ack[ ok ]
# rm [ ok ] - sf [ ok ]
# 31 remove id 0 address syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 32 add single subflow syn[ ok ] - synack[ ok ] - ack[ ok ]
# 33 add signal address syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 34 add multiple subflows syn[ ok ] - synack[ ok ] - ack[ ok ]
# 35 add multiple subflows IPv6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# 36 add multiple addresses IPv6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [fail] got 1 ADD_ADDR echo[s] expected 2
#
# Server ns stats
# MPTcpExtMPCapableSYNRX 1 0.0
# MPTcpExtMPCapableACKRX 1 0.0
# MPTcpExtMPJoinSynRx 2 0.0
# MPTcpExtMPJoinAckRx 2 0.0
# MPTcpExtEchoAdd 1 0.0
# Client ns stats
# MPTcpExtMPCapableSYNTX 1 0.0
# MPTcpExtMPCapableSYNACKRX 1 0.0
# MPTcpExtMPJoinSynAckRx 2 0.0
# MPTcpExtAddAddr 2 0.0
# 37 single subflow IPv6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# 38 unused signal address IPv6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 39 single address IPv6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 40 remove single address IPv6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 41 remove subflow and signal IPv6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 42 single subflow IPv4-mapped syn[ ok ] - synack[ ok ] - ack[ ok ]
# 43 signal address IPv4-mapped syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 44 single subflow v4-map-v6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# 45 signal address v4-map-v6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 46 single subflow v6-map-v4 syn[ ok ] - synack[ ok ] - ack[ ok ]
# 47 signal address v6-map-v4 syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 48 no JOIN with diff families v4-v6 syn[ ok ] - synack[ ok ] - ack[ ok ]
# 49 no JOIN with diff families v4-v6-2 syn[ ok ] - synack[ ok ] - ack[ ok ]
# 50 no JOIN with diff families v6-v4 syn[ ok ] - synack[ ok ] - ack[ ok ]
# 51 single subflow, backup syn[ ok ] - synack[ ok ] - ack[ ok ]
# ptx[ ok ] - prx [ ok ]
# 52 single address, backup syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# ptx[ ok ] - prx [ ok ]
# 53 signal address with port syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ] - pt [ ok ]
# syn[ ok ] - synack[ ok ] - ack[ ok ]
# syn[ ok ] - ack [ ok ]
# 54 subflow and signal with port syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ] - pt [ ok ]
# syn[ ok ] - synack[ ok ] - ack[ ok ]
# syn[ ok ] - ack [ ok ]
# 55 remove single address with port syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ] - pt [ ok ]
# syn[ ok ] - synack[ ok ] - ack[ ok ]
# syn[ ok ] - ack [ ok ]
# rm [ ok ] - sf [ ok ]
# 56 remove subflow and signal with port syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ] - pt [ ok ]
# syn[ ok ] - synack[ ok ] - ack[ ok ]
# syn[ ok ] - ack [ ok ]
# rm [ ok ] - sf [ ok ]
# 57 flush subflows and signal with port syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# rm [ ok ] - sf [ ok ]
# 58 multiple addresses with port syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ] - pt [ ok ]
# syn[ ok ] - synack[ ok ] - ack[ ok ]
# syn[ ok ] - ack [ ok ]
# 59 multiple addresses with ports syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ] - pt [ ok ]
# syn[ ok ] - synack[ ok ] - ack[ ok ]
# syn[ ok ] - ack [ ok ]
# 60 single subflow with syn cookies syn[ ok ] - synack[ ok ] - ack[ ok ]
# 61 multiple subflows with syn cookies syn[ ok ] - synack[ ok ] - ack[ ok ]
# 62 subflows limited by server w cookies syn[ ok ] - synack[ ok ] - ack[ ok ]
# 63 signal address with syn cookies syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 64 subflow and signal w cookies syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
# 65 subflows and signal w. cookies syn[ ok ] - synack[ ok ] - ack[ ok ]
# add[ ok ] - echo [ ok ]
#
not ok 3 selftests: net/mptcp: mptcp_join.sh # TIMEOUT 600 seconds
# selftests: net/mptcp: diag.sh
# no msk on netns creation [ ok ]
# after MPC handshake [ ok ]
# ....chk remote_key [ ok ]
# ....chk no fallback [ ok ]
# check fallback [ ok ]
# many msk socket present [ ok ]
ok 4 selftests: net/mptcp: diag.sh
# selftests: net/mptcp: simult_flows.sh
# balanced bwidth 4674 max 5005 [ OK ]
# balanced bwidth - reverse direction 4642 max 5005 [ OK ]
# balanced bwidth with unbalanced delay 4643 max 5005 [ OK ]
# balanced bwidth with unbalanced delay - reverse direction 4645 max 5005 [ OK ]
# unbalanced bwidth 3024 max 3245 [ OK ]
# unbalanced bwidth - reverse direction 3095 max 3245 [ OK ]
# unbalanced bwidth with unbalanced delay 3199 max 3245 [ OK ]
# unbalanced bwidth with unbalanced delay - reverse direction 3026 max 3245 [ OK ]
# unbalanced bwidth with opposed, unbalanced delay 3115 max 3245 [ OK ]
# unbalanced bwidth with opposed, unbalanced delay - reverse direction 3056 max 3245 [ OK ]
ok 5 selftests: net/mptcp: simult_flows.sh
# selftests: net/mptcp: mptcp_sockopt.sh
# Created /tmp/tmp.lNuwYVM4uY (size 1 KB) containing data sent by client
# Created /tmp/tmp.WibeqPcNW6 (size 1 KB) containing data sent by server
# PASS: all packets had packet mark set
ok 6 selftests: net/mptcp: mptcp_sockopt.sh
make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-9d3684c24a5232c2d7ea8f8a3e60fe235e6a9867/tools/testing/selftests/net/mptcp'
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
bin/lkp run generated-yaml-file
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang
9 months, 3 weeks
[mm/migrate] 9eeb73028c: stress-ng.memhotplug.ops_per_sec -53.8% regression
by kernel test robot
Greeting,
FYI, we noticed a -53.8% regression of stress-ng.memhotplug.ops_per_sec due to commit:
commit: 9eeb73028cfb54eb06efe87c50cc014d3f1ff43e ("[patch 174/212] mm/migrate: update node demotion order on hotplug events")
url: https://github.com/0day-ci/linux/commits/Andrew-Morton/ia64-fix-typo-in-a...
in testcase: stress-ng
on test machine: 96 threads 2 sockets Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz with 192G memory
with following parameters:
nr_threads: 10%
disk: 1HDD
testtime: 60s
fs: ext4
class: os
test: memhotplug
cpufreq_governor: performance
ucode: 0x5003006
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang(a)intel.com>
Details are as below:
-------------------------------------------------------------------------------------------------->
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
bin/lkp run generated-yaml-file
=========================================================================================
class/compiler/cpufreq_governor/disk/fs/kconfig/nr_threads/rootfs/tbox_group/test/testcase/testtime/ucode:
os/gcc-9/performance/1HDD/ext4/x86_64-rhel-8.3/10%/debian-10.4-x86_64-20200603.cgz/lkp-csl-2sp5/memhotplug/stress-ng/60s/0x5003006
commit:
603f5ce25c ("mm/numa: automatically generate node migration order")
9eeb73028c ("mm/migrate: update node demotion order on hotplug events")
603f5ce25c452baf 9eeb73028cfb54eb06efe87c50c
---------------- ---------------------------
%stddev %change %stddev
\ | \
2638 -53.7% 1221 stress-ng.memhotplug.ops
43.89 -53.8% 20.28 stress-ng.memhotplug.ops_per_sec
40637 ± 2% -61.5% 15654 ± 4% stress-ng.time.involuntary_context_switches
91.17 -50.6% 45.00 stress-ng.time.percent_of_cpu_this_job_got
57.11 -50.3% 28.40 stress-ng.time.system_time
1075917 -36.4% 684753 cpuidle..usage
0.92 -0.5 0.43 ± 2% mpstat.cpu.all.sys%
7183 ± 3% +17.9% 8467 ± 8% numa-vmstat.node1.nr_kernel_stack
13042 ± 10% -34.2% 8577 ± 11% softirqs.CPU0.SCHED
17047 +5.8% 18036 proc-vmstat.nr_kernel_stack
1.218e+09 ± 2% -54.3% 5.564e+08 ± 3% proc-vmstat.pgfree
766.67 ± 5% +12.2% 860.50 ± 3% slabinfo.kmalloc-cg-32.active_objs
7462 ± 7% +13.3% 8458 ± 4% slabinfo.kmalloc-cg-8.active_objs
25595 ± 2% -40.0% 15361 vmstat.system.cs
7186 -22.4% 5577 vmstat.system.in
1422 ± 8% -34.0% 939.50 ± 43% numa-meminfo.node0.Active(anon)
7183 ± 3% +17.9% 8467 ± 8% numa-meminfo.node1.KernelStack
835236 ± 12% +23.0% 1027326 ± 11% numa-meminfo.node1.MemUsed
41.67 -48.8% 21.33 ± 3% turbostat.Avg_MHz
1.42 ± 2% -0.6 0.83 ± 2% turbostat.Busy%
2937 -12.3% 2574 turbostat.Bzy_MHz
51129 ± 15% -34.7% 33365 ± 10% turbostat.C1
0.10 ± 4% -0.0 0.07 ± 14% turbostat.C1%
161038 -53.8% 74435 turbostat.C1E
0.82 -0.4 0.39 turbostat.C1E%
837765 -33.9% 553856 turbostat.C6
15.14 -28.8% 10.78 ± 3% turbostat.CPU%c1
455267 ± 2% -23.9% 346620 ± 2% turbostat.IRQ
112.21 -7.7% 103.57 turbostat.PkgWatt
84.04 -4.3% 80.40 turbostat.RAMWatt
33885 ± 6% -24.2% 25673 interrupts.CAL:Function_call_interrupts
6313 ± 8% -75.6% 1541 ± 19% interrupts.CPU0.CAL:Function_call_interrupts
30982 ± 16% -55.4% 13832 ± 5% interrupts.CPU0.LOC:Local_timer_interrupts
270.83 ± 18% -79.5% 55.50 ± 21% interrupts.CPU0.RES:Rescheduling_interrupts
2401 ± 25% -76.3% 568.50 ± 21% interrupts.CPU1.CAL:Function_call_interrupts
21139 ± 23% -56.0% 9299 ± 27% interrupts.CPU1.LOC:Local_timer_interrupts
108.33 ± 18% -81.1% 20.50 ± 38% interrupts.CPU1.RES:Rescheduling_interrupts
863.50 ± 24% -59.7% 348.17 ± 34% interrupts.CPU2.CAL:Function_call_interrupts
98.00 ± 35% -70.9% 28.50 ± 86% interrupts.CPU2.RES:Rescheduling_interrupts
1504 ± 29% +168.4% 4037 ± 50% interrupts.CPU22.LOC:Local_timer_interrupts
12932 ± 21% -69.8% 3904 ± 41% interrupts.CPU5.LOC:Local_timer_interrupts
77.17 ± 65% -85.1% 11.50 ± 49% interrupts.CPU5.RES:Rescheduling_interrupts
6555 ± 33% -45.9% 3549 ± 58% interrupts.CPU54.LOC:Local_timer_interrupts
87.33 ± 31% -74.6% 22.17 ± 60% interrupts.CPU58.RES:Rescheduling_interrupts
76.17 ± 24% -80.7% 14.67 ± 39% interrupts.CPU59.RES:Rescheduling_interrupts
76.17 ± 24% -72.4% 21.00 ± 62% interrupts.CPU63.RES:Rescheduling_interrupts
6038 ± 34% -67.1% 1984 ± 40% interrupts.CPU66.LOC:Local_timer_interrupts
7942 ± 37% -55.8% 3513 ± 70% interrupts.CPU7.LOC:Local_timer_interrupts
428264 -22.2% 333008 interrupts.LOC:Local_timer_interrupts
3123 ± 8% -53.8% 1444 ± 10% interrupts.RES:Rescheduling_interrupts
stress-ng.memhotplug.ops
3000 +--------------------------------------------------------------------+
| .+ .+ +. +. |
2500 |.++.++.++.++ +.++.++.++.++.++.++ +.+ ++.++.+ ++.+ |
| |
| |
2000 |-+ |
| |
1500 |-+ |
| OO OO OO OO O OO OO OO OO OO OO OO O OO OO O OO O O O OO OO O|
1000 |-+ O O O O |
| |
| |
500 |-+ |
| O O |
0 +--------------------------------------------------------------------+
stress-ng.memhotplug.ops_per_sec
50 +----------------------------------------------------------------------+
45 |-+ .+ .+ +. +. |
|.++.++.++.++ +.+.++.++.++.++.++.+ +.+ ++.++.+ ++.+ |
40 |-+ |
35 |-+ |
| |
30 |-+ |
25 |-+ |
20 |-OO OO OO OO O O OO OO OO OO OO O OO O OO OO O O O O OO OO OO |
| O O OO O |
15 |-+ |
10 |-+ |
| |
5 |-+ O O |
0 +----------------------------------------------------------------------+
[*] bisect-good sample
[O] bisect-bad sample
Disclaimer:
Results have been estimated based on internal Intel analysis and are provided
for informational purposes only. Any difference in system hardware or software
design or configuration may affect actual performance.
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang
9 months, 3 weeks
[mm/migrate] 295be91f7e: stress-ng.memhotplug.ops_per_sec 151.7% improvement
by kernel test robot
Greeting,
FYI, we noticed a 151.7% improvement of stress-ng.memhotplug.ops_per_sec due to commit:
commit: 295be91f7ef0027fca2f2e4788e99731aa931834 ("mm/migrate: optimize hotplug-time demotion order updates")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: stress-ng
on test machine: 96 threads 2 sockets Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz with 192G memory
with following parameters:
nr_threads: 10%
disk: 1HDD
testtime: 60s
fs: ext4
class: os
test: memhotplug
cpufreq_governor: performance
ucode: 0x5003006
Details are as below:
-------------------------------------------------------------------------------------------------->
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
sudo bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
sudo bin/lkp run generated-yaml-file
# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.
=========================================================================================
class/compiler/cpufreq_governor/disk/fs/kconfig/nr_threads/rootfs/tbox_group/test/testcase/testtime/ucode:
os/gcc-9/performance/1HDD/ext4/x86_64-rhel-8.3/10%/debian-10.4-x86_64-20200603.cgz/lkp-csl-2sp5/memhotplug/stress-ng/60s/0x5003006
commit:
cb185d5f1e ("userfaultfd: fix a race between writeprotect and exit_mmap()")
295be91f7e ("mm/migrate: optimize hotplug-time demotion order updates")
cb185d5f1ebf900f 295be91f7ef0027fca2f2e4788e
---------------- ---------------------------
%stddev %change %stddev
\ | \
1041 ± 9% +151.1% 2614 stress-ng.memhotplug.ops
17.28 ± 9% +151.7% 43.50 stress-ng.memhotplug.ops_per_sec
15735 ± 10% +148.8% 39147 ± 3% stress-ng.time.involuntary_context_switches
38.25 ± 8% +143.1% 93.00 stress-ng.time.percent_of_cpu_this_job_got
24.04 ± 8% +141.6% 58.06 stress-ng.time.system_time
3335 ± 3% +13.7% 3791 ± 2% meminfo.Active(anon)
545.38 ± 4% -20.9% 431.44 ± 4% slabinfo.seq_file.num_objs
13401 ± 5% +88.0% 25188 vmstat.system.cs
0.11 ± 18% -0.0 0.09 ± 20% mpstat.cpu.all.soft%
0.39 ± 8% +0.5 0.92 ± 2% mpstat.cpu.all.sys%
0.03 ± 5% +0.0 0.04 ± 7% mpstat.cpu.all.usr%
51.62 ± 15% +34.9% 69.67 ± 10% turbostat.Avg_MHz
1424 ± 3% +30.1% 1853 ± 7% turbostat.Bzy_MHz
121.84 +10.1% 134.18 turbostat.PkgWatt
82.89 +4.4% 86.55 turbostat.RAMWatt
833.25 ± 3% +13.7% 947.56 ± 2% proc-vmstat.nr_active_anon
5807 +2.1% 5927 proc-vmstat.nr_shmem
833.25 ± 3% +13.7% 947.56 ± 2% proc-vmstat.nr_zone_active_anon
2621 ± 6% +19.9% 3142 ± 4% proc-vmstat.pgactivate
4.772e+08 ± 9% +150.0% 1.193e+09 proc-vmstat.pgfree
53561 ± 2% +19.3% 63913 ± 4% interrupts.CAL:Function_call_interrupts
516.12 ± 6% +24.4% 642.22 ± 14% interrupts.CPU15.CAL:Function_call_interrupts
545.12 ± 6% +61.5% 880.33 ± 34% interrupts.CPU24.CAL:Function_call_interrupts
522.88 ± 2% +23.5% 646.00 ± 11% interrupts.CPU26.CAL:Function_call_interrupts
516.25 ± 2% +21.6% 628.00 ± 12% interrupts.CPU27.CAL:Function_call_interrupts
519.38 ± 3% +21.1% 629.00 ± 10% interrupts.CPU30.CAL:Function_call_interrupts
519.75 ± 5% +38.6% 720.56 ± 33% interrupts.CPU31.CAL:Function_call_interrupts
518.12 ± 2% +30.4% 675.67 ± 17% interrupts.CPU36.CAL:Function_call_interrupts
521.00 ± 5% +15.3% 600.89 ± 8% interrupts.CPU39.CAL:Function_call_interrupts
504.50 ± 6% +23.6% 623.33 ± 9% interrupts.CPU41.CAL:Function_call_interrupts
512.62 ± 2% +23.3% 632.11 ± 9% interrupts.CPU42.CAL:Function_call_interrupts
527.88 ± 6% +38.0% 728.22 ± 21% interrupts.CPU43.CAL:Function_call_interrupts
504.00 ± 6% +57.5% 793.89 ± 29% interrupts.CPU46.CAL:Function_call_interrupts
549.25 ± 3% +34.9% 740.67 ± 13% interrupts.CPU47.CAL:Function_call_interrupts
511.62 +81.7% 929.78 ± 53% interrupts.CPU73.CAL:Function_call_interrupts
511.38 ± 2% +79.9% 920.00 ± 47% interrupts.CPU74.CAL:Function_call_interrupts
522.00 ± 6% +41.3% 737.78 ± 27% interrupts.CPU75.CAL:Function_call_interrupts
506.50 +74.5% 883.78 ± 53% interrupts.CPU76.CAL:Function_call_interrupts
519.75 ± 4% +28.8% 669.67 ± 17% interrupts.CPU78.CAL:Function_call_interrupts
506.88 +23.7% 626.78 ± 15% interrupts.CPU79.CAL:Function_call_interrupts
515.00 ± 2% +35.1% 695.67 ± 23% interrupts.CPU83.CAL:Function_call_interrupts
511.38 ± 2% +28.0% 654.56 ± 20% interrupts.CPU84.CAL:Function_call_interrupts
519.88 ± 6% +23.3% 641.00 ± 10% interrupts.CPU86.CAL:Function_call_interrupts
503.12 ± 12% +23.6% 621.78 ± 11% interrupts.CPU87.CAL:Function_call_interrupts
547.00 ± 7% +20.6% 659.67 ± 13% interrupts.CPU89.CAL:Function_call_interrupts
527.62 ± 3% +71.1% 902.89 ± 57% interrupts.CPU93.CAL:Function_call_interrupts
534.00 ± 5% +51.9% 810.89 ± 46% interrupts.CPU94.CAL:Function_call_interrupts
542.75 ± 6% +31.4% 713.11 ± 17% interrupts.CPU95.CAL:Function_call_interrupts
12945 ± 20% +61.4% 20889 ± 9% interrupts.NMI:Non-maskable_interrupts
12945 ± 20% +61.4% 20889 ± 9% interrupts.PMI:Performance_monitoring_interrupts
2706 ± 25% +88.6% 5103 ± 18% interrupts.RES:Rescheduling_interrupts
5.285e+08 ± 5% +95.8% 1.035e+09 perf-stat.i.branch-instructions
1.42 ± 54% -0.7 0.77 ± 53% perf-stat.i.branch-miss-rate%
25137162 ± 10% +145.6% 61727243 perf-stat.i.cache-misses
61633730 ± 39% +79.9% 1.109e+08 ± 17% perf-stat.i.cache-references
13469 ± 6% +90.8% 25693 perf-stat.i.context-switches
1.83 ± 13% -25.1% 1.37 ± 11% perf-stat.i.cpi
4.261e+09 ± 18% +41.2% 6.015e+09 ± 11% perf-stat.i.cpu-cycles
226.29 ± 5% -30.6% 157.02 ± 6% perf-stat.i.cycles-between-cache-misses
5.312e+08 ± 4% +79.0% 9.506e+08 perf-stat.i.dTLB-loads
0.03 ± 88% -0.0 0.02 ± 92% perf-stat.i.dTLB-store-miss-rate%
2.809e+08 ± 4% +79.9% 5.053e+08 perf-stat.i.dTLB-stores
759120 ± 4% +14.9% 872108 ± 4% perf-stat.i.iTLB-load-misses
2.358e+09 ± 5% +90.4% 4.491e+09 perf-stat.i.instructions
3121 ± 9% +66.1% 5185 ± 4% perf-stat.i.instructions-per-iTLB-miss
0.57 ± 13% +33.3% 0.76 ± 10% perf-stat.i.ipc
0.04 ± 18% +41.1% 0.06 ± 11% perf-stat.i.metric.GHz
727.45 ± 34% -42.7% 416.57 ± 39% perf-stat.i.metric.K/sec
13.97 ± 5% +92.5% 26.89 perf-stat.i.metric.M/sec
3267111 ± 8% +136.2% 7716991 ± 9% perf-stat.i.node-load-misses
1735357 ± 9% +164.4% 4587669 ± 13% perf-stat.i.node-loads
1533195 ± 8% +151.2% 3851398 ± 4% perf-stat.i.node-store-misses
1079117 ± 13% +163.6% 2844637 ± 4% perf-stat.i.node-stores
1.43 ± 51% -0.7 0.73 ± 52% perf-stat.overall.branch-miss-rate%
1.79 ± 13% -25.3% 1.34 ± 11% perf-stat.overall.cpi
168.16 ± 8% -42.1% 97.35 ± 10% perf-stat.overall.cycles-between-cache-misses
0.03 ± 86% -0.0 0.02 ± 92% perf-stat.overall.dTLB-store-miss-rate%
3118 ± 9% +65.4% 5159 ± 4% perf-stat.overall.instructions-per-iTLB-miss
0.57 ± 13% +33.2% 0.76 ± 10% perf-stat.overall.ipc
5.201e+08 ± 5% +95.8% 1.019e+09 perf-stat.ps.branch-instructions
24739396 ± 10% +145.6% 60759231 perf-stat.ps.cache-misses
60650396 ± 39% +79.9% 1.091e+08 ± 17% perf-stat.ps.cache-references
13256 ± 6% +90.8% 25287 perf-stat.ps.context-switches
4.193e+09 ± 18% +41.2% 5.919e+09 ± 11% perf-stat.ps.cpu-cycles
5.227e+08 ± 4% +79.0% 9.354e+08 perf-stat.ps.dTLB-loads
2.764e+08 ± 4% +79.9% 4.972e+08 perf-stat.ps.dTLB-stores
746985 ± 4% +14.9% 858111 ± 4% perf-stat.ps.iTLB-load-misses
2.321e+09 ± 5% +90.4% 4.419e+09 perf-stat.ps.instructions
3215383 ± 8% +136.2% 7596029 ± 9% perf-stat.ps.node-load-misses
1707815 ± 9% +164.4% 4515471 ± 13% perf-stat.ps.node-loads
1508884 ± 8% +151.3% 3791226 ± 4% perf-stat.ps.node-store-misses
1062105 ± 13% +163.6% 2800159 ± 4% perf-stat.ps.node-stores
1.471e+11 ± 5% +90.6% 2.804e+11 perf-stat.total.instructions
14263 ± 14% -20.6% 11330 ± 10% softirqs.CPU0.RCU
12166 ± 20% -25.4% 9078 ± 12% softirqs.CPU11.RCU
12640 ± 20% -26.7% 9265 ± 15% softirqs.CPU12.RCU
13113 ± 13% -27.1% 9555 ± 13% softirqs.CPU13.RCU
12127 ± 15% -27.3% 8812 ± 10% softirqs.CPU15.RCU
10763 ± 13% -32.5% 7267 ± 11% softirqs.CPU16.RCU
11134 ± 10% -28.5% 7965 ± 15% softirqs.CPU17.RCU
11124 ± 14% -27.0% 8118 ± 14% softirqs.CPU19.RCU
13344 ± 11% -27.8% 9632 ± 12% softirqs.CPU2.RCU
12754 ± 24% -37.1% 8019 ± 14% softirqs.CPU20.RCU
10766 ± 5% -30.3% 7507 ± 10% softirqs.CPU21.RCU
10945 ± 6% -29.2% 7754 ± 12% softirqs.CPU23.RCU
9036 ± 5% -20.3% 7205 ± 7% softirqs.CPU25.RCU
9612 ± 9% -19.0% 7788 ± 17% softirqs.CPU29.RCU
13411 ± 18% -31.9% 9138 ± 15% softirqs.CPU3.RCU
9549 ± 9% -17.0% 7927 ± 9% softirqs.CPU30.RCU
9210 ± 5% -20.6% 7311 ± 11% softirqs.CPU31.RCU
10952 ± 9% -16.1% 9186 ± 10% softirqs.CPU33.RCU
10191 ± 5% -13.3% 8837 ± 7% softirqs.CPU36.RCU
10633 ± 7% -16.5% 8876 ± 9% softirqs.CPU39.RCU
13116 ± 23% -26.4% 9649 ± 9% softirqs.CPU4.RCU
11247 ± 11% -17.5% 9278 ± 9% softirqs.CPU47.RCU
12587 ± 16% -32.4% 8505 ± 12% softirqs.CPU48.RCU
14346 ± 18% -32.5% 9684 ± 18% softirqs.CPU5.RCU
12580 ± 18% -29.4% 8876 ± 10% softirqs.CPU51.RCU
13283 ± 26% -30.5% 9232 ± 15% softirqs.CPU53.RCU
12647 ± 15% -27.5% 9166 ± 14% softirqs.CPU54.RCU
12486 ± 16% -32.6% 8416 ± 7% softirqs.CPU55.RCU
12832 ± 17% -26.0% 9492 ± 17% softirqs.CPU59.RCU
12929 ± 16% -24.5% 9755 ± 18% softirqs.CPU6.RCU
13390 ± 17% -29.0% 9507 ± 18% softirqs.CPU60.RCU
11309 ± 13% -31.3% 7763 ± 13% softirqs.CPU64.RCU
11550 ± 11% -31.3% 7933 ± 13% softirqs.CPU65.RCU
11513 ± 9% -32.3% 7799 ± 16% softirqs.CPU66.RCU
11594 ± 10% -33.8% 7677 ± 13% softirqs.CPU67.RCU
11797 ± 9% -36.4% 7499 ± 11% softirqs.CPU68.RCU
11649 ± 16% -35.7% 7488 ± 12% softirqs.CPU69.RCU
11282 ± 10% -28.5% 8065 ± 13% softirqs.CPU70.RCU
11054 ± 10% -28.2% 7931 ± 13% softirqs.CPU71.RCU
9519 ± 6% -19.2% 7692 ± 7% softirqs.CPU72.RCU
9875 ± 9% -15.9% 8308 ± 8% softirqs.CPU76.RCU
9288 ± 7% -19.2% 7504 ± 8% softirqs.CPU79.RCU
10119 ± 4% -9.0% 9205 ± 6% softirqs.CPU84.RCU
12494 ± 19% -28.5% 8934 ± 12% softirqs.CPU9.RCU
1087941 ± 10% -20.9% 860053 ± 5% softirqs.RCU
74.19 ± 4% -14.1 60.13 ± 2% perf-profile.calltrace.cycles-pp.secondary_startup_64_no_verify
73.22 ± 4% -13.9 59.31 ± 2% perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
73.22 ± 4% -13.9 59.31 ± 2% perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64_no_verify
73.15 ± 4% -13.9 59.27 ± 2% perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
66.07 ± 3% -11.8 54.27 ± 3% perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
64.96 ± 3% -11.3 53.66 ± 3% perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary
22.84 ± 15% -9.4 13.42 ± 9% perf-profile.calltrace.cycles-pp.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry
18.47 ± 15% -7.6 10.84 ± 10% perf-profile.calltrace.cycles-pp.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle
12.28 ± 19% -5.1 7.16 ± 11% perf-profile.calltrace.cycles-pp.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter
12.02 ± 20% -5.0 7.02 ± 11% perf-profile.calltrace.cycles-pp.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state
6.62 ± 7% -2.7 3.96 ± 16% perf-profile.calltrace.cycles-pp.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt
4.24 ± 11% -1.7 2.55 ± 15% perf-profile.calltrace.cycles-pp.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt
5.16 ± 14% -1.6 3.57 ± 17% perf-profile.calltrace.cycles-pp.menu_select.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
3.84 ± 10% -1.5 2.30 ± 16% perf-profile.calltrace.cycles-pp.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt
3.57 ± 13% -1.4 2.18 ± 14% perf-profile.calltrace.cycles-pp.update_process_times.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt
3.47 ± 9% -1.4 2.09 ± 12% perf-profile.calltrace.cycles-pp.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter
2.91 ± 10% -1.2 1.74 ± 12% perf-profile.calltrace.cycles-pp.__softirqentry_text_start.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state
1.06 ± 22% -0.7 0.38 ± 90% perf-profile.calltrace.cycles-pp.tick_irq_enter.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state
1.10 ± 21% -0.6 0.46 ± 72% perf-profile.calltrace.cycles-pp.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter
1.82 ± 12% -0.6 1.20 ± 17% perf-profile.calltrace.cycles-pp.scheduler_tick.update_process_times.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues
1.30 ± 10% -0.5 0.75 ± 9% perf-profile.calltrace.cycles-pp.rebalance_domains.__softirqentry_text_start.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt
1.16 ± 23% -0.5 0.67 ± 16% perf-profile.calltrace.cycles-pp.lapic_next_deadline.clockevents_program_event.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt
1.10 ± 7% -0.5 0.64 ± 6% perf-profile.calltrace.cycles-pp.perf_mux_hrtimer_handler.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt
0.70 ± 16% +0.4 1.08 ± 7% perf-profile.calltrace.cycles-pp.flush_all_cpus_locked.slab_memory_callback.blocking_notifier_call_chain.offline_pages.memory_subsys_offline
0.78 ± 16% +0.5 1.25 ± 11% perf-profile.calltrace.cycles-pp.update_sd_lb_stats.find_busiest_group.load_balance.newidle_balance.pick_next_task_fair
0.78 ± 15% +0.5 1.27 ± 11% perf-profile.calltrace.cycles-pp.find_busiest_group.load_balance.newidle_balance.pick_next_task_fair.__schedule
0.84 ± 14% +0.5 1.36 ± 9% perf-profile.calltrace.cycles-pp.load_balance.newidle_balance.pick_next_task_fair.__schedule.schedule
0.92 ± 14% +0.6 1.47 ± 8% perf-profile.calltrace.cycles-pp.newidle_balance.pick_next_task_fair.__schedule.schedule.worker_thread
0.92 ± 14% +0.6 1.47 ± 8% perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.worker_thread.kthread
1.01 ± 18% +0.6 1.56 ± 8% perf-profile.calltrace.cycles-pp.slab_memory_callback.blocking_notifier_call_chain.offline_pages.memory_subsys_offline.device_offline
1.01 ± 19% +0.6 1.57 ± 8% perf-profile.calltrace.cycles-pp.blocking_notifier_call_chain.offline_pages.memory_subsys_offline.device_offline.state_store
1.07 ± 18% +0.6 1.64 ± 14% perf-profile.calltrace.cycles-pp.__pageblock_pfn_to_page.set_zone_contiguous.online_pages.memory_subsys_online.device_online
1.11 ± 16% +0.6 1.70 ± 14% perf-profile.calltrace.cycles-pp.set_zone_contiguous.online_pages.memory_subsys_online.device_online.state_store
1.03 ± 14% +0.6 1.63 ± 8% perf-profile.calltrace.cycles-pp.__schedule.schedule.worker_thread.kthread.ret_from_fork
1.04 ± 14% +0.6 1.65 ± 8% perf-profile.calltrace.cycles-pp.schedule.worker_thread.kthread.ret_from_fork
1.01 ± 18% +0.6 1.65 ± 4% perf-profile.calltrace.cycles-pp.__free_pages_ok.generic_online_page.online_pages.memory_subsys_online.device_online
1.46 ± 12% +0.7 2.12 ± 7% perf-profile.calltrace.cycles-pp.ret_from_fork
1.46 ± 12% +0.7 2.12 ± 7% perf-profile.calltrace.cycles-pp.kthread.ret_from_fork
1.33 ± 12% +0.7 1.99 ± 8% perf-profile.calltrace.cycles-pp.worker_thread.kthread.ret_from_fork
0.68 ± 67% +0.7 1.40 ± 16% perf-profile.calltrace.cycles-pp._printk.__dump_page.cold.dump_page.start_isolate_page_range.offline_pages
0.68 ± 67% +0.7 1.40 ± 16% perf-profile.calltrace.cycles-pp.vprintk_emit._printk.__dump_page.cold.dump_page.start_isolate_page_range
0.68 ± 67% +0.7 1.40 ± 16% perf-profile.calltrace.cycles-pp.console_unlock.vprintk_emit._printk.__dump_page.cold.dump_page
0.68 ± 66% +0.7 1.40 ± 16% perf-profile.calltrace.cycles-pp.serial8250_console_write.console_unlock.vprintk_emit._printk.__dump_page.cold
1.15 ± 16% +0.8 2.00 ± 8% perf-profile.calltrace.cycles-pp.move_freepages_block.unset_migratetype_isolate.undo_isolate_page_range.online_pages.memory_subsys_online
1.25 ± 20% +0.9 2.12 ± 8% perf-profile.calltrace.cycles-pp.undo_isolate_page_range.online_pages.memory_subsys_online.device_online.state_store
1.20 ± 16% +0.9 2.09 ± 8% perf-profile.calltrace.cycles-pp.unset_migratetype_isolate.undo_isolate_page_range.online_pages.memory_subsys_online.device_online
1.76 ± 11% +1.0 2.78 ± 5% perf-profile.calltrace.cycles-pp.has_unmovable_pages.start_isolate_page_range.offline_pages.memory_subsys_offline.device_offline
2.11 ± 32% +1.5 3.57 ± 14% perf-profile.calltrace.cycles-pp.__dump_page.cold.dump_page.start_isolate_page_range.offline_pages.memory_subsys_offline
2.64 ± 15% +1.5 4.14 ± 3% perf-profile.calltrace.cycles-pp.__free_pages_core.generic_online_page.online_pages.memory_subsys_online.device_online
3.02 ± 15% +1.7 4.72 ± 7% perf-profile.calltrace.cycles-pp.__init_single_page.memmap_init_range.move_pfn_range_to_zone.online_pages.memory_subsys_online
3.05 ± 20% +2.1 5.10 ± 10% perf-profile.calltrace.cycles-pp.dump_page.start_isolate_page_range.offline_pages.memory_subsys_offline.device_offline
3.66 ± 15% +2.2 5.81 ± 3% perf-profile.calltrace.cycles-pp.generic_online_page.online_pages.memory_subsys_online.device_online.state_store
3.08 ± 18% +2.3 5.38 ± 13% perf-profile.calltrace.cycles-pp.wait_for_xmitr.serial8250_console_putchar.uart_console_write.serial8250_console_write.console_unlock
2.05 ± 27% +2.3 4.35 ± 16% perf-profile.calltrace.cycles-pp.io_serial_in.wait_for_xmitr.serial8250_console_putchar.uart_console_write.serial8250_console_write
3.09 ± 18% +2.3 5.39 ± 13% perf-profile.calltrace.cycles-pp.serial8250_console_putchar.uart_console_write.serial8250_console_write.console_unlock.vprintk_emit
4.11 ± 16% +2.4 6.49 ± 6% perf-profile.calltrace.cycles-pp.memmap_init_range.move_pfn_range_to_zone.online_pages.memory_subsys_online.device_online
3.21 ± 18% +2.4 5.62 ± 10% perf-profile.calltrace.cycles-pp.uart_console_write.serial8250_console_write.console_unlock.vprintk_emit._printk
4.25 ± 16% +2.5 6.77 ± 6% perf-profile.calltrace.cycles-pp.move_pfn_range_to_zone.online_pages.memory_subsys_online.device_online.state_store
5.62 ± 15% +3.7 9.36 ± 7% perf-profile.calltrace.cycles-pp.start_isolate_page_range.offline_pages.memory_subsys_offline.device_offline.state_store
10.38 ± 15% +6.2 16.55 ± 4% perf-profile.calltrace.cycles-pp.online_pages.memory_subsys_online.device_online.state_store.kernfs_fop_write_iter
10.38 ± 15% +6.2 16.56 ± 4% perf-profile.calltrace.cycles-pp.memory_subsys_online.device_online.state_store.kernfs_fop_write_iter.new_sync_write
10.39 ± 15% +6.2 16.56 ± 4% perf-profile.calltrace.cycles-pp.device_online.state_store.kernfs_fop_write_iter.new_sync_write.vfs_write
11.90 ± 13% +7.6 19.49 ± 4% perf-profile.calltrace.cycles-pp.offline_pages.memory_subsys_offline.device_offline.state_store.kernfs_fop_write_iter
12.06 ± 13% +7.7 19.75 ± 4% perf-profile.calltrace.cycles-pp.memory_subsys_offline.device_offline.state_store.kernfs_fop_write_iter.new_sync_write
12.07 ± 13% +7.7 19.77 ± 4% perf-profile.calltrace.cycles-pp.device_offline.state_store.kernfs_fop_write_iter.new_sync_write.vfs_write
22.76 ± 13% +13.8 36.58 ± 4% perf-profile.calltrace.cycles-pp.write
22.73 ± 13% +13.8 36.56 ± 4% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.write
22.73 ± 13% +13.8 36.56 ± 4% perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
22.71 ± 13% +13.8 36.55 ± 4% perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
22.70 ± 13% +13.8 36.54 ± 4% perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
22.69 ± 13% +13.9 36.54 ± 4% perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
22.64 ± 13% +13.9 36.50 ± 4% perf-profile.calltrace.cycles-pp.kernfs_fop_write_iter.new_sync_write.vfs_write.ksys_write.do_syscall_64
22.61 ± 13% +13.9 36.48 ± 4% perf-profile.calltrace.cycles-pp.state_store.kernfs_fop_write_iter.new_sync_write.vfs_write.ksys_write
74.19 ± 4% -14.1 60.13 ± 2% perf-profile.children.cycles-pp.secondary_startup_64_no_verify
74.19 ± 4% -14.1 60.13 ± 2% perf-profile.children.cycles-pp.cpu_startup_entry
74.19 ± 4% -14.1 60.13 ± 2% perf-profile.children.cycles-pp.do_idle
73.22 ± 4% -13.9 59.31 ± 2% perf-profile.children.cycles-pp.start_secondary
66.98 ± 3% -11.9 55.03 ± 3% perf-profile.children.cycles-pp.cpuidle_enter
66.92 ± 3% -11.9 54.99 ± 3% perf-profile.children.cycles-pp.cpuidle_enter_state
21.26 ± 15% -8.6 12.68 ± 9% perf-profile.children.cycles-pp.asm_sysvec_apic_timer_interrupt
18.83 ± 15% -7.6 11.22 ± 10% perf-profile.children.cycles-pp.sysvec_apic_timer_interrupt
12.51 ± 19% -5.1 7.43 ± 11% perf-profile.children.cycles-pp.__sysvec_apic_timer_interrupt
12.26 ± 20% -5.0 7.29 ± 11% perf-profile.children.cycles-pp.hrtimer_interrupt
6.78 ± 7% -2.6 4.17 ± 16% perf-profile.children.cycles-pp.__hrtimer_run_queues
4.34 ± 10% -1.6 2.70 ± 16% perf-profile.children.cycles-pp.tick_sched_timer
5.23 ± 14% -1.6 3.64 ± 17% perf-profile.children.cycles-pp.menu_select
3.92 ± 9% -1.5 2.44 ± 17% perf-profile.children.cycles-pp.tick_sched_handle
3.57 ± 9% -1.4 2.18 ± 13% perf-profile.children.cycles-pp.irq_exit_rcu
3.66 ± 12% -1.3 2.34 ± 15% perf-profile.children.cycles-pp.update_process_times
2.98 ± 9% -1.2 1.80 ± 12% perf-profile.children.cycles-pp.__softirqentry_text_start
1.88 ± 11% -0.6 1.30 ± 18% perf-profile.children.cycles-pp.scheduler_tick
1.32 ± 10% -0.6 0.77 ± 8% perf-profile.children.cycles-pp.rebalance_domains
1.11 ± 21% -0.5 0.60 ± 28% perf-profile.children.cycles-pp.irq_enter_rcu
1.08 ± 22% -0.5 0.57 ± 30% perf-profile.children.cycles-pp.tick_irq_enter
1.21 ± 23% -0.5 0.71 ± 16% perf-profile.children.cycles-pp.lapic_next_deadline
1.13 ± 7% -0.5 0.67 ± 7% perf-profile.children.cycles-pp.perf_mux_hrtimer_handler
1.12 ± 21% -0.4 0.68 ± 11% perf-profile.children.cycles-pp.sched_clock_cpu
0.98 ± 22% -0.4 0.58 ± 10% perf-profile.children.cycles-pp.native_sched_clock
0.86 ± 14% -0.4 0.47 ± 13% perf-profile.children.cycles-pp.irqtime_account_irq
0.79 ± 38% -0.4 0.40 ± 32% perf-profile.children.cycles-pp.ktime_get_update_offsets_now
1.07 ± 25% -0.4 0.68 ± 16% perf-profile.children.cycles-pp.native_irq_return_iret
0.94 ± 20% -0.4 0.57 ± 39% perf-profile.children.cycles-pp.irq_work_run_list
0.91 ± 20% -0.4 0.54 ± 40% perf-profile.children.cycles-pp.asm_sysvec_irq_work
0.91 ± 20% -0.4 0.54 ± 40% perf-profile.children.cycles-pp.sysvec_irq_work
0.91 ± 20% -0.4 0.54 ± 40% perf-profile.children.cycles-pp.__sysvec_irq_work
0.91 ± 20% -0.4 0.54 ± 40% perf-profile.children.cycles-pp.irq_work_run
0.91 ± 20% -0.4 0.55 ± 40% perf-profile.children.cycles-pp.irq_work_single
0.73 ± 14% -0.3 0.41 ± 12% perf-profile.children.cycles-pp.rcu_sched_clock_irq
0.79 ± 17% -0.3 0.51 ± 17% perf-profile.children.cycles-pp.read_tsc
0.58 ± 21% -0.2 0.33 ± 13% perf-profile.children.cycles-pp.run_rebalance_domains
0.54 ± 16% -0.2 0.30 ± 23% perf-profile.children.cycles-pp.hrtimer_update_next_event
0.50 ± 26% -0.2 0.27 ± 18% perf-profile.children.cycles-pp.rcu_idle_exit
0.60 ± 17% -0.2 0.37 ± 12% perf-profile.children.cycles-pp.update_blocked_averages
0.61 ± 11% -0.2 0.39 ± 26% perf-profile.children.cycles-pp.update_rq_clock
0.43 ± 22% -0.2 0.22 ± 14% perf-profile.children.cycles-pp._raw_spin_trylock
0.46 ± 24% -0.2 0.27 ± 36% perf-profile.children.cycles-pp.__remove_hrtimer
0.41 ± 16% -0.2 0.24 ± 18% perf-profile.children.cycles-pp.__intel_pmu_enable_all
0.49 ± 20% -0.2 0.33 ± 17% perf-profile.children.cycles-pp.get_next_timer_interrupt
0.52 ± 11% -0.2 0.36 ± 20% perf-profile.children.cycles-pp.rcu_core
0.34 ± 36% -0.2 0.19 ± 51% perf-profile.children.cycles-pp.enqueue_hrtimer
0.30 ± 11% -0.2 0.15 ± 30% perf-profile.children.cycles-pp.note_gp_changes
0.37 ± 16% -0.2 0.22 ± 29% perf-profile.children.cycles-pp.update_irq_load_avg
0.35 ± 24% -0.2 0.20 ± 18% perf-profile.children.cycles-pp.rcu_eqs_exit
0.31 ± 40% -0.1 0.16 ± 54% perf-profile.children.cycles-pp.timerqueue_add
0.42 ± 12% -0.1 0.28 ± 12% perf-profile.children.cycles-pp.arch_scale_freq_tick
0.28 ± 8% -0.1 0.15 ± 16% perf-profile.children.cycles-pp.__hrtimer_get_next_event
0.36 ± 24% -0.1 0.23 ± 34% perf-profile.children.cycles-pp.timerqueue_del
0.23 ± 15% -0.1 0.12 ± 18% perf-profile.children.cycles-pp.error_entry
0.25 ± 25% -0.1 0.15 ± 27% perf-profile.children.cycles-pp.rcu_dynticks_inc
0.20 ± 10% -0.1 0.10 ± 32% perf-profile.children.cycles-pp.execve
0.20 ± 10% -0.1 0.11 ± 32% perf-profile.children.cycles-pp.__x64_sys_execve
0.20 ± 10% -0.1 0.11 ± 32% perf-profile.children.cycles-pp.do_execveat_common
0.22 ± 19% -0.1 0.12 ± 21% perf-profile.children.cycles-pp.call_cpuidle
0.63 ± 8% -0.1 0.54 ± 8% perf-profile.children.cycles-pp._raw_spin_lock
0.17 ± 14% -0.1 0.08 ± 25% perf-profile.children.cycles-pp.bprm_execve
0.18 ± 36% -0.1 0.09 ± 59% perf-profile.children.cycles-pp.nr_iowait_cpu
0.17 ± 33% -0.1 0.09 ± 27% perf-profile.children.cycles-pp.__handle_mm_fault
0.18 ± 30% -0.1 0.10 ± 28% perf-profile.children.cycles-pp.handle_mm_fault
0.15 ± 18% -0.1 0.07 ± 20% perf-profile.children.cycles-pp.menu_reflect
0.14 ± 23% -0.1 0.07 ± 42% perf-profile.children.cycles-pp.exec_binprm
0.14 ± 20% -0.1 0.07 ± 42% perf-profile.children.cycles-pp.load_elf_binary
0.11 ± 26% -0.1 0.04 ± 92% perf-profile.children.cycles-pp.get_cpu_device
0.21 ± 22% -0.1 0.14 ± 21% perf-profile.children.cycles-pp.ksys_read
0.12 ± 21% -0.1 0.06 ± 41% perf-profile.children.cycles-pp.mmput
0.12 ± 23% -0.1 0.06 ± 41% perf-profile.children.cycles-pp.exit_mmap
0.20 ± 24% -0.1 0.14 ± 23% perf-profile.children.cycles-pp.vfs_read
0.13 ± 23% -0.1 0.07 ± 47% perf-profile.children.cycles-pp.tick_check_broadcast_expired
0.14 ± 30% -0.0 0.09 ± 20% perf-profile.children.cycles-pp.tick_nohz_tick_stopped
0.07 ± 24% +0.0 0.12 ± 16% perf-profile.children.cycles-pp.setup_per_zone_wmarks
0.05 ± 42% +0.1 0.10 ± 18% perf-profile.children.cycles-pp.zone_pcp_update
0.07 ± 19% +0.1 0.12 ± 11% perf-profile.children.cycles-pp.__zone_set_pageset_high_and_batch
0.02 ±129% +0.1 0.09 ± 19% perf-profile.children.cycles-pp.ttwu_queue_wakelist
0.10 ± 29% +0.1 0.18 ± 20% perf-profile.children.cycles-pp.pfn_to_online_page
0.14 ± 21% +0.1 0.23 ± 17% perf-profile.children.cycles-pp.cpumask_next
0.17 ± 26% +0.1 0.27 ± 8% perf-profile.children.cycles-pp.init_per_zone_wmark_min
0.28 ± 12% +0.1 0.41 ± 12% perf-profile.children.cycles-pp.try_to_wake_up
0.18 ± 25% +0.2 0.41 ± 12% perf-profile.children.cycles-pp.__queue_work
0.20 ± 22% +0.2 0.44 ± 11% perf-profile.children.cycles-pp.queue_work_on
0.71 ± 17% +0.4 1.09 ± 7% perf-profile.children.cycles-pp.flush_all_cpus_locked
0.68 ± 18% +0.4 1.10 ± 4% perf-profile.children.cycles-pp.PageHuge
1.03 ± 19% +0.5 1.57 ± 8% perf-profile.children.cycles-pp.blocking_notifier_call_chain
1.01 ± 18% +0.6 1.56 ± 8% perf-profile.children.cycles-pp.slab_memory_callback
1.10 ± 13% +0.6 1.69 ± 8% perf-profile.children.cycles-pp.newidle_balance
1.14 ± 13% +0.6 1.75 ± 8% perf-profile.children.cycles-pp.pick_next_task_fair
1.32 ± 13% +0.6 1.94 ± 8% perf-profile.children.cycles-pp.schedule
1.01 ± 18% +0.6 1.65 ± 4% perf-profile.children.cycles-pp.__free_pages_ok
1.46 ± 12% +0.7 2.12 ± 7% perf-profile.children.cycles-pp.kthread
1.47 ± 12% +0.7 2.13 ± 7% perf-profile.children.cycles-pp.ret_from_fork
1.33 ± 12% +0.7 1.99 ± 8% perf-profile.children.cycles-pp.worker_thread
1.48 ± 13% +0.7 2.16 ± 8% perf-profile.children.cycles-pp.__schedule
1.26 ± 20% +0.9 2.12 ± 8% perf-profile.children.cycles-pp.undo_isolate_page_range
1.22 ± 16% +0.9 2.11 ± 8% perf-profile.children.cycles-pp.unset_migratetype_isolate
1.48 ± 13% +1.0 2.48 ± 7% perf-profile.children.cycles-pp.move_freepages_block
1.79 ± 11% +1.0 2.84 ± 5% perf-profile.children.cycles-pp.has_unmovable_pages
2.09 ± 18% +1.1 3.22 ± 14% perf-profile.children.cycles-pp.__pageblock_pfn_to_page
2.20 ± 17% +1.2 3.39 ± 14% perf-profile.children.cycles-pp.set_zone_contiguous
2.11 ± 32% +1.5 3.57 ± 14% perf-profile.children.cycles-pp.__dump_page.cold
2.64 ± 15% +1.5 4.15 ± 3% perf-profile.children.cycles-pp.__free_pages_core
3.08 ± 15% +1.8 4.83 ± 7% perf-profile.children.cycles-pp.__init_single_page
3.06 ± 10% +1.9 4.92 ± 12% perf-profile.children.cycles-pp.io_serial_in
3.93 ± 13% +2.0 5.95 ± 8% perf-profile.children.cycles-pp.serial8250_console_putchar
3.05 ± 20% +2.1 5.10 ± 10% perf-profile.children.cycles-pp.dump_page
4.09 ± 14% +2.1 6.16 ± 8% perf-profile.children.cycles-pp.uart_console_write
4.06 ± 13% +2.1 6.15 ± 9% perf-profile.children.cycles-pp.wait_for_xmitr
4.23 ± 13% +2.1 6.37 ± 8% perf-profile.children.cycles-pp.serial8250_console_write
4.25 ± 14% +2.1 6.40 ± 8% perf-profile.children.cycles-pp.console_unlock
3.66 ± 15% +2.2 5.81 ± 3% perf-profile.children.cycles-pp.generic_online_page
4.28 ± 14% +2.2 6.44 ± 8% perf-profile.children.cycles-pp._printk
4.28 ± 14% +2.2 6.44 ± 8% perf-profile.children.cycles-pp.vprintk_emit
4.25 ± 16% +2.5 6.77 ± 6% perf-profile.children.cycles-pp.move_pfn_range_to_zone
4.25 ± 16% +2.5 6.77 ± 6% perf-profile.children.cycles-pp.memmap_init_range
5.63 ± 15% +3.7 9.36 ± 7% perf-profile.children.cycles-pp.start_isolate_page_range
10.38 ± 15% +6.2 16.55 ± 4% perf-profile.children.cycles-pp.online_pages
10.38 ± 15% +6.2 16.56 ± 4% perf-profile.children.cycles-pp.memory_subsys_online
10.39 ± 15% +6.2 16.56 ± 4% perf-profile.children.cycles-pp.device_online
12.06 ± 13% +7.7 19.75 ± 4% perf-profile.children.cycles-pp.memory_subsys_offline
12.06 ± 13% +7.7 19.75 ± 4% perf-profile.children.cycles-pp.offline_pages
12.07 ± 13% +7.7 19.77 ± 4% perf-profile.children.cycles-pp.device_offline
23.78 ± 13% +13.5 37.32 ± 4% perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
23.78 ± 13% +13.5 37.32 ± 4% perf-profile.children.cycles-pp.do_syscall_64
22.76 ± 13% +13.8 36.58 ± 4% perf-profile.children.cycles-pp.write
22.72 ± 13% +13.8 36.55 ± 4% perf-profile.children.cycles-pp.ksys_write
22.71 ± 13% +13.8 36.55 ± 4% perf-profile.children.cycles-pp.vfs_write
22.69 ± 13% +13.8 36.54 ± 4% perf-profile.children.cycles-pp.new_sync_write
22.64 ± 13% +13.9 36.50 ± 4% perf-profile.children.cycles-pp.kernfs_fop_write_iter
22.61 ± 13% +13.9 36.48 ± 4% perf-profile.children.cycles-pp.state_store
3.04 ± 12% -1.2 1.82 ± 9% perf-profile.self.cycles-pp.cpuidle_enter_state
1.21 ± 23% -0.5 0.71 ± 16% perf-profile.self.cycles-pp.lapic_next_deadline
0.96 ± 22% -0.4 0.55 ± 11% perf-profile.self.cycles-pp.native_sched_clock
1.07 ± 25% -0.4 0.68 ± 15% perf-profile.self.cycles-pp.native_irq_return_iret
0.64 ± 48% -0.3 0.31 ± 39% perf-profile.self.cycles-pp.ktime_get_update_offsets_now
0.63 ± 17% -0.3 0.35 ± 10% perf-profile.self.cycles-pp.rcu_sched_clock_irq
0.76 ± 17% -0.3 0.50 ± 15% perf-profile.self.cycles-pp.read_tsc
0.43 ± 22% -0.2 0.21 ± 15% perf-profile.self.cycles-pp._raw_spin_trylock
0.53 ± 9% -0.2 0.33 ± 16% perf-profile.self.cycles-pp.do_idle
0.41 ± 16% -0.2 0.24 ± 18% perf-profile.self.cycles-pp.__intel_pmu_enable_all
0.36 ± 16% -0.2 0.20 ± 14% perf-profile.self.cycles-pp.irqtime_account_irq
0.37 ± 16% -0.2 0.22 ± 29% perf-profile.self.cycles-pp.update_irq_load_avg
0.42 ± 12% -0.1 0.28 ± 12% perf-profile.self.cycles-pp.arch_scale_freq_tick
0.34 ± 10% -0.1 0.21 ± 15% perf-profile.self.cycles-pp.hrtimer_interrupt
0.25 ± 14% -0.1 0.15 ± 15% perf-profile.self.cycles-pp.asm_sysvec_apic_timer_interrupt
0.25 ± 25% -0.1 0.15 ± 27% perf-profile.self.cycles-pp.rcu_dynticks_inc
0.20 ± 18% -0.1 0.10 ± 22% perf-profile.self.cycles-pp.error_entry
0.20 ± 27% -0.1 0.11 ± 21% perf-profile.self.cycles-pp.perf_mux_hrtimer_handler
0.21 ± 19% -0.1 0.11 ± 20% perf-profile.self.cycles-pp.call_cpuidle
0.18 ± 9% -0.1 0.10 ± 17% perf-profile.self.cycles-pp.__hrtimer_get_next_event
0.14 ± 28% -0.1 0.07 ± 45% perf-profile.self.cycles-pp.note_gp_changes
0.11 ± 26% -0.1 0.04 ± 93% perf-profile.self.cycles-pp.get_cpu_device
0.11 ± 30% -0.1 0.04 ± 93% perf-profile.self.cycles-pp.__remove_hrtimer
0.19 ± 10% -0.1 0.13 ± 24% perf-profile.self.cycles-pp.load_balance
0.17 ± 26% -0.1 0.11 ± 23% perf-profile.self.cycles-pp.__softirqentry_text_start
0.12 ± 23% -0.1 0.06 ± 48% perf-profile.self.cycles-pp.tick_check_broadcast_expired
0.14 ± 21% -0.1 0.09 ± 25% perf-profile.self.cycles-pp.timerqueue_del
0.09 ± 21% -0.1 0.04 ± 73% perf-profile.self.cycles-pp.tick_sched_timer
0.12 ± 19% -0.0 0.07 ± 24% perf-profile.self.cycles-pp.rcu_idle_exit
0.11 ± 7% -0.0 0.06 ± 41% perf-profile.self.cycles-pp.clockevents_program_event
0.11 ± 30% -0.0 0.06 ± 40% perf-profile.self.cycles-pp.tick_nohz_tick_stopped
0.06 ± 43% +0.1 0.11 ± 11% perf-profile.self.cycles-pp.__zone_set_pageset_high_and_batch
0.10 ± 33% +0.1 0.16 ± 20% perf-profile.self.cycles-pp.pfn_to_online_page
0.12 ± 35% +0.1 0.20 ± 17% perf-profile.self.cycles-pp.__kmem_cache_do_shrink
0.50 ± 22% +0.3 0.76 ± 9% perf-profile.self.cycles-pp.flush_all_cpus_locked
0.46 ± 18% +0.3 0.79 ± 6% perf-profile.self.cycles-pp.PageHuge
0.99 ± 18% +0.6 1.59 ± 4% perf-profile.self.cycles-pp.__free_pages_ok
1.20 ± 18% +0.9 2.05 ± 8% perf-profile.self.cycles-pp.memmap_init_range
1.63 ± 11% +0.9 2.57 ± 5% perf-profile.self.cycles-pp.has_unmovable_pages
1.42 ± 12% +1.0 2.39 ± 8% perf-profile.self.cycles-pp.move_freepages_block
1.98 ± 19% +1.0 3.03 ± 14% perf-profile.self.cycles-pp.__pageblock_pfn_to_page
2.62 ± 15% +1.5 4.08 ± 3% perf-profile.self.cycles-pp.__free_pages_core
2.74 ± 12% +1.7 4.47 ± 6% perf-profile.self.cycles-pp.__init_single_page
3.06 ± 10% +1.9 4.92 ± 12% perf-profile.self.cycles-pp.io_serial_in
3.59 ± 14% +2.3 5.86 ± 5% perf-profile.self.cycles-pp.offline_pages
stress-ng.time.involuntary_context_switches
45000 +-------------------------------------------------------------------+
| O |
40000 |-+O O O O O O |
35000 |-+ |
| |
30000 |-+ |
25000 |-+ |
| |
20000 |-+ |
15000 |.. .+..+. .+.+..+..+.+..+. .+ +..+.+.. .+.+.. .+.+..|
| + +..+. +. : : +. +..+.+. |
10000 |-+ : : |
5000 |-+ : : |
| + |
0 +-------------------------------------------------------------------+
stress-ng.memhotplug.ops
3000 +--------------------------------------------------------------------+
| |
2500 |-+O O O O O O O |
| |
| |
2000 |-+ |
| |
1500 |-+ |
| |
1000 |.. .+..+.. .+.. .+..+..+.+.. .+ +.+.. .+..+..+. .+.+..|
| + +.+. + +. : : +..+ +..+. |
| : : |
500 |-+ : : |
| :: |
0 +--------------------------------------------------------------------+
stress-ng.memhotplug.ops_per_sec
45 +----------------------------------------------------------------------+
| O O |
40 |-+ |
35 |-+ |
| |
30 |-+ |
25 |-+ |
| |
20 |.. .+. .+. .+.+..|
15 |-++.+..+..+..+.+..+..+. +..+..+..+ +..+.+..+..+. +..+..+. |
| : : |
10 |-+ : : |
5 |-+ : : |
| :: |
0 +----------------------------------------------------------------------+
[*] bisect-good sample
[O] bisect-bad sample
Disclaimer:
Results have been estimated based on internal Intel analysis and are provided
for informational purposes only. Any difference in system hardware or software
design or configuration may affect actual performance.
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang
9 months, 3 weeks
股权合作不明确!请神容易送神难,合作之前没有退出机制,也没有科学进入机制,意见不统一,各自为王,具体如何操作才能建立利益共同体,一起共创煌辉?
by 华一世纪
年底各个企业老板都面临的十大问题:
【1】面临年底分红问题,不知道如何分配,分多少,怎么分,如何分的公平?
【2】公司战略不清晰,目标不知道如何设定,目标不科学,没有依据,通常老板说的算,核心高层完全不关心?
【3】员工跳槽,如何留住核心人才,如何解决留人招人问题?
【4】行业在变,企业遇见瓶颈,突破不了,如何设计新的商业模式?
【5】如何在企业发展壮大过程中,让更多的人操心企业,让自己身心解放,企业自动运转,如何解决?
【6】产品同质化,行业都在打价格战,成本不断上升,利润空间不断缩减,甚至还有一堆应收账款,想发展却没有资金!一筹莫展,不知如何突破?
【7】客户流失严重,老客户留不住,新客户开发难,降价亏本,涨价走人,如何是好?
【8】股权合作不明确!请神容易送神难,合作之前没有退出机制,也没有科学进入机制,意见不统一,各自为王,具体如何操作才能建立利益共同体,一起共创煌辉?
【9】团队涣散,没有凝聚力,一盘散沙,勾心斗角,定位不明确,公司资源浪费,成本增加?
【10】技术股东、资源股东、资金股东、核心高管股东应该给多少股份?用什么标准?
华一世纪《公司控制权与股权激励》两天一夜精品课程,为您全面解答!
2天1夜课程价值:
1、留住核心人才,吸引优秀人才,激发员工动力。
2、有利于降低公司人力成本的现金支出,规范企业治理水平,靠机制解放老板
3、让员工自动自发、像老板一样为公司操劳,解放老板,实现业绩倍增
4、上下游整合,领先同行形成有利的竞争优势,保障公司控制权,让企长治久安。
5、股权融资让企业不在缺钱,插上资本的翅膀。
【近期最新全国开课表]
10月20-21 太原、长沙、泰安、广州、淮安、连云港、沈阳
10月21-22 杭州、武汉、温州
10月22-23 厦门
10月23-24 深圳、东莞、贵阳、昆山、无锡、长沙、宁夏、宁波、宁德、义乌、潍坊、绍兴
10月24-25 福州
10月25-26 上海
10月26-27 大同、临沂、顺德、重庆、淄博
10月27-28 成都、济南、南宁、中山、嘉兴、北京
10月28-29 深圳、 郑州
10月29-30 西安、南宁、杭州、德州、长春
10月30-31 广州、合肥、南昌、南京、泉州、青岛、武汉
...........
报名学习添加下方电话、Wechat
快速报名电话:13928826727 林老师(Wechat微信同步,添加请备注“报名+城市”)
课程详细点击:https://jinshuju.net/f/wdzNmw
两天一夜课程费用:现场报名1280元,线上提前锁定席位只需要980元
今日报名赠送以下华一世纪正规协议资料:
1、股东合作协议
2、股权代持协议
3、员工入股协议
4、众筹合作协议
5、资源入股协议(密级A+)
6、干股(虚拟股)分红协议(密级A+)
7、公司股东一致行动人协议(密级A+)
8、竞业限制协议(密级A+)
快速报名电话:13928826727 林老师(Wechat微信同步,添加请备注“报名+城市”)
如果不方便参加我们股权线下两天一夜课程,我们晚上有股权激励在线直播微课堂,120分钟的学习线上老师主要分享 多年成功辅导企业股权激励落地的实战股权知识干货,很多企业股权问题可以在微课堂上得到解决的方法和思路,详细可以加我WeChat为您做详细介绍。
退订回:T
9 months, 3 weeks
[mm] 6128b3af2a: UBSAN:shift-out-of-bounds_in(null)
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with clang-14):
commit: 6128b3af2a5e42386aa7faf37609b57f39fb7d00 ("mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: trinity
version: trinity-i386-4d2343bd-1_20200320
with following parameters:
runtime: 300s
test-description: Trinity is a linux system call fuzz tester.
test-url: http://codemonkey.org.uk/projects/trinity/
on test machine: qemu-system-i386 -enable-kvm -cpu SandyBridge -smp 2 -m 4G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+---------------------------------------------+------------+------------+
| | 8d0920bde5 | 6128b3af2a |
+---------------------------------------------+------------+------------+
| UBSAN:shift-out-of-bounds_in(null) | 0 | 9 |
+---------------------------------------------+------------+------------+
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang(a)intel.com>
[ 126.758570][ T3293] ================================================================================
[ 126.758949][ T3293] UBSAN: shift-out-of-bounds in (null):0:0
[ 126.759174][ T3293] BUG: kernel NULL pointer dereference, address: 00000000
[ 126.759447][ T3293] #PF: supervisor read access in kernel mode
[ 126.759676][ T3293] #PF: error_code(0x0000) - not-present page
[ 126.759905][ T3293] *pde = 00000000
[ 126.760047][ T3293] Oops: 0000 [#1] SMP
[ 126.760205][ T3293] CPU: 1 PID: 3293 Comm: trinity-c4 Not tainted 5.14.0-00006-g6128b3af2a5e #1
[ 126.760541][ T3293] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014
[ 126.760890][ T3293] EIP: __ubsan_handle_shift_out_of_bounds+0x88/0x350
[ 126.761147][ T3293] Code: 00 83 c4 04 7f 23 47 04 7f 23 47 04 ff 37 68 ef ff 37 68 ef e3 77 d0 d7 e3 77 d0 d7 00 8b 45 f0 00 8b 45 f0 c4 14 66 83 c4 14 <66> 83 66
83 3f 00 66 83 3f 00 00 00 66 83 00 00 66 83 b9 01 00 00
[ 126.761889][ T3293] EAX: 00000000 EBX: f345b500 ECX: 00000027 EDX: eba9ce40
[ 126.762159][ T3293] ESI: 00000046 EDI: 00000000 EBP: f3575f40 ESP: f3575ecc
[ 126.762428][ T3293] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00010286
[ 126.762718][ T3293] CR0: 80050033 CR2: 00000000 CR3: 33464000 CR4: 000406d0
[ 126.762989][ T3293] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 126.763259][ T3293] DR6: fffe0ff0 DR7: 00000400
[ 126.763436][ T3293] Call Trace:
[ 126.763562][ T3293] ? rcu_lock_acquire+0x30/0x30
[ 126.763749][ T3293] ? rcu_read_lock_sched_held+0x31/0x70
[ 126.763960][ T3293] ksys_mmap_pgoff+0x1fc/0x290
[ 126.764146][ T3293] __ia32_sys_mmap_pgoff+0x1c/0x30
[ 126.764343][ T3293] do_int80_syscall_32+0x39/0x80
[ 126.764532][ T3293] entry_INT80_32+0x10d/0x10d
[ 126.764709][ T3293] EIP: 0xb7fbda02
[ 126.764848][ T3293] Code: 95 01 00 05 25 36 02 00 83 ec 14 8d 80 e8 99 ff ff 50 6a 02 e8 1f ff 00 00 c7 04 24 7f 00 00 00 e8 7e 87 01 00 66 90 90 cd 80 <c3> 8d b6
00 00 00 00 8d bc 27 00 00 00 00 8b 1c 24 c3 8d b6 00 00
[ 126.765591][ T3293] EAX: ffffffda EBX: 00000000 ECX: 00001000 EDX: 55dd7eb6
[ 126.765859][ T3293] ESI: f0bd6374 EDI: ffffffff EBP: 00000000 ESP: bf9964d8
[ 126.766129][ T3293] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00000296
[ 126.766419][ T3293] Modules linked in: aesni_intel crypto_simd qemu_fw_cfg autofs4
[ 126.766715][ T3293] CR2: 0000000000000000
[ 126.766894][ T3293] ---[ end trace e6000e119f0dc7f3 ]---
[ 126.767105][ T3293] EIP: __ubsan_handle_shift_out_of_bounds+0x88/0x350
[ 126.767361][ T3293] Code: 00 83 c4 04 7f 23 47 04 7f 23 47 04 ff 37 68 ef ff 37 68 ef e3 77 d0 d7 e3 77 d0 d7 00 8b 45 f0 00 8b 45 f0 c4 14 66 83 c4 14 <66> 83 66 83 3f 00 66 83 3f 00 00 00 66 83 00 00 66 83 b9 01 00 00
[ 126.768112][ T3293] EAX: 00000000 EBX: f345b500 ECX: 00000027 EDX: eba9ce40
[ 126.768384][ T3293] ESI: 00000046 EDI: 00000000 EBP: f3575f40 ESP: f3575ecc
[ 126.768657][ T3293] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068 EFLAGS: 00010286
[ 126.768947][ T3293] CR0: 80050033 CR2: 00000000 CR3: 33464000 CR4: 000406d0
[ 126.769223][ T3293] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 126.769496][ T3293] DR6: fffe0ff0 DR7: 00000400
[ 126.769680][ T3293] Kernel panic - not syncing: Fatal exception
[ 126.769946][ T3293] Kernel Offset: disabled
To reproduce:
# build kernel
cd linux
cp config-5.14.0-00006-g6128b3af2a5e .config
make HOSTCC=clang-14 CC=clang-14 ARCH=i386 olddefconfig prepare modules_prepare bzImage
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp qemu -k <bzImage> job-script # job-script is attached in this email
# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang
9 months, 3 weeks
[block] 52b85909f8: ndctl.test-libndctl.fail
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 52b85909f85d06efa69aaf4210e72467f1f58d2b ("block: fold register_disk into device_add_disk")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: ndctl
version: ndctl-x86_64-43e48c0-1_20210507
with following parameters:
bp_memmap: 4G!8G
ucode: 0xffff0190
on test machine: 256 threads 2 sockets Intel(R) Genuine Intel(R) CPU 0000 @ 1.30GHz with 112G memory
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang(a)intel.com>
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66ab0c0 key='nfit'
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='nfit' path='(null)'
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=nfit
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66a8e80 key='libnvdimm'
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66a91a0 key='nfit_test_iomap'
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 2 dependencies for nfit
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=nfit
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='device_dax' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66a9460 key='device_dax'
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='device_dax' path='(null)'
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=device_dax
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=0x55cdf66a91a0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 1 dependencies for device_dax
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=device_dax
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66a9640 key='dax_pmem'
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='dax_pmem' path='(null)'
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=dax_pmem
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem_core' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem_core' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66a97e0 key='dax_pmem_core'
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/dax_pmem_core.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=0x55cdf66a8e80
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=0x55cdf66a91a0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 3 dependencies for dax_pmem
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=dax_pmem
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem_core' found=0x55cdf66a97e0
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='dax_pmem_core' path='/lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/dax_pmem_core.ko'
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=dax_pmem_core
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem_compat' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66a9b00 key='dax_pmem_compat'
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='dax_pmem_compat' path='(null)'
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=dax_pmem_compat
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem_core' found=0x55cdf66a97e0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/dax_pmem_core.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='device_dax' found=0x55cdf66a9460
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/device_dax.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=0x55cdf66a8e80
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=0x55cdf66a91a0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 4 dependencies for dax_pmem_compat
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=dax_pmem_compat
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=0x55cdf66a8e80
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='libnvdimm' path='/lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko'
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=libnvdimm
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_blk' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66ab650 key='nd_blk'
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='nd_blk' path='(null)'
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=nd_blk
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_btt' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_btt' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66ac610 key='nd_btt'
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/nd_btt.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=0x55cdf66a8e80
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=0x55cdf66a91a0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 3 dependencies for nd_blk
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=nd_blk
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_btt' found=0x55cdf66ac610
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='nd_btt' path='/lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/nd_btt.ko'
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=nd_btt
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_e820' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66ab910 key='nd_e820'
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='nd_e820' path='(null)'
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=nd_e820
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=0x55cdf66a8e80
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=0x55cdf66a91a0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 2 dependencies for nd_e820
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=nd_e820
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_pmem' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66abb40 key='nd_pmem'
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='nd_pmem' path='(null)'
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=nd_pmem
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_btt' found=0x55cdf66ac610
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/nd_btt.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=0x55cdf66a8e80
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=0x55cdf66a91a0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 3 dependencies for nd_pmem
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=nd_pmem
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test' found=(nil)
libkmod: DEBUG ../libkmod/libkmod.c:410 kmod_pool_add_module: add 0x55cdf66abd70 key='nfit_test'
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=nfit_test
libkmod: DEBUG ../libkmod/libkmod-module.c:1750 kmod_module_get_initstate: could not open '/sys/module/nfit_test/initstate': No such file or directory
libkmod: DEBUG ../libkmod/libkmod-module.c:1760 kmod_module_get_initstate: could not open '/sys/module/nfit_test': No such file or directory
libkmod: DEBUG ../libkmod/libkmod.c:582 kmod_search_moddep: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.dep.bin modname=nfit_test
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem' found=0x55cdf66a9640
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/dax_pmem.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='dax_pmem_core' found=0x55cdf66a97e0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/dax_pmem_core.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='device_dax' found=0x55cdf66a9460
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/device_dax.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_pmem' found=0x55cdf66abb40
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/nd_pmem.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nd_btt' found=0x55cdf66ac610
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/nd_btt.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit' found=0x55cdf66ab0c0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/nfit.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='libnvdimm' found=0x55cdf66a8e80
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/libnvdimm.ko
libkmod: DEBUG ../libkmod/libkmod.c:402 kmod_pool_get_module: get module name='nfit_test_iomap' found=0x55cdf66a91a0
libkmod: DEBUG ../libkmod/libkmod-module.c:196 kmod_module_parse_depline: add dep: /lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test_iomap.ko
libkmod: DEBUG ../libkmod/libkmod-module.c:202 kmod_module_parse_depline: 8 dependencies for nfit_test
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=nfit_test_iomap mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod.c:510 lookup_builtin_file: file=/lib/modules/5.14.0-rc4-00106-g52b85909f85d/modules.builtin.bin modname=nfit_test_iomap
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'nfit_test_iomap': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=libnvdimm mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'libnvdimm': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=nfit mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'nfit': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=nd_btt mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'nd_btt': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=nd_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'nd_pmem': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=device_dax mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'device_dax': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=dax_pmem_core mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'dax_pmem_core': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=dax_pmem mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1306 kmod_module_probe_insert_module: Ignoring module 'dax_pmem': already loaded
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_pcsp mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_usb_audio mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=cx88_alsa mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_atiixp_modem mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_intel8x0m mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=snd_via82xx_modem mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=bonding mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=dummy mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=rcupdate mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=net mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=printk mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=drbd mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1393 kmod_module_get_options: modname=systemd mod->name=nfit_test mod->alias=(null)
libkmod: DEBUG ../libkmod/libkmod-module.c:1750 kmod_module_get_initstate: could not open '/sys/module/nfit_test/initstate': No such file or directory
libkmod: DEBUG ../libkmod/libkmod-module.c:1760 kmod_module_get_initstate: could not open '/sys/module/nfit_test': No such file or directory
libkmod: DEBUG ../libkmod/libkmod-module.c:744 kmod_module_get_path: name='nfit_test' path='/lib/modules/5.14.0-rc4-00106-g52b85909f85d/extra/test/nfit_test.ko'
check_set_config_data: dimm: 0 read2 data miscompare: 0
check_set_config_data: dimm: 0x1 read2 data miscompare: 0
check_set_config_data: dimm: 0x100 read2 data miscompare: 0
check_set_config_data: dimm: 0x101 read2 data miscompare: 0
check_dax_autodetect: dax_ndns: 0x55cdf66b33a0 ndns: 0x55cdf66b33a0
namespace1.0: expected write_cache enabled
check_namespaces: namespace1.0 validate_write_cache failed
ndctl-test0 failed: -6
libkmod: ERROR ../libkmod/libkmod-module.c:793 kmod_module_remove_module: could not remove 'nfit_test': Resource temporarily unavailable
test-libndctl: FAIL
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
bin/lkp run generated-yaml-file
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang
9 months, 3 weeks
[selftests/tls] e506342a03: kernel-selftests.net.tls.fail
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: e506342a03c777a8d56389ff2764617648562bcf ("selftests/tls: add SM4 GCM/CCM to tls selftests")
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
in testcase: kernel-selftests
version: kernel-selftests-x86_64-c8c9111a-1_20210929
with following parameters:
group: net
test: tls
ucode: 0xe2
test-description: The kernel contains a set of "self tests" under the tools/testing/selftests/ directory. These are intended to be small unit tests to exercise individual code paths in the kernel.
test-url: https://www.kernel.org/doc/Documentation/kselftest.txt
on test machine: 4 threads Intel(R) Xeon(R) CPU E3-1225 v5 @ 3.30GHz with 16G memory
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang(a)intel.com>
TAP version 13
1..1
# selftests: net: tls
# TAP version 13
# 1..273
# # Starting 273 tests from 8 test cases.
# # RUN global.non_established ...
# # OK global.non_established
# ok 1 global.non_established
# # RUN global.keysizes ...
# # OK global.keysizes
...
# ok 182 tls.13_chacha.shutdown_unsent
# # RUN tls.13_chacha.shutdown_reuse ...
# # OK tls.13_chacha.shutdown_reuse
# ok 183 tls.13_chacha.shutdown_reuse
# # RUN tls.13_sm4_gcm.sendfile ...
# # tls.c:239:sendfile:Expected ret (-1) == 0 (0)
# # sendfile: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.sendfile
# not ok 184 tls.13_sm4_gcm.sendfile
# # RUN tls.13_sm4_gcm.send_then_sendfile ...
# # tls.c:239:send_then_sendfile:Expected ret (-1) == 0 (0)
# # send_then_sendfile: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.send_then_sendfile
# not ok 185 tls.13_sm4_gcm.send_then_sendfile
# # RUN tls.13_sm4_gcm.multi_chunk_sendfile ...
# # tls.c:239:multi_chunk_sendfile:Expected ret (-1) == 0 (0)
# # multi_chunk_sendfile: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.multi_chunk_sendfile
# not ok 186 tls.13_sm4_gcm.multi_chunk_sendfile
# # RUN tls.13_sm4_gcm.recv_max ...
# # tls.c:239:recv_max:Expected ret (-1) == 0 (0)
# # recv_max: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_max
# not ok 187 tls.13_sm4_gcm.recv_max
# # RUN tls.13_sm4_gcm.recv_small ...
# # tls.c:239:recv_small:Expected ret (-1) == 0 (0)
# # recv_small: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_small
# not ok 188 tls.13_sm4_gcm.recv_small
# # RUN tls.13_sm4_gcm.msg_more ...
# # tls.c:239:msg_more:Expected ret (-1) == 0 (0)
# # msg_more: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.msg_more
# not ok 189 tls.13_sm4_gcm.msg_more
# # RUN tls.13_sm4_gcm.msg_more_unsent ...
# # tls.c:239:msg_more_unsent:Expected ret (-1) == 0 (0)
# # msg_more_unsent: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.msg_more_unsent
# not ok 190 tls.13_sm4_gcm.msg_more_unsent
# # RUN tls.13_sm4_gcm.sendmsg_single ...
# # tls.c:239:sendmsg_single:Expected ret (-1) == 0 (0)
# # sendmsg_single: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.sendmsg_single
# not ok 191 tls.13_sm4_gcm.sendmsg_single
# # RUN tls.13_sm4_gcm.sendmsg_fragmented ...
# # tls.c:239:sendmsg_fragmented:Expected ret (-1) == 0 (0)
# # sendmsg_fragmented: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.sendmsg_fragmented
# not ok 192 tls.13_sm4_gcm.sendmsg_fragmented
# # RUN tls.13_sm4_gcm.sendmsg_large ...
# # tls.c:239:sendmsg_large:Expected ret (-1) == 0 (0)
# # sendmsg_large: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.sendmsg_large
# not ok 193 tls.13_sm4_gcm.sendmsg_large
# # RUN tls.13_sm4_gcm.sendmsg_multiple ...
# # tls.c:239:sendmsg_multiple:Expected ret (-1) == 0 (0)
# # sendmsg_multiple: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.sendmsg_multiple
# not ok 194 tls.13_sm4_gcm.sendmsg_multiple
# # RUN tls.13_sm4_gcm.sendmsg_multiple_stress ...
# # tls.c:239:sendmsg_multiple_stress:Expected ret (-1) == 0 (0)
# # sendmsg_multiple_stress: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.sendmsg_multiple_stress
# not ok 195 tls.13_sm4_gcm.sendmsg_multiple_stress
# # RUN tls.13_sm4_gcm.splice_from_pipe ...
# # tls.c:239:splice_from_pipe:Expected ret (-1) == 0 (0)
# # splice_from_pipe: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.splice_from_pipe
# not ok 196 tls.13_sm4_gcm.splice_from_pipe
# # RUN tls.13_sm4_gcm.splice_from_pipe2 ...
# # tls.c:239:splice_from_pipe2:Expected ret (-1) == 0 (0)
# # splice_from_pipe2: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.splice_from_pipe2
# not ok 197 tls.13_sm4_gcm.splice_from_pipe2
# # RUN tls.13_sm4_gcm.send_and_splice ...
# # tls.c:239:send_and_splice:Expected ret (-1) == 0 (0)
# # send_and_splice: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.send_and_splice
# not ok 198 tls.13_sm4_gcm.send_and_splice
# # RUN tls.13_sm4_gcm.splice_to_pipe ...
# # tls.c:239:splice_to_pipe:Expected ret (-1) == 0 (0)
# # splice_to_pipe: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.splice_to_pipe
# not ok 199 tls.13_sm4_gcm.splice_to_pipe
# # RUN tls.13_sm4_gcm.recvmsg_single ...
# # tls.c:239:recvmsg_single:Expected ret (-1) == 0 (0)
# # recvmsg_single: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recvmsg_single
# not ok 200 tls.13_sm4_gcm.recvmsg_single
# # RUN tls.13_sm4_gcm.recvmsg_single_max ...
# # tls.c:239:recvmsg_single_max:Expected ret (-1) == 0 (0)
# # recvmsg_single_max: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recvmsg_single_max
# not ok 201 tls.13_sm4_gcm.recvmsg_single_max
# # RUN tls.13_sm4_gcm.recvmsg_multiple ...
# # tls.c:239:recvmsg_multiple:Expected ret (-1) == 0 (0)
# # recvmsg_multiple: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recvmsg_multiple
# not ok 202 tls.13_sm4_gcm.recvmsg_multiple
# # RUN tls.13_sm4_gcm.single_send_multiple_recv ...
# # tls.c:239:single_send_multiple_recv:Expected ret (-1) == 0 (0)
# # single_send_multiple_recv: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.single_send_multiple_recv
# not ok 203 tls.13_sm4_gcm.single_send_multiple_recv
# # RUN tls.13_sm4_gcm.multiple_send_single_recv ...
# # tls.c:239:multiple_send_single_recv:Expected ret (-1) == 0 (0)
# # multiple_send_single_recv: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.multiple_send_single_recv
# not ok 204 tls.13_sm4_gcm.multiple_send_single_recv
# # RUN tls.13_sm4_gcm.single_send_multiple_recv_non_align ...
# # tls.c:239:single_send_multiple_recv_non_align:Expected ret (-1) == 0 (0)
# # single_send_multiple_recv_non_align: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.single_send_multiple_recv_non_align
# not ok 205 tls.13_sm4_gcm.single_send_multiple_recv_non_align
# # RUN tls.13_sm4_gcm.recv_partial ...
# # tls.c:239:recv_partial:Expected ret (-1) == 0 (0)
# # recv_partial: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_partial
# not ok 206 tls.13_sm4_gcm.recv_partial
# # RUN tls.13_sm4_gcm.recv_nonblock ...
# # tls.c:239:recv_nonblock:Expected ret (-1) == 0 (0)
# # recv_nonblock: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_nonblock
# not ok 207 tls.13_sm4_gcm.recv_nonblock
# # RUN tls.13_sm4_gcm.recv_peek ...
# # tls.c:239:recv_peek:Expected ret (-1) == 0 (0)
# # recv_peek: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_peek
# not ok 208 tls.13_sm4_gcm.recv_peek
# # RUN tls.13_sm4_gcm.recv_peek_multiple ...
# # tls.c:239:recv_peek_multiple:Expected ret (-1) == 0 (0)
# # recv_peek_multiple: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_peek_multiple
# not ok 209 tls.13_sm4_gcm.recv_peek_multiple
# # RUN tls.13_sm4_gcm.recv_peek_multiple_records ...
# # tls.c:239:recv_peek_multiple_records:Expected ret (-1) == 0 (0)
# # recv_peek_multiple_records: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_peek_multiple_records
# not ok 210 tls.13_sm4_gcm.recv_peek_multiple_records
# # RUN tls.13_sm4_gcm.recv_peek_large_buf_mult_recs ...
# # tls.c:239:recv_peek_large_buf_mult_recs:Expected ret (-1) == 0 (0)
# # recv_peek_large_buf_mult_recs: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_peek_large_buf_mult_recs
# not ok 211 tls.13_sm4_gcm.recv_peek_large_buf_mult_recs
# # RUN tls.13_sm4_gcm.recv_lowat ...
# # tls.c:239:recv_lowat:Expected ret (-1) == 0 (0)
# # recv_lowat: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.recv_lowat
# not ok 212 tls.13_sm4_gcm.recv_lowat
# # RUN tls.13_sm4_gcm.bidir ...
# # tls.c:239:bidir:Expected ret (-1) == 0 (0)
# # bidir: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.bidir
# not ok 213 tls.13_sm4_gcm.bidir
# # RUN tls.13_sm4_gcm.pollin ...
# # tls.c:239:pollin:Expected ret (-1) == 0 (0)
# # pollin: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.pollin
# not ok 214 tls.13_sm4_gcm.pollin
# # RUN tls.13_sm4_gcm.poll_wait ...
# # tls.c:239:poll_wait:Expected ret (-1) == 0 (0)
# # poll_wait: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.poll_wait
# not ok 215 tls.13_sm4_gcm.poll_wait
# # RUN tls.13_sm4_gcm.poll_wait_split ...
# # tls.c:239:poll_wait_split:Expected ret (-1) == 0 (0)
# # poll_wait_split: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.poll_wait_split
# not ok 216 tls.13_sm4_gcm.poll_wait_split
# # RUN tls.13_sm4_gcm.blocking ...
# # tls.c:239:blocking:Expected ret (-1) == 0 (0)
# # blocking: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.blocking
# not ok 217 tls.13_sm4_gcm.blocking
# # RUN tls.13_sm4_gcm.nonblocking ...
# # tls.c:239:nonblocking:Expected ret (-1) == 0 (0)
# # nonblocking: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.nonblocking
# not ok 218 tls.13_sm4_gcm.nonblocking
# # RUN tls.13_sm4_gcm.mutliproc_even ...
# # tls.c:239:mutliproc_even:Expected ret (-1) == 0 (0)
# # mutliproc_even: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.mutliproc_even
# not ok 219 tls.13_sm4_gcm.mutliproc_even
# # RUN tls.13_sm4_gcm.mutliproc_readers ...
# # tls.c:239:mutliproc_readers:Expected ret (-1) == 0 (0)
# # mutliproc_readers: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.mutliproc_readers
# not ok 220 tls.13_sm4_gcm.mutliproc_readers
# # RUN tls.13_sm4_gcm.mutliproc_writers ...
# # tls.c:239:mutliproc_writers:Expected ret (-1) == 0 (0)
# # mutliproc_writers: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.mutliproc_writers
# not ok 221 tls.13_sm4_gcm.mutliproc_writers
# # RUN tls.13_sm4_gcm.mutliproc_sendpage_even ...
# # tls.c:239:mutliproc_sendpage_even:Expected ret (-1) == 0 (0)
# # mutliproc_sendpage_even: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.mutliproc_sendpage_even
# not ok 222 tls.13_sm4_gcm.mutliproc_sendpage_even
# # RUN tls.13_sm4_gcm.mutliproc_sendpage_readers ...
# # tls.c:239:mutliproc_sendpage_readers:Expected ret (-1) == 0 (0)
# # mutliproc_sendpage_readers: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.mutliproc_sendpage_readers
# not ok 223 tls.13_sm4_gcm.mutliproc_sendpage_readers
# # RUN tls.13_sm4_gcm.mutliproc_sendpage_writers ...
# # tls.c:239:mutliproc_sendpage_writers:Expected ret (-1) == 0 (0)
# # mutliproc_sendpage_writers: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.mutliproc_sendpage_writers
# not ok 224 tls.13_sm4_gcm.mutliproc_sendpage_writers
# # RUN tls.13_sm4_gcm.control_msg ...
# # tls.c:239:control_msg:Expected ret (-1) == 0 (0)
# # control_msg: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.control_msg
# not ok 225 tls.13_sm4_gcm.control_msg
# # RUN tls.13_sm4_gcm.shutdown ...
# # tls.c:239:shutdown:Expected ret (-1) == 0 (0)
# # shutdown: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.shutdown
# not ok 226 tls.13_sm4_gcm.shutdown
# # RUN tls.13_sm4_gcm.shutdown_unsent ...
# # tls.c:239:shutdown_unsent:Expected ret (-1) == 0 (0)
# # shutdown_unsent: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.shutdown_unsent
# not ok 227 tls.13_sm4_gcm.shutdown_unsent
# # RUN tls.13_sm4_gcm.shutdown_reuse ...
# # tls.c:239:shutdown_reuse:Expected ret (-1) == 0 (0)
# # shutdown_reuse: Test terminated by assertion
# # FAIL tls.13_sm4_gcm.shutdown_reuse
# not ok 228 tls.13_sm4_gcm.shutdown_reuse
# # RUN tls.13_sm4_ccm.sendfile ...
# # tls.c:239:sendfile:Expected ret (-1) == 0 (0)
# # sendfile: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.sendfile
# not ok 229 tls.13_sm4_ccm.sendfile
# # RUN tls.13_sm4_ccm.send_then_sendfile ...
# # tls.c:239:send_then_sendfile:Expected ret (-1) == 0 (0)
# # send_then_sendfile: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.send_then_sendfile
# not ok 230 tls.13_sm4_ccm.send_then_sendfile
# # RUN tls.13_sm4_ccm.multi_chunk_sendfile ...
# # tls.c:239:multi_chunk_sendfile:Expected ret (-1) == 0 (0)
# # multi_chunk_sendfile: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.multi_chunk_sendfile
# not ok 231 tls.13_sm4_ccm.multi_chunk_sendfile
# # RUN tls.13_sm4_ccm.recv_max ...
# # tls.c:239:recv_max:Expected ret (-1) == 0 (0)
# # recv_max: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_max
# not ok 232 tls.13_sm4_ccm.recv_max
# # RUN tls.13_sm4_ccm.recv_small ...
# # tls.c:239:recv_small:Expected ret (-1) == 0 (0)
# # recv_small: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_small
# not ok 233 tls.13_sm4_ccm.recv_small
# # RUN tls.13_sm4_ccm.msg_more ...
# # tls.c:239:msg_more:Expected ret (-1) == 0 (0)
# # msg_more: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.msg_more
# not ok 234 tls.13_sm4_ccm.msg_more
# # RUN tls.13_sm4_ccm.msg_more_unsent ...
# # tls.c:239:msg_more_unsent:Expected ret (-1) == 0 (0)
# # msg_more_unsent: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.msg_more_unsent
# not ok 235 tls.13_sm4_ccm.msg_more_unsent
# # RUN tls.13_sm4_ccm.sendmsg_single ...
# # tls.c:239:sendmsg_single:Expected ret (-1) == 0 (0)
# # sendmsg_single: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.sendmsg_single
# not ok 236 tls.13_sm4_ccm.sendmsg_single
# # RUN tls.13_sm4_ccm.sendmsg_fragmented ...
# # tls.c:239:sendmsg_fragmented:Expected ret (-1) == 0 (0)
# # sendmsg_fragmented: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.sendmsg_fragmented
# not ok 237 tls.13_sm4_ccm.sendmsg_fragmented
# # RUN tls.13_sm4_ccm.sendmsg_large ...
# # tls.c:239:sendmsg_large:Expected ret (-1) == 0 (0)
# # sendmsg_large: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.sendmsg_large
# not ok 238 tls.13_sm4_ccm.sendmsg_large
# # RUN tls.13_sm4_ccm.sendmsg_multiple ...
# # tls.c:239:sendmsg_multiple:Expected ret (-1) == 0 (0)
# # sendmsg_multiple: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.sendmsg_multiple
# not ok 239 tls.13_sm4_ccm.sendmsg_multiple
# # RUN tls.13_sm4_ccm.sendmsg_multiple_stress ...
# # tls.c:239:sendmsg_multiple_stress:Expected ret (-1) == 0 (0)
# # sendmsg_multiple_stress: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.sendmsg_multiple_stress
# not ok 240 tls.13_sm4_ccm.sendmsg_multiple_stress
# # RUN tls.13_sm4_ccm.splice_from_pipe ...
# # tls.c:239:splice_from_pipe:Expected ret (-1) == 0 (0)
# # splice_from_pipe: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.splice_from_pipe
# not ok 241 tls.13_sm4_ccm.splice_from_pipe
# # RUN tls.13_sm4_ccm.splice_from_pipe2 ...
# # tls.c:239:splice_from_pipe2:Expected ret (-1) == 0 (0)
# # splice_from_pipe2: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.splice_from_pipe2
# not ok 242 tls.13_sm4_ccm.splice_from_pipe2
# # RUN tls.13_sm4_ccm.send_and_splice ...
# # tls.c:239:send_and_splice:Expected ret (-1) == 0 (0)
# # send_and_splice: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.send_and_splice
# not ok 243 tls.13_sm4_ccm.send_and_splice
# # RUN tls.13_sm4_ccm.splice_to_pipe ...
# # tls.c:239:splice_to_pipe:Expected ret (-1) == 0 (0)
# # splice_to_pipe: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.splice_to_pipe
# not ok 244 tls.13_sm4_ccm.splice_to_pipe
# # RUN tls.13_sm4_ccm.recvmsg_single ...
# # tls.c:239:recvmsg_single:Expected ret (-1) == 0 (0)
# # recvmsg_single: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recvmsg_single
# not ok 245 tls.13_sm4_ccm.recvmsg_single
# # RUN tls.13_sm4_ccm.recvmsg_single_max ...
# # tls.c:239:recvmsg_single_max:Expected ret (-1) == 0 (0)
# # recvmsg_single_max: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recvmsg_single_max
# not ok 246 tls.13_sm4_ccm.recvmsg_single_max
# # RUN tls.13_sm4_ccm.recvmsg_multiple ...
# # tls.c:239:recvmsg_multiple:Expected ret (-1) == 0 (0)
# # recvmsg_multiple: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recvmsg_multiple
# not ok 247 tls.13_sm4_ccm.recvmsg_multiple
# # RUN tls.13_sm4_ccm.single_send_multiple_recv ...
# # tls.c:239:single_send_multiple_recv:Expected ret (-1) == 0 (0)
# # single_send_multiple_recv: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.single_send_multiple_recv
# not ok 248 tls.13_sm4_ccm.single_send_multiple_recv
# # RUN tls.13_sm4_ccm.multiple_send_single_recv ...
# # tls.c:239:multiple_send_single_recv:Expected ret (-1) == 0 (0)
# # multiple_send_single_recv: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.multiple_send_single_recv
# not ok 249 tls.13_sm4_ccm.multiple_send_single_recv
# # RUN tls.13_sm4_ccm.single_send_multiple_recv_non_align ...
# # tls.c:239:single_send_multiple_recv_non_align:Expected ret (-1) == 0 (0)
# # single_send_multiple_recv_non_align: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.single_send_multiple_recv_non_align
# not ok 250 tls.13_sm4_ccm.single_send_multiple_recv_non_align
# # RUN tls.13_sm4_ccm.recv_partial ...
# # tls.c:239:recv_partial:Expected ret (-1) == 0 (0)
# # recv_partial: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_partial
# not ok 251 tls.13_sm4_ccm.recv_partial
# # RUN tls.13_sm4_ccm.recv_nonblock ...
# # tls.c:239:recv_nonblock:Expected ret (-1) == 0 (0)
# # recv_nonblock: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_nonblock
# not ok 252 tls.13_sm4_ccm.recv_nonblock
# # RUN tls.13_sm4_ccm.recv_peek ...
# # tls.c:239:recv_peek:Expected ret (-1) == 0 (0)
# # recv_peek: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_peek
# not ok 253 tls.13_sm4_ccm.recv_peek
# # RUN tls.13_sm4_ccm.recv_peek_multiple ...
# # tls.c:239:recv_peek_multiple:Expected ret (-1) == 0 (0)
# # recv_peek_multiple: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_peek_multiple
# not ok 254 tls.13_sm4_ccm.recv_peek_multiple
# # RUN tls.13_sm4_ccm.recv_peek_multiple_records ...
# # tls.c:239:recv_peek_multiple_records:Expected ret (-1) == 0 (0)
# # recv_peek_multiple_records: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_peek_multiple_records
# not ok 255 tls.13_sm4_ccm.recv_peek_multiple_records
# # RUN tls.13_sm4_ccm.recv_peek_large_buf_mult_recs ...
# # tls.c:239:recv_peek_large_buf_mult_recs:Expected ret (-1) == 0 (0)
# # recv_peek_large_buf_mult_recs: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_peek_large_buf_mult_recs
# not ok 256 tls.13_sm4_ccm.recv_peek_large_buf_mult_recs
# # RUN tls.13_sm4_ccm.recv_lowat ...
# # tls.c:239:recv_lowat:Expected ret (-1) == 0 (0)
# # recv_lowat: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.recv_lowat
# not ok 257 tls.13_sm4_ccm.recv_lowat
# # RUN tls.13_sm4_ccm.bidir ...
# # tls.c:239:bidir:Expected ret (-1) == 0 (0)
# # bidir: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.bidir
# not ok 258 tls.13_sm4_ccm.bidir
# # RUN tls.13_sm4_ccm.pollin ...
# # tls.c:239:pollin:Expected ret (-1) == 0 (0)
# # pollin: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.pollin
# not ok 259 tls.13_sm4_ccm.pollin
# # RUN tls.13_sm4_ccm.poll_wait ...
# # tls.c:239:poll_wait:Expected ret (-1) == 0 (0)
# # poll_wait: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.poll_wait
# not ok 260 tls.13_sm4_ccm.poll_wait
# # RUN tls.13_sm4_ccm.poll_wait_split ...
# # tls.c:239:poll_wait_split:Expected ret (-1) == 0 (0)
# # poll_wait_split: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.poll_wait_split
# not ok 261 tls.13_sm4_ccm.poll_wait_split
# # RUN tls.13_sm4_ccm.blocking ...
# # tls.c:239:blocking:Expected ret (-1) == 0 (0)
# # blocking: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.blocking
# not ok 262 tls.13_sm4_ccm.blocking
# # RUN tls.13_sm4_ccm.nonblocking ...
# # tls.c:239:nonblocking:Expected ret (-1) == 0 (0)
# # nonblocking: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.nonblocking
# not ok 263 tls.13_sm4_ccm.nonblocking
# # RUN tls.13_sm4_ccm.mutliproc_even ...
# # tls.c:239:mutliproc_even:Expected ret (-1) == 0 (0)
# # mutliproc_even: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.mutliproc_even
# not ok 264 tls.13_sm4_ccm.mutliproc_even
# # RUN tls.13_sm4_ccm.mutliproc_readers ...
# # tls.c:239:mutliproc_readers:Expected ret (-1) == 0 (0)
# # mutliproc_readers: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.mutliproc_readers
# not ok 265 tls.13_sm4_ccm.mutliproc_readers
# # RUN tls.13_sm4_ccm.mutliproc_writers ...
# # tls.c:239:mutliproc_writers:Expected ret (-1) == 0 (0)
# # mutliproc_writers: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.mutliproc_writers
# not ok 266 tls.13_sm4_ccm.mutliproc_writers
# # RUN tls.13_sm4_ccm.mutliproc_sendpage_even ...
# # tls.c:239:mutliproc_sendpage_even:Expected ret (-1) == 0 (0)
# # mutliproc_sendpage_even: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.mutliproc_sendpage_even
# not ok 267 tls.13_sm4_ccm.mutliproc_sendpage_even
# # RUN tls.13_sm4_ccm.mutliproc_sendpage_readers ...
# # tls.c:239:mutliproc_sendpage_readers:Expected ret (-1) == 0 (0)
# # mutliproc_sendpage_readers: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.mutliproc_sendpage_readers
# not ok 268 tls.13_sm4_ccm.mutliproc_sendpage_readers
# # RUN tls.13_sm4_ccm.mutliproc_sendpage_writers ...
# # tls.c:239:mutliproc_sendpage_writers:Expected ret (-1) == 0 (0)
# # mutliproc_sendpage_writers: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.mutliproc_sendpage_writers
# not ok 269 tls.13_sm4_ccm.mutliproc_sendpage_writers
# # RUN tls.13_sm4_ccm.control_msg ...
# # tls.c:239:control_msg:Expected ret (-1) == 0 (0)
# # control_msg: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.control_msg
# not ok 270 tls.13_sm4_ccm.control_msg
# # RUN tls.13_sm4_ccm.shutdown ...
# # tls.c:239:shutdown:Expected ret (-1) == 0 (0)
# # shutdown: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.shutdown
# not ok 271 tls.13_sm4_ccm.shutdown
# # RUN tls.13_sm4_ccm.shutdown_unsent ...
# # tls.c:239:shutdown_unsent:Expected ret (-1) == 0 (0)
# # shutdown_unsent: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.shutdown_unsent
# not ok 272 tls.13_sm4_ccm.shutdown_unsent
# # RUN tls.13_sm4_ccm.shutdown_reuse ...
# # tls.c:239:shutdown_reuse:Expected ret (-1) == 0 (0)
# # shutdown_reuse: Test terminated by assertion
# # FAIL tls.13_sm4_ccm.shutdown_reuse
# not ok 273 tls.13_sm4_ccm.shutdown_reuse
# # FAILED: 183 / 273 tests passed.
# # Totals: pass:183 fail:90 xfail:0 xpass:0 skip:0 error:0
not ok 1 selftests: net: tls # exit=1
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
sudo bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
sudo bin/lkp run generated-yaml-file
# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang
9 months, 3 weeks