[sched/hotplug] 3b808c1a40: kernel_BUG_at_kernel/sched/core.c
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 3b808c1a4045cc0fa0ccb328e273449dee7c548f ("sched/hotplug: Consolidate task migration on CPU unplug")
https://git.kernel.org/cgit/linux/kernel/git/peterz/queue.git sched/migrate-disable
in testcase: locktorture
version:
with following parameters:
runtime: 300s
test: cpuhotplug
test-description: This torture test consists of creating a number of kernel threads which acquire the lock and hold it for specific amount of time, thus simulating different critical region behaviors.
test-url: https://www.kernel.org/doc/Documentation/locking/locktorture.txt
on test machine: qemu-system-x86_64 -enable-kvm -cpu SandyBridge -smp 2 -m 8G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+------------------------------------------+------------+------------+
| | 4062c5bec9 | 3b808c1a40 |
+------------------------------------------+------------+------------+
| boot_successes | 4 | 0 |
| boot_failures | 0 | 4 |
| kernel_BUG_at_kernel/sched/core.c | 0 | 4 |
| invalid_opcode:#[##] | 0 | 4 |
| RIP:sched_cpu_dying | 0 | 4 |
| Kernel_panic-not_syncing:Fatal_exception | 0 | 4 |
+------------------------------------------+------------+------------+
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <lkp(a)intel.com>
[ 311.088468] kernel BUG at kernel/sched/core.c:7083!
[ 311.089338] invalid opcode: 0000 [#1] SMP PTI
[ 311.090117] CPU: 1 PID: 15 Comm: migration/1 Not tainted 5.9.0-rc7-00024-g3b808c1a4045cc #1
[ 311.091548] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014
[ 311.093071] Stopper: multi_cpu_stop+0x0/0x100 <- 0x0
[ 311.093956] RIP: 0010:sched_cpu_dying+0x153/0x160
[ 311.094794] Code: 5d 5d c3 80 3d eb 3a 70 01 00 0f 85 0c ff ff ff 48 c7 c7 ab f5 13 89 c6 05 d7 3a 70 01 01 e8 76 21 fc ff 0f 0b e9 f2 fe ff ff <0f> 0b 0f 0b 0f 0b eb 86 0f 1f 44 00 00 66 66 66 66 90 55 48 89 e5
[ 311.097918] RSP: 0018:ffffbb324008bdb0 EFLAGS: 00010002
[ 311.098861] RAX: ffff9e9f07c66bf0 RBX: ffff9ea03fd2b3c0 RCX: 0000000000000001
[ 311.100052] RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffff9ea03fd2b440
[ 311.101268] RBP: ffffbb324008bdc8 R08: 0000000000000000 R09: ffff9e9f07c661c4
[ 311.102546] R10: 0000000000000006 R11: 0000000000000000 R12: 0000000000000001
[ 311.103793] R13: 0000000000000086 R14: ffffffff87f1d700 R15: 0000000000000003
[ 311.105041] FS: 0000000000000000(0000) GS:ffff9ea03fd00000(0000) knlGS:0000000000000000
[ 311.106484] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 311.107494] CR2: 0000000002501c48 CR3: 0000000117ac0000 CR4: 00000000000406e0
[ 311.108737] Call Trace:
[ 311.109293] cpuhp_invoke_callback+0x8d/0x5c0
[ 311.110114] ? native_apic_msr_read+0x40/0x40
[ 311.110777] take_cpu_down+0x60/0xa0
[ 311.111421] multi_cpu_stop+0x66/0x100
[ 311.112139] ? stop_machine_yield+0x20/0x20
[ 311.112894] cpu_stopper_thread+0x59/0x120
[ 311.113631] ? smpboot_thread_fn+0x26/0x1e0
[ 311.114406] smpboot_thread_fn+0x10b/0x1e0
[ 311.115173] ? sort_range+0x20/0x20
[ 311.115796] kthread+0x116/0x160
[ 311.116410] ? kthread_park+0xa0/0xa0
[ 311.117077] ret_from_fork+0x22/0x30
[ 311.117743] Modules linked in: locktorture(-) torture bochs_drm sr_mod cdrom drm_vram_helper drm_ttm_helper ttm drm_kms_helper ata_generic syscopyarea sysfillrect sysimgblt fb_sys_fops ppdev parport_pc parport drm ata_piix libata joydev i2c_piix4
[ 311.121478] ---[ end trace aee8b6e9e51c792d ]---
To reproduce:
# build kernel
cd linux
cp config-5.9.0-rc7-00024-g3b808c1a4045cc .config
make HOSTCC=gcc-9 CC=gcc-9 ARCH=x86_64 olddefconfig prepare modules_prepare bzImage modules
make HOSTCC=gcc-9 CC=gcc-9 ARCH=x86_64 INSTALL_MOD_PATH=<mod-install-dir> modules_install
cd <mod-install-dir>
find lib/ | cpio -o -H newc --quiet | gzip > modules.cgz
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
bin/lkp qemu -k <bzImage> -m modules.cgz job-script # job-script is attached in this email
Thanks,
lkp
5 months
[drm/dp] 6509ca051a: PANIC:double_fault
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 6509ca051abf4ff60d63732badcb2173a715f741 ("drm/dp: Add drm_dp_downstream_{min,max}_tmds_clock()")
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
in testcase: boot
on test machine: qemu-system-i386 -enable-kvm -cpu SandyBridge -smp 2 -m 8G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+-------------------------------------------------------+------------+------------+
| | fe7cf496e5 | 6509ca051a |
+-------------------------------------------------------+------------+------------+
| boot_successes | 4 | 0 |
| boot_failures | 0 | 7 |
| PANIC:double_fault | 0 | 7 |
| double_fault:#[##] | 0 | 7 |
| EIP:handle_exception | 0 | 7 |
| Kernel_panic-not_syncing:Fatal_exception_in_interrupt | 0 | 7 |
+-------------------------------------------------------+------------+------------+
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <lkp(a)intel.com>
[ 15.006925] Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $
[ 15.007450] ac.o: No PCI boards found.
[ 15.007720] ac.o: For an ISA board you must supply memory and irq parameters.
[ 15.008278] toshiba: not a supported Toshiba laptop
[ 15.010558] random: get_random_u32 called from arch_rnd+0x1c/0x40 with crng_init=0
[ 15.011048] traps: PANIC: double fault, error_code: 0x0
[ 15.011048] double fault: 0000 [#1] PREEMPT SMP PTI
[ 15.011048] CPU: 1 PID: 147 Comm: modprobe Not tainted 5.9.0-rc4-00881-g6509ca051abf4 #1
[ 15.011048] EIP: handle_exception+0x0/0x128
[ 15.011048] Code: 24 10 36 89 48 fc 8b 4c 24 0c 81 e1 ff ff 00 00 36 89 48 f8 8b 4c 24 08 36 89 48 f4 8b 4c 24 04 36 89 48 f0 59 8d 60 f0 58 cf <fc> 0f a0 50 b8 d8 00 00 00 8e e0 58 81 64 24 10 ff ff 00 00 f7 44
[ 15.011048] EAX: 2262d000 EBX: ffa2efbc ECX: 00000000 EDX: c28dacf6
[ 15.011048] ESI: e2629ff0 EDI: ffa2f000 EBP: 00000000 ESP: ffa2e008
[ 15.011048] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS: 00010006
[ 15.011048] CR0: 80050033 CR2: ffa2dffc CR3: 02db2000 CR4: 000406b0
[ 15.011048] Call Trace:
[ 15.011048] <ENTRY_TRAMPOLINE>
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80/0x80
[ 15.011048] ? sysvec_kvm_asyncpf_interrupt+0x50/0x50
[ 15.011048] ? restore_all_switch_stack+0x80
[ 15.011048] Lost 217 message(s)!
[ 15.011048] ---[ end trace 94527bd98e02a7a3 ]---
[ 15.011048] EIP: handle_exception+0x0/0x128
[ 15.011048] Code: 24 10 36 89 48 fc 8b 4c 24 0c 81 e1 ff ff 00 00 36 89 48 f8 8b 4c 24 08 36 89 48 f4 8b 4c 24 04 36 89 48 f0 59 8d 60 f0 58 cf <fc> 0f a0 50 b8 d8 00 00 00 8e e0 58 81 64 24 10 ff ff 00 00 f7 44
[ 15.011048] EAX: 2262d000 EBX: ffa2efbc ECX: 00000000 EDX: c28dacf6
[ 15.011048] ESI: e2629ff0 EDI: ffa2f000 EBP: 00000000 ESP: ffa2e008
[ 15.011048] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS: 00010006
[ 15.011048] CR0: 80050033 CR2: ffa2dffc CR3: 02db2000 CR4: 000406b0
[ 15.011048] Kernel panic - not syncing: Fatal exception in interrupt
[ 15.011048] Kernel Offset: disabled
Kboot worker: lkp-worker30
Elapsed time: 60
To reproduce:
# build kernel
cd linux
cp config-5.9.0-rc4-00881-g6509ca051abf4 .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
Thanks,
lkp
5 months
[mac80211_hwsim] 148fe295b7: hwsim.ap_long_preamble.fail
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 148fe295b7d9d892b2b0f47070233ccdc70c83cd ("mac80211_hwsim: indicate support for S1G")
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
in testcase: hwsim
version: hwsim-x86_64-6eb6cf0-1_20200619
with following parameters:
group: hwsim-04
ucode: 0x21
on test machine: 8 threads Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz 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 <rong.a.chen(a)intel.com>
2020-10-06 00:22:09 ./run-tests.py ap_long_preamble
DEV: wlan0: 02:00:00:00:00:00
DEV: wlan1: 02:00:00:00:01:00
DEV: wlan2: 02:00:00:00:02:00
APDEV: wlan3
APDEV: wlan4
START ap_long_preamble 1/1
Test: AP with long preamble
Starting AP wlan3
Failed to enable hostapd interface wlan3
Traceback (most recent call last):
File "./run-tests.py", line 533, in main
t(dev, apdev)
File "/lkp/benchmarks/hwsim/tests/hwsim/test_ap_params.py", line 821, in test_ap_long_preamble
hapd = hostapd.add_ap(apdev[0], params)
File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 581, in add_ap
hapd.enable()
File "/lkp/benchmarks/hwsim/tests/hwsim/hostapd.py", line 248, in enable
raise Exception("Failed to enable hostapd interface " + self.ifname)
Exception: Failed to enable hostapd interface wlan3
FAIL ap_long_preamble 0.064398 2020-10-06 00:22:09.608978
passed 0 test case(s)
skipped 0 test case(s)
failed tests: ap_long_preamble
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 run job.yaml
Thanks,
Rong Chen
5 months, 1 week
[drm/i915/gt] 98479ada42: phoronix-test-suite.supertuxkart.1024x768.Windowed.Basic.1.OldMine.frames_per_second -36.0% regression
by kernel test robot
Greeting,
FYI, we noticed a -36.0% regression of phoronix-test-suite.supertuxkart.1024x768.Windowed.Basic.1.OldMine.frames_per_second due to commit:
commit: 98479ada421a8fd2123b98efd398a6f1379307ab ("drm/i915/gt: Treat idling as a RPS downclock event")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: phoronix-test-suite
on test machine: 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G memory
with following parameters:
need_x: true
test: supertuxkart-1.5.2
option_a: Windowed
option_b: Basic
option_c: 1
option_d: Old Mine [Approximately 90k triangles]
cpufreq_governor: performance
ucode: 0xd6
test-description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added.
test-url: http://www.phoronix-test-suite.com/
In addition to that, the commit also has significant impact on the following tests:
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| testcase: change | phoronix-test-suite: phoronix-test-suite.supertuxkart.1024x768.Windowed.Basic.1.CocoaTemple.frames_per_second -13.3% regression |
| test machine | 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G memory |
| test parameters | cpufreq_governor=performance |
| | need_x=true |
| | option_a=Windowed |
| | option_b=Basic |
| | option_c=1 |
| | option_d=Cocoa Temple [Approximately 300k triangles; advanced graphics] |
| | test=supertuxkart-1.5.2 |
| | ucode=0xd6 |
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| testcase: change | phoronix-test-suite: phoronix-test-suite.paraview.WaveletVolume.1024x768.mivoxels___sec -51.1% regression |
| test machine | 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G memory |
| test parameters | cpufreq_governor=performance |
| | need_x=true |
| | option_a=Wavelet Volume |
| | test=paraview-1.0.2 |
| | ucode=0xd6 |
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
| testcase: change | phoronix-test-suite: phoronix-test-suite.supertuxkart.1024x768.Windowed.Basic.8.AntediluvianAbyss.frames_per_second -48.8% regression |
| test machine | 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G memory |
| test parameters | cpufreq_governor=performance |
| | need_x=true |
| | option_a=Windowed |
| | option_b=Basic |
| | option_c=8 |
| | option_d=Antediluvian Abyss [Approximately 240k triangles; advanced graphics] |
| | test=supertuxkart-1.5.2 |
| | ucode=0xd6 |
+------------------+---------------------------------------------------------------------------------------------------------------------------------------+
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <rong.a.chen(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 run job.yaml
=========================================================================================
compiler/cpufreq_governor/kconfig/need_x/option_a/option_b/option_c/option_d/rootfs/tbox_group/test/testcase/ucode:
gcc-9/performance/x86_64-rhel-8.3/true/Windowed/Basic/1/Old Mine [Approximately 90k triangles]/debian-x86_64-phoronix/lkp-kbl-nuc1/supertuxkart-1.5.2/phoronix-test-suite/0xd6
commit:
a24c57d0b3 ("drm/i915/gt: Cancel a hung context if already closed")
98479ada42 ("drm/i915/gt: Treat idling as a RPS downclock event")
a24c57d0b3ed9be0 98479ada421a8fd2123b98efd39
---------------- ---------------------------
%stddev %change %stddev
\ | \
650.98 -36.0% 416.63 phoronix-test-suite.supertuxkart.1024x768.Windowed.Basic.1.OldMine.frames_per_second
239.42 +38.0% 330.29 ± 18% phoronix-test-suite.time.elapsed_time
239.42 +38.0% 330.29 ± 18% phoronix-test-suite.time.elapsed_time.max
2512 ± 85% +505.3% 15205 ± 94% phoronix-test-suite.time.involuntary_context_switches
215317 +21.2% 260934 ± 11% phoronix-test-suite.time.minor_page_faults
84.00 -39.9% 50.50 phoronix-test-suite.time.percent_of_cpu_this_job_got
26.33 -22.5% 20.41 ± 19% phoronix-test-suite.time.system_time
175.94 -15.9% 148.02 ± 18% phoronix-test-suite.time.user_time
189640 +104.4% 387650 ± 18% phoronix-test-suite.time.voluntary_context_switches
700 +---------------------------------------------------------------------+
| |
650 |.+.+ .+.+.+.++.+.+.+.++.+.+.+.++.+.+.++.+.+.+.++.+.+.+.++.+.+.+.++.+.|
| + + |
| |
600 |-+ |
| |
550 |-+ |
| |
500 |-+ |
| |
| |
450 |-+ |
| O OO O O O OO O O O OO O O O OO |
400 +---------------------------------------------------------------------+
phoronix-test-suite.time.percent_of_cpu_this_job_got
85 +----------------------------------------------------------------------+
| + + .+.+ +.+.+ + + + + + |
80 |-+ + |
75 |-+ |
| |
70 |-+ |
| |
65 |-+ |
| |
60 |-+ |
55 |-+ |
| |
50 |-O OO O O O OO O O O OO O O O O |
| O |
45 +----------------------------------------------------------------------+
[*] bisect-good sample
[O] bisect-bad sample
***************************************************************************************************
lkp-kbl-nuc1: 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G memory
=========================================================================================
compiler/cpufreq_governor/kconfig/need_x/option_a/option_b/option_c/option_d/rootfs/tbox_group/test/testcase/ucode:
gcc-9/performance/x86_64-rhel-8.3/true/Windowed/Basic/1/Cocoa Temple [Approximately 300k triangles; advanced graphics]/debian-x86_64-phoronix/lkp-kbl-nuc1/supertuxkart-1.5.2/phoronix-test-suite/0xd6
commit:
a24c57d0b3 ("drm/i915/gt: Cancel a hung context if already closed")
98479ada42 ("drm/i915/gt: Treat idling as a RPS downclock event")
a24c57d0b3ed9be0 98479ada421a8fd2123b98efd39
---------------- ---------------------------
%stddev %change %stddev
\ | \
256.74 -13.3% 222.46 phoronix-test-suite.supertuxkart.1024x768.Windowed.Basic.1.CocoaTemple.frames_per_second
84.50 -12.1% 74.25 phoronix-test-suite.time.percent_of_cpu_this_job_got
***************************************************************************************************
lkp-kbl-nuc1: 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G memory
=========================================================================================
compiler/cpufreq_governor/kconfig/need_x/option_a/rootfs/tbox_group/test/testcase/ucode:
gcc-9/performance/x86_64-rhel-8.3/true/Wavelet Volume/debian-x86_64-phoronix/lkp-kbl-nuc1/paraview-1.0.2/phoronix-test-suite/0xd6
commit:
a24c57d0b3 ("drm/i915/gt: Cancel a hung context if already closed")
98479ada42 ("drm/i915/gt: Treat idling as a RPS downclock event")
a24c57d0b3ed9be0 98479ada421a8fd2123b98efd39
---------------- ---------------------------
%stddev %change %stddev
\ | \
44.28 ± 24% -51.1% 21.64 ± 6% phoronix-test-suite.paraview.WaveletVolume.1024x768.frames___sec
708.54 ± 24% -51.1% 346.21 ± 6% phoronix-test-suite.paraview.WaveletVolume.1024x768.mivoxels___sec
284183 +122.9% 633483 ± 46% phoronix-test-suite.time.minor_page_faults
***************************************************************************************************
lkp-kbl-nuc1: 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G memory
=========================================================================================
compiler/cpufreq_governor/kconfig/need_x/option_a/option_b/option_c/option_d/rootfs/tbox_group/test/testcase/ucode:
gcc-9/performance/x86_64-rhel-8.3/true/Windowed/Basic/8/Antediluvian Abyss [Approximately 240k triangles; advanced graphics]/debian-x86_64-phoronix/lkp-kbl-nuc1/supertuxkart-1.5.2/phoronix-test-suite/0xd6
commit:
a24c57d0b3 ("drm/i915/gt: Cancel a hung context if already closed")
98479ada42 ("drm/i915/gt: Treat idling as a RPS downclock event")
a24c57d0b3ed9be0 98479ada421a8fd2123b98efd39
---------------- ---------------------------
%stddev %change %stddev
\ | \
428.34 -48.8% 219.30 ± 4% phoronix-test-suite.supertuxkart.1024x768.Windowed.Basic.8.AntediluvianAbyss.frames_per_second
1494 ± 60% +1913.0% 30074 ± 43% phoronix-test-suite.time.involuntary_context_switches
84.00 ± 2% -55.4% 37.50 ± 4% phoronix-test-suite.time.percent_of_cpu_this_job_got
395421 ± 86% +168.5% 1061674 ± 42% phoronix-test-suite.time.voluntary_context_switches
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.
Thanks,
Rong Chen
5 months, 1 week
[mm/lru] b37250464b: fio.read_iops -32.2% regression
by kernel test robot
Greeting,
FYI, we noticed a -32.2% regression of fio.read_iops due to commit:
commit: b37250464bd0c5fe31f917a7438722ee17251f26 ("mm/lru: replace pgdat lru_lock with lruvec lock")
https://github.com/alexshi/linux.git lruv19.7
in testcase: fio-basic
on test machine: 96 threads Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz with 256G memory
with following parameters:
disk: 2pmem
fs: xfs
runtime: 200s
nr_task: 50%
time_based: tb
rw: randread
bs: 4k
ioengine: mmap
test_size: 200G
cpufreq_governor: performance
ucode: 0x5002f01
test-description: Fio is a tool that will spawn a number of threads or processes doing a particular type of I/O action as specified by the user.
test-url: https://github.com/axboe/fio
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <rong.a.chen(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 run job.yaml
=========================================================================================
bs/compiler/cpufreq_governor/disk/fs/ioengine/kconfig/nr_task/rootfs/runtime/rw/tbox_group/test_size/testcase/time_based/ucode:
4k/gcc-9/performance/2pmem/xfs/mmap/x86_64-rhel-8.3/50%/debian-10.4-x86_64-20200603.cgz/200s/randread/lkp-csl-2sp6/200G/fio-basic/tb/0x5002f01
commit:
b34d2c3649 ("mm/swap.c: serialize memcg changes in pagevec_lru_move_fn")
b37250464b ("mm/lru: replace pgdat lru_lock with lruvec lock")
b34d2c364961cb9e b37250464bd0c5fe31f917a7438
---------------- ---------------------------
fail:runs %reproduction fail:runs
| | |
1:4 -8% 1:4 perf-profile.children.cycles-pp.error_entry
0:4 -2% 0:4 perf-profile.self.cycles-pp.error_entry
%stddev %change %stddev
\ | \
0.37 ± 6% +0.5 0.83 ± 15% fio.latency_100us%
0.06 -0.0 0.03 ± 8% fio.latency_20ms%
4.69 -1.6 3.13 ± 3% fio.latency_20us%
0.10 ± 3% +2.1 2.23 ± 8% fio.latency_250us%
0.80 -0.4 0.41 ± 5% fio.latency_2us%
0.81 ± 13% +1.0 1.80 ± 14% fio.latency_4us%
0.01 +0.0 0.03 ± 9% fio.latency_50ms%
2.63 ± 2% -1.7 0.96 ± 4% fio.latency_50us%
10256 -32.2% 6955 ± 2% fio.read_bw_MBps
9088 -11.4% 8048 fio.read_clat_90%_us
13632 +12.9% 15392 ± 2% fio.read_clat_95%_us
37888 ± 3% +275.3% 142208 ± 6% fio.read_clat_99%_us
16739 +40.7% 23544 ± 2% fio.read_clat_mean_us
682730 ± 5% +106.3% 1408162 fio.read_clat_stddev
2625645 -32.2% 1780619 ± 2% fio.read_iops
4.151e+09 -31.9% 2.828e+09 ± 2% fio.time.file_system_inputs
473528 ± 2% -16.6% 394848 ± 2% fio.time.involuntary_context_switches
5.191e+08 -31.8% 3.538e+08 ± 2% fio.time.major_page_faults
1386042 ± 6% +32.9% 1842642 ± 3% fio.time.maximum_resident_set_size
9004 +2.2% 9201 fio.time.system_time
459.62 ± 2% -33.0% 307.88 ± 2% fio.time.user_time
5.255e+08 -32.2% 3.563e+08 ± 2% fio.workload
20.83 +1.2% 21.07 boot-time.boot
1654 +1.4% 1676 boot-time.idle
56509 ± 4% +45.8% 82402 ± 23% cpuidle.POLL.time
18217 ± 6% +24.4% 22665 ± 9% cpuidle.POLL.usage
49.00 +1.2% 49.59 iostat.cpu.system
2.38 ± 2% -32.6% 1.60 ± 2% iostat.cpu.user
1.18 -0.3 0.83 ± 2% mpstat.cpu.all.irq%
0.04 ± 3% -0.0 0.04 ± 2% mpstat.cpu.all.soft%
2.40 ± 2% -0.8 1.61 ± 2% mpstat.cpu.all.usr%
10173770 -31.9% 6923506 ± 2% vmstat.io.bi
6735 ± 2% -12.5% 5892 vmstat.system.cs
421900 -22.8% 325605 ± 3% vmstat.system.in
395681 ± 3% -17.5% 326418 ± 6% numa-meminfo.node0.Active(file)
395206 ± 4% +9.1% 431267 ± 5% numa-meminfo.node1.Active(file)
166145 ±117% -75.4% 40795 ± 14% numa-meminfo.node1.KReclaimable
166145 ±117% -75.4% 40795 ± 14% numa-meminfo.node1.SReclaimable
2141 ± 3% -9.3% 1942 ± 4% slabinfo.blkdev_ioc.active_objs
4870 ± 4% -15.5% 4116 ± 8% slabinfo.eventpoll_pwq.active_objs
4870 ± 4% -15.5% 4116 ± 8% slabinfo.eventpoll_pwq.num_objs
9992 ± 8% -15.5% 8445 ± 6% slabinfo.proc_inode_cache.active_objs
10286 ± 7% -14.7% 8778 ± 6% slabinfo.proc_inode_cache.num_objs
2.015e+08 ± 2% -34.1% 1.328e+08 ± 2% numa-numastat.node0.local_node
60368370 ± 8% -19.4% 48679396 ± 5% numa-numastat.node0.numa_foreign
2.015e+08 ± 2% -34.1% 1.328e+08 ± 2% numa-numastat.node0.numa_hit
54488616 ± 13% -27.4% 39548712 ± 3% numa-numastat.node0.numa_miss
54504195 ± 13% -27.4% 39548797 ± 3% numa-numastat.node0.other_node
2.035e+08 -34.4% 1.336e+08 ± 3% numa-numastat.node1.local_node
54488616 ± 13% -27.4% 39548712 ± 3% numa-numastat.node1.numa_foreign
2.035e+08 -34.4% 1.336e+08 ± 3% numa-numastat.node1.numa_hit
60368370 ± 8% -19.4% 48679396 ± 5% numa-numastat.node1.numa_miss
60384208 ± 8% -19.3% 48710717 ± 5% numa-numastat.node1.other_node
98866 ± 3% -17.6% 81491 ± 6% numa-vmstat.node0.nr_active_file
98724 ± 3% -17.5% 81452 ± 6% numa-vmstat.node0.nr_zone_active_file
27286342 ± 21% -30.0% 19090971 ± 3% numa-vmstat.node0.numa_miss
27304331 ± 21% -29.9% 19126844 ± 3% numa-vmstat.node0.numa_other
97054 ± 7% -60.3% 38574 ± 15% numa-vmstat.node0.workingset_activate_file
898.50 ± 55% +350.3% 4045 ± 9% numa-vmstat.node0.workingset_nodes
15894784 ± 4% -54.8% 7181584 ± 9% numa-vmstat.node0.workingset_refault_file
143.25 ± 5% +16.9% 167.50 ± 6% numa-vmstat.node1.nr_isolated_file
41535 ±117% -75.5% 10191 ± 14% numa-vmstat.node1.nr_slab_reclaimable
27287985 ± 21% -30.0% 19092723 ± 3% numa-vmstat.node1.numa_foreign
98564 ± 7% -21.6% 77255 ± 10% numa-vmstat.node1.workingset_activate_file
16417703 ± 3% -40.9% 9701929 ± 3% numa-vmstat.node1.workingset_refault_file
331.17 ± 48% -88.9% 36.78 ±173% sched_debug.cfs_rq:/.MIN_vruntime.avg
18733 ± 38% -83.7% 3052 ±173% sched_debug.cfs_rq:/.MIN_vruntime.max
2375 ± 41% -86.0% 333.04 ±173% sched_debug.cfs_rq:/.MIN_vruntime.stddev
331.17 ± 48% -88.9% 36.78 ±173% sched_debug.cfs_rq:/.max_vruntime.avg
18733 ± 38% -83.7% 3052 ±173% sched_debug.cfs_rq:/.max_vruntime.max
2375 ± 41% -86.0% 333.04 ±173% sched_debug.cfs_rq:/.max_vruntime.stddev
6510 ± 3% -15.3% 5512 sched_debug.cpu.sched_count.avg
3176 ± 3% -16.0% 2667 sched_debug.cpu.ttwu_count.avg
6743 ± 5% -12.4% 5909 ± 8% sched_debug.cpu.ttwu_count.max
1143 ± 6% -15.7% 964.40 ± 9% sched_debug.cpu.ttwu_count.stddev
2418 -15.5% 2044 sched_debug.cpu.ttwu_local.avg
886.47 ± 10% -17.6% 730.23 ± 5% sched_debug.cpu.ttwu_local.stddev
12430 ± 12% +53.6% 19095 ± 26% softirqs.CPU15.SCHED
13204 ± 20% +37.5% 18154 ± 15% softirqs.CPU28.SCHED
11610 ± 13% +46.5% 17012 ± 15% softirqs.CPU32.SCHED
9224 ± 42% +78.6% 16479 ± 19% softirqs.CPU34.SCHED
12232 ± 28% +64.8% 20163 ± 14% softirqs.CPU36.SCHED
9906 ± 15% +64.6% 16306 ± 24% softirqs.CPU37.SCHED
7156 ± 28% +109.8% 15016 ± 38% softirqs.CPU47.SCHED
18645 ± 11% -33.1% 12482 ± 15% softirqs.CPU59.SCHED
6665 ± 38% -32.7% 4488 ± 6% softirqs.CPU61.RCU
18660 ± 25% -49.4% 9437 ± 14% softirqs.CPU62.SCHED
14125 ± 28% +73.0% 24438 ± 26% softirqs.CPU7.SCHED
6578 ± 33% -33.3% 4385 ± 4% softirqs.CPU71.RCU
13383 ± 4% -13.0% 11642 ± 11% softirqs.CPU74.SCHED
16721 ± 32% -35.8% 10730 ± 24% softirqs.CPU76.SCHED
19143 ± 20% -46.6% 10223 ± 19% softirqs.CPU81.SCHED
17519 ± 16% -41.2% 10303 ± 18% softirqs.CPU84.SCHED
21254 ± 9% -23.5% 16250 ± 24% softirqs.CPU95.SCHED
350059 -36.9% 221021 ± 2% proc-vmstat.allocstall_movable
1533 ± 15% -21.0% 1211 ± 6% proc-vmstat.compact_daemon_wake
7184 ± 2% -26.4% 5285 ± 2% proc-vmstat.kswapd_low_wmark_hit_quickly
273832 +2.1% 279476 proc-vmstat.nr_free_pages
108.25 ± 18% -45.0% 59.50 proc-vmstat.nr_vmscan_immediate_reclaim
1.148e+08 ± 3% -23.2% 88176453 ± 4% proc-vmstat.numa_foreign
4.047e+08 -34.2% 2.663e+08 ± 3% proc-vmstat.numa_hit
4.047e+08 -34.2% 2.663e+08 ± 3% proc-vmstat.numa_local
1.148e+08 ± 3% -23.2% 88176453 ± 4% proc-vmstat.numa_miss
1.148e+08 ± 3% -23.2% 88207962 ± 4% proc-vmstat.numa_other
7190 ± 2% -26.4% 5292 ± 2% proc-vmstat.pageoutrun
5757891 -54.4% 2625458 ± 9% proc-vmstat.pgactivate
19780907 -30.2% 13808355 proc-vmstat.pgalloc_dma32
5.003e+08 -31.8% 3.41e+08 ± 2% proc-vmstat.pgalloc_normal
5857496 -55.7% 2597031 ± 9% proc-vmstat.pgdeactivate
1.039e+09 -31.8% 7.083e+08 ± 2% proc-vmstat.pgfault
5.097e+08 -32.4% 3.445e+08 ± 2% proc-vmstat.pgfree
5.189e+08 -31.9% 3.535e+08 ± 2% proc-vmstat.pgmajfault
2.075e+09 -31.9% 1.414e+09 ± 2% proc-vmstat.pgpgin
5857496 -55.7% 2597034 ± 9% proc-vmstat.pgrefill
9.083e+08 -35.6% 5.852e+08 ± 2% proc-vmstat.pgscan_direct
1.027e+09 -32.5% 6.932e+08 ± 2% proc-vmstat.pgscan_file
1.191e+08 -9.3% 1.08e+08 proc-vmstat.pgscan_kswapd
4.678e+08 -32.4% 3.163e+08 ± 2% proc-vmstat.pgsteal_direct
5.087e+08 -32.5% 3.434e+08 ± 2% proc-vmstat.pgsteal_file
40968156 -33.8% 27127748 ± 2% proc-vmstat.pgsteal_kswapd
195701 ± 3% -40.5% 116506 ± 11% proc-vmstat.workingset_activate_file
1229 ± 4% +237.7% 4151 ± 10% proc-vmstat.workingset_nodes
32332079 -47.4% 17007070 ± 4% proc-vmstat.workingset_refault_file
1.289e+10 -24.3% 9.751e+09 perf-stat.i.branch-instructions
0.85 -0.1 0.75 perf-stat.i.branch-miss-rate%
1.114e+08 -32.1% 75608918 perf-stat.i.branch-misses
74.74 -5.2 69.55 perf-stat.i.cache-miss-rate%
4.592e+08 -29.1% 3.254e+08 perf-stat.i.cache-misses
6.066e+08 -24.9% 4.554e+08 perf-stat.i.cache-references
6742 ± 2% -12.6% 5895 perf-stat.i.context-switches
2.27 +43.1% 3.25 perf-stat.i.cpi
347.49 +70.7% 593.08 perf-stat.i.cycles-between-cache-misses
0.10 ± 4% -0.0 0.08 ± 9% perf-stat.i.dTLB-load-miss-rate%
15947761 ± 4% -37.1% 10035377 ± 10% perf-stat.i.dTLB-load-misses
1.582e+10 -25.7% 1.176e+10 perf-stat.i.dTLB-loads
0.04 -0.0 0.04 perf-stat.i.dTLB-store-miss-rate%
3435721 ± 2% -36.4% 2186375 ± 2% perf-stat.i.dTLB-store-misses
8.287e+09 -31.5% 5.674e+09 ± 2% perf-stat.i.dTLB-stores
88.57 -2.0 86.59 perf-stat.i.iTLB-load-miss-rate%
28512011 ± 5% -20.0% 22817588 ± 6% perf-stat.i.iTLB-load-misses
3430037 -12.0% 3017527 ± 5% perf-stat.i.iTLB-loads
6.337e+10 -25.7% 4.711e+10 perf-stat.i.instructions
0.46 -25.7% 0.34 perf-stat.i.ipc
2571216 -31.7% 1757356 ± 2% perf-stat.i.major-faults
393.81 -26.5% 289.38 perf-stat.i.metric.M/sec
2957 -2.2% 2891 perf-stat.i.minor-faults
52.93 ± 4% +4.6 57.49 ± 4% perf-stat.i.node-load-miss-rate%
40691767 ± 4% -21.8% 31826030 ± 5% perf-stat.i.node-load-misses
36711163 ± 4% -32.7% 24698887 ± 4% perf-stat.i.node-loads
36.86 +7.8 44.62 perf-stat.i.node-store-miss-rate%
33619562 ± 2% -19.9% 26944057 ± 3% perf-stat.i.node-store-misses
62793082 -35.4% 40577532 ± 2% perf-stat.i.node-stores
2574173 -31.6% 1760248 ± 2% perf-stat.i.page-faults
0.86 -0.1 0.77 perf-stat.overall.branch-miss-rate%
75.70 -4.3 71.43 perf-stat.overall.cache-miss-rate%
2.18 +35.5% 2.95 perf-stat.overall.cpi
300.81 +42.3% 428.00 perf-stat.overall.cycles-between-cache-misses
0.10 ± 4% -0.0 0.09 ± 9% perf-stat.overall.dTLB-load-miss-rate%
0.04 ± 2% -0.0 0.04 perf-stat.overall.dTLB-store-miss-rate%
0.46 -26.2% 0.34 perf-stat.overall.ipc
34.83 +5.1 39.95 ± 2% perf-stat.overall.node-store-miss-rate%
24246 +9.5% 26553 perf-stat.overall.path-length
1.282e+10 -24.5% 9.68e+09 perf-stat.ps.branch-instructions
1.109e+08 -32.4% 74944917 perf-stat.ps.branch-misses
4.57e+08 -29.4% 3.227e+08 perf-stat.ps.cache-misses
6.037e+08 -25.2% 4.517e+08 perf-stat.ps.cache-references
6706 ± 2% -12.5% 5868 perf-stat.ps.context-switches
15866249 ± 4% -37.3% 9954058 ± 10% perf-stat.ps.dTLB-load-misses
1.574e+10 -25.9% 1.167e+10 perf-stat.ps.dTLB-loads
3417952 ± 2% -36.6% 2167107 ± 2% perf-stat.ps.dTLB-store-misses
8.247e+09 -31.8% 5.627e+09 ± 2% perf-stat.ps.dTLB-stores
28370790 ± 5% -20.3% 22617380 ± 6% perf-stat.ps.iTLB-load-misses
3412089 -12.2% 2995047 ± 5% perf-stat.ps.iTLB-loads
6.306e+10 -25.9% 4.676e+10 perf-stat.ps.instructions
2558839 -31.9% 1741710 ± 2% perf-stat.ps.major-faults
2943 -2.3% 2874 perf-stat.ps.minor-faults
40481734 ± 4% -22.0% 31570556 ± 5% perf-stat.ps.node-load-misses
36532556 ± 4% -33.0% 24487460 ± 4% perf-stat.ps.node-loads
33418777 ± 2% -20.0% 26750559 ± 3% perf-stat.ps.node-store-misses
62507158 -35.7% 40205069 ± 2% perf-stat.ps.node-stores
2561783 -31.9% 1744585 ± 2% perf-stat.ps.page-faults
1.274e+13 -25.8% 9.459e+12 perf-stat.total.instructions
46092479 -38.6% 28308659 ± 2% interrupts.CAL:Function_call_interrupts
462.25 ± 26% -46.4% 247.75 ± 43% interrupts.CPU10.RES:Rescheduling_interrupts
635417 ± 19% -55.7% 281466 ± 16% interrupts.CPU11.CAL:Function_call_interrupts
749292 ± 20% -53.0% 352059 ± 16% interrupts.CPU11.TLB:TLB_shootdowns
596091 ± 22% -67.9% 191299 ± 16% interrupts.CPU14.CAL:Function_call_interrupts
468.25 ± 15% -44.5% 259.75 ± 17% interrupts.CPU14.RES:Rescheduling_interrupts
703562 ± 22% -66.2% 237659 ± 16% interrupts.CPU14.TLB:TLB_shootdowns
578336 ± 8% -54.1% 265445 ± 18% interrupts.CPU15.CAL:Function_call_interrupts
681957 ± 8% -51.8% 328772 ± 17% interrupts.CPU15.TLB:TLB_shootdowns
582246 ± 25% -52.2% 278598 ± 8% interrupts.CPU18.CAL:Function_call_interrupts
6549 ± 24% -43.5% 3702 ± 61% interrupts.CPU18.NMI:Non-maskable_interrupts
6549 ± 24% -43.5% 3702 ± 61% interrupts.CPU18.PMI:Performance_monitoring_interrupts
684279 ± 25% -49.7% 344158 ± 7% interrupts.CPU18.TLB:TLB_shootdowns
611398 ± 15% -51.6% 295870 ± 45% interrupts.CPU19.CAL:Function_call_interrupts
721227 ± 15% -48.9% 368245 ± 46% interrupts.CPU19.TLB:TLB_shootdowns
619053 ± 16% -46.9% 328605 ± 17% interrupts.CPU21.CAL:Function_call_interrupts
728576 ± 16% -44.2% 406823 ± 17% interrupts.CPU21.TLB:TLB_shootdowns
645034 ± 9% -43.5% 364132 ± 20% interrupts.CPU22.CAL:Function_call_interrupts
760721 ± 9% -40.3% 454385 ± 21% interrupts.CPU22.TLB:TLB_shootdowns
603201 ± 32% -42.2% 348559 ± 18% interrupts.CPU23.CAL:Function_call_interrupts
708810 ± 32% -38.9% 432970 ± 18% interrupts.CPU23.TLB:TLB_shootdowns
3552 ± 18% +70.2% 6045 ± 22% interrupts.CPU24.NMI:Non-maskable_interrupts
3552 ± 18% +70.2% 6045 ± 22% interrupts.CPU24.PMI:Performance_monitoring_interrupts
6137 ± 30% -41.8% 3571 ± 34% interrupts.CPU25.NMI:Non-maskable_interrupts
6137 ± 30% -41.8% 3571 ± 34% interrupts.CPU25.PMI:Performance_monitoring_interrupts
455707 ± 5% -46.4% 244161 ± 9% interrupts.CPU26.CAL:Function_call_interrupts
533153 ± 5% -44.1% 298050 ± 9% interrupts.CPU26.TLB:TLB_shootdowns
504097 ± 19% -60.9% 197299 ± 50% interrupts.CPU27.CAL:Function_call_interrupts
589648 ± 19% -59.0% 241839 ± 50% interrupts.CPU27.TLB:TLB_shootdowns
524601 ± 19% -61.1% 203929 ± 27% interrupts.CPU28.CAL:Function_call_interrupts
476.25 ± 18% -47.7% 249.00 ± 29% interrupts.CPU28.RES:Rescheduling_interrupts
616113 ± 19% -59.7% 248127 ± 28% interrupts.CPU28.TLB:TLB_shootdowns
506561 ± 38% -45.3% 276999 ± 52% interrupts.CPU29.CAL:Function_call_interrupts
574996 ± 11% -39.7% 346861 ± 32% interrupts.CPU30.CAL:Function_call_interrupts
677817 ± 11% -37.0% 427202 ± 33% interrupts.CPU30.TLB:TLB_shootdowns
569771 ± 9% -53.3% 266297 ± 41% interrupts.CPU32.CAL:Function_call_interrupts
570.25 ± 6% -40.9% 336.75 ± 33% interrupts.CPU32.RES:Rescheduling_interrupts
667109 ± 9% -51.1% 326057 ± 42% interrupts.CPU32.TLB:TLB_shootdowns
589157 ± 16% -68.4% 186028 ± 25% interrupts.CPU33.CAL:Function_call_interrupts
507.50 ± 14% -54.8% 229.25 ± 26% interrupts.CPU33.RES:Rescheduling_interrupts
690035 ± 16% -67.0% 227636 ± 26% interrupts.CPU33.TLB:TLB_shootdowns
695048 ± 25% -61.7% 266092 ± 26% interrupts.CPU34.CAL:Function_call_interrupts
814875 ± 25% -60.1% 325051 ± 26% interrupts.CPU34.TLB:TLB_shootdowns
505615 ± 48% -63.1% 186728 ± 67% interrupts.CPU35.CAL:Function_call_interrupts
7301 ± 6% -51.1% 3569 ± 36% interrupts.CPU35.NMI:Non-maskable_interrupts
7301 ± 6% -51.1% 3569 ± 36% interrupts.CPU35.PMI:Performance_monitoring_interrupts
552.75 ± 21% -52.2% 264.00 ± 45% interrupts.CPU35.RES:Rescheduling_interrupts
594385 ± 49% -61.6% 228366 ± 67% interrupts.CPU35.TLB:TLB_shootdowns
592540 ± 18% -68.7% 185467 ± 21% interrupts.CPU36.CAL:Function_call_interrupts
698361 ± 18% -67.1% 229802 ± 21% interrupts.CPU36.TLB:TLB_shootdowns
673857 ± 9% -61.3% 260568 ± 39% interrupts.CPU37.CAL:Function_call_interrupts
589.25 ± 17% -54.5% 268.25 ± 44% interrupts.CPU37.RES:Rescheduling_interrupts
789497 ± 9% -59.2% 321744 ± 40% interrupts.CPU37.TLB:TLB_shootdowns
511392 ± 27% -36.9% 322821 ± 41% interrupts.CPU39.CAL:Function_call_interrupts
645479 ± 15% -46.1% 347769 ± 35% interrupts.CPU40.CAL:Function_call_interrupts
513.75 ± 11% -28.4% 367.75 ± 29% interrupts.CPU40.RES:Rescheduling_interrupts
761159 ± 15% -43.5% 429990 ± 35% interrupts.CPU40.TLB:TLB_shootdowns
710758 ± 20% -54.0% 327037 ± 18% interrupts.CPU41.CAL:Function_call_interrupts
838134 ± 20% -51.7% 404601 ± 18% interrupts.CPU41.TLB:TLB_shootdowns
606154 ± 13% -48.8% 310483 ± 24% interrupts.CPU43.CAL:Function_call_interrupts
543.50 ± 16% -30.7% 376.50 ± 19% interrupts.CPU43.RES:Rescheduling_interrupts
716683 ± 13% -46.5% 383534 ± 24% interrupts.CPU43.TLB:TLB_shootdowns
624268 ± 13% -53.9% 287999 ± 30% interrupts.CPU44.CAL:Function_call_interrupts
549.00 ± 9% -30.5% 381.75 ± 27% interrupts.CPU44.RES:Rescheduling_interrupts
733832 ± 13% -51.9% 352852 ± 30% interrupts.CPU44.TLB:TLB_shootdowns
680259 ± 17% -47.5% 356961 ± 42% interrupts.CPU45.CAL:Function_call_interrupts
607.50 ± 5% -32.7% 409.00 ± 32% interrupts.CPU45.RES:Rescheduling_interrupts
801257 ± 17% -44.5% 445021 ± 42% interrupts.CPU45.TLB:TLB_shootdowns
655149 ± 20% -43.0% 373499 ± 18% interrupts.CPU46.CAL:Function_call_interrupts
571.75 ± 14% -27.6% 414.00 ± 17% interrupts.CPU46.RES:Rescheduling_interrupts
772721 ± 20% -39.7% 465900 ± 19% interrupts.CPU46.TLB:TLB_shootdowns
760400 ± 11% -59.1% 311049 ± 30% interrupts.CPU47.CAL:Function_call_interrupts
678.25 ± 9% -45.7% 368.25 ± 36% interrupts.CPU47.RES:Rescheduling_interrupts
892684 ± 11% -56.8% 386073 ± 31% interrupts.CPU47.TLB:TLB_shootdowns
321525 ± 24% -46.6% 171558 ± 34% interrupts.CPU5.CAL:Function_call_interrupts
655446 ± 14% -36.1% 418713 ± 13% interrupts.CPU53.CAL:Function_call_interrupts
773797 ± 13% -32.8% 520218 ± 14% interrupts.CPU53.TLB:TLB_shootdowns
303.25 ± 34% +49.2% 452.50 ± 13% interrupts.CPU55.RES:Rescheduling_interrupts
531543 ± 22% -49.1% 270742 ± 26% interrupts.CPU57.CAL:Function_call_interrupts
627495 ± 23% -46.4% 336111 ± 27% interrupts.CPU57.TLB:TLB_shootdowns
283.50 ± 29% +55.2% 440.00 ± 7% interrupts.CPU59.RES:Rescheduling_interrupts
462925 ± 11% -63.9% 167151 ± 51% interrupts.CPU6.CAL:Function_call_interrupts
540447 ± 11% -61.7% 206973 ± 52% interrupts.CPU6.TLB:TLB_shootdowns
456915 ± 41% -57.6% 193804 ± 26% interrupts.CPU60.CAL:Function_call_interrupts
536861 ± 40% -55.4% 239640 ± 27% interrupts.CPU60.TLB:TLB_shootdowns
322.75 ± 20% +51.9% 490.25 ± 17% interrupts.CPU62.RES:Rescheduling_interrupts
7159 ± 11% -34.1% 4714 ± 22% interrupts.CPU67.NMI:Non-maskable_interrupts
7159 ± 11% -34.1% 4714 ± 22% interrupts.CPU67.PMI:Performance_monitoring_interrupts
511484 ± 35% -63.4% 186949 ± 29% interrupts.CPU7.CAL:Function_call_interrupts
489.75 ± 20% -41.9% 284.50 ± 10% interrupts.CPU7.RES:Rescheduling_interrupts
526034 ± 7% -28.8% 374339 ± 9% interrupts.CPU74.CAL:Function_call_interrupts
620752 ± 7% -25.3% 463904 ± 9% interrupts.CPU74.TLB:TLB_shootdowns
4073 ± 52% +37.3% 5593 ± 40% interrupts.CPU76.NMI:Non-maskable_interrupts
4073 ± 52% +37.3% 5593 ± 40% interrupts.CPU76.PMI:Performance_monitoring_interrupts
6896 ± 14% -42.8% 3942 ± 57% interrupts.CPU79.NMI:Non-maskable_interrupts
6896 ± 14% -42.8% 3942 ± 57% interrupts.CPU79.PMI:Performance_monitoring_interrupts
627807 ± 32% -57.1% 269414 ± 35% interrupts.CPU8.CAL:Function_call_interrupts
738870 ± 32% -54.6% 335632 ± 35% interrupts.CPU8.TLB:TLB_shootdowns
3465 ± 52% +75.9% 6094 ± 26% interrupts.CPU83.NMI:Non-maskable_interrupts
3465 ± 52% +75.9% 6094 ± 26% interrupts.CPU83.PMI:Performance_monitoring_interrupts
371904 ± 53% -51.9% 178836 ± 44% interrupts.CPU90.CAL:Function_call_interrupts
40343 ± 6% -12.2% 35428 ± 3% interrupts.RES:Rescheduling_interrupts
54189530 -35.2% 35124875 ± 2% interrupts.TLB:TLB_shootdowns
14.97 ± 8% -5.5 9.48 ± 10% perf-profile.calltrace.cycles-pp._raw_spin_lock_irq.lru_note_cost.shrink_inactive_list.shrink_lruvec.shrink_node
14.91 ± 8% -5.5 9.44 ± 10% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irq.lru_note_cost.shrink_inactive_list.shrink_lruvec
14.49 ± 9% -4.9 9.55 ± 10% perf-profile.calltrace.cycles-pp.lru_note_cost.shrink_inactive_list.shrink_lruvec.shrink_node.do_try_to_free_pages
6.96 ± 12% -2.1 4.82 ± 5% perf-profile.calltrace.cycles-pp.iomap_readpage.filemap_fault.__xfs_filemap_fault.__do_fault.do_fault
6.00 ± 12% -2.0 4.02 ± 5% perf-profile.calltrace.cycles-pp.submit_bio_noacct.submit_bio.iomap_readpage.filemap_fault.__xfs_filemap_fault
6.01 ± 12% -2.0 4.04 ± 5% perf-profile.calltrace.cycles-pp.submit_bio.iomap_readpage.filemap_fault.__xfs_filemap_fault.__do_fault
5.66 ± 13% -1.9 3.75 ± 5% perf-profile.calltrace.cycles-pp.pmem_submit_bio.submit_bio_noacct.submit_bio.iomap_readpage.filemap_fault
6.70 ± 11% -1.8 4.95 ± 5% perf-profile.calltrace.cycles-pp.xfs_filemap_map_pages.do_fault.__handle_mm_fault.handle_mm_fault.do_user_addr_fault
5.08 ± 13% -1.7 3.37 ± 5% perf-profile.calltrace.cycles-pp.pmem_do_read.pmem_submit_bio.submit_bio_noacct.submit_bio.iomap_readpage
6.47 ± 11% -1.7 4.77 ± 5% perf-profile.calltrace.cycles-pp.filemap_map_pages.xfs_filemap_map_pages.do_fault.__handle_mm_fault.handle_mm_fault
5.03 ± 13% -1.7 3.33 ± 5% perf-profile.calltrace.cycles-pp.__memcpy_mcsafe.pmem_do_read.pmem_submit_bio.submit_bio_noacct.submit_bio
1.32 ± 38% -0.9 0.42 ± 57% perf-profile.calltrace.cycles-pp.get_page_from_freelist.__alloc_pages_nodemask.pagecache_get_page.filemap_fault.__xfs_filemap_fault
2.44 ± 13% -0.9 1.58 ± 9% perf-profile.calltrace.cycles-pp.page_referenced.shrink_page_list.shrink_inactive_list.shrink_lruvec.shrink_node
2.16 ± 8% -0.7 1.48 ± 9% perf-profile.calltrace.cycles-pp.rmap_walk_file.page_referenced.shrink_page_list.shrink_inactive_list.shrink_lruvec
2.06 ± 11% -0.6 1.46 ± 4% perf-profile.calltrace.cycles-pp.xas_find.filemap_map_pages.xfs_filemap_map_pages.do_fault.__handle_mm_fault
1.77 ± 8% -0.6 1.22 ± 9% perf-profile.calltrace.cycles-pp.page_referenced_one.rmap_walk_file.page_referenced.shrink_page_list.shrink_inactive_list
1.72 ± 11% -0.5 1.23 ± 6% perf-profile.calltrace.cycles-pp.xas_load.xas_find.filemap_map_pages.xfs_filemap_map_pages.do_fault
1.56 ± 8% -0.5 1.08 ± 9% perf-profile.calltrace.cycles-pp.page_vma_mapped_walk.page_referenced_one.rmap_walk_file.page_referenced.shrink_page_list
1.29 ± 10% -0.3 1.02 ± 8% perf-profile.calltrace.cycles-pp.xas_store.__delete_from_page_cache.__remove_mapping.shrink_page_list.shrink_inactive_list
0.93 ± 7% -0.2 0.76 ± 7% perf-profile.calltrace.cycles-pp.iomap_apply.iomap_readpage.filemap_fault.__xfs_filemap_fault.__do_fault
0.95 ± 8% -0.1 0.82 ± 10% perf-profile.calltrace.cycles-pp.try_to_unmap.shrink_page_list.shrink_inactive_list.shrink_lruvec.shrink_node
2.17 ± 10% +0.8 2.98 ± 9% perf-profile.calltrace.cycles-pp.smp_call_function_many_cond.on_each_cpu_cond_mask.arch_tlbbatch_flush.try_to_unmap_flush.shrink_page_list
2.23 ± 10% +0.8 3.07 ± 9% perf-profile.calltrace.cycles-pp.try_to_unmap_flush.shrink_page_list.shrink_inactive_list.shrink_lruvec.shrink_node
2.23 ± 10% +0.8 3.07 ± 9% perf-profile.calltrace.cycles-pp.arch_tlbbatch_flush.try_to_unmap_flush.shrink_page_list.shrink_inactive_list.shrink_lruvec
2.23 ± 10% +0.8 3.07 ± 9% perf-profile.calltrace.cycles-pp.on_each_cpu_cond_mask.arch_tlbbatch_flush.try_to_unmap_flush.shrink_page_list.shrink_inactive_list
0.00 +2.0 1.97 ± 45% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.pagevec_lru_move_fn.deactivate_file_page
0.00 +2.0 1.98 ± 45% perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.pagevec_lru_move_fn.deactivate_file_page.invalidate_mapping_pages
0.00 +2.0 1.98 ± 45% perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.pagevec_lru_move_fn.deactivate_file_page.invalidate_mapping_pages.generic_fadvise
4.80 ± 11% +6.8 11.55 ± 20% perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pagecache_get_page.filemap_fault.__xfs_filemap_fault.__do_fault
3.50 ± 11% +7.0 10.52 ± 21% perf-profile.calltrace.cycles-pp.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.filemap_fault.__xfs_filemap_fault
3.43 ± 11% +7.0 10.47 ± 22% perf-profile.calltrace.cycles-pp.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.filemap_fault
13.16 ± 9% +7.7 20.86 ± 10% perf-profile.calltrace.cycles-pp._raw_spin_lock_irq.shrink_inactive_list.shrink_lruvec.shrink_node.do_try_to_free_pages
13.54 ± 10% +8.0 21.53 ± 10% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irq.shrink_inactive_list.shrink_lruvec.shrink_node
0.00 +9.7 9.74 ± 23% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add
0.00 +9.8 9.77 ± 22% perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru
0.00 +9.8 9.77 ± 23% perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page
15.18 ± 9% -5.2 9.98 ± 10% perf-profile.children.cycles-pp.lru_note_cost
6.96 ± 12% -2.1 4.82 ± 5% perf-profile.children.cycles-pp.iomap_readpage
6.01 ± 12% -2.0 4.04 ± 5% perf-profile.children.cycles-pp.submit_bio
6.00 ± 12% -2.0 4.03 ± 5% perf-profile.children.cycles-pp.submit_bio_noacct
5.66 ± 13% -1.9 3.75 ± 5% perf-profile.children.cycles-pp.pmem_submit_bio
6.70 ± 11% -1.8 4.95 ± 5% perf-profile.children.cycles-pp.xfs_filemap_map_pages
5.09 ± 13% -1.7 3.37 ± 5% perf-profile.children.cycles-pp.pmem_do_read
6.51 ± 11% -1.7 4.79 ± 5% perf-profile.children.cycles-pp.filemap_map_pages
5.04 ± 13% -1.7 3.34 ± 5% perf-profile.children.cycles-pp.__memcpy_mcsafe
3.54 ± 10% -1.0 2.59 ± 9% perf-profile.children.cycles-pp.rmap_walk_file
1.57 ± 32% -0.9 0.66 ± 8% perf-profile.children.cycles-pp.get_page_from_freelist
2.72 ± 10% -0.9 1.87 ± 10% perf-profile.children.cycles-pp.page_referenced
1.34 ± 35% -0.8 0.52 ± 7% perf-profile.children.cycles-pp.rmqueue
1.30 ± 28% -0.7 0.59 ± 11% perf-profile.children.cycles-pp._raw_spin_lock
1.01 ± 42% -0.7 0.33 ± 7% perf-profile.children.cycles-pp.rmqueue_bulk
2.09 ± 10% -0.7 1.43 ± 9% perf-profile.children.cycles-pp.page_referenced_one
2.12 ± 11% -0.6 1.49 ± 5% perf-profile.children.cycles-pp.xas_find
1.98 ± 10% -0.6 1.38 ± 9% perf-profile.children.cycles-pp.page_vma_mapped_walk
2.00 ± 10% -0.6 1.43 ± 6% perf-profile.children.cycles-pp.xas_load
1.13 ± 11% -0.5 0.65 ± 10% perf-profile.children.cycles-pp.__list_del_entry_valid
1.67 ± 10% -0.4 1.26 ± 9% perf-profile.children.cycles-pp.xas_store
0.60 ± 56% -0.3 0.29 ± 11% perf-profile.children.cycles-pp.asm_sysvec_apic_timer_interrupt
0.69 ± 38% -0.3 0.38 ± 10% perf-profile.children.cycles-pp.asm_call_on_stack
0.55 ± 58% -0.3 0.25 ± 10% perf-profile.children.cycles-pp.sysvec_apic_timer_interrupt
0.48 ± 51% -0.2 0.23 ± 11% perf-profile.children.cycles-pp.__sysvec_apic_timer_interrupt
0.47 ± 51% -0.2 0.22 ± 10% perf-profile.children.cycles-pp.hrtimer_interrupt
0.72 ± 9% -0.2 0.52 ± 11% perf-profile.children.cycles-pp.down_read
0.42 ± 11% -0.2 0.23 ± 21% perf-profile.children.cycles-pp.shrink_slab
1.07 ± 9% -0.2 0.89 ± 10% perf-profile.children.cycles-pp.try_to_unmap
0.93 ± 7% -0.2 0.76 ± 7% perf-profile.children.cycles-pp.iomap_apply
0.33 ± 46% -0.2 0.16 ± 13% perf-profile.children.cycles-pp.__hrtimer_run_queues
0.28 ± 53% -0.2 0.13 ± 15% perf-profile.children.cycles-pp.tick_sched_timer
0.18 ± 23% -0.1 0.04 ±103% perf-profile.children.cycles-pp.shrink_active_list
0.26 ± 49% -0.1 0.12 ± 14% perf-profile.children.cycles-pp.tick_sched_handle
0.25 ± 50% -0.1 0.12 ± 14% perf-profile.children.cycles-pp.update_process_times
0.54 ± 9% -0.1 0.41 ± 7% perf-profile.children.cycles-pp.native_irq_return_iret
0.16 ± 25% -0.1 0.04 ±100% perf-profile.children.cycles-pp.pagevec_lookup_entries
0.16 ± 25% -0.1 0.04 ±100% perf-profile.children.cycles-pp.find_get_entries
0.82 ± 8% -0.1 0.70 ± 11% perf-profile.children.cycles-pp.try_to_unmap_one
0.48 ± 8% -0.1 0.37 ± 8% perf-profile.children.cycles-pp.unlock_page
0.29 ± 18% -0.1 0.18 ± 9% perf-profile.children.cycles-pp.iomap_read_end_io
0.40 ± 9% -0.1 0.30 ± 11% perf-profile.children.cycles-pp.up_read
0.42 ± 6% -0.1 0.31 ± 6% perf-profile.children.cycles-pp.__count_memcg_events
0.41 ± 7% -0.1 0.31 ± 10% perf-profile.children.cycles-pp.workingset_eviction
0.47 ± 8% -0.1 0.38 ± 9% perf-profile.children.cycles-pp.iomap_readpage_actor
0.25 ± 12% -0.1 0.16 ± 7% perf-profile.children.cycles-pp.__mod_lruvec_state
0.45 ± 7% -0.1 0.35 ± 6% perf-profile.children.cycles-pp.mem_cgroup_charge
0.18 ± 52% -0.1 0.10 ± 11% perf-profile.children.cycles-pp.ktime_get
0.19 ± 19% -0.1 0.11 ± 11% perf-profile.children.cycles-pp.iomap_set_range_uptodate
0.21 ± 10% -0.1 0.13 ± 6% perf-profile.children.cycles-pp.__mod_node_page_state
0.15 ± 29% -0.1 0.08 ± 15% perf-profile.children.cycles-pp.scheduler_tick
0.21 ± 10% -0.1 0.14 ± 11% perf-profile.children.cycles-pp.workingset_age_nonresident
0.27 ± 10% -0.1 0.20 ± 7% perf-profile.children.cycles-pp.asm_sysvec_call_function
0.16 ± 14% -0.1 0.09 ± 17% perf-profile.children.cycles-pp.down_read_trylock
0.38 ± 6% -0.1 0.32 ± 6% perf-profile.children.cycles-pp.xfs_read_iomap_begin
0.22 ± 8% -0.1 0.16 ± 12% perf-profile.children.cycles-pp.___might_sleep
0.33 ± 7% -0.1 0.27 ± 4% perf-profile.children.cycles-pp.sync_regs
0.25 ± 5% -0.1 0.20 ± 8% perf-profile.children.cycles-pp.xfs_ilock
0.20 ± 9% -0.1 0.15 ± 8% perf-profile.children.cycles-pp.find_get_entry
0.19 ± 12% -0.1 0.14 ± 7% perf-profile.children.cycles-pp.sysvec_call_function
0.14 ± 12% -0.1 0.08 ± 13% perf-profile.children.cycles-pp.do_shrink_slab
0.17 ± 11% -0.0 0.12 ± 8% perf-profile.children.cycles-pp.__sysvec_call_function
0.17 ± 11% -0.0 0.12 ± 6% perf-profile.children.cycles-pp.flush_smp_call_function_queue
0.15 ± 12% -0.0 0.11 ± 20% perf-profile.children.cycles-pp.xas_clear_mark
0.07 ± 10% -0.0 0.03 ±100% perf-profile.children.cycles-pp.ptep_clear_flush_young
0.22 ± 8% -0.0 0.18 ± 10% perf-profile.children.cycles-pp.bio_alloc_bioset
0.15 ± 7% -0.0 0.11 ± 11% perf-profile.children.cycles-pp.try_charge
0.13 ± 16% -0.0 0.09 ± 7% perf-profile.children.cycles-pp.workingset_update_node
0.10 ± 14% -0.0 0.06 ± 13% perf-profile.children.cycles-pp.release_pages
0.14 ± 8% -0.0 0.10 ± 10% perf-profile.children.cycles-pp.page_mapping
0.18 ± 8% -0.0 0.14 ± 10% perf-profile.children.cycles-pp.xfs_iunlock
0.12 ± 10% -0.0 0.09 ± 4% perf-profile.children.cycles-pp.find_vma
0.15 ± 7% -0.0 0.12 ± 9% perf-profile.children.cycles-pp.mempool_alloc
0.09 ± 13% -0.0 0.06 ± 11% perf-profile.children.cycles-pp.workingset_refault
0.07 ± 6% -0.0 0.04 ± 58% perf-profile.children.cycles-pp.flush_tlb_func_common
0.08 ± 8% -0.0 0.06 ± 9% perf-profile.children.cycles-pp.count_shadow_nodes
0.10 ± 12% -0.0 0.08 ± 10% perf-profile.children.cycles-pp.bio_associate_blkg
0.08 ± 10% -0.0 0.06 ± 15% perf-profile.children.cycles-pp.xas_start
0.08 ± 10% -0.0 0.06 ± 6% perf-profile.children.cycles-pp.mem_cgroup_charge_statistics
0.08 ± 8% -0.0 0.06 ± 11% perf-profile.children.cycles-pp.rcu_all_qs
0.08 ± 15% -0.0 0.06 ± 17% perf-profile.children.cycles-pp.bio_associate_blkg_from_css
0.09 ± 7% -0.0 0.07 perf-profile.children.cycles-pp.kmem_cache_alloc
0.07 ± 7% -0.0 0.05 ± 8% perf-profile.children.cycles-pp.page_counter_cancel
0.07 ± 7% -0.0 0.05 ± 8% perf-profile.children.cycles-pp.page_counter_uncharge
0.07 ± 11% +0.0 0.12 ± 12% perf-profile.children.cycles-pp.__list_add_valid
0.01 ±173% +0.1 0.07 ± 20% perf-profile.children.cycles-pp.__libc_fork
0.02 ±173% +0.1 0.09 ± 25% perf-profile.children.cycles-pp.alloc_pages_vma
0.27 ± 9% +0.1 0.41 ± 13% perf-profile.children.cycles-pp.move_pages_to_lru
2.38 ± 10% +0.9 3.32 ± 9% perf-profile.children.cycles-pp.smp_call_function_many_cond
2.45 ± 10% +1.0 3.42 ± 9% perf-profile.children.cycles-pp.try_to_unmap_flush
2.45 ± 10% +1.0 3.42 ± 9% perf-profile.children.cycles-pp.arch_tlbbatch_flush
2.44 ± 10% +1.0 3.41 ± 10% perf-profile.children.cycles-pp.on_each_cpu_cond_mask
6.36 ± 18% +6.1 12.48 ± 18% perf-profile.children.cycles-pp._raw_spin_lock_irqsave
4.81 ± 11% +6.7 11.55 ± 20% perf-profile.children.cycles-pp.add_to_page_cache_lru
3.53 ± 10% +7.1 10.58 ± 21% perf-profile.children.cycles-pp.lru_cache_add
3.52 ± 11% +7.1 10.60 ± 21% perf-profile.children.cycles-pp.__pagevec_lru_add
0.00 +11.9 11.89 ± 19% perf-profile.children.cycles-pp.lock_page_lruvec_irqsave
4.99 ± 13% -1.7 3.31 ± 5% perf-profile.self.cycles-pp.__memcpy_mcsafe
3.39 ± 11% -0.9 2.53 ± 6% perf-profile.self.cycles-pp.filemap_map_pages
1.91 ± 10% -0.5 1.36 ± 6% perf-profile.self.cycles-pp.xas_load
1.62 ± 10% -0.5 1.11 ± 9% perf-profile.self.cycles-pp.page_vma_mapped_walk
1.13 ± 11% -0.5 0.65 ± 10% perf-profile.self.cycles-pp.__list_del_entry_valid
0.51 ± 9% -0.1 0.37 ± 13% perf-profile.self.cycles-pp.down_read
0.38 ± 11% -0.1 0.24 ± 9% perf-profile.self.cycles-pp.xas_find
0.54 ± 9% -0.1 0.41 ± 8% perf-profile.self.cycles-pp.native_irq_return_iret
0.46 ± 6% -0.1 0.33 ± 9% perf-profile.self.cycles-pp._raw_spin_lock
0.42 ± 10% -0.1 0.29 ± 8% perf-profile.self.cycles-pp.shrink_page_list
0.47 ± 8% -0.1 0.35 ± 8% perf-profile.self.cycles-pp.unlock_page
0.39 ± 9% -0.1 0.28 ± 11% perf-profile.self.cycles-pp.up_read
0.42 ± 6% -0.1 0.31 ± 7% perf-profile.self.cycles-pp.__count_memcg_events
0.13 ± 22% -0.1 0.03 ±100% perf-profile.self.cycles-pp.find_get_entries
0.39 ± 8% -0.1 0.30 ± 14% perf-profile.self.cycles-pp.try_to_unmap_one
0.19 ± 19% -0.1 0.11 ± 10% perf-profile.self.cycles-pp.iomap_set_range_uptodate
0.34 ± 6% -0.1 0.26 ± 8% perf-profile.self.cycles-pp.__handle_mm_fault
0.21 ± 14% -0.1 0.13 ± 12% perf-profile.self.cycles-pp.get_page_from_freelist
0.21 ± 13% -0.1 0.13 ± 5% perf-profile.self.cycles-pp.__mod_node_page_state
0.21 ± 10% -0.1 0.14 ± 11% perf-profile.self.cycles-pp.workingset_age_nonresident
0.16 ± 15% -0.1 0.09 ± 16% perf-profile.self.cycles-pp.down_read_trylock
0.17 ± 7% -0.1 0.11 ± 13% perf-profile.self.cycles-pp.page_referenced_one
0.21 ± 12% -0.1 0.16 ± 9% perf-profile.self.cycles-pp.alloc_set_pte
0.16 ± 9% -0.1 0.10 ± 15% perf-profile.self.cycles-pp._raw_spin_lock_irqsave
0.32 ± 8% -0.1 0.27 ± 4% perf-profile.self.cycles-pp.sync_regs
0.25 ± 16% -0.1 0.19 ± 14% perf-profile.self.cycles-pp.__add_to_page_cache_locked
0.21 ± 9% -0.1 0.16 ± 13% perf-profile.self.cycles-pp.___might_sleep
0.20 ± 8% -0.0 0.15 ± 13% perf-profile.self.cycles-pp._raw_spin_lock_irq
0.21 ± 6% -0.0 0.16 ± 7% perf-profile.self.cycles-pp.handle_mm_fault
0.24 ± 9% -0.0 0.19 ± 7% perf-profile.self.cycles-pp.filemap_fault
0.14 ± 13% -0.0 0.10 ± 17% perf-profile.self.cycles-pp.xas_clear_mark
0.10 ± 14% -0.0 0.07 ± 17% perf-profile.self.cycles-pp.xas_store
0.07 ± 10% -0.0 0.04 ± 58% perf-profile.self.cycles-pp.xas_start
0.09 ± 4% -0.0 0.06 ± 13% perf-profile.self.cycles-pp.do_user_addr_fault
0.07 ± 6% -0.0 0.04 ± 57% perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore
0.11 ± 4% -0.0 0.08 ± 10% perf-profile.self.cycles-pp.do_fault
0.08 ± 15% -0.0 0.06 ± 14% perf-profile.self.cycles-pp.bio_associate_blkg_from_css
0.09 ± 14% -0.0 0.07 ± 6% perf-profile.self.cycles-pp.rmqueue
0.08 ± 10% -0.0 0.06 ± 11% perf-profile.self.cycles-pp.try_charge
0.08 ± 5% -0.0 0.07 ± 7% perf-profile.self.cycles-pp.mem_cgroup_charge
0.08 ± 10% -0.0 0.06 ± 11% perf-profile.self.cycles-pp.kmem_cache_alloc
0.10 ± 8% -0.0 0.08 ± 8% perf-profile.self.cycles-pp.__might_sleep
0.07 ± 10% +0.0 0.12 ± 9% perf-profile.self.cycles-pp.__list_add_valid
0.16 ± 10% +0.1 0.28 ± 15% perf-profile.self.cycles-pp.move_pages_to_lru
0.20 ± 12% +0.2 0.37 ± 10% perf-profile.self.cycles-pp.__pagevec_lru_add
0.33 ± 8% +0.2 0.53 ± 12% perf-profile.self.cycles-pp.isolate_lru_pages
2.25 ± 11% +1.0 3.21 ± 9% perf-profile.self.cycles-pp.smp_call_function_many_cond
fio.read_iops
3e+06 +-----------------------------------------------------------------+
| .+ |
2.8e+06 |.+.+.+.+. .+.+. .+..+.+ : |
| + +.+.+..+.+.+.+.+.+.+.+.+.+ +.+.+ : |
2.6e+06 |-+ +.+.+.+.+.|
| |
2.4e+06 |-+ |
| O |
2.2e+06 |-O O O |
| |
2e+06 |-+ |
| O O O O |
1.8e+06 |-+ O O O O O O O O O O |
| O O O O O O O O |
1.6e+06 +-----------------------------------------------------------------+
[*] 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.
Thanks,
Rong Chen
5 months, 1 week
[kprobes] d002b8bc6d: will-it-scale.per_process_ops 8.4% improvement
by kernel test robot
Greeting,
FYI, we noticed a 8.4% improvement of will-it-scale.per_process_ops due to commit:
commit: d002b8bc6dbc20e9043e279196cff8795dba05fe ("kprobes: Add symbols for kprobe insn pages")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: will-it-scale
on test machine: 192 threads Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz with 192G memory
with following parameters:
nr_task: 50%
mode: process
test: signal1
cpufreq_governor: performance
ucode: 0x5002f01
test-description: Will It Scale takes a testcase and runs it from 1 through to n parallel copies to see if the testcase will scale. It builds both a process and threads based test in order to see any differences between the two.
test-url: https://github.com/antonblanchard/will-it-scale
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 run job.yaml
=========================================================================================
compiler/cpufreq_governor/kconfig/mode/nr_task/rootfs/tbox_group/test/testcase/ucode:
gcc-9/performance/x86_64-rhel-8.3/process/50%/debian-10.4-x86_64-20200603.cgz/lkp-csl-2ap3/signal1/will-it-scale/0x5002f01
commit:
d769811ca9 ("perf/x86: Add support for perf text poke event for text_poke_bp_batch() callers")
d002b8bc6d ("kprobes: Add symbols for kprobe insn pages")
d769811ca93303de d002b8bc6dbc20e9043e279196c
---------------- ---------------------------
%stddev %change %stddev
\ | \
66730 +8.4% 72357 will-it-scale.per_process_ops
6406174 +8.4% 6946354 will-it-scale.workload
97204 ± 11% +18.6% 115301 ± 12% numa-meminfo.node3.Slab
2676 ± 18% -14.4% 2291 ± 20% numa-vmstat.node0.nr_mapped
2033 +4.2% 2118 vmstat.system.cs
0.08 -0.0 0.07 ± 3% mpstat.cpu.all.soft%
1.45 +2.0 3.49 ± 80% mpstat.cpu.all.usr%
34109 ± 2% -25.8% 25301 ± 12% sched_debug.cfs_rq:/.min_vruntime.min
21.56 ± 27% -33.4% 14.35 ± 14% sched_debug.cpu.clock.stddev
2624648 ± 7% +28.7% 3376703 ± 20% cpuidle.C1.time
59424 ± 15% +69.5% 100738 ± 35% cpuidle.C1.usage
15470 ± 18% +172.1% 42101 ± 91% cpuidle.POLL.time
6956 ± 3% -11.4% 6166 ± 6% proc-vmstat.nr_inactive_anon
12235 ± 3% -8.1% 11249 ± 2% proc-vmstat.nr_mapped
6956 ± 3% -11.4% 6166 ± 6% proc-vmstat.nr_zone_inactive_anon
376.00 ± 35% -51.1% 184.00 ± 7% slabinfo.biovec-64.active_objs
376.00 ± 35% -51.1% 184.00 ± 7% slabinfo.biovec-64.num_objs
14671 ± 7% +14.9% 16854 ± 6% slabinfo.pde_opener.active_objs
14671 ± 7% +14.9% 16854 ± 6% slabinfo.pde_opener.num_objs
1406 ± 4% -11.0% 1252 ± 5% slabinfo.task_group.active_objs
1406 ± 4% -11.0% 1252 ± 5% slabinfo.task_group.num_objs
5.17 ± 4% -10.1% 4.65 ± 4% perf-stat.i.MPKI
6.287e+09 +7.7% 6.773e+09 perf-stat.i.branch-instructions
58369272 +12.9% 65882689 ± 13% perf-stat.i.branch-misses
39.48 ± 2% -1.7 37.78 perf-stat.i.cache-miss-rate%
2005 +4.0% 2086 perf-stat.i.context-switches
9.66 -8.7% 8.82 perf-stat.i.cpi
3.049e+11 -1.4% 3.005e+11 perf-stat.i.cpu-cycles
9.617e+09 +8.1% 1.039e+10 perf-stat.i.dTLB-loads
0.00 ± 4% +0.0 0.00 ± 45% perf-stat.i.dTLB-store-miss-rate%
24064 +61.8% 38925 ± 51% perf-stat.i.dTLB-store-misses
6.093e+09 +8.0% 6.582e+09 perf-stat.i.dTLB-stores
4021310 -1.5% 3962341 perf-stat.i.iTLB-loads
3.153e+10 +7.9% 3.403e+10 perf-stat.i.instructions
0.10 +9.7% 0.11 perf-stat.i.ipc
1.59 -1.4% 1.56 perf-stat.i.metric.GHz
0.18 +44.1% 0.26 ± 41% perf-stat.i.metric.K/sec
115.47 +7.9% 124.57 perf-stat.i.metric.M/sec
4162504 ± 4% -13.0% 3620423 ± 4% perf-stat.i.node-load-misses
306045 ± 7% -11.5% 270791 ± 8% perf-stat.i.node-loads
8667363 +5.9% 9178413 perf-stat.i.node-store-misses
5.16 ± 4% -10.1% 4.64 ± 4% perf-stat.overall.MPKI
39.47 ± 2% -1.7 37.76 perf-stat.overall.cache-miss-rate%
9.67 -8.7% 8.83 perf-stat.overall.cpi
0.00 +0.0 0.00 ± 52% perf-stat.overall.dTLB-store-miss-rate%
0.10 +9.5% 0.11 perf-stat.overall.ipc
6.264e+09 +7.7% 6.75e+09 perf-stat.ps.branch-instructions
58091547 +12.9% 65595433 ± 13% perf-stat.ps.branch-misses
1980 +4.2% 2064 perf-stat.ps.context-switches
3.038e+11 -1.4% 2.995e+11 perf-stat.ps.cpu-cycles
9.584e+09 +8.1% 1.036e+10 perf-stat.ps.dTLB-loads
23872 +62.1% 38707 ± 51% perf-stat.ps.dTLB-store-misses
6.072e+09 +8.0% 6.56e+09 perf-stat.ps.dTLB-stores
4004347 -1.4% 3948418 perf-stat.ps.iTLB-loads
3.142e+10 +7.9% 3.391e+10 perf-stat.ps.instructions
4145982 ± 4% -13.0% 3608888 ± 5% perf-stat.ps.node-load-misses
304945 ± 8% -11.2% 270885 ± 8% perf-stat.ps.node-loads
8637191 +5.9% 9147176 perf-stat.ps.node-store-misses
9.486e+12 +7.9% 1.024e+13 perf-stat.total.instructions
26.01 ± 8% -5.9 20.06 ± 16% perf-profile.calltrace.cycles-pp.aa_get_task_label.apparmor_task_kill.security_task_kill.do_send_specific.do_tkill
0.57 ± 10% +0.1 0.64 ± 11% perf-profile.calltrace.cycles-pp.__prepare_exit_to_usermode.do_syscall_64.entry_SYSCALL_64_after_hwframe.handler
0.55 ± 11% +0.1 0.63 ± 10% perf-profile.calltrace.cycles-pp.do_signal.__prepare_exit_to_usermode.do_syscall_64.entry_SYSCALL_64_after_hwframe.handler
0.55 ± 9% +0.1 0.63 ± 9% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64.raise
0.62 ± 9% +0.1 0.70 ± 10% perf-profile.calltrace.cycles-pp.__fpu__restore_sig.restore_sigcontext.__x64_sys_rt_sigreturn.do_syscall_64.entry_SYSCALL_64_after_hwframe
0.57 ± 10% +0.1 0.66 ± 11% perf-profile.calltrace.cycles-pp.__x64_sys_rt_sigprocmask.do_syscall_64.entry_SYSCALL_64_after_hwframe.raise
0.64 ± 9% +0.1 0.73 ± 10% perf-profile.calltrace.cycles-pp.restore_sigcontext.__x64_sys_rt_sigreturn.do_syscall_64.entry_SYSCALL_64_after_hwframe.raise
0.78 ± 10% +0.1 0.88 ± 10% perf-profile.calltrace.cycles-pp.__x64_sys_rt_sigreturn.do_syscall_64.entry_SYSCALL_64_after_hwframe.raise
0.15 ±173% +0.4 0.58 ± 10% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe
0.57 ± 10% +0.6 1.12 ± 69% perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.handler
0.57 ± 10% +0.6 1.13 ± 70% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.handler
2.56 ± 10% +1.2 3.74 ± 12% perf-profile.calltrace.cycles-pp.handler
3.40 ± 12% +2.5 5.95 ± 14% perf-profile.calltrace.cycles-pp.__sigqueue_free.__dequeue_signal.dequeue_signal.get_signal.do_signal
3.47 ± 12% +2.6 6.03 ± 14% perf-profile.calltrace.cycles-pp.__dequeue_signal.dequeue_signal.get_signal.do_signal.__prepare_exit_to_usermode
3.52 ± 12% +2.6 6.08 ± 14% perf-profile.calltrace.cycles-pp.dequeue_signal.get_signal.do_signal.__prepare_exit_to_usermode.do_syscall_64
3.63 ± 12% +2.6 6.25 ± 14% perf-profile.calltrace.cycles-pp.get_signal.do_signal.__prepare_exit_to_usermode.do_syscall_64.entry_SYSCALL_64_after_hwframe
3.40 ± 12% +2.6 6.05 ± 14% perf-profile.calltrace.cycles-pp.__sigqueue_alloc.__send_signal.do_send_sig_info.do_send_specific.do_tkill
3.46 ± 12% +2.7 6.12 ± 14% perf-profile.calltrace.cycles-pp.__send_signal.do_send_sig_info.do_send_specific.do_tkill.__x64_sys_tgkill
3.62 ± 12% +2.7 6.32 ± 14% perf-profile.calltrace.cycles-pp.do_send_sig_info.do_send_specific.do_tkill.__x64_sys_tgkill.do_syscall_64
4.56 ± 11% +2.7 7.28 ± 14% perf-profile.calltrace.cycles-pp.do_signal.__prepare_exit_to_usermode.do_syscall_64.entry_SYSCALL_64_after_hwframe.raise
4.63 ± 11% +2.7 7.36 ± 14% perf-profile.calltrace.cycles-pp.__prepare_exit_to_usermode.do_syscall_64.entry_SYSCALL_64_after_hwframe.raise
26.02 ± 8% -5.9 20.08 ± 16% perf-profile.children.cycles-pp.aa_get_task_label
0.11 ± 8% +0.0 0.12 ± 10% perf-profile.children.cycles-pp.___might_sleep
0.05 ± 8% +0.0 0.07 ± 17% perf-profile.children.cycles-pp.__lock_text_start
0.16 ± 8% +0.0 0.18 ± 11% perf-profile.children.cycles-pp.__task_pid_nr_ns
0.18 ± 11% +0.0 0.21 ± 12% perf-profile.children.cycles-pp.__set_task_blocked
0.24 ± 10% +0.0 0.27 ± 10% perf-profile.children.cycles-pp.copy_user_generic_unrolled
0.18 ± 13% +0.0 0.21 ± 12% perf-profile.children.cycles-pp.recalc_sigpending
0.25 ± 10% +0.0 0.28 ± 10% perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
0.23 ± 10% +0.0 0.27 ± 11% perf-profile.children.cycles-pp.sigprocmask
0.46 ± 10% +0.1 0.51 ± 9% perf-profile.children.cycles-pp.syscall_return_via_sysret
0.42 ± 11% +0.1 0.48 ± 10% perf-profile.children.cycles-pp.fpu__clear
0.44 ± 10% +0.1 0.51 ± 10% perf-profile.children.cycles-pp._copy_from_user
0.40 ± 10% +0.1 0.46 ± 11% perf-profile.children.cycles-pp.__set_current_blocked
0.62 ± 9% +0.1 0.71 ± 10% perf-profile.children.cycles-pp.__fpu__restore_sig
0.58 ± 10% +0.1 0.66 ± 11% perf-profile.children.cycles-pp.__x64_sys_rt_sigprocmask
0.60 ± 9% +0.1 0.70 ± 10% perf-profile.children.cycles-pp.entry_SYSCALL_64
0.81 ± 9% +0.1 0.92 ± 10% perf-profile.children.cycles-pp.restore_sigcontext
1.20 ± 10% +0.2 1.36 ± 10% perf-profile.children.cycles-pp.__x64_sys_rt_sigreturn
1.64 ± 10% +1.0 2.59 ± 13% perf-profile.children.cycles-pp.handler
3.41 ± 11% +2.5 5.95 ± 14% perf-profile.children.cycles-pp.__sigqueue_free
3.47 ± 12% +2.6 6.03 ± 14% perf-profile.children.cycles-pp.__dequeue_signal
3.52 ± 11% +2.6 6.08 ± 14% perf-profile.children.cycles-pp.dequeue_signal
3.65 ± 11% +2.6 6.26 ± 14% perf-profile.children.cycles-pp.get_signal
3.40 ± 12% +2.7 6.05 ± 14% perf-profile.children.cycles-pp.__sigqueue_alloc
3.46 ± 12% +2.7 6.13 ± 14% perf-profile.children.cycles-pp.__send_signal
3.62 ± 12% +2.7 6.32 ± 14% perf-profile.children.cycles-pp.do_send_sig_info
5.12 ± 11% +2.8 7.91 ± 14% perf-profile.children.cycles-pp.do_signal
5.21 ± 11% +2.8 8.01 ± 14% perf-profile.children.cycles-pp.__prepare_exit_to_usermode
25.92 ± 8% -5.9 19.97 ± 16% perf-profile.self.cycles-pp.aa_get_task_label
0.11 ± 8% +0.0 0.12 ± 10% perf-profile.self.cycles-pp.___might_sleep
0.16 ± 8% +0.0 0.18 ± 10% perf-profile.self.cycles-pp.__task_pid_nr_ns
0.15 ± 10% +0.0 0.17 ± 8% perf-profile.self.cycles-pp.__x64_sys_rt_sigreturn
0.24 ± 11% +0.0 0.26 ± 10% perf-profile.self.cycles-pp.copy_user_generic_unrolled
0.24 ± 10% +0.0 0.28 ± 9% perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
0.28 ± 11% +0.0 0.32 ± 11% perf-profile.self.cycles-pp.fpu__clear
0.46 ± 10% +0.1 0.51 ± 10% perf-profile.self.cycles-pp.syscall_return_via_sysret
0.32 ± 10% +0.1 0.38 ± 10% perf-profile.self.cycles-pp.entry_SYSCALL_64
0.42 ± 9% +0.1 0.48 ± 9% perf-profile.self.cycles-pp.raise
0.48 ± 9% +0.1 0.55 ± 10% perf-profile.self.cycles-pp.__fpu__restore_sig
0.16 ± 10% +0.1 0.23 ± 26% perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
0.26 ± 10% +2.2 2.47 ±152% perf-profile.self.cycles-pp.do_syscall_64
3.39 ± 11% +2.6 5.95 ± 14% perf-profile.self.cycles-pp.__sigqueue_free
3.36 ± 12% +2.7 6.01 ± 14% perf-profile.self.cycles-pp.__sigqueue_alloc
7168 ± 20% -49.8% 3598 ± 34% interrupts.CPU100.NMI:Non-maskable_interrupts
7168 ± 20% -49.8% 3598 ± 34% interrupts.CPU100.PMI:Performance_monitoring_interrupts
14.75 ± 83% +513.6% 90.50 ± 83% interrupts.CPU102.RES:Rescheduling_interrupts
4648 ± 25% +86.2% 8654 interrupts.CPU107.NMI:Non-maskable_interrupts
4648 ± 25% +86.2% 8654 interrupts.CPU107.PMI:Performance_monitoring_interrupts
4649 ± 25% +86.2% 8659 interrupts.CPU109.NMI:Non-maskable_interrupts
4649 ± 25% +86.2% 8659 interrupts.CPU109.PMI:Performance_monitoring_interrupts
815.00 ± 3% +7.5% 876.00 ± 7% interrupts.CPU11.CAL:Function_call_interrupts
7163 ± 20% -50.1% 3574 ± 34% interrupts.CPU112.NMI:Non-maskable_interrupts
7163 ± 20% -50.1% 3574 ± 34% interrupts.CPU112.PMI:Performance_monitoring_interrupts
7163 ± 20% -49.7% 3603 ± 33% interrupts.CPU116.NMI:Non-maskable_interrupts
7163 ± 20% -49.7% 3603 ± 33% interrupts.CPU116.PMI:Performance_monitoring_interrupts
7917 ± 16% -50.2% 3943 ± 30% interrupts.CPU120.NMI:Non-maskable_interrupts
7917 ± 16% -50.2% 3943 ± 30% interrupts.CPU120.PMI:Performance_monitoring_interrupts
5733 ± 35% +51.8% 8702 interrupts.CPU123.NMI:Non-maskable_interrupts
5733 ± 35% +51.8% 8702 interrupts.CPU123.PMI:Performance_monitoring_interrupts
5737 ± 35% +51.6% 8701 interrupts.CPU125.NMI:Non-maskable_interrupts
5737 ± 35% +51.6% 8701 interrupts.CPU125.PMI:Performance_monitoring_interrupts
5738 ± 35% +51.6% 8698 interrupts.CPU127.NMI:Non-maskable_interrupts
5738 ± 35% +51.6% 8698 interrupts.CPU127.PMI:Performance_monitoring_interrupts
6815 ± 27% -47.6% 3573 ± 34% interrupts.CPU13.NMI:Non-maskable_interrupts
6815 ± 27% -47.6% 3573 ± 34% interrupts.CPU13.PMI:Performance_monitoring_interrupts
7210 ± 20% -55.4% 3215 ± 48% interrupts.CPU132.NMI:Non-maskable_interrupts
7210 ± 20% -55.4% 3215 ± 48% interrupts.CPU132.PMI:Performance_monitoring_interrupts
7929 ± 16% -50.4% 3934 ± 47% interrupts.CPU138.NMI:Non-maskable_interrupts
7929 ± 16% -50.4% 3934 ± 47% interrupts.CPU138.PMI:Performance_monitoring_interrupts
73.25 ± 73% -47.4% 38.50 ±117% interrupts.CPU14.RES:Rescheduling_interrupts
286.25 ±168% -99.3% 2.00 ±106% interrupts.CPU142.RES:Rescheduling_interrupts
7928 ± 16% -50.4% 3934 ± 47% interrupts.CPU148.NMI:Non-maskable_interrupts
7928 ± 16% -50.4% 3934 ± 47% interrupts.CPU148.PMI:Performance_monitoring_interrupts
11.00 ± 86% +2211.4% 254.25 ±147% interrupts.CPU160.RES:Rescheduling_interrupts
7928 ± 16% -54.9% 3573 ± 34% interrupts.CPU178.NMI:Non-maskable_interrupts
7928 ± 16% -54.9% 3573 ± 34% interrupts.CPU178.PMI:Performance_monitoring_interrupts
5381 ± 39% +61.6% 8698 interrupts.CPU183.NMI:Non-maskable_interrupts
5381 ± 39% +61.6% 8698 interrupts.CPU183.PMI:Performance_monitoring_interrupts
5385 ± 39% +61.5% 8698 interrupts.CPU185.NMI:Non-maskable_interrupts
5385 ± 39% +61.5% 8698 interrupts.CPU185.PMI:Performance_monitoring_interrupts
5384 ± 39% +61.5% 8698 interrupts.CPU187.NMI:Non-maskable_interrupts
5384 ± 39% +61.5% 8698 interrupts.CPU187.PMI:Performance_monitoring_interrupts
5732 ± 35% +51.7% 8698 interrupts.CPU189.NMI:Non-maskable_interrupts
5732 ± 35% +51.7% 8698 interrupts.CPU189.PMI:Performance_monitoring_interrupts
7167 ± 20% -49.9% 3590 ± 34% interrupts.CPU23.NMI:Non-maskable_interrupts
7167 ± 20% -49.9% 3590 ± 34% interrupts.CPU23.PMI:Performance_monitoring_interrupts
801.75 +9.3% 876.50 ± 7% interrupts.CPU31.CAL:Function_call_interrupts
4687 ± 50% +62.4% 7611 ± 24% interrupts.CPU40.NMI:Non-maskable_interrupts
4687 ± 50% +62.4% 7611 ± 24% interrupts.CPU40.PMI:Performance_monitoring_interrupts
6456 ± 19% -44.7% 3573 ± 34% interrupts.CPU41.NMI:Non-maskable_interrupts
6456 ± 19% -44.7% 3573 ± 34% interrupts.CPU41.PMI:Performance_monitoring_interrupts
3960 ± 29% +92.3% 7615 ± 24% interrupts.CPU42.NMI:Non-maskable_interrupts
3960 ± 29% +92.3% 7615 ± 24% interrupts.CPU42.PMI:Performance_monitoring_interrupts
38.25 ±139% -94.1% 2.25 ±148% interrupts.CPU51.RES:Rescheduling_interrupts
5735 ± 35% +51.7% 8700 interrupts.CPU52.NMI:Non-maskable_interrupts
5735 ± 35% +51.7% 8700 interrupts.CPU52.PMI:Performance_monitoring_interrupts
4.50 ± 57% +816.7% 41.25 ±107% interrupts.CPU52.RES:Rescheduling_interrupts
6.00 ± 23% +666.7% 46.00 ± 82% interrupts.CPU65.RES:Rescheduling_interrupts
5732 ± 35% +51.7% 8697 interrupts.CPU68.NMI:Non-maskable_interrupts
5732 ± 35% +51.7% 8697 interrupts.CPU68.PMI:Performance_monitoring_interrupts
5733 ± 35% +51.7% 8697 interrupts.CPU82.NMI:Non-maskable_interrupts
5733 ± 35% +51.7% 8697 interrupts.CPU82.PMI:Performance_monitoring_interrupts
5380 ± 47% +61.7% 8697 interrupts.CPU84.NMI:Non-maskable_interrupts
5380 ± 47% +61.7% 8697 interrupts.CPU84.PMI:Performance_monitoring_interrupts
5728 ± 35% +51.9% 8701 interrupts.CPU86.NMI:Non-maskable_interrupts
5728 ± 35% +51.9% 8701 interrupts.CPU86.PMI:Performance_monitoring_interrupts
7191 ± 20% -50.3% 3573 ± 34% interrupts.CPU87.NMI:Non-maskable_interrupts
7191 ± 20% -50.3% 3573 ± 34% interrupts.CPU87.PMI:Performance_monitoring_interrupts
7193 ± 20% -49.5% 3634 ± 33% interrupts.CPU89.NMI:Non-maskable_interrupts
7193 ± 20% -49.5% 3634 ± 33% interrupts.CPU89.PMI:Performance_monitoring_interrupts
4646 ± 25% +87.3% 8699 interrupts.CPU92.NMI:Non-maskable_interrupts
4646 ± 25% +87.3% 8699 interrupts.CPU92.PMI:Performance_monitoring_interrupts
4495 ± 3% +54.7% 6953 ± 47% softirqs.CPU101.RCU
4421 ± 2% +56.4% 6914 ± 49% softirqs.CPU105.RCU
4350 ± 4% +50.5% 6548 ± 46% softirqs.CPU106.RCU
28330 ± 51% -87.0% 3677 ± 2% softirqs.CPU107.SCHED
4304 +49.8% 6449 ± 47% softirqs.CPU108.RCU
4301 +57.7% 6784 ± 52% softirqs.CPU109.RCU
5020 ± 3% +39.4% 7000 ± 38% softirqs.CPU11.RCU
14544 ± 98% +168.7% 39074 softirqs.CPU11.SCHED
4315 ± 3% +46.9% 6339 ± 48% softirqs.CPU110.RCU
4430 ± 4% +54.9% 6865 ± 51% softirqs.CPU113.RCU
4522 ± 7% +85.0% 8365 ± 44% softirqs.CPU119.RCU
4851 ± 13% +51.0% 7326 ± 40% softirqs.CPU121.RCU
4544 +53.8% 6988 ± 44% softirqs.CPU122.RCU
4472 ± 8% +61.9% 7243 ± 47% softirqs.CPU123.RCU
4531 ± 5% +65.5% 7498 ± 45% softirqs.CPU125.RCU
4387 +64.2% 7202 ± 48% softirqs.CPU127.RCU
4428 +55.1% 6868 ± 53% softirqs.CPU129.RCU
14515 ± 98% +168.9% 39037 softirqs.CPU13.SCHED
4401 ± 3% +64.4% 7235 ± 62% softirqs.CPU130.RCU
4439 ± 6% +66.6% 7394 ± 47% softirqs.CPU133.RCU
4308 ± 3% +68.7% 7269 ± 46% softirqs.CPU135.RCU
12652 ±117% +203.4% 38388 softirqs.CPU138.SCHED
4642 ± 7% +60.8% 7465 ± 44% softirqs.CPU139.RCU
21066 ± 82% -82.8% 3626 softirqs.CPU141.SCHED
21082 ± 82% -81.4% 3925 ± 12% softirqs.CPU143.SCHED
3726 ± 4% +692.1% 29516 ± 50% softirqs.CPU144.SCHED
19021 ± 82% +101.4% 38309 softirqs.CPU146.SCHED
4481 +55.3% 6958 ± 51% softirqs.CPU147.RCU
5014 ± 7% +50.2% 7530 ± 39% softirqs.CPU15.RCU
4325 ± 3% +60.4% 6938 ± 52% softirqs.CPU151.RCU
4239 ± 2% +66.2% 7044 ± 50% softirqs.CPU153.RCU
4271 ± 2% +64.1% 7008 ± 52% softirqs.CPU155.RCU
4280 ± 2% +64.9% 7056 ± 50% softirqs.CPU157.RCU
4299 ± 3% +61.7% 6950 ± 53% softirqs.CPU159.RCU
5106 ± 4% +48.5% 7580 ± 47% softirqs.CPU16.RCU
4222 ± 2% +57.0% 6631 ± 52% softirqs.CPU160.RCU
4236 ± 2% +65.0% 6992 ± 55% softirqs.CPU161.RCU
4362 ± 2% +67.1% 7290 ± 52% softirqs.CPU163.RCU
12448 ±120% +208.1% 38355 softirqs.CPU164.SCHED
4116 ± 3% +76.2% 7251 ± 52% softirqs.CPU165.RCU
4309 +64.0% 7066 ± 54% softirqs.CPU167.RCU
4148 +72.8% 7169 ± 60% softirqs.CPU169.RCU
4168 ± 3% +55.7% 6491 ± 49% softirqs.CPU170.RCU
4239 +59.6% 6764 ± 54% softirqs.CPU171.RCU
4109 ± 3% +55.9% 6408 ± 50% softirqs.CPU172.RCU
4134 +67.5% 6925 ± 54% softirqs.CPU173.RCU
4152 +63.0% 6767 ± 59% softirqs.CPU174.RCU
4113 ± 2% +68.7% 6939 ± 58% softirqs.CPU175.RCU
4010 ± 4% +56.9% 6292 ± 53% softirqs.CPU176.RCU
4154 +63.0% 6773 ± 52% softirqs.CPU177.RCU
4098 ± 3% +55.2% 6360 ± 52% softirqs.CPU178.RCU
14878 ± 94% +158.1% 38406 softirqs.CPU178.SCHED
4045 ± 2% +61.7% 6540 ± 53% softirqs.CPU179.RCU
5016 ± 5% +49.7% 7507 ± 48% softirqs.CPU18.RCU
4103 ± 2% +51.7% 6224 ± 51% softirqs.CPU180.RCU
14117 ± 92% +171.8% 38371 softirqs.CPU180.SCHED
4076 ± 2% +60.8% 6553 ± 52% softirqs.CPU181.RCU
4091 ± 3% +52.2% 6226 ± 51% softirqs.CPU182.RCU
4055 ± 2% +62.1% 6575 ± 52% softirqs.CPU183.RCU
3987 ± 3% +56.7% 6248 ± 51% softirqs.CPU184.RCU
4082 ± 2% +66.1% 6780 ± 50% softirqs.CPU185.RCU
3981 ± 2% +96.4% 7819 ± 42% softirqs.CPU186.RCU
4104 ± 4% +58.3% 6495 ± 52% softirqs.CPU187.RCU
12405 ±120% +209.1% 38340 softirqs.CPU188.SCHED
4009 ± 2% +64.6% 6597 ± 52% softirqs.CPU189.RCU
4068 ± 4% +54.0% 6264 ± 51% softirqs.CPU190.RCU
4452 ± 15% +52.7% 6797 ± 44% softirqs.CPU191.RCU
21345 ± 81% -82.9% 3642 ± 2% softirqs.CPU20.SCHED
29570 ± 49% -58.6% 12256 ±119% softirqs.CPU24.SCHED
5202 ± 2% +48.4% 7721 ± 44% softirqs.CPU26.RCU
5237 ± 8% +46.9% 7692 ± 45% softirqs.CPU28.RCU
21112 ± 81% -81.9% 3827 ± 9% softirqs.CPU28.SCHED
13521 ±106% +184.0% 38404 softirqs.CPU29.SCHED
12846 ±114% +198.4% 38327 softirqs.CPU31.SCHED
4902 ± 3% +81.6% 8905 ± 63% softirqs.CPU35.RCU
5034 ± 3% +53.1% 7705 ± 45% softirqs.CPU36.RCU
4922 ± 3% +44.3% 7102 ± 46% softirqs.CPU37.RCU
14874 ± 95% +129.8% 34186 ± 20% softirqs.CPU37.SCHED
4915 +55.0% 7618 ± 46% softirqs.CPU38.RCU
4914 ± 2% +44.6% 7105 ± 46% softirqs.CPU39.RCU
4901 ± 2% +57.3% 7710 ± 42% softirqs.CPU40.RCU
4889 ± 2% +56.6% 7659 ± 47% softirqs.CPU42.RCU
4821 ± 3% +52.8% 7367 ± 41% softirqs.CPU43.RCU
4895 +56.4% 7654 ± 45% softirqs.CPU46.RCU
4787 ± 2% +60.0% 7658 ± 48% softirqs.CPU50.RCU
4797 +58.2% 7589 ± 48% softirqs.CPU52.RCU
4765 +48.9% 7094 ± 46% softirqs.CPU53.RCU
4790 +59.0% 7619 ± 49% softirqs.CPU54.RCU
4784 ± 2% +59.4% 7625 ± 49% softirqs.CPU56.RCU
4766 ± 2% +65.6% 7892 ± 51% softirqs.CPU58.RCU
21044 ± 82% -82.6% 3656 ± 3% softirqs.CPU58.SCHED
4769 ± 2% +48.5% 7080 ± 47% softirqs.CPU59.RCU
4775 ± 2% +59.8% 7629 ± 49% softirqs.CPU60.RCU
4858 ± 2% +54.5% 7506 ± 50% softirqs.CPU62.RCU
21072 ± 82% -82.7% 3647 softirqs.CPU62.SCHED
4887 ± 3% +56.3% 7636 ± 51% softirqs.CPU64.RCU
14323 ± 99% -74.4% 3669 softirqs.CPU64.SCHED
4782 +62.1% 7750 ± 48% softirqs.CPU66.RCU
4715 +56.3% 7370 ± 46% softirqs.CPU67.RCU
4717 +61.8% 7631 ± 49% softirqs.CPU68.RCU
4789 +53.5% 7350 ± 46% softirqs.CPU69.RCU
4754 +71.9% 8171 ± 44% softirqs.CPU70.RCU
4740 ± 2% +52.9% 7249 ± 43% softirqs.CPU72.RCU
4642 +53.5% 7124 ± 49% softirqs.CPU74.RCU
4599 ± 2% +59.4% 7333 ± 54% softirqs.CPU75.RCU
4590 ± 2% +53.2% 7034 ± 50% softirqs.CPU77.RCU
4925 +53.0% 7535 ± 48% softirqs.CPU8.RCU
4617 +60.0% 7390 ± 51% softirqs.CPU80.RCU
4586 +57.7% 7232 ± 47% softirqs.CPU82.RCU
27442 ± 52% -86.5% 3692 softirqs.CPU82.SCHED
4624 ± 3% +49.8% 6925 ± 48% softirqs.CPU83.RCU
4560 ± 2% +55.0% 7066 ± 48% softirqs.CPU84.RCU
27984 ± 46% -86.9% 3660 ± 2% softirqs.CPU84.SCHED
4576 ± 2% +46.6% 6710 ± 45% softirqs.CPU85.RCU
4503 ± 2% +58.1% 7118 ± 47% softirqs.CPU86.RCU
4653 +54.3% 7181 ± 47% softirqs.CPU88.RCU
4957 ± 4% +42.5% 7062 ± 43% softirqs.CPU9.RCU
4537 ± 2% +54.9% 7028 ± 48% softirqs.CPU90.RCU
4451 ± 2% +58.5% 7055 ± 49% softirqs.CPU92.RCU
29714 ± 50% -87.7% 3642 softirqs.CPU92.SCHED
4535 ± 3% +53.1% 6942 ± 42% softirqs.CPU93.RCU
4505 +56.2% 7038 ± 50% softirqs.CPU94.RCU
4701 ± 2% +51.1% 7103 ± 47% softirqs.CPU95.RCU
4469 ± 3% +51.4% 6767 ± 50% softirqs.CPU97.RCU
4488 ± 3% +51.9% 6818 ± 40% softirqs.CPU98.RCU
4463 ± 3% +53.6% 6855 ± 49% softirqs.CPU99.RCU
2949 ± 33% +237.4% 9950 ± 53% softirqs.NET_RX
will-it-scale.per_process_ops
74000 +-------------------------------------------------------------------+
| O O O O O O O O O O O O O O O O |
72000 |-O O O O O O O O O O O O |
70000 |-+ O |
| .+. .+ |
68000 |-+ +. + + |
|.+..+. .+ : +..+.+. .+. .+.+..+ |
66000 |-+ + : : +. + |
| : : |
64000 |-+ : : |
62000 |-+ : : |
| : : |
60000 |-+ : : |
| : .+ |
58000 +-------------------------------------------------------------------+
[*] 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.
Thanks,
Rong Chen
5 months, 1 week
[perf report] 977f739b71: perf-test.skid_test.round2.MEM_LOAD_L3_MISS_RETIRED.LOCAL_DRAM_dtlb_without_NMI_fixed_period.fail
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 977f739b7126bf98b5202e243f60cbc0a1ec2c3b ("perf report: Disable ordered_events for raw dump")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: perf-test
version: perf-test-x86_64-git-1_20200717
with following parameters:
type: lkp
ucode: 0xd6
test-description: The internal Perf Test suite.
on test machine: 4 threads Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz with 32G 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 <rong.a.chen(a)intel.com>
2020-09-28 17:02:40 ./skid_test/run.sh
Mon Sep 28 17:02:58 UTC 2020
3 test cases pass for skid_test test. 3 test cases fail for skid_test test.
Test Case BR_INST_RETIRED.ALL_BRANCHES_PEBS_triad_loop_with_NMI PASS!
Test Case MEM_LOAD_RETIRED.L2_HIT_dtlb_with_NMI PASS!
Test Case MEM_LOAD_L3_MISS_RETIRED.LOCAL_DRAM_dtlb_with_NMI FAILED!
Test Case BR_INST_RETIRED.ALL_BRANCHES_PEBS_triad_loop_without_NMI_fixed_period PASS!
Test Case MEM_LOAD_RETIRED.L2_HIT_dtlb_without_NMI_fixed_period FAILED!
Test Case MEM_LOAD_L3_MISS_RETIRED.LOCAL_DRAM_dtlb_without_NMI_fixed_period FAILED!
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 run job.yaml
Thanks,
Rong Chen
5 months, 1 week
[bpf, net] 6d2031c406: BUG:using_smp_processor_id()in_preemptible
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 6d2031c4064bf5f9f3d203894c070017c8fde686 ("bpf, net: rework cookie generator as per-cpu one")
https://git.kernel.org/cgit/linux/kernel/git/dborkman/bpf.git pr/bpf-tc-misc5
in testcase: boot
on test machine: qemu-system-i386 -enable-kvm -cpu SandyBridge -smp 2 -m 8G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+--------------------------------------------+------------+------------+
| | e0e1e1cca5 | 6d2031c406 |
+--------------------------------------------+------------+------------+
| boot_successes | 16 | 0 |
| boot_failures | 0 | 14 |
| BUG:using_smp_processor_id()in_preemptible | 0 | 14 |
+--------------------------------------------+------------+------------+
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <lkp(a)intel.com>
[ 1.733339] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 1.734697] caller is debug_smp_processor_id+0x12/0x14
[ 1.735579] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.9.0-rc6-01832-g6d2031c4064bf5 #1
[ 1.736206] Call Trace:
[ 1.736206] dump_stack+0x6b/0x89
[ 1.736206] check_preemption_disabled+0x92/0xa4
[ 1.736206] debug_smp_processor_id+0x12/0x14
[ 1.736206] __net_gen_cookie+0x2f/0xb9
[ 1.736206] ? net_defaults_init+0x1f/0x1f
[ 1.736206] net_ns_init+0x2c/0x22d
[ 1.736206] ? net_defaults_init+0x1f/0x1f
[ 1.736206] do_one_initcall+0xcd/0x218
[ 1.736206] ? check_preemption_disabled+0x98/0xa4
[ 1.736206] ? rcu_read_lock_sched_held+0x23/0x44
[ 1.736206] ? trace_initcall_level+0xa7/0xab
[ 1.736206] ? do_initcalls+0x82/0xc4
[ 1.736206] do_initcalls+0xa4/0xc4
[ 1.736206] kernel_init_freeable+0xa6/0xcb
[ 1.736206] ? rest_init+0x11b/0x11b
[ 1.736206] kernel_init+0x8/0xdf
[ 1.736206] ret_from_fork+0x19/0x30
[ 1.744112] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 1.745804] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 1.746470] pinctrl core: initialized pinctrl subsystem
[ 1.747390] pinctrl core: failed to create debugfs directory
[ 1.748673] regulator-dummy: no parameters
[ 1.749689] PM: RTC time: 19:00:38, date: 2020-10-01
[ 1.750907] NET: Registered protocol family 16
[ 1.753914] thermal_sys: Registered thermal governor 'fair_share'
[ 1.753918] thermal_sys: Registered thermal governor 'step_wise'
[ 1.755013] thermal_sys: Registered thermal governor 'user_space'
[ 1.756042] thermal_sys: Registered thermal governor 'power_allocator'
[ 1.756368] cpuidle: using governor ladder
[ 1.759309] ACPI: bus type PCI registered
[ 1.759660] PCI: Using configuration type 1 for base access
[ 1.810294] cryptomgr_test (27) used greatest stack depth: 7200 bytes left
[ 1.817279] cryptd: max_cpu_qlen set to 1000
[ 1.823419] cryptomgr_test (64) used greatest stack depth: 7108 bytes left
[ 1.832756] ACPI: Added _OSI(Module Device)
[ 1.832925] ACPI: Added _OSI(Processor Device)
[ 1.833712] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.834496] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.835444] ACPI: Added _OSI(Linux-Dell-Video)
[ 1.836236] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 1.837166] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 1.844600] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 1.850205] ACPI: Interpreter enabled
[ 1.850942] ACPI: (supports S0 S3 S5)
[ 1.851576] ACPI: Using IOAPIC for interrupt routing
[ 1.852464] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.853636] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 1.880231] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.881290] acpi PNP0A03:00: _OSC: OS supports [Segments MSI HPX-Type3]
[ 1.882445] acpi resource window ([0x240000000-0x2bfffffff] ignored, not CPU addressable)
[ 1.883213] PCI host bridge to bus 0000:00
[ 1.883881] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 1.884902] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 1.886003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.886225] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 1.887380] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.888421] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 1.890733] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 1.893121] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 1.897783] pci 0000:00:01.1: reg 0x20: [io 0xc040-0xc04f]
[ 1.899995] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 1.901158] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 1.902179] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 1.902895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 1.904678] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 1.906096] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 1.906243] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 1.908456] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[ 1.910281] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[ 1.913744] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[ 1.922896] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 1.925005] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 1.926745] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[ 1.929028] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 1.934451] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 1.936484] pci 0000:00:04.0: [8086:25ab] type 00 class 0x088000
[ 1.938200] pci 0000:00:04.0: reg 0x10: [mem 0xfebf1000-0xfebf100f]
[ 1.943863] pci_bus 0000:00: on NUMA node 0
[ 1.947190] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 1.948539] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 1.950109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 1.951439] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 1.952482] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 1.956929] SCSI subsystem initialized
[ 1.957579] libata version 3.00 loaded.
[ 1.958266] pps_core: LinuxPPS API ver. 1 registered
[ 1.958986] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti(a)linux.it>
[ 1.961567] Advanced Linux Sound Architecture Driver Initialized.
[ 1.963319] PCI: Using ACPI for IRQ routing
[ 1.963960] PCI: pci_cache_line_size set to 64 bytes
[ 1.964796] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 1.965670] e820: reserve RAM buffer [mem 0xbffe0000-0xbfffffff]
[ 1.974992] clocksource: Switched to clocksource kvm-clock
[ 2.098772] pnp: PnP ACPI init
[ 2.099691] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 2.100849] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 2.101980] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
To reproduce:
# build kernel
cd linux
cp config-5.9.0-rc6-01832-g6d2031c4064bf5 .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
Thanks,
lkp
5 months, 1 week
[driver core] 9c28a17954: WARNING:at_kernel/events/core.c:#perf_event_sysfs_init
by kernel test robot
Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 9c28a17954f000e148b7863d4c5efa8fd3d80f4f ("[PATCH] driver core: Remove double assignment")
url: https://github.com/0day-ci/linux/commits/poeschel-lemonage-de/driver-core...
base: https://git.kernel.org/cgit/linux/kernel/git/gregkh/driver-core.git e5e5fcef600e94d83c6542cdcca3ab6dada95946
in testcase: suspend-stress
version:
with following parameters:
mode: mem
iterations: 10
on test machine: 4 threads Ivy Bridge with 4G 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 <lkp(a)intel.com>
kern :warn : [ 5.897345] WARNING: CPU: 3 PID: 1 at kernel/events/core.c:12993 perf_event_sysfs_init+0x5d/0x81
kern :warn : [ 5.897666] Modules linked in:
kern :warn : [ 5.897825] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 5.9.0-rc5-00023-g9c28a17954f000 #1
kern :warn : [ 5.898127] Hardware name: TOSHIBA PORTEGE Z830/PORTEGE Z830, BIOS Version 2.30 07/12/2012
kern :warn : [ 5.898441] RIP: 0010:perf_event_sysfs_init+0x5d/0x81
kern :warn : [ 5.898637] Code: 83 7b 30 00 74 26 83 7b 38 00 78 20 48 89 df e8 d7 9c 52 fe 89 c2 85 c0 74 12 48 8b 73 30 48 c7 c7 98 96 35 82 e8 83 c3 3a fe <0f> 0b 48 8b 1b eb c5 c7 05 24 1f 3c 00 01 00 00 00 48 c7 c7 40 ac
kern :warn : [ 5.899196] RSP: 0000:ffffc90000033e18 EFLAGS: 00010286
kern :warn : [ 5.899399] RAX: 0000000000000000 RBX: ffffffff82617020 RCX: 000000000000054a
kern :warn : [ 5.899634] RDX: 0000000000000001 RSI: 0000000000000086 RDI: ffffffff82fb882c
kern :warn : [ 5.899870] RBP: ffffffff82d335c2 R08: 000000000000054a R09: 000000000000ffa0
kern :warn : [ 5.900106] R10: 0000000000000737 R11: ffffc90000033cc5 R12: 0000000000000000
kern :warn : [ 5.900343] R13: ffff888107462800 R14: 0000000000000000 R15: 0000000000000000
kern :warn : [ 5.900583] FS: 0000000000000000(0000) GS:ffff88811e6c0000(0000) knlGS:0000000000000000
kern :warn : [ 5.900886] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
kern :warn : [ 5.901094] CR2: 0000000000000000 CR3: 000000000260a001 CR4: 00000000001706e0
kern :warn : [ 5.901330] Call Trace:
kern :warn : [ 5.901481] do_one_initcall+0x46/0x204
kern :warn : [ 5.901655] kernel_init_freeable+0x1da/0x23c
kern :warn : [ 5.901839] ? rest_init+0xc6/0xc6
kern :warn : [ 5.902004] kernel_init+0xa/0x11a
kern :warn : [ 5.902168] ret_from_fork+0x22/0x30
kern :warn : [ 5.902338] ---[ end trace cba6bbf77ba0c364 ]---
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 run job.yaml
Thanks,
lkp
5 months, 1 week