19dfee4ca5 ("net/packet: fix race condition between fanout_add .."): BUG: sleeping function called from invalid context at kernel/locking/mutex.c:747
by kernel test robot
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://github.com/0day-ci/linux/commits/nixiaoming/net-packet-fix-race-c...
commit 19dfee4ca59f0c4ada2c5f1537949aaefeb4e6cc
Author: nixiaoming <nixiaoming(a)huawei.com>
AuthorDate: Thu Sep 14 10:44:41 2017 +0800
Commit: 0day robot <fengguang.wu(a)intel.com>
CommitDate: Sat Sep 16 01:01:19 2017 +0800
net/packet: fix race condition between fanout_add and __unregister_prot_hook
If fanout_add is preempted after running po-> fanout = match
and before running __fanout_link,
it will cause BUG_ON when __unregister_prot_hook call __fanout_unlink
so, we need add mutex_lock(&fanout_mutex) to __unregister_prot_hook
or add spin_lock(&po->bind_lock) before po-> fanout = match
test on linux 4.1.12:
./trinity -c setsockopt -C 2 -X &
BUG: failure at net/packet/af_packet.c:1414/__fanout_unlink()!
Kernel panic - not syncing: BUG!
CPU: 2 PID: 2271 Comm: trinity-c0 Tainted: G W O 4.1.12 #1
Hardware name: Hisilicon PhosphorHi1382 FPGA (DT)
Call trace:
[<ffffffc000209414>] dump_backtrace+0x0/0xf8
[<ffffffc00020952c>] show_stack+0x20/0x28
[<ffffffc000635574>] dump_stack+0xac/0xe4
[<ffffffc000633fb8>] panic+0xf8/0x268
[<ffffffc0005fa778>] __unregister_prot_hook+0xa0/0x144
[<ffffffc0005fba48>] packet_set_ring+0x280/0x5b4
[<ffffffc0005fc33c>] packet_setsockopt+0x320/0x950
[<ffffffc000554a04>] SyS_setsockopt+0xa4/0xd4
Signed-off-by: nixiaoming <nixiaoming(a)huawei.com>
Tested-by: wudesheng <dede.wu(a)huawei.com>
66bed8465a Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
19dfee4ca5 net/packet: fix race condition between fanout_add and __unregister_prot_hook
19dfee4ca5 net/packet: fix race condition between fanout_add and __unregister_prot_hook
+-----------------------------------------------------------------------------+------------+------------+------------+
| | 66bed8465a | 19dfee4ca5 | 19dfee4ca5 |
+-----------------------------------------------------------------------------+------------+------------+------------+
| boot_successes | 46 | 6 | 6 |
| boot_failures | 0 | 20 | 20 |
| BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/mutex.c | 0 | 20 | 20 |
+-----------------------------------------------------------------------------+------------+------------+------------+
[ 12.650357] init: Temporary process spawn error: No such file or directory
[ 12.653229] init: Failed to create pty - disabling logging for job
[ 12.653920] init: Temporary process spawn error: No such file or directory
[ 12.666732] init: plymouth-splash main process (393) terminated with status 1
[ 12.668031] init: networking main process (394) terminated with status 1
[ 22.042503] BUG: sleeping function called from invalid context at kernel/locking/mutex.c:747
[ 22.043570] in_atomic(): 1, irqs_disabled(): 0, pid: 400, name: trinity-main
[ 22.044253] 2 locks held by trinity-main/400:
[ 22.044718] #0: (sk_lock-AF_PACKET){......}, at: [<ffffffff87dba4d9>] packet_set_ring+0x29/0x8f0
[ 22.045605] #1: (&(&po->bind_lock)->rlock){......}, at: [<ffffffff87dba56e>] packet_set_ring+0xbe/0x8f0
[ 22.046560] CPU: 1 PID: 400 Comm: trinity-main Not tainted 4.13.0-rc7-02204-g19dfee4 #673
[ 22.047373] Call Trace:
[ 22.047647] dump_stack+0x85/0xca
[ 22.047973] ___might_sleep+0x106/0x140
[ 22.048343] __might_sleep+0x90/0x100
[ 22.048755] ? __unregister_prot_hook+0x28/0x140
[ 22.049200] __mutex_lock+0x4f/0xd00
[ 22.049577] ? __unregister_prot_hook+0x28/0x140
[ 22.050020] ? __lock_acquire+0x596/0xa30
[ 22.050512] mutex_lock_nested+0x16/0x20
[ 22.050910] ? mutex_lock_nested+0x16/0x20
[ 22.051359] __unregister_prot_hook+0x28/0x140
[ 22.051815] packet_set_ring+0x666/0x8f0
[ 22.052220] ? _copy_from_user+0x12d/0x1a0
[ 22.052660] packet_setsockopt+0x2b6/0xfc0
[ 22.053081] SyS_setsockopt+0x6c/0xc0
[ 22.053442] ? SyS_setsockopt+0x6c/0xc0
[ 22.053834] entry_SYSCALL_64_fastpath+0x23/0xc2
[ 22.054293] RIP: 0033:0x7f2254afe6fa
[ 22.054662] RSP: 002b:00007ffd45983d28 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 22.055428] RAX: ffffffffffffffda RBX: 00007f2254dc1720 RCX: 00007f2254afe6fa
[ 22.056145] RDX: 000000000000000d RSI: 0000000000000107 RDI: 000000000000017a
[ 22.056874] RBP: 0000000000000020 R08: 0000000000000010 R09: 00007f2254dc1120
[ 22.057592] R10: 000000000068b000 R11: 0000000000000206 R12: 0000000055ea1065
[ 22.058281] R13: 000000000000000c R14: 0000000000000000 R15: 0000000000000000
[ 22.417169] mmap: trinity-c0 (1542) uses deprecated remap_file_pages() syscall. See Documentation/vm/remap_file_pages.txt.
[ 22.441939] init: tty4 main process (339) terminated with status 1
[ 22.443065] init: tty4 main process ended, respawning
# HH:MM RESULT GOOD BAD GOOD_BUT_DIRTY DIRTY_NOT_BAD
git bisect start eb90445c6e907580ad53cd5ccfff68c4a289e84f cc4a41fe5541a73019a864883297bd5043aa6d98 --
git bisect bad 4def1c2cd5cfb65e24ea2149d6adfcc212b9db2d # 04:02 B 0 11 24 0 Merge 'asoc/for-linus' into devel-catchup-201709160200
git bisect good b636924549af7ff6b055cf0b75042c03fa9d8b8f # 04:09 G 11 0 0 0 Merge 'jikos-livepatching/for-4.15/shadow-variables' into devel-catchup-201709160200
git bisect bad 7ce0ee4fa3f9b8901d8110898df4e940e2f3a3fb # 04:15 B 0 1 14 1 Merge 'vfs/misc.compat' into devel-catchup-201709160200
git bisect bad 432531b86af51ce0f23e7c444d2c30e6e5028c81 # 04:29 B 0 11 24 0 Merge 'linux-review/nixiaoming/net-packet-fix-race-condition-between-fanout_add-and-__unregister_prot_hook/20170916-010118' into devel-catchup-201709160200
git bisect good ae79fe03aed71db0771bcb8397425b9de502cf6c # 04:38 G 11 0 0 0 s390/qeth: pass full data length to l2_fill_header()
git bisect good d7a5b3e9e42ee95190742fef0d617bbde4f74d80 # 04:48 G 11 0 0 0 iwlwifi: mvm: bump API to 34 for 8000 and up
git bisect good 3c8f3e96af3a6799841761923d000566645f0942 # 05:03 G 11 0 0 0 i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
git bisect good 4cbb7558013a4f600eb1ca9ad34959d8912240e6 # 05:25 G 11 0 0 0 net/mlx5e: NAPI busy-poll when UMR post is in progress
git bisect good ccfdf21bbbe2e68be5cd63e2ee6b4c0d0d93a3a9 # 05:54 G 11 0 0 0 Merge branch 'mlxsw-Offloading-GRE-tunnels'
git bisect good 2ff81cd35f9e9c8e6896ea129eb04976d109f15d # 06:17 G 11 0 0 0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
git bisect good 2de489f486219fd52e85b336f4feb9b3c4c09617 # 06:30 G 11 0 0 0 cxgb4: Fix pause frame count in t4_get_port_stats
git bisect good f530f39f5ff97209cc6f1bf66e634685954ad741 # 06:39 G 11 0 0 0 rds: Fix non-atomic operation on shared flag variable
git bisect good 39cebdb77d55a193492a42170bf1c3d11e41e740 # 06:59 G 11 0 0 0 Merge branch 'xgene-Misc-bug-fixes'
git bisect good 66bed8465a808400eb14562510e26c8818082cb8 # 07:16 G 11 0 0 0 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
git bisect bad 19dfee4ca59f0c4ada2c5f1537949aaefeb4e6cc # 07:24 B 0 3 20 3 net/packet: fix race condition between fanout_add and __unregister_prot_hook
# first bad commit: [19dfee4ca59f0c4ada2c5f1537949aaefeb4e6cc] net/packet: fix race condition between fanout_add and __unregister_prot_hook
git bisect good 66bed8465a808400eb14562510e26c8818082cb8 # 07:33 G 31 0 0 0 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
# extra tests on HEAD of linux-devel/devel-catchup-201709160200
git bisect bad eb90445c6e907580ad53cd5ccfff68c4a289e84f # 07:33 B 2 11 0 0 0day head guard for 'devel-catchup-201709160200'
# extra tests on tree/branch linux-review/nixiaoming/net-packet-fix-race-condition-between-fanout_add-and-__unregister_prot_hook/20170916-010118
git bisect bad 19dfee4ca59f0c4ada2c5f1537949aaefeb4e6cc # 07:44 B 0 20 34 0 net/packet: fix race condition between fanout_add and __unregister_prot_hook
# extra tests with first bad commit reverted
git bisect good 148e1cf9b67237d389eb7e64a21bd3b0934c49a7 # 08:03 G 11 0 0 0 Revert "net/packet: fix race condition between fanout_add and __unregister_prot_hook"
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
3 years, 7 months
[KVM] 9729afa871: WARNING:at_drivers/virtio/virtio_ring.c:#virtqueue_kick
by kernel test robot
FYI, we noticed the following commit:
commit: 9729afa87155dbb6ac5e3b0ab46074af447e318f ("KVM: Sending hyperlist to the host via deflate_vq")
url: https://github.com/0day-ci/linux/commits/Nitesh-Narayan-Lal/KVM-Guest-pag...
base: https://git.kernel.org/cgit/virt/kvm/kvm.git linux-next
in testcase: boot
on test machine: qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap -smp 2 -m 1G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+---------------------------------------------------------+------------+------------+
| | d2673a4785 | 9729afa871 |
+---------------------------------------------------------+------------+------------+
| boot_successes | 8 | 4 |
| boot_failures | 0 | 4 |
| WARNING:at_drivers/virtio/virtio_ring.c:#virtqueue_kick | 0 | 4 |
+---------------------------------------------------------+------------+------------+
[ 7.807617] WARNING: CPU: 1 PID: 1 at drivers/virtio/virtio_ring.c:801 virtqueue_kick+0x4/0x1a
[ 7.808391] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.13.0-rc4-00049-g9729afa #16
[ 7.808391] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.9.3-20161025_171302-gandalf 04/01/2014
[ 7.812037] task: ffff885f40058000 task.stack: ffff8bea80008000
[ 7.812037] RIP: 0010:virtqueue_kick+0x4/0x1a
[ 7.812037] RSP: 0000:ffff8bea8000bca8 EFLAGS: 00010046
[ 7.812037] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffff885f55f88cd8
[ 7.816043] RDX: ffff885f7f6c5800 RSI: 0000000015f88ce0 RDI: ffff885f7f6cf000
[ 7.816043] RBP: ffff8bea8000bca8 R08: 0000000000000002 R09: 00000000082e24f1
[ 7.820039] R10: 0000000000000000 R11: ffffffff9730dbb1 R12: ffff885f55f88cd0
[ 7.820039] R13: ffff885f55f89088 R14: 0000000000000282 R15: ffff885f55f88cd8
[ 7.820039] FS: 0000000000000000(0000) GS:ffff885f75200000(0000) knlGS:0000000000000000
[ 7.824034] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 7.824034] CR2: ffff8bea800ac000 CR3: 0000000008416000 CR4: 00000000000406e0
[ 7.824034] Call Trace:
[ 7.824034] virtscsi_kick_event+0xb2/0xcc
[ 7.828035] virtscsi_probe+0x273/0x2a6
[ 7.828035] virtio_dev_probe+0x124/0x199
[ 7.828035] driver_probe_device+0x131/0x28d
[ 7.828035] __driver_attach+0x6e/0x90
[ 7.828035] ? driver_probe_device+0x28d/0x28d
[ 7.832033] bus_for_each_dev+0x6a/0x82
[ 7.832033] driver_attach+0x19/0x1b
[ 7.832033] bus_add_driver+0xec/0x1d0
[ 7.832033] ? set_debug_rodata+0x12/0x12
[ 7.832033] driver_register+0x83/0xba
[ 7.832033] ? pmcraid_init+0x130/0x130
[ 7.836071] register_virtio_driver+0x26/0x28
[ 7.836071] init+0x79/0xc0
[ 7.836071] ? pmcraid_init+0x130/0x130
[ 7.836071] do_one_initcall+0x8b/0x132
[ 7.836071] ? set_debug_rodata+0x12/0x12
[ 7.840032] kernel_init_freeable+0x19f/0x224
[ 7.840032] ? rest_init+0x143/0x143
[ 7.840032] kernel_init+0x9/0xe6
[ 7.840032] ret_from_fork+0x25/0x30
[ 7.840032] Code: 31 d2 80 7f 59 00 75 1c 55 48 89 e5 53 48 89 fb ff 57 70 84 c0 b2 01 75 06 c6 43 59 01 31 d2 88 d0 5b 5d c3 88 d0 c3 55 48 89 e5 <0f> ff e8 95 ff ff ff 88 c2 b0 01 84 d2 74 05 e8 c1 ff ff ff 5d
[ 7.844034] ---[ end trace bd0953f2dd023af5 ]---
To reproduce:
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
3 years, 7 months
[lkp-robot] [ipmr] ef8aed9ba9: WARNING:at_arch/x86/mm/tlb.c:#initialize_tlbstate_and_flush
by kernel test robot
FYI, we noticed the following commit:
commit: ef8aed9ba9f05b6f334b8fa08dcf90bb6f18d3bb ("ipmr: Add FIB notification access functions")
https://github.com/jpirko/linux_mlxsw jiri_devel_egdevcb
in testcase: trinity
with following parameters:
runtime: 300s
test-description: Trinity is a linux system call fuzz tester.
test-url: http://codemonkey.org.uk/projects/trinity/
on test machine: qemu-system-i386 -enable-kvm -m 256M
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+-------------------------------------------------------------+------------+------------+
| | 85e92dabf9 | ef8aed9ba9 |
+-------------------------------------------------------------+------------+------------+
| boot_successes | 8 | 0 |
| boot_failures | 0 | 8 |
| WARNING:at_arch/x86/mm/tlb.c:#initialize_tlbstate_and_flush | 0 | 8 |
| EIP:initialize_tlbstate_and_flush | 0 | 8 |
+-------------------------------------------------------------+------------+------------+
[ 0.000000] WARNING: CPU: 0 PID: 0 at arch/x86/mm/tlb.c:245 initialize_tlbstate_and_flush+0x9e/0x230
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.13.0-10030-gef8aed9 #91
[ 0.000000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.9.3-20161025_171302-gandalf 04/01/2014
[ 0.000000] task: b71d0900 task.stack: b71c6000
[ 0.000000] EIP: initialize_tlbstate_and_flush+0x9e/0x230
[ 0.000000] EFLAGS: 00210046 CPU: 0
[ 0.000000] EAX: 00000690 EBX: b73661c0 ECX: 00000080 EDX: 00000002
[ 0.000000] ESI: 00000000 EDI: 00000000 EBP: b71c7f6c ESP: b71c7f5c
[ 0.000000] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
[ 0.000000] CR0: 80050033 CR2: 00000000 CR3: 0753c000 CR4: 00000690
[ 0.000000] Call Trace:
[ 0.000000] cpu_init+0x111/0x410
[ 0.000000] trap_init+0x70/0x94
[ 0.000000] start_kernel+0x38f/0x902
[ 0.000000] i386_start_kernel+0x121/0x133
[ 0.000000] startup_32_smp+0x15f/0x161
[ 0.000000] Code: 01 74 48 83 05 c8 ae 56 b7 01 83 15 cc ae 56 b7 00 a1 08 29 1f b7 a9 00 00 02 00 75 20 83 05 d8 ae 56 b7 01 83 15 dc ae 56 b7 00 <0f> ff 83 05 e8 ae 56 b7 01 83 15 ec ae 56 b7 00 eb 1c 83 05 d0
[ 0.000000] ---[ end trace be658dd14e22cef1 ]---
To reproduce:
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,
Xiaolong
3 years, 7 months
[lkp-robot] [kprobes] e1ce3eee7d: BUG:using_smp_processor_id()in_preemptible
by kernel test robot
FYI, we noticed the following commit:
commit: e1ce3eee7dcda03f2b2f2d64e2cb2f3a993a3b34 ("kprobes: Use synchronize_rcu_tasks() for optprobe with CONFIG_PREEMPT")
url: https://github.com/0day-ci/linux/commits/Masami-Hiramatsu/kprobes-Use-syn...
in testcase: boot
on test machine: qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap -smp 2 -m 512M
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+--------------------------------------------+------------+------------+
| | 80cee03bf1 | e1ce3eee7d |
+--------------------------------------------+------------+------------+
| boot_successes | 28 | 5 |
| boot_failures | 0 | 23 |
| BUG:using_smp_processor_id()in_preemptible | 0 | 23 |
+--------------------------------------------+------------+------------+
[ 14.675660] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 14.700932] caller is debug_smp_processor_id+0x17/0x20
[ 14.725623] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.13.0-06467-ge1ce3ee #2
[ 14.729560] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.9.3-20161025_171302-gandalf 04/01/2014
[ 14.772244] Call Trace:
[ 14.772244] dump_stack+0x65/0x87
[ 14.772244] check_preemption_disabled+0xda/0xe0
[ 14.772244] debug_smp_processor_id+0x17/0x20
[ 14.772244] optimized_callback+0x1f/0xf0
[ 14.772244] 0xffffffffa0002370
[ 14.772244] ? init_test_probes+0x2cf/0x530
[ 14.772244] init_kprobes+0x1e6/0x1f1
[ 14.772244] ? debugfs_kprobe_init+0xa5/0xa5
[ 14.772244] do_one_initcall+0x4e/0x190
[ 14.772244] kernel_init_freeable+0x113/0x194
[ 14.772244] ? rest_init+0x130/0x130
[ 14.772244] kernel_init+0x9/0xf2
[ 14.772244] ret_from_fork+0x25/0x30
[ 16.007679] Kprobe smoke test: passed successfully
[ 16.025466] Initialise system trusted keyrings
[ 16.062596] workingset: timestamp_bits=46 max_order=17 bucket_order=0
[ 16.151965] efs: 1.0a - http://aeschi.ch.eu.org/efs/
[ 16.164959] fuse init (API version 7.26)
[ 16.183177] orangefs_debugfs_init: called with debug mask: :none: :0:
[ 16.196644] orangefs_init: module version upstream loaded
[ 16.209245] NILFS version 2 loaded
[ 16.226230] gfs2: GFS2 installed
[ 16.326266] NET: Registered protocol family 38
[ 16.344018] Key type asymmetric registered
[ 16.353442] Asymmetric key parser 'x509' registered
[ 16.364981] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 16.382476] io scheduler noop registered
[ 16.392812] io scheduler cfq registered (default)
[ 16.405978] test_printf: all 260 tests passed
[ 16.432644] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[ 16.443171] crc32: self tests passed, processed 225944 bytes in 2307458 nsec
[ 16.456977] crc32c: CRC_LE_BITS = 64
[ 16.464432] crc32c: self tests passed, processed 225944 bytes in 620214 nsec
[ 16.636881] crc32_combine: 8373 self tests passed
[ 16.770158] crc32c_combine: 8373 self tests passed
[ 16.784290] switchtec: loaded.
[ 16.791607] rivafb_setup START
[ 16.801335] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 16.817701] ACPI: Power Button [PWRF]
[ 16.848025] HDLC line discipline maxframe=4096
[ 16.859952] N_HDLC line discipline registered.
[ 16.874756] r3964: Philips r3964 Driver $Revision: 1.10 $
[ 16.886652] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 16.983539] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 17.114800] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 17.138674] MOXA Intellio family driver version 6.0k
[ 17.151640] SyncLink serial driver $Revision: 4.38 $
[ 17.232501] SyncLink serial driver $Revision: 4.38 $, tty major#244
[ 17.248116] Non-volatile memory driver v1.3
[ 17.258912] telclk_interrupt = 0xf non-mcpbl0010 hw.
[ 17.304320] Floppy drive(s): fd0 is 2.88M AMI BIOS
[ 17.309997] loop: module loaded
[ 17.344349] null: module loaded
[ 17.352804] dummy-irq: no IRQ given. Use irq=N
[ 17.365157] Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti
[ 17.381691] FDC 0 is a S82078B
[ 17.395387] c2port c2port0: C2 port uc added
[ 17.405402] c2port c2port0: uc flash has 30 blocks x 512 bytes (15360 bytes total)
[ 17.425464] Uniform Multi-Platform E-IDE driver
[ 17.437073] Loading iSCSI transport class v2.0-870.
[ 17.455730] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[ 17.478968] iscsi: registered transport (qla4xxx)
[ 17.492261] QLogic iSCSI HBA Driver
[ 17.502789] mpt3sas version 15.100.00.00 loaded
[ 17.516825] VMware PVSCSI driver - version 1.0.7.0-k
[ 17.568251] scsi host0: scsi_debug: version 1.86 [20160430]
[ 17.568251] dev_size_mb=8, opts=0x0, submit_queues=1, statistics=0
[ 17.599319] scsi 0:0:0:0: Direct-Access Linux scsi_debug 0186 PQ: 0 ANSI: 7
[ 17.622753] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 17.652924] platform physmap-flash.0: failed to claim resource 0: [mem 0x08000000-0x07ffffff]
[ 17.672329] slram: not enough parameters.
[ 17.687505] ftl_cs: FTL header not found.
[ 17.717310] vcan: Virtual CAN interface driver
[ 17.737307] slcan: serial line CAN interface driver
[ 17.753216] slcan: 10 dynamic interface channels.
[ 17.766066] CAN device driver interface
[ 17.781333] cc770: CAN netdevice driver
[ 17.793582] cc770_isa: insufficient parameters supplied
[ 17.811761] ena: Elastic Network Adapter (ENA) v1.2.0k
[ 17.838306] Intel(R) Ethernet Switch Host Interface Driver - version 0.21.7-k
[ 17.860645] Copyright(c) 2013 - 2017 Intel Corporation.
[ 17.883557] ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
[ 17.902174] nfp: NFP PCIe Driver, Copyright (C) 2014-2017 Netronome Systems
[ 17.923819] PPP generic driver version 2.4.2
[ 17.938243] PPP Deflate Compression module registered
[ 17.955252] PPP MPPE Compression module registered
[ 17.971135] Fusion MPT base driver 3.04.20
[ 17.983899] Copyright (c) 1999-2008 LSI Corporation
[ 17.999048] Fusion MPT SPI Host driver 3.04.20
[ 18.023653] Fusion MPT SAS Host driver 3.04.20
[ 18.052566] Fusion MPT misc device (ioctl) driver 3.04.20
[ 18.083344] mptctl: Registered with Fusion MPT base driver
[ 18.098123] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 18.124512] aoe: AoE v85 initialised.
[ 18.137382] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 18.170754] serio: i8042 KBD port at 0x60,0x64 irq 1
To reproduce:
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,
Xiaolong
3 years, 7 months
[lkp-robot] [EXPERIMENTAL] d1de9d10db: will-it-scale.per_process_ops -2.4% regression
by kernel test robot
Greeting,
FYI, we noticed a -2.4% regression of will-it-scale.per_process_ops due to commit:
commit: d1de9d10dbdac46e9f45325252464eaf2a386388 ("EXPERIMENTAL: Diagnostics for lost timer events")
https://git.kernel.org/cgit/linux/kernel/git/paulmck/linux-rcu.git rcu/dev
in testcase: will-it-scale
on test machine: qemu-system-x86_64 -enable-kvm -cpu host -smp 4 -m 5G
with following parameters:
test: lseek2
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 qemu -k <bzImage> job-script # job-script is attached in this email
testcase/path_params/tbox_group/run: will-it-scale/lseek2/vm-lkp-a03
eb14701b75404199 d1de9d10dbdac46e9f45325252
---------------- --------------------------
12930 ± 5% 741% 108810 will-it-scale.time.involuntary_context_switches
224 222 will-it-scale.time.system_time
124 122 will-it-scale.time.percent_of_cpu_this_job_got
2808016 2741901 will-it-scale.per_process_ops
62.29 60.73 will-it-scale.time.user_time
1839998 -4% 1769496 will-it-scale.per_thread_ops
1654 ± 7% 169% 4457 ± 3% vmstat.system.cs
3008 33% 4013 ± 4% vmstat.system.in
81.23 5% 85.58 boot-time.boot
217 5% 228 boot-time.idle
16.34 4% 16.93 boot-time.dhcp
16.43 4% 17.01 boot-time.kernel_boot
7057 ± 39% 2e+05 215369 ±165% latency_stats.avg.max
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,
Xiaolong
3 years, 7 months
[lkp-robot] [kmod] d9c6a72d6f: kernel_selftests.kmod.kmod.sh.fail
by kernel test robot
FYI, we noticed the following commit:
commit: d9c6a72d6fa29d3a7999dda726577e5d1fccafa5 ("kmod: add test driver to stress test the module loader")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: kernel_selftests
with following parameters:
test-description: The kernel contains a set of "self tests" under the tools/testing/selftests/ directory. These are intended to be small unit tests to exercise individual code paths in the kernel.
test-url: https://www.kernel.org/doc/Documentation/kselftest.txt
on test machine: qemu-system-x86_64 -enable-kvm -cpu host -smp 2 -m 4G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
2017-09-06 14:55:06 make run_tests -C kmod
make: Entering directory '/usr/src/linux-selftests-x86_64-rhel-7.2-d9c6a72d6fa29d3a7999dda726577e5d1fccafa5/tools/testing/selftests/kmod'
/bin/sh: 1: ./kmod.sh: Permission denied
selftests: kmod.sh [FAIL]
/usr/src/linux-selftests-x86_64-rhel-7.2-d9c6a72d6fa29d3a7999dda726577e5d1fccafa5/tools/testing/selftests/kmod
make: Leaving directory '/usr/src/linux-selftests-x86_64-rhel-7.2-d9c6a72d6fa29d3a7999dda726577e5d1fccafa5/tools/testing/selftests/kmod'
To reproduce:
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,
Xiaolong
3 years, 7 months
[lkp-robot] [cpufreq] 6e34e1f23d: [No primary change] fwq.med -29%
by kernel test robot
Greeting,
There is no primary kpi change in this test, below is the data collected through multiple monitors running background just for your information.
commit: 6e34e1f23d780978da65968327cbba6d7013a73f ("cpufreq: intel_pstate: Correct the busy calculation for KNL")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
in testcase: fwq
on test machine: 256 threads Phi with 96G memory
with following parameters:
nr_task: 100%
samples: 100000ss
iterations: 15x
cpufreq_governor: powersave
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
testcase/path_params/tbox_group/run: fwq/100%-100000ss-15x-powersave/lkp-knl-f1
d4436c0dba8d4d78 6e34e1f23d780978da65968327
---------------- --------------------------
1704014 -29% 1217151 fwq.fwq.med
738 ± 4% 109% 1542 ± 26% fwq.time.voluntary_context_switches
15398 14938 fwq.time.percent_of_cpu_this_job_got
59.13 -24% 45.17 fwq.time.system_time
1376394 -26% 1017929 ± 6% fwq.fwq.min
222 -26% 163 fwq.time.elapsed_time
222 -26% 163 fwq.time.elapsed_time.max
34173 -29% 24382 fwq.time.user_time
32034 -29% 22839 fwq.time.involuntary_context_switches
1.07e+08 ± 13% -30% 74939234 fwq.fwq.noise.5%
8.321e+08 -33% 5.576e+08 fwq.fwq.noise.2%
82013279 -36% 52460369 fwq.fwq.noise.25%
81027290 -36% 51572530 fwq.fwq.noise.75%
80738919 -36% 51314312 fwq.fwq.noise.100%
81795337 -37% 51835188 fwq.fwq.noise.50%
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,
Xiaolong
3 years, 7 months
[lkp-robot] [hugetlbfs] a2c595105f: BUG_hugetlbfs_inode_cache(Not_tainted):Objects_remaining_in_hugetlbfs_inode_cache_on__kmem_cache_shutdown()
by kernel test robot
FYI, we noticed the following commit:
commit: a2c595105f94f0db0b19f5ce47de7afb1abecae6 ("hugetlbfs: Convert to fs_context")
https://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git mount-context
in testcase: trinity
with following parameters:
runtime: 300s
test-description: Trinity is a linux system call fuzz tester.
test-url: http://codemonkey.org.uk/projects/trinity/
on test machine: qemu-system-x86_64 -enable-kvm -smp 2 -m 512M
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+-------------------------------------------------------------------------------------------------------------+------------+------------+
| | 89e689f267 | a2c595105f |
+-------------------------------------------------------------------------------------------------------------+------------+------------+
| boot_successes | 0 | 0 |
| boot_failures | 23 | 14 |
| BUG:stack_guard_page_was_hit_at#(stack_is#..#) | 23 | |
| Kernel_panic-not_syncing:Fatal_exception | 23 | |
| BUG_hugetlbfs_inode_cache(Not_tainted):Objects_remaining_in_hugetlbfs_inode_cache_on__kmem_cache_shutdown() | 0 | 14 |
| INFO:Slab#objects=#used=#fp=#flags= | 0 | 14 |
| INFO:Object#@offset= | 0 | 14 |
+-------------------------------------------------------------------------------------------------------------+------------+------------+
[ 0.236004] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.241031] clocksource: Switched to clocksource kvm-clock
[ 0.270032] VFS: Disk quotas dquot_6.6.0
[ 0.271542] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.273625] =============================================================================
[ 0.274561] BUG hugetlbfs_inode_cache (Not tainted): Objects remaining in hugetlbfs_inode_cache on __kmem_cache_shutdown()
[ 0.274561] -----------------------------------------------------------------------------
[ 0.274561]
[ 0.274561] Disabling lock debugging due to kernel taint
[ 0.274561] INFO: Slab 0xffffea0000415480 objects=13 used=1 fp=0xffff880010553ce0 flags=0xfffffc0008100
[ 0.274561] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G B 4.13.0-rc1-00021-ga2c5951 #1
[ 0.274561] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.9.3-20161025_171302-gandalf 04/01/2014
[ 0.274561] Call Trace:
[ 0.274561] dump_stack+0x63/0x86
[ 0.274561] slab_err+0x9e/0xb0
[ 0.274561] ? free_cpumask_var+0x9/0x10
[ 0.274561] ? on_each_cpu_cond+0xc4/0x170
[ 0.274561] ? __kmalloc+0x1cd/0x200
[ 0.274561] __kmem_cache_shutdown+0x1b7/0x3d0
[ 0.274561] shutdown_cache+0x20/0x1c0
[ 0.274561] kmem_cache_destroy+0x1ce/0x200
[ 0.274561] init_hugetlbfs_fs+0x92/0x163
[ 0.274561] ? init_ramfs_fs+0x25/0x25
[ 0.274561] ? set_debug_rodata+0x17/0x17
[ 0.274561] do_one_initcall+0x43/0x170
[ 0.274561] ? set_debug_rodata+0x17/0x17
[ 0.274561] kernel_init_freeable+0x198/0x220
[ 0.274561] ? rest_init+0xe0/0xe0
[ 0.274561] kernel_init+0xe/0x101
[ 0.274561] ret_from_fork+0x25/0x30
[ 0.274561] INFO: Object 0xffff880010552000 @offset=0
[ 0.320432] kmem_cache_destroy hugetlbfs_inode_cache: Slab cache still has objects
[ 0.323278] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G B 4.13.0-rc1-00021-ga2c5951 #1
[ 0.324269] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.9.3-20161025_171302-gandalf 04/01/2014
[ 0.324269] Call Trace:
[ 0.324269] dump_stack+0x63/0x86
[ 0.324269] kmem_cache_destroy+0x1ec/0x200
[ 0.324269] init_hugetlbfs_fs+0x92/0x163
[ 0.324269] ? init_ramfs_fs+0x25/0x25
[ 0.324269] ? set_debug_rodata+0x17/0x17
[ 0.324269] do_one_initcall+0x43/0x170
[ 0.324269] ? set_debug_rodata+0x17/0x17
[ 0.324269] kernel_init_freeable+0x198/0x220
[ 0.324269] ? rest_init+0xe0/0xe0
[ 0.324269] kernel_init+0xe/0x101
[ 0.324269] ret_from_fork+0x25/0x30
[ 0.346020] pnp: PnP ACPI init
[ 0.347410] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.349348] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.351372] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.353293] pnp 00:03: [dma 2]
To reproduce:
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,
Xiaolong
3 years, 7 months
4dde50bf59 ("HACK: system-power: Add debug messages"): BUG: kernel hang in test stage
by kernel test robot
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://github.com/thierryreding/linux for-4.14/work
commit 4dde50bf59a27663de06097a779d8442a34d2347
Author: Thierry Reding <treding(a)nvidia.com>
AuthorDate: Mon Jan 30 12:41:04 2017 +0100
Commit: Thierry Reding <treding(a)nvidia.com>
CommitDate: Mon Sep 11 10:24:03 2017 +0200
HACK: system-power: Add debug messages
Signed-off-by: Thierry Reding <treding(a)nvidia.com>
5dc42b6d89 power: reset: Add MAX77620 support
4dde50bf59 HACK: system-power: Add debug messages
b0e04addeb WIP
+-------------------------------+------------+------------+------------+
| | 5dc42b6d89 | 4dde50bf59 | b0e04addeb |
+-------------------------------+------------+------------+------------+
| boot_successes | 0 | 0 | 0 |
| boot_failures | 0 | 11 | 11 |
| BUG:kernel_hang_in_test_stage | 0 | 11 | 11 |
+-------------------------------+------------+------------+------------+
[ 19.778621] reboot: Power down
[ 19.779828] system-power: > system_power_off()
[ 19.780270] system-power: ACPI: preparing to power off...
# HH:MM RESULT GOOD BAD GOOD_BUT_DIRTY DIRTY_NOT_BAD
git bisect start 5844e12dfdadfb0d075070a6da69a381b35481ec a31cc455c512f3f1dd5f79cac8e29a7c8a617af8 --
git bisect bad 335a3392bc2ca9d41a99ab4552fa5c044bb996ca # 04:52 B 0 11 24 0 Merge 'linux-review/Josh-Hunt/net-sched-fix-pointer-check-in-gen_handle/20170911-152327' into devel-catchup-201709120205
git bisect bad 341a3ba84b530da8b9bfacb9c78666e3c514953a # 05:25 B 0 11 24 0 Merge 'linux-review/Wig-C/dt-bindings-vendor-prefixes-Add-nutsboard-to-vendor-prefix/20170912-012457' into devel-catchup-201709120205
git bisect bad b3e1f2aa8aa06ab008c04180b6d1a11585c3029d # 06:06 B 0 11 24 0 Merge 'thierryreding/for-4.14/work' into devel-catchup-201709120205
git bisect good 21ed781200fc731e5a2f7b781f12f73a171423b5 # 06:14 G 11 0 11 11 0day base guard for 'devel-catchup-201709120205'
git bisect good cbe31ccd731e46057732f760288f73b2506bba37 # 06:27 G 11 0 11 13 Merge 'jirislaby/devel' into devel-catchup-201709120205
git bisect bad 4891b26756fd7b1d01d0fa68bfe0887f75e8d2a7 # 07:04 B 0 11 24 0 usb: host: xhci-tegra: Add Tegra186 XUSB support
git bisect bad fd1d268002dc140e13be48895d6a664143b154fd # 07:47 B 0 11 24 0 arm64: tegra: Mark PMIC as system power controller on P3310
git bisect good 049c32026afa31e9e4192582b4698ba9dc71e7f0 # 07:58 G 11 0 11 13 powerpc: Move to system-power framework
git bisect good a3f145493fa84e13ea55f3cc60c4a000be432215 # 08:10 G 11 0 11 11 power: reset: gpio-restart: Move to system-power framework
git bisect good 34101fcb2f360b515e51e84ed1e2f37c5633a5bd # 08:20 G 11 0 11 11 soc/tegra: pmc: Move to system-power framework
git bisect bad 4dde50bf59a27663de06097a779d8442a34d2347 # 09:11 B 0 11 28 4 HACK: system-power: Add debug messages
git bisect good 5dc42b6d893eda3519f02a8bea56012fc623ea20 # 09:24 G 10 0 10 10 power: reset: Add MAX77620 support
# first bad commit: [4dde50bf59a27663de06097a779d8442a34d2347] HACK: system-power: Add debug messages
git bisect good 5dc42b6d893eda3519f02a8bea56012fc623ea20 # 09:31 G 33 0 33 46 power: reset: Add MAX77620 support
# extra tests with CONFIG_DEBUG_INFO_REDUCED
git bisect bad 4dde50bf59a27663de06097a779d8442a34d2347 # 10:08 B 0 1 16 2 HACK: system-power: Add debug messages
# extra tests on HEAD of linux-devel/devel-catchup-201709120205
git bisect bad 5844e12dfdadfb0d075070a6da69a381b35481ec # 10:13 B 0 13 49 20 0day head guard for 'devel-catchup-201709120205'
# extra tests on tree/branch thierryreding/for-4.14/work
git bisect bad b0e04addeb27784df8713c1d51705ff87d2b92a6 # 10:55 B 0 11 24 0 WIP
# extra tests with first bad commit reverted
git bisect good a8e09ec8d3ba81a23a10f4f0eadcff12f963ee77 # 11:07 G 11 0 11 11 Revert "HACK: system-power: Add debug messages"
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
3 years, 7 months
054d249b0b ("x86/asm/64: Pass sp0 directly to load_sp0()"): BUG: sleeping function called from invalid context at include/linux/freezer.h:56
by kernel test robot
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git x86/entry_consolidation
commit 054d249b0b01cfa1de290c5cc554c4ba5fa242c1
Author: Andy Lutomirski <luto(a)kernel.org>
AuthorDate: Tue Aug 15 12:12:53 2017 -0700
Commit: Andy Lutomirski <luto(a)kernel.org>
CommitDate: Sun Sep 10 08:37:30 2017 -0700
x86/asm/64: Pass sp0 directly to load_sp0()
load_sp0() had an odd signature:
void load_sp0(struct tss_struct *tss, struct thread_struct *thread);
Simplify it to:
void load_sp0(unsigned long sp0);
Signed-off-by: Andy Lutomirski <luto(a)kernel.org>
f3a89a25e9 x86/asm/32: Pull MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
054d249b0b x86/asm/64: Pass sp0 directly to load_sp0()
6f85a1ba22 x86/traps: Use a new on_thread_stack() helper to clean up an assertion
+------------------------------------------------------------------------------+------------+------------+------------+
| | f3a89a25e9 | 054d249b0b | 6f85a1ba22 |
+------------------------------------------------------------------------------+------------+------------+------------+
| boot_successes | 4 | 1 | 0 |
| boot_failures | 0 | 30 | 24 |
| BUG:sleeping_function_called_from_invalid_context_at_include/linux/freezer.h | 0 | 22 | 14 |
| WARNING:at_arch/x86/kernel/vm#_32.c:#save_v86_state | 0 | 24 | 20 |
| EIP:save_v86_state | 0 | 24 | 20 |
| Kernel_panic-not_syncing:Aiee,killing_interrupt_handler | 0 | 25 | 19 |
| WARNING:at_arch/x86/kernel/fpu/signal.c:#copy_fpstate_to_sigframe | 0 | 13 | 12 |
| EIP:copy_fpstate_to_sigframe | 0 | 13 | 12 |
| WARNING:at_arch/x86/kernel/signal.c:#handle_signal | 0 | 13 | 12 |
| EIP:handle_signal | 0 | 13 | 12 |
| BUG:scheduling_while_atomic | 0 | 8 | 9 |
| BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c | 0 | 5 | 3 |
+------------------------------------------------------------------------------+------------+------------+------------+
[ 167.732230] caif:caif_disconnect_client(): nothing to disconnect
[ 167.733077] caif:caif_disconnect_client(): nothing to disconnect
[ 167.734398] caif:caif_disconnect_client(): nothing to disconnect
[ 167.735138] caif:caif_disconnect_client(): nothing to disconnect
[ 167.735970] caif:caif_disconnect_client(): nothing to disconnect
[ 167.744416] BUG: sleeping function called from invalid context at include/linux/freezer.h:56
[ 167.745480] in_atomic(): 1, irqs_disabled(): 0, pid: 587, name: trinity-c0
[ 167.746178] no locks held by trinity-c0/587.
[ 167.746629] CPU: 0 PID: 587 Comm: trinity-c0 Not tainted 4.13.0-rc4-00142-g054d249b #1
[ 167.747405] Call Trace:
[ 167.747677] dump_stack+0xe7/0x139
[ 167.748033] ___might_sleep+0x1fc/0x22b
[ 167.748438] __might_sleep+0xca/0xdf
[ 167.748809] get_signal+0x9c/0xa23
[ 167.749164] do_signal+0x35/0x13d
[ 167.749530] exit_to_usermode_loop+0x6a/0x12e
[ 167.749965] ? kvm_read_and_reset_pf_reason+0x3f/0x3f
[ 167.750473] prepare_exit_to_usermode+0x50/0x62
[ 167.750925] resume_userspace+0xe/0x13
[ 167.751306] EIP: (null)
[ 167.751588] EFLAGS: 00030202 CPU: 0
[ 167.751948] EAX: 00000000 EBX: 00000000 ECX: 00000000 EDX: 00000000
[ 167.752589] ESI: 00000000 EDI: 00000000 EBP: 00000000 ESP: 00000000
[ 167.753228] DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0000
[ 167.753785] ? kvm_read_and_reset_pf_reason+0x3f/0x3f
[ 167.754339] ------------[ cut here ]------------
[ 167.754820] WARNING: CPU: 0 PID: 587 at arch/x86/kernel/vm86_32.c:118 save_v86_state+0xd1/0x3da
[ 167.755887] CPU: 0 PID: 587 Comm: trinity-c0 Tainted: G W 4.13.0-rc4-00142-g054d249b #1
[ 167.756800] task: 8dcc4340 task.stack: 8c45e000
[ 167.757255] EIP: save_v86_state+0xd1/0x3da
[ 167.757710] EFLAGS: 00010246 CPU: 0
[ 167.758073] EAX: 08829000 EBX: 8c45ffac ECX: 00030202 EDX: 001f0100
[ 167.758717] ESI: 8dcc4340 EDI: 00247000 EBP: 8c45fe9c ESP: 8c45fe84
[ 167.759360] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 167.759910] CR0: 80050033 CR2: 00000000 CR3: 0c734920 CR4: 001406f0
[ 167.760572] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 167.761191] DR6: fffe0ff0 DR7: 00000400
[ 167.761582] Call Trace:
[ 167.761837] handle_signal+0x41/0x838
[ 167.762208] ? get_signal+0x9fd/0xa23
[ 167.762600] do_signal+0x54/0x13d
[ 167.762948] exit_to_usermode_loop+0x6a/0x12e
[ 167.763420] ? kvm_read_and_reset_pf_reason+0x3f/0x3f
[ 167.763941] prepare_exit_to_usermode+0x50/0x62
[ 167.764417] resume_userspace+0xe/0x13
[ 167.764806] EIP: (null)
[ 167.765076] EFLAGS: 00030202 CPU: 0
[ 167.765438] EAX: 00000000 EBX: 00000000 ECX: 00000000 EDX: 00000000
[ 167.766057] ESI: 00000000 EDI: 00000000 EBP: 00000000 ESP: 00000000
[ 167.766715] DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 0000
[ 167.767279] ? kvm_read_and_reset_pf_reason+0x3f/0x3f
[ 167.767806] Code: 08 00 21 d0 31 c8 89 43 38 8b 45 f0 64 8b 15 e0 d9 d6 82 81 e2 00 01 1f 00 8b 00 74 10 83 05 c8 fa db 82 01 83 15 cc fa db 82 00 <0f> ff 64 8b 15 e8 d9 d6 82 8b 7d f0 8b 8a 24 0c 00 00 ba c4 00
[ 167.769827] ---[ end trace c3522de339428301 ]---
[ 167.770332] vm86_32: could not access userspace vm86 info
# HH:MM RESULT GOOD BAD GOOD_BUT_DIRTY DIRTY_NOT_BAD
git bisect start 6d3e8bf3027ff96dc6f256df24b135b16295c050 569dbb88e80deb68974ef6fdd6a13edb9d686261 --
git bisect bad 0b5c0caeb31e0772a2ba1d66f175236e38cde40f # 15:29 B 18 2 18 22 Merge 'linux-review/Stefano-Brivio/ipv4-Don-t-override-return-code-from-ip_route_input_noref/20170903-041101' into devel-hourly-2017091107
git bisect bad 25ff071f4384147e4b1f8fe47a4f17df3a06c480 # 15:51 B 10 2 9 9 Merge 'stffrdhrn/openrisc-next' into devel-hourly-2017091107
git bisect bad 0d0a3c76b2dbdaf7bb34b9d49652db270598a88a # 16:12 B 13 3 13 14 Merge 'linux-review/Johan-Hovold/USB-musb-PM-fixes/20170909-062657' into devel-hourly-2017091107
git bisect good 6e79b95fea19559d34468c1ccfd8cf53195d4608 # 17:06 G 103 0 103 108 Merge 'linux-review/Wang-YanQing/ALSA-hda-Fix-forget-to-free-resource-in-error-handling-code-path-in-hda_codec_driver_probe/20170904-024546' into devel-hourly-2017091107
git bisect bad 18e656bac71040fda661267c73a349d6f1600485 # 17:26 B 13 1 13 13 Merge 'linux-review/harsha/staging-pi433-Fixes-minor-typo-errors/20170909-234733' into devel-hourly-2017091107
git bisect good 906fd2862e325efe5c4037399889f0ff7c3b64ef # 18:04 G 106 0 106 110 Merge 'drm-tip/drm-tip' into devel-hourly-2017091107
git bisect bad 3fdb503d486b67c2e4274f845233b125b157bf9b # 18:23 B 3 6 3 4 Merge 'linux-review/Michael-Witten/net-__sock_cmsg_send-Remove-unused-parameter-msg/20170910-031959' into devel-hourly-2017091107
git bisect bad 789ff7f7943d5c89515e34a556f6c072eabd792c # 18:45 B 35 2 35 39 Merge 'luto/x86/entry_consolidation' into devel-hourly-2017091107
git bisect good f0d45728756ebe8540edcc7b0da57bb77b3b719e # 19:29 G 194 0 192 196 x86/asm/64: De-Xen-ify our NMI code
git bisect bad 4ed2a44896e1938d9bf14f5d2afc5dba9643c891 # 19:57 B 33 2 33 33 x86/boot/64: Stop initializing TSS.sp0 at boot
git bisect bad 054d249b0b01cfa1de290c5cc554c4ba5fa242c1 # 20:28 B 6 4 6 7 x86/asm/64: Pass sp0 directly to load_sp0()
git bisect good f3a89a25e92747fcc3a8de2090a2c45a912b6aa4 # 21:19 G 194 0 191 195 x86/asm/32: Pull MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
# first bad commit: [054d249b0b01cfa1de290c5cc554c4ba5fa242c1] x86/asm/64: Pass sp0 directly to load_sp0()
git bisect good f3a89a25e92747fcc3a8de2090a2c45a912b6aa4 # 23:29 G 577 0 573 768 x86/asm/32: Pull MSR_IA32_SYSENTER_CS update code out of native_load_sp0()
# extra tests with CONFIG_DEBUG_INFO_REDUCED
git bisect bad 054d249b0b01cfa1de290c5cc554c4ba5fa242c1 # 23:48 B 0 1 13 0 x86/asm/64: Pass sp0 directly to load_sp0()
# extra tests on HEAD of linux-devel/devel-hourly-2017091107
git bisect bad 6d3e8bf3027ff96dc6f256df24b135b16295c050 # 23:48 B 0 2 72 55 0day head guard for 'devel-hourly-2017091107'
# extra tests on tree/branch luto/x86/entry_consolidation
git bisect bad 6f85a1ba224c322e2e754c4eb6a644e5860e363f # 00:16 B 7 5 7 14 x86/traps: Use a new on_thread_stack() helper to clean up an assertion
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
3 years, 7 months