[rcu] 11d88c8120: general_protection_fault:#[##]
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: 11d88c812043b17c016b8dbe931244f74f082281 ("rcu: Parallelize expedited grace-period initialization")
https://git.kernel.org/cgit/linux/kernel/git/paulmck/linux-rcu.git rcu/dev
in testcase: boot
on test machine: qemu-system-x86_64 -enable-kvm -cpu host -smp 2 -m 1G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+------------------------------------------+------------+------------+
| | 4cad5591fc | 11d88c8120 |
+------------------------------------------+------------+------------+
| boot_successes | 6 | 0 |
| boot_failures | 0 | 6 |
| general_protection_fault:#[##] | 0 | 6 |
| RIP:sync_sched_exp_handler | 0 | 6 |
| Kernel_panic-not_syncing:Fatal_exception | 0 | 6 |
+------------------------------------------+------------+------------+
[ 0.062130] smpboot: Max logical packages: 2
[ 0.063042] ----------------
[ 0.064019] | NMI testsuite:
[ 0.065100] --------------------
[ 0.066020] remote IPI:
[ 0.066297] general protection fault: 0000 [#1] SMP PTI
[ 0.067000] Modules linked in:
[ 0.067000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.16.0-rc1-00044-g11d88c812 #153
[ 0.067000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 0.067000] RIP: 0010:sync_sched_exp_handler+0x14/0x96
[ 0.067000] RSP: 0000:ffffb08f40197d10 EFLAGS: 00010287
[ 0.067000] RAX: deacd7b935400000 RBX: ffffffffb6a831c0 RCX: 0000000000000003
[ 0.067000] RDX: 0000000000000000 RSI: ffffffffb6a7f2c0 RDI: ffffffffb6a835c8
[ 0.067000] RBP: ffffffffb6a831c0 R08: 00000000e272d5c3 R09: 0000000000000004
[ 0.067000] R10: ffff890c349c8040 R11: 0000000000000001 R12: 0000000fffffffe0
[ 0.067000] R13: ffffffffb511fa14 R14: ffffffffb6a835c8 R15: 0000000000000000
[ 0.067000] FS: 0000000000000000(0000) GS:ffff890c35400000(0000) knlGS:0000000000000000
[ 0.067000] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 0.067000] CR2: 00000000ffffffff CR3: 0000000031a24000 CR4: 00000000000006f0
[ 0.067000] Call Trace:
[ 0.067000] sync_rcu_exp_select_cpus+0x3da/0x44c
[ 0.067000] _synchronize_rcu_expedited+0x6e2/0x83f
[ 0.067000] ? _raw_spin_unlock_irq+0x29/0x39
[ 0.067000] ? finish_task_switch+0x163/0x22d
[ 0.067000] ? finish_task_switch+0x1dc/0x22d
[ 0.067000] ? __schedule+0xa24/0xa8d
[ 0.067000] synchronize_sched+0xca/0x102
[ 0.067000] ? trace_hardirqs_on_caller+0x177/0x191
[ 0.067000] ? unregister_nmi_handler+0xac/0xbb
[ 0.067000] test_nmi_ipi+0x6e/0x7f
[ 0.067000] dotest+0x7/0x65
[ 0.067000] nmi_selftest+0x59/0x152
[ 0.067000] native_smp_cpus_done+0x65/0xfc
[ 0.067000] kernel_init_freeable+0x123/0x25a
[ 0.067000] ? rest_init+0x22e/0x22e
[ 0.067000] kernel_init+0xa/0xf0
[ 0.067000] ret_from_fork+0x3a/0x50
[ 0.067000] Code: 4a 48 89 df e8 10 88 ce 00 66 c7 83 3a 17 00 00 06 00 e9 b1 ec ff ff 66 66 66 66 90 48 8b 87 98 16 00 00 65 48 03 05 10 f7 ee 4a <48> 8b 50 20 48 8b 52 70 48 85 50 28 74 73 65 8a 05 dc 36 0c 4b
[ 0.067000] RIP: sync_sched_exp_handler+0x14/0x96 RSP: ffffb08f40197d10
[ 0.067040] ---[ end trace 52ba43a846e7343b ]---
[ 0.068014] Kernel panic - not syncing: Fatal exception
Elapsed time: 10
#!/bin/bash
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
4 years, 5 months
[kernel/sofirq] ffce8e6f93: BUG:using_smp_processor_id()in_preemptible
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: ffce8e6f936e3d879910a76cf8ce6293d78a51e6 ("kernel/sofirq: consolidate common code in __tasklet_schedule() + _hi_")
url: https://github.com/0day-ci/linux/commits/Sebastian-Andrzej-Siewior/kernel...
in testcase: will-it-scale
with following parameters:
test: pthread_mutex1
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
on test machine: qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap -smp 2 -m 2G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+------------------------------------------------------------------+------------+------------+
| | 1e3510b2b0 | ffce8e6f93 |
+------------------------------------------------------------------+------------+------------+
| boot_successes | 4 | 0 |
| boot_failures | 4 | 8 |
| invoked_oom-killer:gfp_mask=0x | 4 | 4 |
| Mem-Info | 4 | 4 |
| Kernel_panic-not_syncing:Out_of_memory_and_no_killable_processes | 4 | 4 |
| BUG:using_smp_processor_id()in_preemptible | 0 | 6 |
+------------------------------------------------------------------+------------+------------+
[ 0.958730] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 0.960556] caller is __tasklet_schedule+0x16/0x40
[ 0.961674] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.16.0-rc1-00189-gffce8e6 #1
[ 0.963411] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 0.964537] Call Trace:
[ 0.964537] dump_stack+0xca/0x12b
[ 0.964537] check_preemption_disabled+0x168/0x170
[ 0.964537] ? do_early_param+0xbc/0xbc
[ 0.964537] __tasklet_schedule+0x16/0x40
[ 0.964537] kbd_init+0x10a/0x10f
[ 0.964537] vty_init+0x1f4/0x1fe
[ 0.964537] tty_init+0x171/0x176
[ 0.964537] ? digicolor_uart_init+0x49/0x49
[ 0.964537] do_one_initcall+0x67/0x220
[ 0.964537] kernel_init_freeable+0x139/0x1f8
[ 0.964537] ? rest_init+0xd0/0xd0
[ 0.964537] kernel_init+0xa/0x180
[ 0.964537] ret_from_fork+0x3a/0x50
[ 0.982762] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.984811] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.986203] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.987582] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.989104] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
[ 0.990818] NET: Registered protocol family 2
[ 1.002285] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[ 1.004080] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.005715] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 1.007143] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.008581] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.009861] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 1.011299] NET: Registered protocol family 1
[ 1.024866] RPC: Registered named UNIX socket transport module.
[ 1.026151] RPC: Registered udp transport module.
[ 1.027183] RPC: Registered tcp transport module.
[ 1.028233] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.029570] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 1.030820] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 1.032077] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 1.033464] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.035488] PCI: CLS 0 bytes, default 64
[ 1.036533] Unpacking initramfs...
[ 8.550084] Freeing initrd memory: 263216K
[ 8.578887] Initialise system trusted keyrings
[ 8.579949] Key type blacklist registered
[ 8.581070] workingset: timestamp_bits=56 max_order=19 bucket_order=0
[ 8.591389] NET: Registered protocol family 38
[ 8.592551] Key type asymmetric registered
[ 8.593480] Asymmetric key parser 'x509' registered
[ 8.594659] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 8.606536] io scheduler noop registered (default)
[ 8.607722] glob: 64 self-tests passed, 0 failed
[ 8.610731] intel_idle: Please enable MWAIT in BIOS SETUP
[ 8.611929] ipmi message handler version 39.2
[ 8.612934] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[ 8.614779] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 8.619804] ACPI: Power Button [PWRF]
[ 8.680296] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 8.744823] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 8.799144] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 8.801699] Non-volatile memory driver v1.3
[ 8.802900] smapi::smapi_init, ERROR invalid usSmapiID
[ 8.804068] mwave: tp3780i::tp3780I_InitializeBoardData: Error: SMAPI is not available on this machine
[ 8.806058] mwave: mwavedd::mwave_init: Error: Failed to initialize board data
[ 8.807690] mwave: mwavedd::mwave_init: Error: Failed to initialize
[ 8.809055] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ 8.824628] dummy-irq: no IRQ given. Use irq=N
[ 8.826151] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 8.827670] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 8.938329] PCI Interrupt Link [LNKC] enabled at IRQ 11
[ 9.370449] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56
[ 9.371951] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[ 9.386701] aoe: AoE v85 initialised.
[ 9.387722] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 9.390615] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 9.391797] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 9.484813] mousedev: PS/2 mouse device common for all mice
[ 9.486693] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 9.489033] mk712: device not present
[ 9.489316] i2c-parport-light: adapter type unspecified
[ 9.504874] pps pps0: new PPS source ktimer
[ 9.505859] pps pps0: ktimer PPS source registered
[ 9.506942] Driver for 1-wire Dallas network protocol.
[ 9.508146] DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko
[ 9.509499] w1_f0d_init()
[ 9.511643] sdhci: Secure Digital Host Controller Interface driver
[ 9.513062] sdhci: Copyright(c) Pierre Ossman
[ 9.516526] No PC Engines board detected
[ 9.526507] NET: Registered protocol family 26
[ 9.527615] gre: GRE over IPv4 demultiplexor driver
[ 9.528717] IPv4 over IPsec tunneling driver
[ 9.529937] NET: Registered protocol family 15
[ 9.530965] NET: Registered protocol family 5
[ 9.531994] can: controller area network core (rev 20170425 abi 9)
[ 9.533377] NET: Registered protocol family 29
[ 9.542509] NET: Registered protocol family 41
[ 9.549111] NET4: DECnet for Linux: V.2.5.68s (C) 1995-2003 Linux DECnet Project Team
[ 9.551148] DECnet: Routing cache hash table of 1024 buckets, 16Kbytes
[ 9.559178] NET: Registered protocol family 12
[ 9.560243] NET: Registered protocol family 37
[ 9.562067] ... APIC ID: 00000000 (0)
[ 9.563033] ... APIC VERSION: 01050014
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
4 years, 5 months
[perf/x86/intel] 41e062cd2e: WARNING:at_arch/x86/events/intel/ds.c:#intel_pmu_save_and_restart_reload
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: 41e062cd2eca8ad3f98159b87fb6cd4409ec8e68 ("perf/x86/intel: Fix event update for auto-reload")
url: https://github.com/0day-ci/linux/commits/kan-liang-linux-intel-com/bugs-f...
in testcase: netperf
with following parameters:
ip: ipv4
runtime: 300s
nr_threads: 200%
cluster: cs-localhost
test: TCP_SENDFILE
cpufreq_governor: performance
test-description: Netperf is a benchmark that can be use to measure various aspect of networking performance.
test-url: http://www.netperf.org/netperf/
on test machine: 4 threads Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz with 4G memory
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+------------------------------------------------------------------------------------------+-------+------------+
| | v4.15 | 41e062cd2e |
+------------------------------------------------------------------------------------------+-------+------------+
| boot_successes | 3410 | 0 |
| boot_failures | 1077 | 7 |
| invoked_oom-killer:gfp_mask=0x | 841 | 4 |
| Mem-Info | 848 | 4 |
| Out_of_memory:Kill_process | 4 | |
| IP-Config:Auto-configuration_of_network_failed | 136 | |
| RIP:poll_idle | 19 | |
| page_allocation_failure:order:#,mode:#(GFP_ATOMIC|__GFP_COMP|__GFP_ZERO),nodemask=(null) | 7 | |
| BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c | 2 | |
| WARNING:at_kernel/workqueue.c:#destroy_workqueue | 1 | |
| RIP:destroy_workqueue | 1 | |
| RIP:cpuidle_enter_state | 16 | |
| RIP:copy_page | 1 | |
| RIP:SyS_rmdir | 1 | |
| WARNING:at_net/sched/sch_generic.c:#dev_watchdog | 1 | |
| RIP:dev_watchdog | 1 | |
| End_of_test:RCU_HOTPLUG | 5 | |
| WARNING:at_arch/x86/events/intel/core.c:#intel_pmu_handle_irq | 2 | |
| RIP:intel_pmu_handle_irq | 2 | |
| RIP:native_write_msr | 2 | 3 |
| BUG:unable_to_handle_kernel | 1 | |
| Oops:#[##] | 1 | |
| RIP:xhci_ring_trb_show | 1 | |
| Kernel_panic-not_syncing:Fatal_exception | 2 | |
| WARNING:at_fs/iomap.c:#iomap_dio_complete | 3 | |
| RIP:iomap_dio_complete | 3 | |
| WARNING:at_fs/direct-io.c:#dio_complete | 19 | |
| RIP:dio_complete | 19 | |
| WARNING:at_fs/btrfs/disk-io.c:#free_fs_root[btrfs] | 1 | |
| RIP:free_fs_root[btrfs] | 1 | |
| WARNING:at_fs/btrfs/extent-tree.c:#btrfs_put_block_group[btrfs] | 1 | |
| RIP:btrfs_free_block_groups[btrfs] | 1 | |
| WARNING:at_fs/btrfs/inode.c:#cow_file_range[btrfs] | 2 | |
| RIP:cow_file_range[btrfs] | 2 | |
| Kernel_panic-not_syncing:Out_of_memory_and_no_killable_processes | 837 | 4 |
| Assertion_failed | 1 | |
| kernel_BUG_at_fs/xfs/xfs_message.c | 1 | |
| invalid_opcode:#[##] | 1 | |
| RIP:assfail[xfs] | 1 | |
| BUG:kernel_hang_in_test_stage | 16 | |
| BUG:kernel_reboot-without-warning_in_test_stage | 5 | |
| BUG:kernel_hang_in_boot_stage | 1 | |
| WARNING:at_arch/x86/events/intel/ds.c:#intel_pmu_save_and_restart_reload | 0 | 3 |
| RIP:intel_pmu_save_and_restart_reload | 0 | 3 |
| RIP:copy_user_enhanced_fast_string | 0 | 3 |
| RIP:syscall_return_via_sysret | 0 | 3 |
| RIP:__radix_tree_lookup | 0 | 3 |
| RIP:tcp_v4_send_check | 0 | 2 |
| RIP:entry_SYSCALL_64_after_hwframe | 0 | 3 |
| RIP:ip_rcv | 0 | 3 |
| RIP:skb_release_head_state | 0 | 3 |
| RIP:do_sendfile | 0 | 3 |
| RIP:tcp_established_options | 0 | 3 |
| RIP:current_kernel_time64 | 0 | 2 |
| RIP:___might_sleep | 0 | 3 |
| RIP:exit_to_usermode_loop | 0 | 2 |
| RIP:netif_rx_internal | 0 | 2 |
| RIP:do_tcp_sendpages | 0 | 3 |
| RIP:selinux_file_permission | 0 | 3 |
| RIP:tcp_transmit_skb | 0 | 3 |
| RIP:sock_sendpage | 0 | 3 |
| RIP:generic_file_read_iter | 0 | 3 |
| RIP:__schedule | 0 | 3 |
| RIP:_raw_spin_lock_bh | 0 | 3 |
| RIP:__tcp_v4_send_check | 0 | 3 |
| RIP:tcp_v4_rcv | 0 | 2 |
| RIP:copy_page_to_iter | 0 | 3 |
| RIP:skb_try_coalesce | 0 | 1 |
| RIP:pipe_wait | 0 | 2 |
| RIP:tcp_send_mss | 0 | 2 |
| RIP:fsnotify | 0 | 3 |
| RIP:tcp_sendpage_locked | 0 | 2 |
| RIP:find_get_entry | 0 | 2 |
| RIP:release_sock | 0 | 3 |
| RIP:select_task_rq_fair | 0 | 3 |
| RIP:_find_next_bit | 0 | 3 |
| RIP:avc_has_perm | 0 | 3 |
| RIP:splice_direct_to_actor | 0 | 2 |
| RIP:pipe_write | 0 | 2 |
| RIP:__sk_mem_raise_allocated | 0 | 1 |
| RIP:__switch_to | 0 | 3 |
| RIP:enqueue_to_backlog | 0 | 2 |
| RIP:lock_sock_nested | 0 | 2 |
| RIP:tcp_rcv_established | 0 | 2 |
| RIP:__dev_queue_xmit | 0 | 3 |
| RIP:rcu_all_qs | 0 | 2 |
| RIP:update_cfs_group | 0 | 3 |
| RIP:pipe_to_sendpage | 0 | 3 |
| RIP:kernel_sendpage | 0 | 3 |
| RIP:tcp_tso_segs | 0 | 3 |
| RIP:mod_timer | 0 | 3 |
| RIP:__fget_light | 0 | 3 |
| RIP:entry_SYSCALL_64_fastpath | 0 | 3 |
| RIP:tcp_send_delayed_ack | 0 | 2 |
| RIP:rb_erase | 0 | 2 |
| RIP:splice_from_pipe | 0 | 3 |
| RIP:SyS_sendfile64 | 0 | 2 |
| RIP:__x86_indirect_thunk_rax | 0 | 3 |
| RIP:pick_next_task_fair | 0 | 3 |
| RIP:file_has_perm | 0 | 2 |
| RIP:security_sock_rcv_skb | 0 | 3 |
| RIP:ipv4_mtu | 0 | 3 |
| RIP:tcp_wfree | 0 | 3 |
| RIP:_cond_resched | 0 | 2 |
| RIP:rb_erase_cached | 0 | 3 |
| RIP:__splice_from_pipe | 0 | 3 |
| RIP:tcp_v4_md5_lookup | 0 | 2 |
| RIP:sanity | 0 | 2 |
| RIP:finish_task_switch | 0 | 2 |
| RIP:ksize | 0 | 3 |
| RIP:inet_sendpage | 0 | 3 |
| RIP:touch_atime | 0 | 3 |
| RIP:anon_pipe_buf_release | 0 | 2 |
| RIP:tcp_sendpage | 0 | 3 |
| RIP:sock_def_readable | 0 | 2 |
| RIP:rb_first | 0 | 2 |
| RIP:page_cache_pipe_buf_release | 0 | 3 |
| RIP:skb_copy_datagram_iter | 0 | 3 |
| RIP:_raw_spin_lock_irqsave | 0 | 2 |
| RIP:validate_xmit_skb | 0 | 3 |
| RIP:tcp_current_mss | 0 | 3 |
| RIP:dequeue_task_fair | 0 | 3 |
| RIP:select_idle_sibling | 0 | 3 |
| RIP:copy_page_from_iter | 0 | 2 |
| RIP:__wake_up_common_lock | 0 | 2 |
| RIP:mark_page_accessed | 0 | 3 |
| RIP:update_curr | 0 | 2 |
| RIP:direct_splice_actor | 0 | 2 |
| RIP:tcp_md5_do_lookup | 0 | 2 |
| RIP:ip_rcv_finish | 0 | 2 |
| RIP:pagecache_get_page | 0 | 2 |
| RIP:vfs_write | 0 | 2 |
| RIP:page_cache_pipe_buf_confirm | 0 | 3 |
| RIP:tcp_v4_do_rcv | 0 | 2 |
| RIP:tcp_ack | 0 | 3 |
| RIP:entry_SYSCALL_64_stage2 | 0 | 2 |
| RIP:copy_user_generic_unrolled | 0 | 2 |
| RIP:enqueue_entity | 0 | 3 |
| RIP:scheduler_tick | 0 | 1 |
| RIP:tcp_rcv_space_adjust | 0 | 2 |
| RIP:load_new_mm_cr3 | 0 | 3 |
| RIP:tcp_rate_check_app_limited | 0 | 3 |
| RIP:__netif_receive_skb_core | 0 | 3 |
| RIP:__might_sleep | 0 | 3 |
| RIP:do_splice_to | 0 | 3 |
| RIP:jiffies_to_usecs | 0 | 2 |
| RIP:check_preempt_wakeup | 0 | 2 |
| RIP:pipe_read | 0 | 2 |
| RIP:kmalloc_slab | 0 | 2 |
| RIP:tcp_event_new_data_sent | 0 | 3 |
| RIP:io_serial_in | 0 | 1 |
| RIP:tcp_schedule_loss_probe | 0 | 2 |
| RIP:io_serial_out | 0 | 1 |
| RIP:cfb_imageblit | 0 | 1 |
| RIP:sched_clock_cpu | 0 | 1 |
| RIP:lapic_next_deadline | 0 | 1 |
| RIP:native_queued_spin_lock_slowpath | 0 | 1 |
| RIP:switch_mm_irqs_off | 0 | 2 |
| RIP:kmem_cache_alloc_node | 0 | 2 |
| RIP:sk_filter_trim_cap | 0 | 2 |
| RIP:nf_hook_slow | 0 | 1 |
| RIP:tcp_recvmsg | 0 | 2 |
| RIP:_raw_spin_lock | 0 | 1 |
| RIP:unmap_page_range | 0 | 1 |
| RIP:tcp_release_cb | 0 | 2 |
| RIP:ktime_get_with_offset | 0 | 2 |
| RIP:sk_wait_data | 0 | 1 |
| RIP:__clear_user | 0 | 1 |
| RIP:update_rq_clock | 0 | 1 |
| RIP:copyout | 0 | 1 |
| RIP:ktime_get_update_offsets_now | 0 | 1 |
| RIP:set_next_entity | 0 | 1 |
| RIP:__wake_up_common | 0 | 1 |
| RIP:__list_add_valid | 0 | 1 |
| RIP:wakeup_preempt_entity | 0 | 1 |
| RIP:security_file_permission | 0 | 2 |
| RIP:__do_softirq | 0 | 2 |
| RIP:reweight_entity | 0 | 1 |
| RIP:netif_skb_features | 0 | 1 |
| RIP:schedule_timeout | 0 | 1 |
| RIP:try_to_wake_up | 0 | 1 |
| RIP:rw_verify_area | 0 | 2 |
| RIP:tcp_rate_skb_delivered | 0 | 1 |
| RIP:___perf_sw_event | 0 | 2 |
| RIP:ip_finish_output2 | 0 | 2 |
| RIP:tcp_event_data_recv | 0 | 1 |
| RIP:tcp_v4_inbound_md5_hash | 0 | 1 |
| RIP:__kfree_skb_flush | 0 | 1 |
| RIP:net_rx_action | 0 | 2 |
| RIP:ip_output | 0 | 2 |
| RIP:__netif_receive_skb | 0 | 1 |
| RIP:process_backlog | 0 | 2 |
| RIP:__calc_delta | 0 | 2 |
| RIP:tcp_check_space | 0 | 1 |
| RIP:native_sched_clock | 0 | 1 |
| RIP:selinux_ip_postroute | 0 | 1 |
| RIP:filemap_map_pages | 0 | 1 |
| RIP:clear_buddies | 0 | 1 |
| RIP:netdev_pick_tx | 0 | 1 |
| RIP:tcp_write_xmit | 0 | 2 |
| RIP:skb_release_data | 0 | 1 |
| RIP:ipv4_dst_check | 0 | 1 |
| RIP:vmacache_find | 0 | 1 |
| RIP:iov_iter_pipe | 0 | 1 |
| RIP:tcp_clean_rtx_queue | 0 | 2 |
| RIP:dst_release | 0 | 1 |
| RIP:loopback_xmit | 0 | 1 |
| RIP:read_tsc | 0 | 1 |
| RIP:__ip_local_out | 0 | 1 |
| RIP:wait_woken | 0 | 2 |
| RIP:native_flush_tlb_single | 0 | 1 |
| RIP:detach_if_pending | 0 | 1 |
| RIP:__skb_clone | 0 | 1 |
| RIP:update_load_avg | 0 | 1 |
| RIP:__inet_lookup_established | 0 | 2 |
| RIP:__sb_start_write | 0 | 1 |
| RIP:enqueue_task_fair | 0 | 1 |
| RIP:__update_load_avg_se | 0 | 2 |
| RIP:put_prev_entity | 0 | 2 |
| RIP:vfs_read | 0 | 1 |
| RIP:finish_wait | 0 | 1 |
| RIP:rb_next | 0 | 2 |
| RIP:set_next_buddy | 0 | 1 |
| RIP:tcp_chrono_start | 0 | 1 |
| RIP:tcp_v4_fill_cb | 0 | 1 |
| RIP:__local_bh_enable_ip | 0 | 2 |
| RIP:__vfs_read | 0 | 1 |
| RIP:kfree | 0 | 2 |
| RIP:dequeue_entity | 0 | 1 |
| RIP:__alloc_skb | 0 | 2 |
| RIP:skb_network_protocol | 0 | 1 |
| RIP:account_entity_enqueue | 0 | 2 |
| RIP:selinux_parse_skb | 0 | 2 |
| RIP:account_entity_dequeue | 0 | 1 |
| RIP:selinux_netlbl_sock_rcv_skb | 0 | 1 |
| RIP:idle_cpu | 0 | 2 |
| RIP:tcp_send_ack | 0 | 1 |
| RIP:generic_file_splice_read | 0 | 1 |
| RIP:__inode_security_revalidate | 0 | 1 |
| RIP:kmem_cache_free | 0 | 1 |
| RIP:cpumask_next | 0 | 1 |
| RIP:perf_exclude_event | 0 | 1 |
| RIP:netlbl_enabled | 0 | 2 |
| RIP:tcp_ack_update_rtt | 0 | 2 |
| RIP:__mark_inode_dirty | 0 | 1 |
| RIP:hrtick_update | 0 | 1 |
| RIP:kill_fasync | 0 | 1 |
| RIP:_raw_spin_unlock_irqrestore | 0 | 2 |
| RIP:do_softirq | 0 | 1 |
| RIP:pick_next_entity | 0 | 2 |
| RIP:selinux_socket_sock_rcv_skb | 0 | 2 |
| RIP:minmax_subwin_update | 0 | 2 |
| RIP:__vfs_write | 0 | 1 |
| RIP:schedule | 0 | 1 |
| RIP:ip_local_deliver_finish | 0 | 1 |
| RIP:rb_insert_color_cached | 0 | 1 |
| RIP:ttwu_do_wakeup | 0 | 1 |
| RIP:cpumask_next_wrap | 0 | 2 |
| RIP:tcp_options_write | 0 | 1 |
| RIP:tcp_tx_timestamp | 0 | 1 |
| RIP:tcp_filter | 0 | 1 |
| RIP:__kmalloc_node_track_caller | 0 | 2 |
| RIP:__usecs_to_jiffies | 0 | 1 |
| RIP:find_next_bit | 0 | 1 |
| RIP:resched_curr | 0 | 1 |
| RIP:SyS_write | 0 | 1 |
| RIP:tcp_grow_window | 0 | 2 |
| RIP:bictcp_acked | 0 | 1 |
| RIP:syscall_return_slowpath | 0 | 2 |
| RIP:prepare_to_wait | 0 | 1 |
| RIP:__fsnotify_parent | 0 | 1 |
| RIP:tcp_update_pacing_rate | 0 | 2 |
| RIP:tcp_push | 0 | 2 |
| RIP:generic_splice_sendpage | 0 | 1 |
| RIP:update_min_vruntime | 0 | 1 |
| RIP:__hrtimer_run_queues | 0 | 1 |
| RIP:__might_fault | 0 | 2 |
| RIP:dev_hard_start_xmit | 0 | 2 |
| RIP:__list_del_entry_valid | 0 | 1 |
| RIP:__tcp_select_window | 0 | 2 |
| RIP:return_from_SYSCALL_64 | 0 | 1 |
| RIP:__switch_to_asm | 0 | 1 |
| RIP:sk_free | 0 | 1 |
| RIP:mutex_lock | 0 | 1 |
| RIP:memcpy_erms | 0 | 1 |
| RIP:current_time | 0 | 1 |
| RIP:raw_local_deliver | 0 | 1 |
| RIP:selinux_sock_rcv_skb_compat | 0 | 1 |
| RIP:ip_queue_xmit | 0 | 2 |
| RIP:update_wall_time | 0 | 1 |
| RIP:__wake_up_sync_key | 0 | 1 |
| RIP:deactivate_task | 0 | 1 |
| RIP:tcp_recv_timestamp | 0 | 1 |
| RIP:timespec_trunc | 0 | 1 |
| RIP:sockfd_lookup_light | 0 | 2 |
| RIP:ip_send_check | 0 | 1 |
| RIP:tcp_small_queue_check | 0 | 1 |
| RIP:tcp_rbtree_insert | 0 | 1 |
| RIP:SYSC_recvfrom | 0 | 1 |
| RIP:__tcp_ack_snd_check | 0 | 1 |
| RIP:run_timer_softirq | 0 | 1 |
| RIP:selinux_ipv4_postroute | 0 | 1 |
| RIP:__mnt_want_write | 0 | 1 |
| RIP:ns_to_timespec64 | 0 | 2 |
| RIP:woken_wake_function | 0 | 2 |
| RIP:default_wake_function | 0 | 1 |
| RIP:tcp_queue_rcv | 0 | 1 |
| RIP:__sb_end_write | 0 | 2 |
| RIP:iov_iter_init | 0 | 1 |
| RIP:inet_ehashfn | 0 | 2 |
| RIP:__xfrm_policy_check2 | 0 | 1 |
| RIP:mutex_unlock | 0 | 1 |
| RIP:tcp_chrono_stop | 0 | 2 |
| RIP:file_update_time | 0 | 1 |
| RIP:skb_entail | 0 | 1 |
| RIP:__atime_needs_update | 0 | 2 |
| RIP:pipe_unlock | 0 | 1 |
| RIP:tcp_cleanup_rbuf | 0 | 1 |
| RIP:perf_iterate_sb | 0 | 1 |
| RIP:tcp_rearm_rto | 0 | 2 |
| RIP:skb_clone_tx_timestamp | 0 | 1 |
| RIP:pipe_lock | 0 | 1 |
| RIP:rcu_note_context_switch | 0 | 1 |
| RIP:format_decode | 0 | 1 |
| RIP:ip_finish_output | 0 | 2 |
| RIP:skb_clone | 0 | 1 |
| RIP:hrtimer_forward | 0 | 1 |
| RIP:sock_rfree | 0 | 2 |
| RIP:check_cfs_rq_runtime | 0 | 1 |
| RIP:number | 0 | 1 |
| RIP:autoremove_wake_function | 0 | 1 |
| RIP:sock_put | 0 | 2 |
| RIP:tcp_stream_memory_free | 0 | 1 |
| RIP:__handle_mm_fault | 0 | 1 |
| RIP:devkmsg_read | 0 | 1 |
| RIP:free_pgd_range | 0 | 1 |
| RIP:__x86_indirect_thunk_r8 | 0 | 1 |
| RIP:__x86_indirect_thunk_r10 | 0 | 1 |
| RIP:sock_has_perm | 0 | 1 |
| RIP:remove_wait_queue | 0 | 2 |
| RIP:sched_clock | 0 | 1 |
| RIP:skb_release_all | 0 | 1 |
| RIP:tcp_rate_skb_sent | 0 | 1 |
| RIP:SyS_read | 0 | 1 |
| RIP:copyin | 0 | 1 |
| RIP:bictcp_cong_avoid | 0 | 1 |
| RIP:skb_csum_hwoffload_help | 0 | 1 |
| RIP:check_preempt_curr | 0 | 1 |
| RIP:tcp_add_backlog | 0 | 1 |
| RIP:decay_load | 0 | 1 |
| RIP:__release_sock | 0 | 2 |
| RIP:_copy_from_user | 0 | 1 |
| RIP:page_fault | 0 | 1 |
| RIP:vsnprintf | 0 | 1 |
| RIP:native_load_tls | 0 | 1 |
| RIP:__sock_wfree | 0 | 1 |
| RIP:ip_local_out | 0 | 1 |
| RIP:perf_swevent_event | 0 | 1 |
| RIP:apic_timer_interrupt | 0 | 1 |
| RIP:security_socket_recvmsg | 0 | 2 |
| RIP:tick_sched_timer | 0 | 1 |
| RIP:import_single_range | 0 | 2 |
| RIP:clockevents_program_event | 0 | 1 |
| RIP:activate_task | 0 | 1 |
| RIP:selinux_xfrm_postroute_last | 0 | 2 |
| RIP:__enqueue_entity | 0 | 1 |
| RIP:radix_tree_lookup_slot | 0 | 1 |
| RIP:acct_account_cputime | 0 | 1 |
| RIP:tcp_rate_gen | 0 | 1 |
| RIP:SyS_access | 0 | 1 |
| RIP:kfree_skbmem | 0 | 1 |
| RIP:get_nohz_timer_target | 0 | 1 |
| RIP:__sk_dst_check | 0 | 1 |
| RIP:cap_bprm_set_creds | 0 | 1 |
| RIP:inet_recvmsg | 0 | 2 |
| RIP:sock_recvmsg | 0 | 1 |
| RIP:cpu_load_update_active | 0 | 1 |
| RIP:PageHuge | 0 | 1 |
| RIP:netif_rx | 0 | 1 |
| RIP:__fdget_pos | 0 | 1 |
| RIP:selinux_xfrm_sock_rcv_skb | 0 | 2 |
| RIP:osq_lock | 0 | 1 |
| RIP:seq_write | 0 | 1 |
| RIP:ret_from_intr | 0 | 1 |
| RIP:rcu_bh_qs | 0 | 1 |
| RIP:find_vma | 0 | 1 |
| RIP:calc_wheel_index | 0 | 1 |
| RIP:do_softirq_own_stack | 0 | 2 |
| RIP:sk_reset_timer | 0 | 2 |
| RIP:vma_compute_subtree_gap | 0 | 1 |
| RIP:ip_local_deliver | 0 | 2 |
| RIP:__rb_insert_augmented | 0 | 1 |
| RIP:bictcp_cwnd_event | 0 | 1 |
| RIP:smp_apic_timer_interrupt | 0 | 1 |
| RIP:rcu_check_callbacks | 0 | 1 |
| RIP:ttwu_do_activate | 0 | 1 |
| RIP:generic_pipe_buf_confirm | 0 | 1 |
| RIP:mutex_spin_on_owner | 0 | 1 |
| RIP:__alloc_pages_nodemask | 0 | 1 |
| RIP:selinux_ip_postroute_compat | 0 | 2 |
| RIP:get_seconds | 0 | 1 |
| RIP:__put_user_8 | 0 | 1 |
| RIP:__fdget | 0 | 1 |
| RIP:vma_merge | 0 | 1 |
| RIP:rcu_implicit_dynticks_qs | 0 | 1 |
| RIP:native_smp_send_reschedule | 0 | 1 |
| RIP:avc_has_perm_noaudit | 0 | 1 |
| RIP:cpu_load_update | 0 | 1 |
| RIP:unfreeze_partials | 0 | 1 |
| RIP:worker_enter_idle | 0 | 1 |
| RIP:__printk_safe_exit | 0 | 1 |
| RIP:sync_regs | 0 | 1 |
| RIP:path_openat | 0 | 1 |
| RIP:_raw_spin_unlock_bh | 0 | 2 |
| RIP:eth_type_trans | 0 | 2 |
| RIP:selinux_ipv4_output | 0 | 1 |
| RIP:__slab_free | 0 | 1 |
| RIP:smp_call_function_single | 0 | 1 |
| RIP:__x86_indirect_thunk_r13 | 0 | 1 |
| RIP:perf_event_task_tick | 0 | 1 |
| RIP:ktime_get | 0 | 1 |
| RIP:minmax_running_min | 0 | 1 |
+------------------------------------------------------------------------------------------+-------+------------+
[ 242.731381] WARNING: CPU: 3 PID: 1107 at arch/x86/events/intel/ds.c:1326 intel_pmu_save_and_restart_reload+0x87/0x90
[ 242.731382] Modules linked in: netconsole snd_hda_codec_hdmi snd_hda_codec_conexant snd_hda_codec_generic intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc wmi_bmof aesni_intel crypto_simd glue_helper i915 cryptd snd_hda_intel snd_hda_codec uvcvideo videobuf2_vmalloc videobuf2_memops pcspkr serio_raw ahci drm_kms_helper libahci syscopyarea sysfillrect snd_hda_core videobuf2_v4l2 sysimgblt fb_sys_fops videobuf2_core snd_hwdep snd_pcm snd_timer bcma snd libata soundcore videodev drm shpchp ideapad_laptop wmi sparse_keymap rfkill video ip_tables
[ 242.731417] CPU: 3 PID: 1107 Comm: netserver Not tainted 4.15.0-00001-g41e062c #1
[ 242.731418] Hardware name: LENOVO IdeaPad U410 /Lenovo , BIOS 65CN15WW 06/05/2012
[ 242.731422] RIP: 0010:intel_pmu_save_and_restart_reload+0x87/0x90
[ 242.731423] RSP: 0018:fffffe000008c8d0 EFLAGS: 00010002
[ 242.731425] RAX: 0000000000000001 RBX: ffff88007d069800 RCX: 0000000000000000
[ 242.731426] RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffff88007d069800
[ 242.731427] RBP: 0000000000000010 R08: 0000000000000001 R09: 0000000000000001
[ 242.731428] R10: 00000000000000b0 R11: 0000000000003000 R12: 00000000000f4243
[ 242.731429] R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000001
[ 242.731431] FS: 00007f1501639700(0000) GS:ffff880112ac0000(0000) knlGS:0000000000000000
[ 242.731432] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 242.731433] CR2: 00007f65a1394d68 CR3: 000000007f62a006 CR4: 00000000001606e0
[ 242.731434] Call Trace:
[ 242.731438] <NMI>
[ 242.731443] __intel_pmu_pebs_event+0xc8/0x260
[ 242.731452] ? intel_pmu_drain_pebs_nhm+0x211/0x2f0
[ 242.731454] intel_pmu_drain_pebs_nhm+0x211/0x2f0
[ 242.731457] intel_pmu_handle_irq+0x12d/0x4b0
[ 242.731464] ? perf_event_nmi_handler+0x2d/0x50
[ 242.731466] perf_event_nmi_handler+0x2d/0x50
[ 242.731470] nmi_handle+0x6a/0x130
[ 242.731473] default_do_nmi+0x4e/0x110
[ 242.731475] do_nmi+0xe5/0x140
[ 242.731479] end_repeat_nmi+0x1a/0x54
[ 242.731483] RIP: 0010:__dev_queue_xmit+0x47/0x780
[ 242.731484] RSP: 0018:ffffc9000141fb70 EFLAGS: 00000206
[ 242.731486] RAX: 00000000000000ee RBX: ffff88010d501000 RCX: ffff88007eb60cfc
[ 242.731487] RDX: ffff88007eb60c00 RSI: 0000000000000000 RDI: ffff88007d5c4400
[ 242.731488] RBP: ffffc9000141fbe0 R08: 0000000000000000 R09: 0000000000000000
[ 242.731489] R10: ffffc9000141fc00 R11: 0000000000003000 R12: ffff88007d5c4400
[ 242.731490] R13: 0000000000000000 R14: 0000000000000000 R15: ffff88007d5c4400
[ 242.731495] ? __dev_queue_xmit+0x47/0x780
[ 242.731497] ? __dev_queue_xmit+0x47/0x780
[ 242.731498] </NMI>
[ 242.731502] ? selinux_ip_postroute+0x160/0x3b0
[ 242.731506] ? pick_next_task_fair+0x2e9/0x5d0
[ 242.731509] ? ip_finish_output2+0x26f/0x380
[ 242.731510] ip_finish_output2+0x26f/0x380
[ 242.731513] ? ip_output+0x5c/0xe0
[ 242.731515] ip_output+0x5c/0xe0
[ 242.731517] ? ip_fragment+0x80/0x80
[ 242.731519] ip_queue_xmit+0x147/0x3c0
[ 242.731522] tcp_transmit_skb+0x51d/0x9f0
[ 242.731525] tcp_recvmsg+0x2ff/0x9f0
[ 242.731530] inet_recvmsg+0x40/0xb0
[ 242.731533] SYSC_recvfrom+0xb0/0x110
[ 242.731538] entry_SYSCALL_64_fastpath+0x20/0x83
[ 242.731541] RIP: 0033:0x7f1500c5d04d
[ 242.731542] RSP: 002b:00007ffd9cde9748 EFLAGS: 00000246
[ 242.731544] Code: e6 48 d3 f8 49 d3 fe 4c 29 f0 4c 01 e0 48 01 83 90 00 00 00 48 89 df e8 a8 6b 18 00 31 c0 5b 5d 41 5c 41 5d 41 5e c3 0f ff eb a3 <0f> ff eb aa 0f 1f 44 00 00 0f 1f 44 00 00 41 56 41 55 48 c7 c2
[ 242.731572] ---[ end trace 27afcd40ecad57ab ]---
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
4 years, 5 months
[SUNRPC] e22c8d3cf4: BUG:KASAN:use-after-free_in_r
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: e22c8d3cf4cd6307228c9946a670fa548c359611 ("SUNRPC: add side channel to use non-generic cred for rpc call.")
url: https://github.com/0day-ci/linux/commits/NeilBrown/Remove-generic-rpc-cre...
base: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git linux-next
in testcase: boot
on test machine: qemu-system-x86_64 -enable-kvm -cpu host -smp 2 -m 1G
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+-------------------------------+------------+------------+
| | a79c51c9c3 | e22c8d3cf4 |
+-------------------------------+------------+------------+
| boot_successes | 6 | 4 |
| boot_failures | 0 | 4 |
| BUG:KASAN:use-after-free_in_r | 0 | 4 |
+-------------------------------+------------+------------+
[ 66.551598] BUG: KASAN: use-after-free in rpc_free_task+0x5e/0x86
[ 66.552963] Read of size 8 at addr ffff8800093e93a8 by task kworker/0:3/201
[ 66.554505]
[ 66.554880] CPU: 0 PID: 201 Comm: kworker/0:3 Not tainted 4.16.0-rc1-00284-ge22c8d3 #55
[ 66.556679] Workqueue: nfsiod rpc_async_release
[ 66.557703] Call Trace:
[ 66.558289] dump_stack+0x19/0x1b
[ 66.559046] print_address_description+0x4e/0x225
[ 66.560100] ? rpc_free_task+0x5e/0x86
[ 66.560955] kasan_report+0x269/0x2a7
[ 66.561794] __asan_load8+0x81/0x83
[ 66.562593] rpc_free_task+0x5e/0x86
[ 66.563412] rpc_async_release+0x12/0x14
[ 66.564303] process_one_work+0x436/0x6bf
[ 66.565223] ? hlock_class+0x74/0x94
[ 66.566027] ? pwq_dec_nr_in_flight+0x134/0x134
[ 66.567053] ? ftrace_likely_update+0x249/0x26b
[ 66.568078] ? worker_clr_flags+0x9b/0xd6
[ 66.568991] worker_thread+0x3ae/0x4f0
[ 66.569842] kthread+0x18c/0x19c
[ 66.570589] ? process_scheduled_works+0x43/0x43
[ 66.571640] ? queuing_blocked+0x9a/0x9a
[ 66.572540] ret_from_fork+0x24/0x30
[ 66.573359]
[ 66.573728] Allocated by task 560:
[ 66.574523] save_stack+0x43/0xc9
[ 66.575307] kasan_kmalloc+0x93/0xa2
[ 66.576129] kasan_slab_alloc+0x12/0x14
[ 66.576993] slab_post_alloc_hook+0x35/0x45
[ 66.577935] kmem_cache_alloc+0x169/0x21f
[ 66.578850] mempool_alloc_slab+0x4c/0x53
[ 66.579764] mempool_alloc+0x129/0x28b
[ 66.580615] nfs_writehdr_alloc+0x1b/0x43
[ 66.581517] nfs_pgio_header_alloc+0x1a/0x6d
[ 66.582485] nfs_generic_pg_pgios+0x29/0x11e
[ 66.583447] nfs_pageio_doio+0x48/0xae
[ 66.584320] nfs_pageio_complete+0x75/0x153
[ 66.585280] nfs_writepages+0x1a0/0x20f
[ 66.586153] do_writepages+0x59/0xaa
[ 66.586959] __filemap_fdatawrite_range+0xec/0x12a
[ 66.588035] filemap_write_and_wait_range+0x43/0x7e
[ 66.589137] nfs_file_fsync+0x123/0x2d3
[ 66.590005] vfs_fsync_range+0xfb/0x10c
[ 66.590874] vfs_fsync+0x1c/0x1e
[ 66.591623] nfs_file_flush+0x77/0x7e
[ 66.592457] filp_close+0x6b/0xd0
[ 66.593226] __close_fd+0x8f/0xa9
[ 66.593982] SyS_close+0x38/0x7d
[ 66.594730] do_syscall_64+0x139/0x15e
[ 66.595592] entry_SYSCALL_64_after_hwframe+0x42/0xb7
[ 66.596720]
[ 66.597086] Freed by task 201:
[ 66.597797] save_stack+0x43/0xc9
[ 66.598572] __kasan_slab_free+0x107/0x12b
[ 66.599504] kasan_slab_free+0xe/0x10
[ 66.600348] slab_free_freelist_hook+0x8a/0xaa
[ 66.601348] kmem_cache_free+0x3f/0x19b
[ 66.602228] mempool_free_slab+0x17/0x19
[ 66.603104] mempool_free+0x1df/0x1ec
[ 66.603934] nfs_writehdr_free+0x15/0x17
[ 66.604831] nfs_pgio_header_free+0x6f/0x74
[ 66.605789] nfs_write_completion+0xb2/0x269
[ 66.606752] nfs_pgio_release+0x2e/0x33
[ 66.607626] rpc_release_calldata+0x29/0x2e
[ 66.608572] rpc_free_task+0x52/0x86
[ 66.609390] rpc_async_release+0x12/0x14
[ 66.610284] process_one_work+0x436/0x6bf
[ 66.611195] worker_thread+0x3ae/0x4f0
[ 66.612043] kthread+0x18c/0x19c
[ 66.612792] ret_from_fork+0x24/0x30
[ 66.613597]
[ 66.613969] The buggy address belongs to the object at ffff8800093e9200
[ 66.613969] which belongs to the cache nfs_write_data of size 984
[ 66.616752] The buggy address is located 424 bytes inside of
[ 66.616752] 984-byte region [ffff8800093e9200, ffff8800093e95d8)
[ 66.619324] The buggy address belongs to the page:
[ 66.620409] page:ffffea000024fa00 count:1 mapcount:0 mapping: (null) index:0x0 compound_mapcount: 0
[ 66.622562] flags: 0x4000000000008100(slab|head)
[ 66.623605] raw: 4000000000008100 0000000000000000 0000000000000000 00000001800e000e
[ 66.625322] raw: dead000000000100 dead000000000200 ffff88000941ea80 0000000000000000
[ 66.627031] page dumped because: kasan: bad access detected
[ 66.628278]
[ 66.628643] Memory state around the buggy address:
[ 66.629721] ffff8800093e9280: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 66.631315] ffff8800093e9300: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 66.632895] >ffff8800093e9380: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 66.634881] ^
[ 66.636206] ffff8800093e9400: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 66.638265] ffff8800093e9480: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[ 66.640311] ==================================================================
[ 66.642288] Disabling lock debugging due to kernel taint
[ 67.472605] /usr/bin/curl -sSf http://inn:80/~lkp/cgi-bin/lkp-jobfile-append-var?job_file=/lkp/scheduled... -o /dev/null
[ 67.472634]
[ 67.744460] /usr/bin/curl -sSf http://inn:80/~lkp/cgi-bin/lkp-jobfile-append-var?job_file=/lkp/scheduled... -o /dev/null
[ 67.744487]
[ 68.061284] LKP: rebooting
[ 68.061320]
[ 68.067822] sysrq: SysRq : Emergency Sync
[ 68.069439] Emergency Sync complete
[ 68.071141] sysrq: SysRq : Resetting
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
4 years, 5 months
6ab4920385 ("Merge .."): kernel BUG at kernel/kallsyms.c:208!
by kernel test robot
Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
git://internal_merge_and_test_tree devel-spot-201802192304
commit 6ab492038586b8584eab5690cb28e41c1d7362f3
Merge: fc3a193d0e68b 3700c495eb174
Author: 0day robot <fengguang.wu(a)intel.com>
AuthorDate: Mon Feb 19 23:04:25 2018 +0800
Commit: 0day robot <fengguang.wu(a)intel.com>
CommitDate: Mon Feb 19 23:04:25 2018 +0800
Merge 'linux-review/Richard-Weinberger/kbuild-Don-t-source-kernel-config/20180219-212122' into devel-spot-201802192304
fc3a193d0e Merge 'linux-review/Matt-Redfearn/MIPS-pm-cps-Block-system-suspend-when-a-JTAG-probe-is-present/20180219-213002' into devel-spot-201802192304
3700c495eb kbuild: Don't source kernel config
6ab4920385 Merge 'linux-review/Richard-Weinberger/kbuild-Don-t-source-kernel-config/20180219-212122' into devel-spot-201802192304
0f5d33bcf4 0day head guard for 'devel-spot-201802192304'
+------------------------------------------------+------------+------------+------------+------------+
| | fc3a193d0e | 3700c495eb | 6ab4920385 | 0f5d33bcf4 |
+------------------------------------------------+------------+------------+------------+------------+
| boot_successes | 37 | 39 | 0 | 0 |
| boot_failures | 0 | 0 | 15 | 41 |
| kernel_BUG_at_kernel/kallsyms.c | 0 | 0 | 15 | 41 |
| invalid_opcode:#[##] | 0 | 0 | 15 | 41 |
| BUG:stack_guard_page_was_hit_at#(stack_is#..#) | 0 | 0 | 15 | 41 |
| PANIC:double_fault | 0 | 0 | 15 | 41 |
| kernel_BUG_at_kernel/k | 0 | 0 | 15 | |
+------------------------------------------------+------------+------------+------------+------------+
[ 0.266652] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.267897] UDP hash table entries: 256 (order: 3, 40960 bytes)
[ 0.269013] UDP-Lite hash table entries: 256 (order: 3, 40960 bytes)
[ 0.270373] NET: Registered protocol family 1
[ 0.271914] ------------[ cut here ]------------
[ 0.271915] kernel BUG at kernel/kallsyms.c:208!
[ 0.271916] invalid opcode: 0000 [#1] PREEMPT PTI
[ 0.271917] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271917] ------------[ cut here ]------------
[ 0.271918] kernel BUG at kernel/kallsyms.c:208!
[ 0.271919] invalid opcode: 0000 [#2] PREEMPT PTI
[ 0.271919] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271920] ------------[ cut here ]------------
[ 0.271921] kernel BUG at kernel/kallsyms.c:208!
[ 0.271922] invalid opcode: 0000 [#3] PREEMPT PTI
[ 0.271922] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271923] ------------[ cut here ]------------
[ 0.271924] kernel BUG at kernel/kallsyms.c:208!
[ 0.271924] invalid opcode: 0000 [#4] PREEMPT PTI
[ 0.271925] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271926] ------------[ cut here ]------------
[ 0.271927] kernel BUG at kernel/kallsyms.c:208!
[ 0.271927] invalid opcode: 0000 [#5] PREEMPT PTI
[ 0.271928] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271929] ------------[ cut here ]------------
[ 0.271929] kernel BUG at kernel/kallsyms.c:208!
[ 0.271930] invalid opcode: 0000 [#6] PREEMPT PTI
[ 0.271931] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271932] ------------[ cut here ]------------
[ 0.271932] kernel BUG at kernel/kallsyms.c:208!
[ 0.271933] invalid opcode: 0000 [#7] PREEMPT PTI
[ 0.271934] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271934] ------------[ cut here ]------------
[ 0.271935] kernel BUG at kernel/kallsyms.c:208!
[ 0.271936] invalid opcode: 0000 [#8] PREEMPT PTI
[ 0.271937] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271937] ------------[ cut here ]------------
[ 0.271938] kernel BUG at kernel/kallsyms.c:208!
[ 0.271939] invalid opcode: 0000 [#9] PREEMPT PTI
[ 0.271939] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271940] ------------[ cut here ]------------
[ 0.271941] kernel BUG at kernel/kallsyms.c:208!
[ 0.271942] invalid opcode: 0000 [#10] PREEMPT PTI
[ 0.271942] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271943] ------------[ cut here ]------------
[ 0.271944] kernel BUG at kernel/kallsyms.c:208!
[ 0.271945] invalid opcode: 0000 [#11] PREEMPT PTI
[ 0.271945] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271946] BUG: stack guard page was hit at 000000005648c9f3 (stack is 0000000060aa94e4..00000000cb700ad2)
[ 0.271947] kernel stack overflow (double-fault): 0000 [#12] PREEMPT PTI
[ 0.271948] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271949] ------------[ cut here ]------------
[ 0.271950] kernel BUG at kernel/kallsyms.c:208!
[ 0.271950] invalid opcode: 0000 [#13] PREEMPT PTI
[ 0.271951] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271952] ------------[ cut here ]------------
[ 0.271952] kernel BUG at kernel/kallsyms.c:208!
[ 0.271953] invalid opcode: 0000 [#14] PREEMPT PTI
[ 0.271954] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271954] PANIC: double fault, error_code: 0x0
[ 0.271955] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271956] ------------[ cut here ]------------
[ 0.271957] kernel BUG at kernel/kallsyms.c:208!
[ 0.271957] invalid opcode: 0000 [#15] PREEMPT PTI
[ 0.271958] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271959] ------------[ cut here ]------------
[ 0.271959] kernel BUG at kernel/kallsyms.c:208!
[ 0.271960] invalid opcode: 0000 [#16] PREEMPT PTI
[ 0.271961] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271962] PANIC: double fault, error_code: 0x0
[ 0.271962] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271963] ------------[ cut here ]------------
[ 0.271964] kernel BUG at kernel/kallsyms.c:208!
[ 0.271964] invalid opcode: 0000 [#17] PREEMPT PTI
[ 0.271965] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271966] ------------[ cut here ]------------
[ 0.271967] kernel BUG at kernel/kallsyms.c:208!
[ 0.271967] invalid opcode: 0000 [#18] PREEMPT PTI
[ 0.271968] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271969] PANIC: double fault, error_code: 0x0
[ 0.271969] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271970] ------------[ cut here ]------------
[ 0.271971] kernel BUG at kernel/kallsyms.c:208!
[ 0.271971] invalid opcode: 0000 [#19] PREEMPT PTI
[ 0.271972] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271973] ------------[ cut here ]------------
[ 0.271974] kernel BUG at kernel/kallsyms.c:208!
[ 0.271974] invalid opcode: 0000 [#20] PREEMPT PTI
[ 0.271975] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271976] PANIC: double fault, error_code: 0x0
[ 0.271977] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271977] ------------[ cut here ]------------
[ 0.271978] kernel BUG at kernel/kallsyms.c:208!
[ 0.271979] invalid opcode: 0000 [#21] PREEMPT PTI
[ 0.271980] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271980] ------------[ cut here ]------------
[ 0.271981] kernel BUG at kernel/kallsyms.c:208!
[ 0.271982] invalid opcode: 0000 [#22] PREEMPT PTI
[ 0.271982] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271983] PANIC: double fault, error_code: 0x0
[ 0.271984] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271985] ------------[ cut here ]------------
[ 0.271985] kernel BUG at kernel/kallsyms.c:208!
[ 0.271986] invalid opcode: 0000 [#23] PREEMPT PTI
[ 0.271987] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271987] ------------[ cut here ]------------
[ 0.271988] kernel BUG at kernel/kallsyms.c:208!
[ 0.271989] invalid opcode: 0000 [#24] PREEMPT PTI
[ 0.271990] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271990] PANIC: double fault, error_code: 0x0
[ 0.271991] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271992] ------------[ cut here ]------------
[ 0.271992] kernel BUG at kernel/kallsyms.c:208!
[ 0.271993] invalid opcode: 0000 [#25] PREEMPT PTI
[ 0.271994] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271994] ------------[ cut here ]------------
[ 0.271995] kernel BUG at kernel/kallsyms.c:208!
[ 0.271996] invalid opcode: 0000 [#26] PREEMPT PTI
[ 0.271997] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271997] PANIC: double fault, error_code: 0x0
[ 0.271998] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.271999] ------------[ cut here ]------------
[ 0.272000] kernel BUG at kernel/kallsyms.c:208!
[ 0.272000] invalid opcode: 0000 [#27] PREEMPT PTI
[ 0.272001] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272002] ------------[ cut here ]------------
[ 0.272003] kernel BUG at kernel/kallsyms.c:208!
[ 0.272003] invalid opcode: 0000 [#28] PREEMPT PTI
[ 0.272004] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272005] PANIC: double fault, error_code: 0x0
[ 0.272005] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272006] ------------[ cut here ]------------
[ 0.272007] kernel BUG at kernel/kallsyms.c:208!
[ 0.272007] invalid opcode: 0000 [#29] PREEMPT PTI
[ 0.272008] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272009] ------------[ cut here ]------------
[ 0.272010] kernel BUG at kernel/kallsyms.c:208!
[ 0.272010] invalid opcode: 0000 [#30] PREEMPT PTI
[ 0.272011] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272012] PANIC: double fault, error_code: 0x0
[ 0.272013] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272014] ------------[ cut here ]------------
[ 0.272014] kernel BUG at kernel/kallsyms.c:208!
[ 0.272015] invalid opcode: 0000 [#31] PREEMPT PTI
[ 0.272016] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272016] ------------[ cut here ]------------
[ 0.272017] kernel BUG at kernel/kallsyms.c:208!
[ 0.272018] invalid opcode: 0000 [#32] PREEMPT PTI
[ 0.272019] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272019] PANIC: double fault, error_code: 0x0
[ 0.272020] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272021] ------------[ cut here ]------------
[ 0.272022] kernel BUG at kernel/kallsyms.c:208!
[ 0.272022] invalid opcode: 0000 [#33] PREEMPT PTI
[ 0.272023] CPU: 0 PID: 1 Comm: swapper Not tainted 4.16.0-rc2-00259-g6ab4920 #1
[ 0.272024] ------------[ cut here ]------------
[ 0.272024] kernel BUG at kernel/k
[ 0.272026] Lost 144 message(s)!
# HH:MM RESULT GOOD BAD GOOD_BUT_DIRTY DIRTY_NOT_BAD
git bisect start 0f5d33bcf4aaf183fda6ffd31e15c5fd9c23a5a5 91ab883eb21325ad80f3473633f794c78ac87f51 --
git bisect bad e18c83486bd1f1799841764109e107352d69206c # 01:43 B 0 1 14 0 Merge 'linux-review/Tony-Lindgren/phy-mapphone-mdm6600-Add-USB-PHY-driver-for-MDM6600-on-Droid-4/20180219-131127' into devel-spot-201802192304
git bisect bad ba6861f2548db18c3c96c1c57fa83e5f2950c12b # 01:58 B 0 1 14 0 Merge 'asoc/topic/sgtl5000' into devel-spot-201802192304
git bisect bad 864ff2f14a9478a9a1ebee039d1410b770a2297f # 02:25 B 0 2 15 0 Merge 'linux-review/Martin-Blumenstingl/initialize-multiple-PHYs-for-a-HCD/20180219-191652' into devel-spot-201802192304
git bisect good fc3a193d0e68b43733234b979060b210de231f70 # 02:52 G 10 0 0 0 Merge 'linux-review/Matt-Redfearn/MIPS-pm-cps-Block-system-suspend-when-a-JTAG-probe-is-present/20180219-213002' into devel-spot-201802192304
git bisect bad a954f73c1b00a008f21dd4dccfd11ce3e573e31b # 03:05 B 0 8 23 2 Merge 'linux-review/Kai-Heng-Feng/libata-disable-LPM-for-Crucial-BX100-SSD-500GB-drive/20180219-171709' into devel-spot-201802192304
git bisect bad 0f8f9d969994cce2af82a92d747068f6746a1151 # 03:17 B 0 1 16 2 Merge 'linux-review/Naveen-Manohar/ASoC-Intel-kbl-Enable-mclk-and-ssp-sclk-early-for-rt5663/20180219-183715' into devel-spot-201802192304
git bisect bad 6ab492038586b8584eab5690cb28e41c1d7362f3 # 03:35 B 0 2 15 0 Merge 'linux-review/Richard-Weinberger/kbuild-Don-t-source-kernel-config/20180219-212122' into devel-spot-201802192304
git bisect good 3700c495eb174605765092bf54082e047de7dd7a # 04:16 G 11 0 0 0 kbuild: Don't source kernel config
# first bad commit: [6ab492038586b8584eab5690cb28e41c1d7362f3] Merge 'linux-review/Richard-Weinberger/kbuild-Don-t-source-kernel-config/20180219-212122' into devel-spot-201802192304
git bisect good fc3a193d0e68b43733234b979060b210de231f70 # 04:29 G 31 0 0 0 Merge 'linux-review/Matt-Redfearn/MIPS-pm-cps-Block-system-suspend-when-a-JTAG-probe-is-present/20180219-213002' into devel-spot-201802192304
git bisect good 3700c495eb174605765092bf54082e047de7dd7a # 04:52 G 30 0 0 0 kbuild: Don't source kernel config
# extra tests with debug options
git bisect bad 6ab492038586b8584eab5690cb28e41c1d7362f3 # 05:07 B 0 1 15 1 Merge 'linux-review/Richard-Weinberger/kbuild-Don-t-source-kernel-config/20180219-212122' into devel-spot-201802192304
# extra tests on HEAD of linux-devel/devel-spot-201802192304
git bisect bad 0f5d33bcf4aaf183fda6ffd31e15c5fd9c23a5a5 # 05:12 B 0 41 57 0 0day head guard for 'devel-spot-201802192304'
# extra tests on tree/branch linux-devel/devel-spot-201802192304
git bisect bad 0f5d33bcf4aaf183fda6ffd31e15c5fd9c23a5a5 # 05:30 B 0 41 57 0 0day head guard for 'devel-spot-201802192304'
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
4 years, 6 months
3700c495eb ("kbuild: Don't source kernel config"): kernel BUG at kernel/kallsyms.c:208!
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/Richard-Weinberger/kbuild-Don-t-...
commit 3700c495eb174605765092bf54082e047de7dd7a
Author: Richard Weinberger <richard(a)nod.at>
AuthorDate: Mon Feb 19 10:22:45 2018 +0100
Commit: 0day robot <fengguang.wu(a)intel.com>
CommitDate: Mon Feb 19 21:21:23 2018 +0800
kbuild: Don't source kernel config
Don't source the kernel config file in shell scripts.
The config file is not a shell script and often imported from untrusted
sources.
What could possible go wrong? ;-)
Instead, read config file line by line and access config entries using a bash
array.
Cc: Sam Ravnborg <sam(a)ravnborg.org>
Cc: Arnaud Lacombe <lacombar(a)gmail.com>
Cc: Nick Bowler <nbowler(a)elliptictech.com>
Cc: Michal Marek <mmarek(a)suse.cz>
Cc: Nicolas Pitre <nico(a)linaro.org>
Cc: Rusty Russell <rusty(a)rustcorp.com.au>
Fixes: 23121ca2b56b ("kbuild: create/adjust generated/autoksyms.h")
Fixes: 1f2bfbd00e46 ("kbuild: link of vmlinux moved to a script")
Signed-off-by: Richard Weinberger <richard(a)nod.at>
91ab883eb2 Linux 4.16-rc2
3700c495eb kbuild: Don't source kernel config
+---------------------------------+-----------+------------+
| | v4.16-rc2 | 3700c495eb |
+---------------------------------+-----------+------------+
| boot_successes | 72 | 0 |
| boot_failures | 1 | 28 |
| Mem-Info | 1 | |
| kernel_BUG_at_kernel/kallsyms.c | 0 | 28 |
| invalid_opcode:#[##] | 0 | 28 |
+---------------------------------+-----------+------------+
[ 0.450182] rcu-torture: Creating torture_stutter task
[ 0.450701] rcu-torture: torture_shuffle task started
[ 0.451196] rcu-torture: Creating rcu_torture_cbflood task
[ 0.451854] rcu-torture: torture_stutter task started
[ 0.454706] ------------[ cut here ]------------
[ 0.455402] kernel BUG at kernel/kallsyms.c:208!
[ 0.456346] invalid opcode: 0000 [#1] SMP
[ 0.456949] Modules linked in:
[ 0.457425] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.16.0-rc2-00001-g3700c495 #172
[ 0.458523] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
# HH:MM RESULT GOOD BAD GOOD_BUT_DIRTY DIRTY_NOT_BAD
git bisect start 3700c495eb174605765092bf54082e047de7dd7a 91ab883eb21325ad80f3473633f794c78ac87f51 --
# first bad commit: [3700c495eb174605765092bf54082e047de7dd7a] kbuild: Don't source kernel config
git bisect good 91ab883eb21325ad80f3473633f794c78ac87f51 # 22:07 G 31 0 15 21 Linux 4.16-rc2
# extra tests with debug options
git bisect bad 3700c495eb174605765092bf54082e047de7dd7a # 22:12 B 0 11 25 0 kbuild: Don't source kernel config
# extra tests on HEAD of linux-review/Richard-Weinberger/kbuild-Don-t-source-kernel-config/20180219-212122
git bisect bad 3700c495eb174605765092bf54082e047de7dd7a # 22:12 B 0 28 45 0 kbuild: Don't source kernel config
# extra tests on tree/branch linux-review/Richard-Weinberger/kbuild-Don-t-source-kernel-config/20180219-212122
git bisect bad 3700c495eb174605765092bf54082e047de7dd7a # 22:13 B 0 28 45 0 kbuild: Don't source kernel config
# extra tests with first bad commit reverted
git bisect good 565c5d1545401f566d5de01e48fcf414a5b367e7 # 22:30 G 10 0 6 6 Revert "kbuild: Don't source kernel config"
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
4 years, 6 months
f5c14b8f1d: BUG:kernel_reboot-without-warning_in_test_stage
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: f5c14b8f1dfb9aef91237779ffd831ab76ce1fc4 ("fork hacks")
https://git.kernel.org/cgit/linux/kernel/git/linusw/linux-nomadik.git gemini-dns-313-openwrt
in testcase: boot
on test machine: qemu-system-x86_64 -enable-kvm -cpu SandyBridge -m 512M
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+------------------------------------------------------------------+------------+------------+
| | c2d233a85f | f5c14b8f1d |
+------------------------------------------------------------------+------------+------------+
| boot_successes | 2 | 12 |
| boot_failures | 2 | 4 |
| invoked_oom-killer:gfp_mask=0x | 2 | |
| Mem-Info | 2 | |
| Kernel_panic-not_syncing:Out_of_memory_and_no_killable_processes | 2 | |
| BUG:kernel_reboot-without-warning_in_test_stage | 0 | 4 |
+------------------------------------------------------------------+------------+------------+
[ 94.220615] [do_execveat_common: ENTER file /lkp/lkp/src/bin/event/wait, pid 2171
[ 94.220938] load_script: ENTER
[ 94.221495] do_execveat_common: ALL FINE]
[ 94.237662] do_execve: ENTER
[ 94.237666] [do_execveat_common: ENTER file /lkp/lkp/src/monitors/kmsg, pid 2142
BUG: kernel reboot-without-warning in test stage
Elapsed time: 130
#!/bin/bash
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
4 years, 6 months
[tipc] 5fb6af56fa: BUG:sleeping_function_called_from_invalid_context_at_net/core/sock.c
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: 5fb6af56faa0dd56faa13c4b33800859b56a0af1 ("tipc: separate topology server listener socket from subcsriber sockets")
url: https://github.com/0day-ci/linux/commits/Jon-Maloy/tipc-de-generealize-to...
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 -cpu SandyBridge -m 512M
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+----------------------------------------------------------------------+------------+------------+
| | 7d42efdc8d | 5fb6af56fa |
+----------------------------------------------------------------------+------------+------------+
| boot_successes | 8 | 0 |
| boot_failures | 0 | 3 |
| BUG:sleeping_function_called_from_invalid_context_at_net/core/sock.c | 0 | 3 |
+----------------------------------------------------------------------+------------+------------+
[ 38.424333] BUG: sleeping function called from invalid context at net/core/sock.c:2768
[ 38.426677] in_atomic(): 1, irqs_disabled(): 0, pid: 285, name: kworker/u2:3
[ 38.428328] 4 locks held by kworker/u2:3/285:
[ 38.429415] #0: ((wq_completion)"%s""netns"){+.+.}, at: [<000000009f1819e7>] process_one_work+0x15a/0x4ed
[ 38.432350] #1: (net_cleanup_work){+.+.}, at: [<000000009f1819e7>] process_one_work+0x15a/0x4ed
[ 38.434425] #2: (net_mutex){+.+.}, at: [<00000000967c2031>] cleanup_net+0x9b/0x283
[ 38.436943] #3: (&(&srv->idr_lock)->rlock){+...}, at: [<00000000c31dbfed>] tipc_topsrv_stop+0x2b/0xd2
[ 38.439122] CPU: 0 PID: 285 Comm: kworker/u2:3 Not tainted 4.16.0-rc1-00064-g5fb6af5 #285
[ 38.441050] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 38.442993] Workqueue: netns cleanup_net
[ 38.443991] Call Trace:
[ 38.444704] dump_stack+0x81/0xb3
[ 38.445580] ___might_sleep+0x1bd/0x1d6
[ 38.446564] lock_sock_nested+0x29/0x8f
[ 38.447548] tipc_release+0x2d/0x37f
[ 38.448479] sock_release+0x20/0x70
[ 38.449382] tipc_topsrv_stop+0x8f/0xd2
[ 38.450367] tipc_exit_net+0xe/0x2f
[ 38.451272] ops_exit_list+0x49/0x58
[ 38.452201] cleanup_net+0x1d5/0x283
[ 38.453143] process_one_work+0x2cd/0x4ed
[ 38.454159] ? worker_thread+0x1e0/0x25b
[ 38.455148] ? rescuer_thread+0x29f/0x29f
[ 38.456158] worker_thread+0x1a3/0x25b
[ 38.457120] ? rescuer_thread+0x29f/0x29f
[ 38.458126] kthread+0xf7/0xfc
[ 38.458943] ? kthread_create_worker_on_cpu+0x66/0x66
[ 38.460158] ret_from_fork+0x3a/0x50
[ 39.808701] BUG: sleeping function called from invalid context at net/core/sock.c:2768
[ 39.810982] in_atomic(): 1, irqs_disabled(): 0, pid: 285, name: kworker/u2:3
[ 39.812716] 4 locks held by kworker/u2:3/285:
[ 39.813811] #0: ((wq_completion)"%s""netns"){+.+.}, at: [<000000009f1819e7>] process_one_work+0x15a/0x4ed
[ 39.816120] #1: (net_cleanup_work){+.+.}, at: [<000000009f1819e7>] process_one_work+0x15a/0x4ed
[ 39.818237] #2: (net_mutex){+.+.}, at: [<00000000967c2031>] cleanup_net+0x9b/0x283
[ 39.820097] #3: (&(&srv->idr_lock)->rlock){+...}, at: [<00000000c31dbfed>] tipc_topsrv_stop+0x2b/0xd2
[ 39.835449] CPU: 0 PID: 285 Comm: kworker/u2:3 Tainted: G W 4.16.0-rc1-00064-g5fb6af5 #285
[ 39.837677] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 39.839654] Workqueue: netns cleanup_net
[ 39.840706] Call Trace:
[ 39.841429] dump_stack+0x81/0xb3
[ 39.842313] ___might_sleep+0x1bd/0x1d6
[ 39.843306] lock_sock_nested+0x29/0x8f
[ 39.844304] tipc_release+0x2d/0x37f
[ 39.845248] sock_release+0x20/0x70
[ 39.846190] tipc_topsrv_stop+0x8f/0xd2
[ 39.855390] tipc_exit_net+0xe/0x2f
[ 39.856327] ops_exit_list+0x49/0x58
[ 39.857264] cleanup_net+0x1d5/0x283
[ 39.858233] process_one_work+0x2cd/0x4ed
[ 39.859268] ? worker_thread+0x1e0/0x25b
[ 39.860259] ? rescuer_thread+0x29f/0x29f
[ 39.861247] worker_thread+0x1a3/0x25b
[ 39.862233] ? rescuer_thread+0x29f/0x29f
[ 39.863213] kthread+0xf7/0xfc
[ 39.864054] ? kthread_create_worker_on_cpu+0x66/0x66
[ 39.865302] ret_from_fork+0x3a/0x50
Elapsed time: 50
#!/bin/bash
# To reproduce,
# 1) save job-script and this script (both are attached in 0day report email)
# 2) run this script with your compiled kernel and optional env $INSTALL_MOD_PATH
kernel=$1
initrds=(
/osimage/yocto/yocto-minimal-x86_64-2016-04-22.cgz
/lkp/lkp/lkp-x86_64.cgz
/osimage/pkg/debian-x86_64-2016-08-31.cgz/trinity-static-x86_64-x86_64-6ddabfd2_2017-11-10.cgz
)
HTTP_PREFIX=https://github.com/0day-ci/lkp-qemu/raw/master
wget --timestamping "${initrds[@]/#/$HTTP_PREFIX}"
{
cat "${initrds[@]//*\//}"
[[ $INSTALL_MOD_PATH ]] && (
cd "$INSTALL_MOD_PATH"
find lib | cpio -o -H newc --quiet | gzip
)
echo job-script | cpio -o -H newc --quiet | gzip
} > initrd.img
qemu-img create -f qcow2 disk-vm-kbuild-yocto-x86_64-49-0 256G
kvm=(
qemu-system-x86_64
-enable-kvm
-cpu SandyBridge
-kernel $kernel
-initrd initrd.img
-m 1024
-smp 1
-device e1000,netdev=net0
-netdev user,id=net0
-boot order=nc
-no-reboot
-watchdog i6300esb
-watchdog-action debug
-rtc base=localtime
-drive file=disk-vm-kbuild-yocto-x86_64-49-0,media=disk,if=virtio
-serial stdio
-display none
-monitor null
)
append=(
ip=::::vm-kbuild-yocto-x86_64-49::dhcp
root=/dev/ram0
user=lkp
job=/job-script
ARCH=x86_64
kconfig=x86_64-allyesdebian
branch=linux-devel/devel-catchup-201802171751
commit=5fb6af56faa0dd56faa13c4b33800859b56a0af1
BOOT_IMAGE=/pkg/linux/x86_64-allyesdebian/gcc-7/5fb6af56faa0dd56faa13c4b33800859b56a0af1/vmlinuz-4.16.0-rc1-00064-g5fb6af5
max_uptime=1500
RESULT_ROOT=/result/trinity/300s/vm-kbuild-yocto-x86_64/yocto-minimal-x86_64-2016-04-22.cgz/x86_64-allyesdebian/gcc-7/5fb6af56faa0dd56faa13c4b33800859b56a0af1/0
result_service=tmpfs
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=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,
lkp
4 years, 6 months
[drm/ttm] 3cd2e64830: BUG:kernel_hang_in_early-boot_stage, last_printk:early_console_in_setup_code
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: 3cd2e64830059791297a2f7817b41557a60f9234 ("drm/ttm: move ttm_lock and ttm_object into vmwgfx")
url: https://github.com/0day-ci/linux/commits/Christian-K-nig/drm-ttm-move-ttm...
base: git://people.freedesktop.org/~airlied/linux.git drm-next
in testcase: boot
on test machine: qemu-system-x86_64 -enable-kvm -m 512M
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+-----------------------------------------------------------------------------------------------+------------+------------+
| | 24b8ef699e | 3cd2e64830 |
+-----------------------------------------------------------------------------------------------+------------+------------+
| boot_successes | 18 | 0 |
| boot_failures | 30 | 9 |
| INFO:task_blocked_for_more_than#seconds | 16 | |
| Kernel_panic-not_syncing:hung_task:blocked_tasks | 16 | |
| BUG:workqueue_lockup-pool | 14 | |
| BUG:kernel_hang_in_early-boot_stage,last_printk:early_console_in_setup_code | 0 | 7 |
| BUG:kernel_reboot-without-warning_in_early-boot_stage,last_printk:early_console_in_setup_code | 0 | 2 |
+-----------------------------------------------------------------------------------------------+------------+------------+
early console in setup code
BUG: kernel hang in early-boot stage, last printk: early console in setup code
Linux version 4.15.0-rc8-01510-g3cd2e64 #1
Command line: ip=::::vm-lkp-nex04-yocto-x86_64-29::dhcp root=/dev/ram0 user=lkp job=/lkp/scheduled/vm-lkp-nex04-yocto-x86_64-29/boot-1-yocto-minimal-x86_64-2016-04-22.cgz-3cd2e64830059791297a2f7817b41557a60f9234-20180217-52809-f8gx9u-0.yaml ARCH=x86_64 kconfig=x86_64-randconfig-ws0-02131753 branch=linux-devel/devel-hourly-2018021313 commit=3cd2e64830059791297a2f7817b41557a60f9234 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-ws0-02131753/gcc-7/3cd2e64830059791297a2f7817b41557a60f9234/vmlinuz-4.15.0-rc8-01510-g3cd2e64 max_uptime=600 RESULT_ROOT=/result/boot/1/vm-lkp-nex04-yocto-x86_64/yocto-minimal-x86_64-2016-04-22.cgz/x86_64-randconfig-ws0-02131753/gcc-7/3cd2e64830059791297a2f7817b41557a60f9234/0 LKP_SERVER=inn debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 net.ifnames=0 printk.devkmsg=on panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 drbd.minor_count=8 systemd.log_level=err ignore_loglevel console=tty0 earlyprintk=ttyS0,115200 console=ttyS0,115200 vga=normal rw drbd.minor_count=8 rcuperf.shutdown=0
Elapsed time: 320
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
4 years, 6 months
[tipc] 0ef897be12: BUG:sleeping_function_called_from_invalid_context_at_net/core/sock.c
by kernel test robot
FYI, we noticed the following commit (built with gcc-7):
commit: 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 ("tipc: separate topology server listener socket from subcsriber sockets")
https://github.com/jpirko/linux_mlxsw combined_queue
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 -m 512M
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
+----------------------------------------------------------------------+------------+------------+
| | 5c45ab24ac | 0ef897be12 |
+----------------------------------------------------------------------+------------+------------+
| boot_successes | 8 | 2 |
| boot_failures | 0 | 4 |
| BUG:sleeping_function_called_from_invalid_context_at_net/core/sock.c | 0 | 4 |
+----------------------------------------------------------------------+------------+------------+
[ 32.876273] BUG: sleeping function called from invalid context at net/core/sock.c:2769
[ 32.877314] in_atomic(): 1, irqs_disabled(): 0, pid: 267, name: kworker/u2:4
[ 32.877970] 5 locks held by kworker/u2:4/267:
[ 32.878474] #0: ((wq_completion)"%s""netns"){+.+.}, at: [<00000000f57722f8>] process_one_work+0x15a/0x4ed
[ 32.879461] #1: (net_cleanup_work){+.+.}, at: [<00000000f57722f8>] process_one_work+0x15a/0x4ed
[ 32.880424] #2: (net_sem){++++}, at: [<0000000061969cce>] cleanup_net+0x8f/0x2ad
[ 32.881753] #3: (net_mutex){+.+.}, at: [<00000000db643f07>] cleanup_net+0xa6/0x2ad
[ 32.882660] #4: (&(&srv->idr_lock)->rlock){+...}, at: [<000000005dc2d421>] tipc_topsrv_stop+0x2b/0xd2
[ 32.883622] CPU: 0 PID: 267 Comm: kworker/u2:4 Not tainted 4.16.0-rc1-00152-g0ef897b #268
[ 32.884410] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 32.885272] Workqueue: netns cleanup_net
[ 32.885679] Call Trace:
[ 32.885993] dump_stack+0x81/0xb3
[ 32.886357] ___might_sleep+0x1bd/0x1d6
[ 32.886836] lock_sock_nested+0x29/0x8f
[ 32.887246] tipc_release+0x2d/0x37f
[ 32.887664] sock_release+0x20/0x70
[ 32.888037] tipc_topsrv_stop+0x8f/0xd2
[ 32.888439] tipc_exit_net+0xe/0x2f
[ 32.888849] ops_exit_list+0x49/0x58
[ 32.889257] cleanup_net+0x1ea/0x2ad
[ 32.889639] process_one_work+0x2cd/0x4ed
[ 32.890050] ? worker_thread+0x1e0/0x25b
[ 32.890472] ? rescuer_thread+0x29f/0x29f
[ 32.890981] worker_thread+0x1a3/0x25b
[ 32.891380] ? rescuer_thread+0x29f/0x29f
[ 32.891820] kthread+0xf7/0xfc
[ 32.892193] ? kthread_create_worker_on_cpu+0x66/0x66
[ 32.892691] ret_from_fork+0x3a/0x50
[ 33.932266] BUG: sleeping function called from invalid context at net/core/sock.c:2769
[ 33.933224] in_atomic(): 1, irqs_disabled(): 0, pid: 267, name: kworker/u2:4
[ 33.933967] 5 locks held by kworker/u2:4/267:
[ 33.934417] #0: ((wq_completion)"%s""netns"){+.+.}, at: [<00000000f57722f8>] process_one_work+0x15a/0x4ed
[ 33.935355] #1: (net_cleanup_work){+.+.}, at: [<00000000f57722f8>] process_one_work+0x15a/0x4ed
[ 33.936242] #2: (net_sem){++++}, at: [<0000000061969cce>] cleanup_net+0x8f/0x2ad
[ 33.936993] #3: (net_mutex){+.+.}, at: [<00000000db643f07>] cleanup_net+0xa6/0x2ad
[ 33.937761] #4: (&(&srv->idr_lock)->rlock){+...}, at: [<000000005dc2d421>] tipc_topsrv_stop+0x2b/0xd2
[ 33.938688] CPU: 0 PID: 267 Comm: kworker/u2:4 Tainted: G W 4.16.0-rc1-00152-g0ef897b #268
[ 33.939597] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1 04/01/2014
[ 33.940395] Workqueue: netns cleanup_net
[ 33.940799] Call Trace:
[ 33.941092] dump_stack+0x81/0xb3
[ 33.941506] ___might_sleep+0x1bd/0x1d6
[ 33.942245] lock_sock_nested+0x29/0x8f
[ 33.942989] tipc_release+0x2d/0x37f
[ 33.943698] sock_release+0x20/0x70
[ 33.944384] tipc_topsrv_stop+0x8f/0xd2
[ 33.945058] tipc_exit_net+0xe/0x2f
[ 33.945670] ops_exit_list+0x49/0x58
[ 33.946052] cleanup_net+0x1ea/0x2ad
[ 33.946444] process_one_work+0x2cd/0x4ed
[ 33.946859] ? worker_thread+0x1e0/0x25b
[ 33.947265] ? rescuer_thread+0x29f/0x29f
[ 33.947740] worker_thread+0x1a3/0x25b
[ 33.948419] ? rescuer_thread+0x29f/0x29f
[ 33.948897] kthread+0xf7/0xfc
[ 33.949237] ? kthread_create_worker_on_cpu+0x66/0x66
[ 33.950007] ret_from_fork+0x3a/0x50
Elapsed time: 40
#!/bin/bash
# To reproduce,
# 1) save job-script and this script (both are attached in 0day report email)
# 2) run this script with your compiled kernel and optional env $INSTALL_MOD_PATH
kernel=$1
initrds=(
/osimage/yocto/yocto-minimal-x86_64-2016-04-22.cgz
/lkp/lkp/lkp-x86_64.cgz
/osimage/pkg/debian-x86_64-2016-08-31.cgz/trinity-static-x86_64-x86_64-6ddabfd2_2017-11-10.cgz
)
HTTP_PREFIX=https://github.com/0day-ci/lkp-qemu/raw/master
wget --timestamping "${initrds[@]/#/$HTTP_PREFIX}"
{
cat "${initrds[@]//*\//}"
[[ $INSTALL_MOD_PATH ]] && (
cd "$INSTALL_MOD_PATH"
find lib | cpio -o -H newc --quiet | gzip
)
echo job-script | cpio -o -H newc --quiet | gzip
} > initrd.img
qemu-img create -f qcow2 disk-vm-lkp-hsw01-yocto-x86_64-21-0 256G
kvm=(
qemu-system-x86_64
-enable-kvm
-kernel $kernel
-initrd initrd.img
-m 1024
-smp 1
-device e1000,netdev=net0
-netdev user,id=net0
-boot order=nc
-no-reboot
-watchdog i6300esb
-watchdog-action debug
-rtc base=localtime
-drive file=disk-vm-lkp-hsw01-yocto-x86_64-21-0,media=disk,if=virtio
-serial stdio
-display none
-monitor null
)
append=(
ip=::::vm-lkp-hsw01-yocto-x86_64-21::dhcp
root=/dev/ram0
user=lkp
job=/job-script
ARCH=x86_64
kconfig=x86_64-allyesdebian
branch=jpirko-mlxsw/combined_queue
commit=0ef897be12b8b4cf297b6016e79ec97ec90f2cf6
BOOT_IMAGE=/pkg/linux/x86_64-allyesdebian/gcc-7/0ef897be12b8b4cf297b6016e79ec97ec90f2cf6/vmlinuz-4.16.0-rc1-00152-g0ef897b
max_uptime=1500
RESULT_ROOT=/result/trinity/300s/vm-lkp-hsw01-yocto-x86_64/yocto-minimal-x86_64-2016-04-22.cgz/x86_64-allyesdebian/gcc-7/0ef897be12b8b4cf297b6016e79ec97ec90f2cf6/0
result_service=tmpfs
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=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,
lkp
4 years, 6 months