This is a multi-part message in MIME format.
Greetings,

0day kernel testing robot got the below dmesg and the first bad commit is

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core

commit aff62cf66ad6065ce04fc3454a11ec19714537fb
Author:     Daniel Lezcano <daniel.lezc...@linaro.org>
AuthorDate: Thu Jan 14 10:54:13 2016 +0100
Commit:     Thomas Gleixner <t...@linutronix.de>
CommitDate: Mon Feb 8 11:45:21 2016 +0100

    genirq: Use a common macro to go through the actions list
    
    The irq code browses the list of actions differently to inspect the element
    one by one. Even if it is not a problem, for the sake of consistent code,
    provide a macro similar to for_each_irq_desc in order to have the same loop 
to
    go through the actions list and use it in the code.
    
    [ tglx: Renamed the macro ]
    
    Signed-off-by: Daniel Lezcano <daniel.lezc...@linaro.org>
    Link: 
http://lkml.kernel.org/r/1452765253-31148-1-git-send-email-daniel.lezc...@linaro.org
    Signed-off-by: Thomas Gleixner <t...@linutronix.de>

+-------------------------------------------------------+----------+------------+------------+
|                                                       | v4.5-rc3 | aff62cf66a 
| 23fc8d6658 |
+-------------------------------------------------------+----------+------------+------------+
| boot_successes                                        | 321      | 0          
| 0          |
| boot_failures                                         | 3        | 26         
| 21         |
| BUG:kernel_test_crashed                               | 3        |            
|            |
| BUG:unable_to_handle_kernel                           | 0        | 26         
| 21         |
| Oops                                                  | 0        | 26         
| 21         |
| RIP:handle_irq_event_percpu                           | 0        | 26         
| 21         |
| Kernel_panic-not_syncing:Fatal_exception_in_interrupt | 0        | 26         
| 21         |
| backtrace:setup_default_timer_irq                     | 0        | 26         
| 21         |
| backtrace:hpet_time_init                              | 0        | 26         
| 21         |
| backtrace:x86_late_time_init                          | 0        | 26         
| 21         |
+-------------------------------------------------------+----------+------------+------------+

[    0.000000] console [ttyS0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] BUG: unable to handle kernel NULL pointer dereference at 
0000000000000018
[    0.000000] IP: [<ffffffff811466e2>] handle_irq_event_percpu+0x106/0x1a5
[    0.000000] PGD 0 
[    0.000000] Oops: 0000 [#1] SMP 
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 
4.5.0-rc3-00001-gaff62cf #1
[    0.000000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 
Debian-1.8.2-1 04/01/2014
[    0.000000] task: ffffffff8220f500 ti: ffffffff82200000 task.ti: 
ffffffff82200000
[    0.000000] RIP: 0010:[<ffffffff811466e2>]  [<ffffffff811466e2>] 
handle_irq_event_percpu+0x106/0x1a5
[    0.000000] RSP: 0000:ffff880011203ee8  EFLAGS: 00010002
[    0.000000] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffffff8220f500
[    0.000000] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff82203da8
[    0.000000] RBP: ffff880011203f20 R08: 000000000000000f R09: 0000000000000005
[    0.000000] R10: 0000000000000000 R11: 0000000000000020 R12: ffffffff8221d640
[    0.000000] R13: 0000000000000001 R14: ffff88001002e800 R15: 0000000000015a00
[    0.000000] FS:  0000000000000000(0000) GS:ffff880011200000(0000) 
knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.000000] CR2: 0000000000000018 CR3: 000000000220a000 CR4: 00000000000006b0
[    0.000000] Stack:
[    0.000000]  0000000000000000 0000000100000086 ffff88001002e800 
ffff88001002e858
[    0.000000]  ffffffff82203da8 ffff88001002e800 0000000000000000 
ffff880011203f40
[    0.000000]  ffffffff811467b6 0000000000018858 ffff88001002e800 
ffff880011203f60
[    0.000000] Call Trace:
[    0.000000]  <IRQ> 
[    0.000000]  [<ffffffff811467b6>] handle_irq_event+0x35/0x55
[    0.000000]  [<ffffffff811495a4>] handle_level_irq+0xa7/0xe0
[    0.000000]  [<ffffffff8104a63b>] handle_irq+0x22/0x26
[    0.000000]  [<ffffffff81a76f9b>] do_IRQ+0x4b/0xc9
[    0.000000]  [<ffffffff81a7524c>] common_interrupt+0x8c/0x8c
[    0.000000]  <EOI> 
[    0.000000]  [<ffffffff81082512>] ? native_restore_fl+0x6/0x8
[    0.000000]  [<ffffffff81a742fe>] _raw_spin_unlock_irqrestore+0x35/0x3f
[    0.000000]  [<ffffffff81148336>] __setup_irq+0x3e0/0x4ec
[    0.000000]  [<ffffffff811455b3>] ? vprintk_default+0x1d/0x1f
[    0.000000]  [<ffffffff811bd491>] ? printk+0x48/0x50
[    0.000000]  [<ffffffff811484a1>] setup_irq+0x5f/0x7f
[    0.000000]  [<ffffffff823da44e>] setup_default_timer_irq+0x1e/0x20
[    0.000000]  [<ffffffff823da467>] hpet_time_init+0x17/0x19
[    0.000000]  [<ffffffff823da429>] x86_late_time_init+0xa/0x11
[    0.000000]  [<ffffffff823d2e87>] start_kernel+0x3a0/0x44f
[    0.000000]  [<ffffffff823d2120>] ? early_idt_handler_array+0x120/0x120
[    0.000000]  [<ffffffff823d24a2>] x86_64_start_reservations+0x2a/0x2c
[    0.000000]  [<ffffffff823d25dc>] x86_64_start_kernel+0x138/0x145
[    0.000000] Code: 89 de 48 c7 c7 16 c0 ec 81 31 c0 e8 82 6d 07 00 eb 10 4c 
89 e6 4c 89 f7 e8 d0 fe ff ff 45 0b 7c 24 3c 49 8b 44 24 18 44 09 6d d4 <4c> 8b 
60 18 e9 1e ff ff ff 44 89 fe 89 df e8 1e 6c 44 00 80 3d 
[    0.000000] RIP  [<ffffffff811466e2>] handle_irq_event_percpu+0x106/0x1a5
[    0.000000]  RSP <ffff880011203ee8>
[    0.000000] CR2: 0000000000000018
[    0.000000] ---[ end trace 777a7a2be043deb8 ]---
[    0.000000] Kernel panic - not syncing: Fatal exception in interrupt

git bisect start 23fc8d665855b7ed03f3cfc94cbfaa4329b1ced2 
388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95 --
git bisect good 0a36e732719cf36b4940dcf413fbc61555e4fb12  # 19:13     22+      
0  Merge 
'linux-review/Krzysztof-Adamski/ARM-dts-sunxi-Fix-interrupt-cells-for-PIO-in-H3/20160208-173249'
 into devel-spot-201602081848
git bisect good 258f87c0ce4f8e160fc936bbeed9ec5828458257  # 19:37     22+      
0  Merge 
'linux-review/Masahiro-Yamada/ARM-remove-bzImage-target/20160208-144412' into 
devel-spot-201602081848
git bisect good 031d53a075e483c0b649eefd0adb158db4da8152  # 19:42     22+      
0  Merge 'jeffmerkey/master' into devel-spot-201602081848
git bisect good ad5b9253777f8f8ba87fe11d7d9b7005157479b0  # 19:47     22+      
0  Merge 'anttip-media/astrometa' into devel-spot-201602081848
git bisect good 336a075bd84e848708f0aab260ea67f39c087d29  # 19:59     22+      
0  Merge 'platform-drivers-x86/testing' into devel-spot-201602081848
git bisect  bad 06102a12eceb91a54dbdb53add81a198ab8c8610  # 20:07      0-     
23  Merge 'tip/irq/core' into devel-spot-201602081848
git bisect  bad 665075d0c77d5eec1badc55cb4b97b8497ef954b  # 20:20      0-     
22  irqchip/atmel-aic: Handle aic_common_irq_fixup in aic_common_of_init
git bisect  bad aff62cf66ad6065ce04fc3454a11ec19714537fb  # 20:26      0-     
25  genirq: Use a common macro to go through the actions list
# first bad commit: [aff62cf66ad6065ce04fc3454a11ec19714537fb] genirq: Use a 
common macro to go through the actions list
git bisect good 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95  # 20:29     66+      
3  Linux 4.5-rc3
# extra tests on HEAD of linux-devel/devel-spot-201602081848
git bisect  bad 23fc8d665855b7ed03f3cfc94cbfaa4329b1ced2  # 20:29      0-     
21  0day head guard for 'devel-spot-201602081848'
# extra tests on tree/branch tip/irq/core
git bisect  bad 35fdd6e4bf0868ed9b1d8662fc9fca766d6963d1  # 20:37      0-     
33  genirq: Add default affinity mask command line option
# extra tests with first bad commit reverted
git bisect good cb1fa446968271b5d159fef6384a3fe87c9745ca  # 20:43     66+      
0  Revert "genirq: Use a common macro to go through the actions list"
# extra tests on tree/branch tip/master
git bisect good 5ce81134a5b8c83ac149f7b86470980e5548d463  # 21:00     66+      
1  Merge branch 'x86/mm'
# extra tests on tree/branch linus/master
git bisect good 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95  # 21:02     66+      
3  Linux 4.5-rc3
# extra tests on tree/branch linux-next/master
git bisect good 32a751629978ea48ca4511beb5050b52442d2df3  # 21:04     61+      
0  Add linux-next specific files for 20160208


This script may reproduce the error.

----------------------------------------------------------------------------
#!/bin/bash

kernel=$1

kvm=(
        qemu-system-x86_64
        -enable-kvm
        -cpu kvm64
        -kernel $kernel
        -m 300
        -smp 2
        -device e1000,netdev=net0
        -netdev user,id=net0
        -boot order=nc
        -no-reboot
        -watchdog i6300esb
        -rtc base=localtime
        -serial stdio
        -display none
        -monitor null 
)

append=(
        hung_task_panic=1
        earlyprintk=ttyS0,115200
        systemd.log_level=err
        debug
        apic=debug
        sysrq_always_enabled
        rcupdate.rcu_cpu_stall_timeout=100
        panic=-1
        softlockup_panic=1
        nmi_watchdog=panic
        oops=panic
        load_ramdisk=2
        prompt_ramdisk=0
        console=ttyS0,115200
        console=tty0
        vga=normal
        root=/dev/ram0
        rw
        drbd.minor_count=8
)

"${kvm[@]}" --append "${append[*]}"
----------------------------------------------------------------------------

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/lkp                          Intel Corporation
early console in setup code
Probing EDD (edd=off to disable)... ok
early console in decompress_kernel
input_data: 0x000000000218a3b4
input_len: 0x00000000007ca9f5
output: 0x0000000001000000
output_len: 0x00000000019429a8
run_size: 0x0000000001b01000

Decompressing Linux... Parsing ELF... done.
Booting the kernel.
[    0.000000] Linux version 4.5.0-rc3-00001-gaff62cf (kbuild@roam) (gcc 
version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Mon Feb 8 20:25:03 CST 2016
[    0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:aff62cf66ad6065ce04fc3454a11ec19714537fb:bisect-linux-2/.vmlinuz-aff62cf66ad6065ce04fc3454a11ec19714537fb-20160208202528-5-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/aff62cf66ad6065ce04fc3454a11ec19714537fb/vmlinuz-4.5.0-rc3-00001-gaff62cf
 drbd.minor_count=8
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 
04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask FF80000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[    0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[    0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[    0.000000] found SMP MP-table at [mem 0x000f65f0-0x000f65ff] mapped at 
[ffff8800000f65f0]
[    0.000000]   mpc: f6600-f671c
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] BRK [0x026dc000, 0x026dcfff] PGTABLE
[    0.000000] BRK [0x026dd000, 0x026ddfff] PGTABLE
[    0.000000] BRK [0x026de000, 0x026defff] PGTABLE
[    0.000000] BRK [0x026df000, 0x026dffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x1152d000-0x12bdffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F63E0 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x0000000012BE1737 000034 (v01 BOCHS  BXPCRSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x0000000012BE0C14 000074 (v01 BOCHS  BXPCFACP 
00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x0000000012BE0040 000BD4 (v01 BOCHS  BXPCDSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x0000000012BE0000 000040
[    0.000000] ACPI: SSDT 0x0000000012BE0C88 0009F7 (v01 BOCHS  BXPCSSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x0000000012BE167F 000080 (v01 BOCHS  BXPCAPIC 
00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x0000000012BE16FF 000038 (v01 BOCHS  BXPCHPET 
00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000012bdffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x11529000-0x1152cfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:11521001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 4772655032 cycles
[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 
0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x0000000012bdffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000012bdffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[    0.000000] On node 0 totalpages: 76670
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 1136 pages used for memmap
[    0.000000]   DMA32 zone: 72672 pages, LIFO batch:15
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 
02
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 
05
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 
09
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 
0a
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 
0b
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 
01
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 
03
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 
04
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 
06
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 
07
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 
08
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 
0c
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 
0d
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 
0e
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 
0f
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] mapped IOAPIC to ffffffffff5fc000 (fec00000)
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff880011200000 s92248 r8192 
d30632 u1048576
[    0.000000] pcpu-alloc: s92248 r8192 d30632 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1120ca80
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total 
pages: 75449
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:aff62cf66ad6065ce04fc3454a11ec19714537fb:bisect-linux-2/.vmlinuz-aff62cf66ad6065ce04fc3454a11ec19714537fb-20160208202528-5-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/aff62cf66ad6065ce04fc3454a11ec19714537fb/vmlinuz-4.5.0-rc3-00001-gaff62cf
 drbd.minor_count=8
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Memory: 253232K/306680K available (10738K kernel code, 1765K 
rwdata, 4264K rodata, 1516K init, 1636K bss, 53448K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:440 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] bootconsole [earlyser0] disabled
[    0.000000] Linux version 4.5.0-rc3-00001-gaff62cf (kbuild@roam) (gcc 
version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Mon Feb 8 20:25:03 CST 2016
[    0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:aff62cf66ad6065ce04fc3454a11ec19714537fb:bisect-linux-2/.vmlinuz-aff62cf66ad6065ce04fc3454a11ec19714537fb-20160208202528-5-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/aff62cf66ad6065ce04fc3454a11ec19714537fb/vmlinuz-4.5.0-rc3-00001-gaff62cf
 drbd.minor_count=8
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 
04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask FF80000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[    0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[    0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[    0.000000] found SMP MP-table at [mem 0x000f65f0-0x000f65ff] mapped at 
[ffff8800000f65f0]
[    0.000000]   mpc: f6600-f671c
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] BRK [0x026dc000, 0x026dcfff] PGTABLE
[    0.000000] BRK [0x026dd000, 0x026ddfff] PGTABLE
[    0.000000] BRK [0x026de000, 0x026defff] PGTABLE
[    0.000000] BRK [0x026df000, 0x026dffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x1152d000-0x12bdffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F63E0 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x0000000012BE1737 000034 (v01 BOCHS  BXPCRSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x0000000012BE0C14 000074 (v01 BOCHS  BXPCFACP 
00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x0000000012BE0040 000BD4 (v01 BOCHS  BXPCDSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x0000000012BE0000 000040
[    0.000000] ACPI: SSDT 0x0000000012BE0C88 0009F7 (v01 BOCHS  BXPCSSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x0000000012BE167F 000080 (v01 BOCHS  BXPCAPIC 
00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x0000000012BE16FF 000038 (v01 BOCHS  BXPCHPET 
00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000012bdffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x11529000-0x1152cfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:11521001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 4772655032 cycles
[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 
0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x0000000012bdffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000012bdffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[    0.000000] On node 0 totalpages: 76670
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 1136 pages used for memmap
[    0.000000]   DMA32 zone: 72672 pages, LIFO batch:15
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 
02
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 
05
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 
09
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 
0a
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 
0b
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 
01
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 
03
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 
04
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 
06
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 
07
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 
08
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 
0c
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 
0d
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 
0e
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 
0f
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] mapped IOAPIC to ffffffffff5fc000 (fec00000)
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff880011200000 s92248 r8192 
d30632 u1048576
[    0.000000] pcpu-alloc: s92248 r8192 d30632 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1120ca80
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total 
pages: 75449
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:aff62cf66ad6065ce04fc3454a11ec19714537fb:bisect-linux-2/.vmlinuz-aff62cf66ad6065ce04fc3454a11ec19714537fb-20160208202528-5-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/aff62cf66ad6065ce04fc3454a11ec19714537fb/vmlinuz-4.5.0-rc3-00001-gaff62cf
 drbd.minor_count=8
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Memory: 253232K/306680K available (10738K kernel code, 1765K 
rwdata, 4264K rodata, 1516K init, 1636K bss, 53448K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:440 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] bootconsole [earlyser0] disabled
[    0.000000] console [ttyS0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] BUG: unable to handle kernel NULL pointer dereference at 
0000000000000018
[    0.000000] IP: [<ffffffff811466e2>] handle_irq_event_percpu+0x106/0x1a5
[    0.000000] PGD 0 
[    0.000000] Oops: 0000 [#1] SMP 
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 
4.5.0-rc3-00001-gaff62cf #1
[    0.000000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 
Debian-1.8.2-1 04/01/2014
[    0.000000] task: ffffffff8220f500 ti: ffffffff82200000 task.ti: 
ffffffff82200000
[    0.000000] RIP: 0010:[<ffffffff811466e2>]  [<ffffffff811466e2>] 
handle_irq_event_percpu+0x106/0x1a5
[    0.000000] RSP: 0000:ffff880011203ee8  EFLAGS: 00010002
[    0.000000] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffffff8220f500
[    0.000000] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff82203da8
[    0.000000] RBP: ffff880011203f20 R08: 000000000000000f R09: 0000000000000005
[    0.000000] R10: 0000000000000000 R11: 0000000000000020 R12: ffffffff8221d640
[    0.000000] R13: 0000000000000001 R14: ffff88001002e800 R15: 0000000000015a00
[    0.000000] FS:  0000000000000000(0000) GS:ffff880011200000(0000) 
knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.000000] CR2: 0000000000000018 CR3: 000000000220a000 CR4: 00000000000006b0
[    0.000000] Stack:
[    0.000000]  0000000000000000 0000000100000086 ffff88001002e800 
ffff88001002e858
[    0.000000]  ffffffff82203da8 ffff88001002e800 0000000000000000 
ffff880011203f40
[    0.000000]  ffffffff811467b6 0000000000018858 ffff88001002e800 
ffff880011203f60
[    0.000000] Call Trace:
[    0.000000]  <IRQ> 
[    0.000000]  [<ffffffff811467b6>] handle_irq_event+0x35/0x55
[    0.000000]  [<ffffffff811495a4>] handle_level_irq+0xa7/0xe0
[    0.000000]  [<ffffffff8104a63b>] handle_irq+0x22/0x26
[    0.000000]  [<ffffffff81a76f9b>] do_IRQ+0x4b/0xc9
[    0.000000]  [<ffffffff81a7524c>] common_interrupt+0x8c/0x8c
[    0.000000]  <EOI> 
[    0.000000]  [<ffffffff81082512>] ? native_restore_fl+0x6/0x8
[    0.000000]  [<ffffffff81a742fe>] _raw_spin_unlock_irqrestore+0x35/0x3f
[    0.000000]  [<ffffffff81148336>] __setup_irq+0x3e0/0x4ec
[    0.000000]  [<ffffffff811455b3>] ? vprintk_default+0x1d/0x1f
[    0.000000]  [<ffffffff811bd491>] ? printk+0x48/0x50
[    0.000000]  [<ffffffff811484a1>] setup_irq+0x5f/0x7f
[    0.000000]  [<ffffffff823da44e>] setup_default_timer_irq+0x1e/0x20
[    0.000000]  [<ffffffff823da467>] hpet_time_init+0x17/0x19
[    0.000000]  [<ffffffff823da429>] x86_late_time_init+0xa/0x11
[    0.000000]  [<ffffffff823d2e87>] start_kernel+0x3a0/0x44f
[    0.000000]  [<ffffffff823d2120>] ? early_idt_handler_array+0x120/0x120
[    0.000000]  [<ffffffff823d24a2>] x86_64_start_reservations+0x2a/0x2c
[    0.000000]  [<ffffffff823d25dc>] x86_64_start_kernel+0x138/0x145
[    0.000000] Code: 89 de 48 c7 c7 16 c0 ec 81 31 c0 e8 82 6d 07 00 eb 10 4c 
89 e6 4c 89 f7 e8 d0 fe ff ff 45 0b 7c 24 3c 49 8b 44 24 18 44 09 6d d4 <4c> 8b 
60 18 e9 1e ff ff ff 44 89 fe 89 df e8 1e 6c 44 00 80 3d 
[    0.000000] RIP  [<ffffffff811466e2>] handle_irq_event_percpu+0x106/0x1a5
[    0.000000]  RSP <ffff880011203ee8>
[    0.000000] CR2: 0000000000000018
[    0.000000] ---[ end trace 777a7a2be043deb8 ]---
[    0.000000] Kernel panic - not syncing: Fatal exception in interrupt

Elapsed time: 10
qemu-system-x86_64 -enable-kvm -cpu kvm64 -kernel 
/pkg/linux/x86_64-lkp/gcc-4.9/aff62cf66ad6065ce04fc3454a11ec19714537fb/vmlinuz-4.5.0-rc3-00001-gaff62cf
 -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err 
debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 
panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 
prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 
rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:aff62cf66ad6065ce04fc3454a11ec19714537fb:bisect-linux-2/.vmlinuz-aff62cf66ad6065ce04fc3454a11ec19714537fb-20160208202528-5-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/aff62cf66ad6065ce04fc3454a11ec19714537fb/vmlinuz-4.5.0-rc3-00001-gaff62cf
 drbd.minor_count=8'  -initrd /osimage/quantal/quantal-core-x86_64.cgz -m 300 
-smp 2 -device e1000,netdev=net0 -netdev user,id=net0 -boot order=nc -no-reboot 
-watchdog i6300esb -rtc base=localtime -drive 
file=/fs/sdg1/disk0-quantal-vp-50,media=disk,if=virtio -drive 
file=/fs/sdg1/disk1-quantal-vp-50,media=disk,if=virtio -drive 
file=/fs/sdg1/disk2-quantal-vp-50,media=disk,if=virtio -drive 
file=/fs/sdg1/disk3-quantal-vp-50,media=disk,if=virtio -drive 
file=/fs/sdg1/disk4-quantal-vp-50,media=disk,if=virtio -drive 
file=/fs/sdg1/disk5-quantal-vp-50,media=disk,if=virtio -drive 
file=/fs/sdg1/disk6-quantal-vp-50,media=disk,if=virtio -pidfile 
/dev/shm/kboot/pid-quantal-vp-50 -serial 
file:/dev/shm/kboot/serial-quantal-vp-50 -daemonize -display none -monitor null 
early console in setup code
Probing EDD (edd=off to disable)... ok
early console in decompress_kernel
input_data: 0x000000000218a3b4
input_len: 0x00000000007ca904
output: 0x0000000001000000
output_len: 0x00000000019429a8
run_size: 0x0000000001b01000

Decompressing Linux... Parsing ELF... done.
Booting the kernel.
[    0.000000] Linux version 4.5.0-rc3 (kbuild@lkp-nex05) (gcc version 4.9.2 
(Debian 4.9.2-10) ) #1 SMP Mon Feb 8 08:14:19 CST 2016
[    0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:bisect-linux-2/.vmlinuz-388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95-20160208202652-43-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95/vmlinuz-4.5.0-rc3
 drbd.minor_count=8
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 
04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask FF80000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[    0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[    0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[    0.000000] found SMP MP-table at [mem 0x000f65f0-0x000f65ff] mapped at 
[ffff8800000f65f0]
[    0.000000]   mpc: f6600-f671c
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] BRK [0x026dc000, 0x026dcfff] PGTABLE
[    0.000000] BRK [0x026dd000, 0x026ddfff] PGTABLE
[    0.000000] BRK [0x026de000, 0x026defff] PGTABLE
[    0.000000] BRK [0x026df000, 0x026dffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x1152d000-0x12bdffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F63E0 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x0000000012BE1737 000034 (v01 BOCHS  BXPCRSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x0000000012BE0C14 000074 (v01 BOCHS  BXPCFACP 
00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x0000000012BE0040 000BD4 (v01 BOCHS  BXPCDSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x0000000012BE0000 000040
[    0.000000] ACPI: SSDT 0x0000000012BE0C88 0009F7 (v01 BOCHS  BXPCSSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x0000000012BE167F 000080 (v01 BOCHS  BXPCAPIC 
00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x0000000012BE16FF 000038 (v01 BOCHS  BXPCHPET 
00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000012bdffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x11529000-0x1152cfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:11521001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 16661154992 cycles
[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 
0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x0000000012bdffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000012bdffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[    0.000000] On node 0 totalpages: 76670
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 1136 pages used for memmap
[    0.000000]   DMA32 zone: 72672 pages, LIFO batch:15
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 
02
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 
05
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 
09
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 
0a
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 
0b
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 
01
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 
03
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 
04
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 
06
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 
07
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 
08
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 
0c
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 
0d
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 
0e
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 
0f
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] mapped IOAPIC to ffffffffff5fc000 (fec00000)
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff880011200000 s92248 r8192 
d30632 u1048576
[    0.000000] pcpu-alloc: s92248 r8192 d30632 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1120ca80
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total 
pages: 75449
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:bisect-linux-2/.vmlinuz-388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95-20160208202652-43-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95/vmlinuz-4.5.0-rc3
 drbd.minor_count=8
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Memory: 253232K/306680K available (10738K kernel code, 1765K 
rwdata, 4264K rodata, 1516K init, 1636K bss, 53448K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:440 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] bootconsole [earlyser0] disabled
[    0.000000] Linux version 4.5.0-rc3 (kbuild@lkp-nex05) (gcc version 4.9.2 
(Debian 4.9.2-10) ) #1 SMP Mon Feb 8 08:14:19 CST 2016
[    0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:bisect-linux-2/.vmlinuz-388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95-20160208202652-43-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95/vmlinuz-4.5.0-rc3
 drbd.minor_count=8
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] bootconsole [earlyser0] enabled
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Debian-1.8.2-1 
04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask FF80000000 uncachable
[    0.000000]   1 disabled
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[    0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[    0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[    0.000000] found SMP MP-table at [mem 0x000f65f0-0x000f65ff] mapped at 
[ffff8800000f65f0]
[    0.000000]   mpc: f6600-f671c
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] BRK [0x026dc000, 0x026dcfff] PGTABLE
[    0.000000] BRK [0x026dd000, 0x026ddfff] PGTABLE
[    0.000000] BRK [0x026de000, 0x026defff] PGTABLE
[    0.000000] BRK [0x026df000, 0x026dffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x1152d000-0x12bdffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F63E0 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x0000000012BE1737 000034 (v01 BOCHS  BXPCRSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x0000000012BE0C14 000074 (v01 BOCHS  BXPCFACP 
00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x0000000012BE0040 000BD4 (v01 BOCHS  BXPCDSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x0000000012BE0000 000040
[    0.000000] ACPI: SSDT 0x0000000012BE0C88 0009F7 (v01 BOCHS  BXPCSSDT 
00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x0000000012BE167F 000080 (v01 BOCHS  BXPCAPIC 
00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x0000000012BE16FF 000038 (v01 BOCHS  BXPCHPET 
00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000012bdffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x11529000-0x1152cfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:11521001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 16661154992 cycles
[    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 
0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x0000000012bdffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000012bdffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[    0.000000] On node 0 totalpages: 76670
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 1136 pages used for memmap
[    0.000000]   DMA32 zone: 72672 pages, LIFO batch:15
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] mapped APIC to ffffffffff5fd000 (        fee00000)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 
02
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 
05
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 
09
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 
0a
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 
0b
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 
01
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 
03
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 
04
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 
06
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 
07
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 
08
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 
0c
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 
0d
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 
0e
[    0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 
0f
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] mapped IOAPIC to ffffffffff5fc000 (fec00000)
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff880011200000 s92248 r8192 
d30632 u1048576
[    0.000000] pcpu-alloc: s92248 r8192 d30632 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1120ca80
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total 
pages: 75449
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 
systemd.log_level=err debug apic=debug sysrq_always_enabled 
rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 
nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 
console=ttyS0,115200 console=tty0 vga=normal  root=/dev/ram0 rw 
link=/kbuild-tests/run-queue/kvm/x86_64-lkp/linux-devel:devel-spot-201602081848:388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:bisect-linux-2/.vmlinuz-388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95-20160208202652-43-vp
 branch=linux-devel/devel-spot-201602081848 
BOOT_IMAGE=/pkg/linux/x86_64-lkp/gcc-4.9/388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95/vmlinuz-4.5.0-rc3
 drbd.minor_count=8
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Memory: 253232K/306680K available (10738K kernel code, 1765K 
rwdata, 4264K rodata, 1516K init, 1636K bss, 53448K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[    0.000000] NR_IRQS:33024 nr_irqs:440 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] bootconsole [earlyser0] disabled
[    0.000000] console [ttyS0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 19112604467 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2693.508 MHz processor
[    1.093449] Calibrating delay loop (skipped) preset value.. 5387.01 BogoMIPS 
(lpj=10774032)
[    1.100414] pid_max: default: 32768 minimum: 301
[    1.101960] ACPI: Core revision 20160108
[    1.112238] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    1.114552] 
[    1.119709] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    1.122265] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    1.128614] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    1.133100] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    1.140148] mce: CPU supports 10 MCE banks
[    1.141707] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    1.147498] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    1.153305] Freeing SMP alternatives memory: 44K (ffffffff82536000 - 
ffffffff82541000)
[    1.169830] ftrace: allocating 41956 entries in 164 pages
[    1.340794] enabled ExtINT on CPU#0
[    1.343455] ENABLING IO-APIC IRQs
[    1.352709] init IO_APIC IRQs
[    1.353817]  apic 0 pin 0 not connected
[    1.355064] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 
Active:0 Dest:1)
[    1.364830] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 
Active:0 Dest:1)
[    1.367267] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 
Active:0 Dest:1)
[    1.371278] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 
Active:0 Dest:1)
[    1.378310] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 
Active:0 Dest:1)
[    1.386237] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 
Active:0 Dest:1)
[    1.390306] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 
Active:0 Dest:1)
[    1.396773] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 
Active:0 Dest:1)
[    1.409293] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 
Active:0 Dest:1)
[    1.411710] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 
Active:0 Dest:1)
[    1.418193] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 
Active:0 Dest:1)
[    1.425487] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 
Active:0 Dest:1)
[    1.435969] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 
Active:0 Dest:1)
[    1.438411] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 
Active:0 Dest:1)
[    1.449796] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 
Active:0 Dest:1)
[    1.467770]  apic 0 pin 16 not connected
[    1.469057]  apic 0 pin 17 not connected
[    1.470358]  apic 0 pin 18 not connected
[    1.471598]  apic 0 pin 19 not connected
[    1.473001]  apic 0 pin 20 not connected
[    1.474532]  apic 0 pin 21 not connected
[    1.489353]  apic 0 pin 22 not connected
[    1.490924]  apic 0 pin 23 not connected
[    1.492717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.495278] Using local APIC timer interrupts.
[    1.495278] calibrating APIC timer ...
[    1.679149] ... lapic delta = 10624309
[    1.680655] ... PM-Timer delta = 608488
[    1.688707] APIC calibration not consistent with PM-Timer: 169ms instead of 
100ms
[    1.695834] APIC delta adjusted to PM-Timer: 6249940 (10624309)
[    1.698475] TSC delta adjusted to PM-Timer: 269349024 (457867908)
[    1.704442] ..... delta 6249940
[    1.705962] ..... mult: 268432879
[    1.709382] ..... calibration result: 3999961
[    1.715641] ..... CPU clock speed is 2693.1960 MHz.
[    1.717940] ..... host bus clock speed is 999.3961 MHz.
[    1.721076] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 
0x6, stepping: 0x1)
[    1.725690] Performance Events: unsupported Netburst CPU model 6 no PMU 
driver, software events only.
[    1.730966] x86: Booting SMP configuration:
[    1.733162] .... node  #0, CPUs:      #1
[    1.759356] kvm-clock: cpu 1, msr 0:11521041, secondary cpu clock
[    1.760357] masked ExtINT on CPU#1
[    1.787462] x86: Booted up 1 node, 2 CPUs
[    1.789216] smpboot: Total of 2 processors activated (10774.03 BogoMIPS)
[    1.791357] KVM setup async PF for cpu 1
[    1.792882] kvm-stealtime: cpu 1, msr 1130ca80
[    1.817012] devtmpfs: initialized
[    1.839123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    1.842614] xor: measuring software checksum speed
[    1.883324]    prefetch64-sse:  4703.000 MB/sec
[    1.939344]    generic_sse:  3475.000 MB/sec
[    1.941016] xor: using function: prefetch64-sse (4703.000 MB/sec)
[    1.942993] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    1.971528] NET: Registered protocol family 16
[    2.001087] cpuidle: using governor ladder
[    2.013087] cpuidle: using governor menu
[    2.014983] ACPI: bus type PCI registered
[    2.016545] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.020306] PCI: Using configuration type 1 for base access
[    2.073826] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.141177] raid6: sse2x1   gen()  1888 MB/s
[    2.225072] raid6: sse2x1   xor()  1127 MB/s
[    2.341071] raid6: sse2x2   gen()  3617 MB/s
[    2.441071] raid6: sse2x2   xor()  1827 MB/s
[    2.537074] raid6: sse2x4   gen()  3497 MB/s
[    2.634303] raid6: sse2x4   xor()  2033 MB/s
[    2.635940] raid6: using algorithm sse2x2 gen() 3617 MB/s
[    2.637649] raid6: .... xor() 1827 MB/s, rmw enabled
[    2.643376] raid6: using intx1 recovery algorithm
[    2.665194] ACPI: Added _OSI(Module Device)
[    2.666889] ACPI: Added _OSI(Processor Device)
[    2.668647] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.670446] ACPI: Added _OSI(Processor Aggregator Device)
[    2.694759] ACPI: Interpreter enabled
[    2.696171] ACPI: (supports S0 S3 S4 S5)
[    2.701465] ACPI: Using IOAPIC for interrupt routing
[    2.711357] PCI: Using host bridge windows from ACPI; if necessary, use 
"pci=nocrs" and report a bug
[    2.735609] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.737716] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    2.740064] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    2.741818] acpi PNP0A03:00: fail to add MMCONFIG information, can't access 
extended PCI configuration space under this bridge.
[    2.764695] acpiphp: Slot [3] registered
[    2.766366] acpiphp: Slot [4] registered
[    2.768005] acpiphp: Slot [5] registered
[    2.769678] acpiphp: Slot [6] registered
[    2.777988] acpiphp: Slot [7] registered
[    2.787517] acpiphp: Slot [8] registered
[    2.789191] acpiphp: Slot [9] registered
[    2.790872] acpiphp: Slot [10] registered
[    2.792589] acpiphp: Slot [11] registered
[    2.801969] acpiphp: Slot [12] registered
[    2.811428] acpiphp: Slot [13] registered
[    2.812736] acpiphp: Slot [14] registered
[    2.814028] acpiphp: Slot [15] registered
[    2.815640] acpiphp: Slot [16] registered
[    2.817305] acpiphp: Slot [17] registered
[    2.827047] acpiphp: Slot [18] registered
[    2.844521] acpiphp: Slot [19] registered
[    2.846065] acpiphp: Slot [20] registered
[    2.847617] acpiphp: Slot [21] registered
[    2.849128] acpiphp: Slot [22] registered
[    2.850645] acpiphp: Slot [23] registered
[    2.864286] acpiphp: Slot [24] registered
[    2.865906] acpiphp: Slot [25] registered
[    2.867615] acpiphp: Slot [26] registered
[    2.869271] acpiphp: Slot [27] registered
[    2.884358] acpiphp: Slot [28] registered
[    2.886058] acpiphp: Slot [29] registered
[    2.887704] acpiphp: Slot [30] registered
[    2.889192] acpiphp: Slot [31] registered
[    2.890844] PCI host bridge to bus 0000:00
[    2.892489] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    2.894664] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.909569] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff 
window]
[    2.911906] pci_bus 0000:00: root bus resource [mem 0x12c00000-0xfebfffff 
window]
[    2.914228] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.915769] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    2.917963] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    2.920791] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    2.964797] pci 0000:00:01.1: reg 0x20: [io  0xc200-0xc20f]
[    2.973349] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    2.975555] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    2.977478] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    2.979492] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    2.991426] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    2.993825] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 
ACPI
[    2.996521] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    2.998892] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[    3.009569] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[    3.026973] pci 0000:00:02.0: reg 0x18: [mem 0xfebf0000-0xfebf0fff]
[    3.061814] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[    3.079494] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[    3.087673] pci 0000:00:03.0: reg 0x10: [mem 0xfebc0000-0xfebdffff]
[    3.110278] pci 0000:00:03.0: reg 0x14: [io  0xc000-0xc03f]
[    3.178983] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[    3.200483] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
[    3.248854] pci 0000:00:04.0: reg 0x10: [io  0xc040-0xc07f]
[    3.269789] pci 0000:00:04.0: reg 0x14: [mem 0xfebf1000-0xfebf1fff]
[    3.347830] pci 0000:00:05.0: [1af4:1001] type 00 class 0x010000
[    3.355108] pci 0000:00:05.0: reg 0x10: [io  0xc080-0xc0bf]
[    3.375752] pci 0000:00:05.0: reg 0x14: [mem 0xfebf2000-0xfebf2fff]
[    3.432025] pci 0000:00:06.0: [1af4:1001] type 00 class 0x010000
[    3.439250] pci 0000:00:06.0: reg 0x10: [io  0xc0c0-0xc0ff]
[    3.448890] pci 0000:00:06.0: reg 0x14: [mem 0xfebf3000-0xfebf3fff]
[    3.507481] pci 0000:00:07.0: [1af4:1001] type 00 class 0x010000
[    3.523293] pci 0000:00:07.0: reg 0x10: [io  0xc100-0xc13f]
[    3.539406] pci 0000:00:07.0: reg 0x14: [mem 0xfebf4000-0xfebf4fff]
[    3.591556] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[    3.608829] pci 0000:00:08.0: reg 0x10: [io  0xc140-0xc17f]
[    3.629118] pci 0000:00:08.0: reg 0x14: [mem 0xfebf5000-0xfebf5fff]
[    3.707520] pci 0000:00:09.0: [1af4:1001] type 00 class 0x010000
[    3.726518] pci 0000:00:09.0: reg 0x10: [io  0xc180-0xc1bf]
[    3.746071] pci 0000:00:09.0: reg 0x14: [mem 0xfebf6000-0xfebf6fff]
[    3.840463] pci 0000:00:0a.0: [1af4:1001] type 00 class 0x010000
[    3.858440] pci 0000:00:0a.0: reg 0x10: [io  0xc1c0-0xc1ff]
[    3.873331] pci 0000:00:0a.0: reg 0x14: [mem 0xfebf7000-0xfebf7fff]
[    3.974259] pci 0000:00:0b.0: [8086:25ab] type 00 class 0x088000
[    3.983127] pci 0000:00:0b.0: reg 0x10: [mem 0xfebf8000-0xfebf800f]
[    4.061468] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    4.064221] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    4.085601] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    4.096542] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    4.098930] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    4.113964] ACPI: Enabled 16 GPEs in block 00 to 0F
[    4.116102] vgaarb: setting as boot device: PCI:0000:00:02.0
[    4.117620] vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    4.124144] vgaarb: loaded
[    4.125244] vgaarb: bridge control possible 0000:00:02.0
[    4.127017] SCSI subsystem initialized
[    4.135534] libata version 3.00 loaded.
[    4.137099] ACPI: bus type USB registered
[    4.138683] usbcore: registered new interface driver usbfs
[    4.143402] usbcore: registered new interface driver hub
[    4.145194] usbcore: registered new device driver usb
[    4.146910] pps_core: LinuxPPS API ver. 1 registered
[    4.148935] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <giome...@linux.it>
[    4.161480] PTP clock support registered
[    4.164772] EDAC MC: Ver: 3.0.0
[    4.166342] PCI: Using ACPI for IRQ routing
[    4.167859] PCI: pci_cache_line_size set to 64 bytes
[    4.169641] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    4.171477] e820: reserve RAM buffer [mem 0x12be0000-0x13ffffff]
[    4.184716] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    4.186964] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    4.189608] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[    4.211400] clocksource: Switched to clocksource kvm-clock
[    4.293236] VFS: Disk quotas dquot_6.6.0
[    4.294802] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.309452] pnp: PnP ACPI init
[    4.310940] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    4.330362] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    4.332131] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[    4.334220] pnp 00:03: [dma 2]
[    4.346430] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[    4.352762] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[    4.354727] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    4.361414] pnp: PnP ACPI: found 6 devices
[    4.406206] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, 
max_idle_ns: 2085701024 ns
[    4.410030] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    4.432361] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    4.434217] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    4.443501] pci_bus 0000:00: resource 7 [mem 0x12c00000-0xfebfffff window]
[    4.445719] NET: Registered protocol family 2
[    4.460077] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    4.462084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    4.477384] TCP: Hash tables configured (established 4096 bind 4096)
[    4.479548] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    4.487448] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    4.489456] NET: Registered protocol family 1
[    4.499651] RPC: Registered named UNIX socket transport module.
[    4.501679] RPC: Registered udp transport module.
[    4.506896] RPC: Registered tcp transport module.
[    4.508610] RPC: Registered tcp NFSv4.1 backchannel transport module

Reply via email to