[llvmlinux] Problems running LLVMLinux with kvmconfig on QEMU

Alexander Potapenko glider at google.com
Thu Jun 11 13:00:16 UTC 2015


Hello LLVMLinux devs,

I'm having troubles with running a kernel built from LLVMLinux git
tree with kvmconfig.
The problem is reproducible with many different Clang version starting
at 232688 and including the current tip of trunk.

In order to reproduce it you need to check out the LLVMLinux tree:
  $ git clone git://git.linuxfoundation.org/llvmlinux/kernel.git
, configure it:
  $ make defconfig && make kvmconfig
, then build:
  $ make HOSTCC=clang CC=clang -j64
and run on QEMU:

  $ qemu-system-x86_64 -hda wheezy.img -m 500M -smp 4   \
  -net user,hostfwd=tcp::10022-:22 -net nic \
  -kernel $KASAN_SRC_DIR/arch/x86/boot/bzImage \
  -append "console=ttyS0 root=/dev/sda debug earlyprintk=serial
slub_debug=QUZ" \
  -nographic    -pidfile vm_pid  -enable-kvm

The kernel would crash with a NULL pointer dereference in
__free_pages_bootmem (see qemu_log.txt attached)

This problem can be fixed by reimplementing list_add() as a noinline
function and making free_hot_cold_page() in mm/page_alloc.c call the
noinline version (see my_list_add.patch attached).

But now the kernel falls into a reboot loop in startup (see qemu_log_inf.txt).
I've spent some time debugging this issue, and it appears to have
something to do with SMP alternatives being incorrectly applied at
startup.
Yet I haven't managed to find the culprit yet and am seeking your advice.

Have you ran into this problem? Any ideas how to debug it efficiently?
--
Alexander Potapenko
Software Engineer

Google Germany GmbH
Dienerstraße 12
80331 München
-------------- next part --------------
early console in setup code
early console in decompress_kernel

Decompressing Linux... Parsing ELF... done.
Booting the kernel.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.19.0-rc4+ (<redacted>) (clang version 3.7.0 (trunk 238013)) #16 SMP Thu Jun 11 14:14:18 CEST 2015
[    0.000000] Command line: console=ttyS0 root=/dev/sda debug earlyprintk=serial slub_debug=QUZ
[    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-0x000000001f3fdfff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f3fe000-0x000000001f3fffff] 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.4 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1f3fe 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] PAT not supported by CPU.
[    0.000000] found SMP MP-table at [mem 0x000f0b30-0x000f0b3f] mapped at [ffff8800000f0b30]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x020f6000, 0x020f6fff] PGTABLE
[    0.000000] BRK [0x020f7000, 0x020f7fff] PGTABLE
[    0.000000] BRK [0x020f8000, 0x020f8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f1fffff]
[    0.000000]  [mem 0x1f000000-0x1f1fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1effffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1effffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x1f200000-0x1f3fdfff]
[    0.000000]  [mem 0x1f200000-0x1f3fdfff] page 4k
[    0.000000] BRK [0x020f9000, 0x020f9fff] PGTABLE
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0920 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000001F3FFCFC 000034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000001F3FF1C0 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x000000001F3FE040 001180 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000001F3FE000 000040
[    0.000000] ACPI: SSDT 0x000000001F3FF234 000A00 (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x000000001F3FFC34 000090 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x000000001F3FFCC4 000038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fdfff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1f3fa000-0x1f3fdfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1f3f9001, primary cpu clock
[    0.000000]  [ffffea0000000000-ffffea00007fffff] PMD -> [ffff88001e200000-ffff88001e9fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0x1f3fdfff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1f3fdfff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x1f3fdfff]
[    0.000000] On node 0 totalpages: 127900
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 1936 pages used for memmap
[    0.000000]   DMA32 zone: 123902 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    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] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    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 0x1f400000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88001f000000 s79872 r8192 d30720 u524288
[    0.000000] pcpu-alloc: s79872 r8192 d30720 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1f00d100
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125878
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: console=ttyS0 root=/dev/sda debug earlyprintk=serial slub_debug=QUZ
[    0.000000] slub_debug option 'Q' unknown. skipped
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008
[    0.000000] IP: [<ffffffff81128536>] free_hot_cold_page+0x106/0x160
[    0.000000] PGD 0 
[    0.000000] Oops: 0002 [#1] SMP 
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 3.19.0-rc4+ #16
[    0.000000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.000000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.000000] RIP: 0010:[<ffffffff81128536>]  [<ffffffff81128536>] free_hot_cold_page+0x106/0x160
[    0.000000] RSP: 0000:ffffffff81e03e88  EFLAGS: 00010046
[    0.000000] RAX: ffffea00007afd20 RBX: ffff88001f000000 RCX: ffff88001f000030
[    0.000000] RDX: 0000000000000002 RSI: 0000000000000000 RDI: ffffea00007afd00
[    0.000000] RBP: ffffffff81e03eb8 R08: 0000000000000001 R09: ffffea00007afd00
[    0.000000] R10: 0000000000000000 R11: 00000000ffffffff R12: 0000000000000002
[    0.000000] R13: ffffea00007afd00 R14: ffff88001f3fa000 R15: 0000000000000000
[    0.000000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.000000] CR2: 0000000000000008 CR3: 0000000001e14000 CR4: 00000000000006b0
[    0.000000] Stack:
[    0.000000]  0000000000000001 00000000fffffff5 00000000000001f5 000000000001d08c
[    0.000000]  000000000001ebf5 000000000001ebf5 ffffffff81e03ed8 ffffffff81f0e92d
[    0.000000]  0000000000000fff 010000000001e200 ffffffff81e03f48 ffffffff81f140ab
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff81f0e92d>] __free_pages_bootmem+0xad/0xc0
[    0.000000]  [<ffffffff81f140ab>] free_all_bootmem+0x15b/0x330
[    0.000000]  [<ffffffff81efedf6>] mem_init+0x56/0x90
[    0.000000]  [<ffffffff81ee40a8>] start_kernel+0x268/0x4b0
[    0.000000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.000000]  [<ffffffff81ee37d8>] x86_64_start_kernel+0x208/0x220
[    0.000000] Code: 20 89 ce 48 c1 e6 04 48 8d 4c 33 10 45 84 ff 74 17 48 8b 7c 33 18 48 89 44 33 18 49 89 4d 20 49 89 7d 28 48 89 07 eb 12 48 8b 31 <48> 89 46 08 49 89 75 20 49 89 4d 28 48 89 01 8b 03 ff c0 89 03 
[    0.000000] RIP  [<ffffffff81128536>] free_hot_cold_page+0x106/0x160
[    0.000000]  RSP <ffffffff81e03e88>
[    0.000000] CR2: 0000000000000008
[    0.000000] ---[ end trace 951b59ab583e0b99 ]---
[    0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
[    0.000000] ---[ end Kernel panic - not syncing: Attempted to kill the idle task!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: my_list_add.patch
Type: text/x-patch
Size: 744 bytes
Desc: not available
URL: <http://lists.linuxfoundation.org/pipermail/llvmlinux/attachments/20150611/f999db72/attachment-0001.bin>
-------------- next part --------------
early console in setup code
early console in decompress_kernel

Decompressing Linux... Parsing ELF... done.
Booting the kernel.
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.19.0-rc4+ (glider at glider0.muc.corp.google.com) (clang version 3.7.0 (trunk 238013)) #17 SMP Thu Jun 11 14:36:58 CEST 2015
[    0.000000] Command line: console=ttyS0 root=/dev/sda debug earlyprintk=serial slub_debug=QUZ
[    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-0x000000001f3fdfff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f3fe000-0x000000001f3fffff] 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.4 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1f3fe 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] PAT not supported by CPU.
[    0.000000] found SMP MP-table at [mem 0x000f0b30-0x000f0b3f] mapped at [ffff8800000f0b30]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x020f6000, 0x020f6fff] PGTABLE
[    0.000000] BRK [0x020f7000, 0x020f7fff] PGTABLE
[    0.000000] BRK [0x020f8000, 0x020f8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f1fffff]
[    0.000000]  [mem 0x1f000000-0x1f1fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1effffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1effffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x1f200000-0x1f3fdfff]
[    0.000000]  [mem 0x1f200000-0x1f3fdfff] page 4k
[    0.000000] BRK [0x020f9000, 0x020f9fff] PGTABLE
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0920 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000001F3FFCFC 000034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000001F3FF1C0 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x000000001F3FE040 001180 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000001F3FE000 000040
[    0.000000] ACPI: SSDT 0x000000001F3FF234 000A00 (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x000000001F3FFC34 000090 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] ACPI: HPET 0x000000001F3FFCC4 000038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fdfff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1f3fa000-0x1f3fdfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1f3f9001, primary cpu clock
[    0.000000]  [ffffea0000000000-ffffea00007fffff] PMD -> [ffff88001e200000-ffff88001e9fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0x1f3fdfff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1f3fdfff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x1f3fdfff]
[    0.000000] On node 0 totalpages: 127900
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 1936 pages used for memmap
[    0.000000]   DMA32 zone: 123902 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    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] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    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 0x1f400000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88001f000000 s79872 r8192 d30720 u524288
[    0.000000] pcpu-alloc: s79872 r8192 d30720 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1f00d100
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125878
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: console=ttyS0 root=/dev/sda debug earlyprintk=serial slub_debug=QUZ
[    0.000000] slub_debug option 'Q' unknown. skipped
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 485392K/511600K available (8892K kernel code, 820K rwdata, 2624K rodata, 1260K init, 900K bss, 26208K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:4352 nr_irqs:456 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] console [ttyS0] enabled
[    0.000000] bootconsole [earlyser0] disabled
[    0.000000] bootconsole [earlyser0] disabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2593.992 MHz processor
[    0.002000] Calibrating delay loop (skipped) preset value.. 5187.98 BogoMIPS (lpj=2593992)
[    0.002221] pid_max: default: 32768 minimum: 301
[    0.002567] ACPI: Core revision 20141107
[    0.018266] ACPI: All ACPI Tables successfully acquired
[    0.018712] Security Framework initialized
[    0.018984] SELinux:  Initializing.
[    0.019022] SELinux:  Starting in permissive mode
[    0.019372] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.020053] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.020530] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.021008] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.022380] Initializing cgroup subsys freezer
[    0.022754] mce: CPU supports 10 MCE banks
[    0.023032] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.023032] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.023829] BUG: unable to handle kernel paging request at ffff87ffa0002d22
[    0.024000] IP: [<ffffffff81002d22>] do_trap+0x22/0x140
[    0.024000] PGD 0 
[    0.024000] Oops: 0002 [#1] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81002d22>]  [<ffffffff81002d22>] do_trap+0x22/0x140
[    0.024000] RSP: 0000:ffff88001f003a90  EFLAGS: 00010016
[    0.024000] RAX: ffffffff81002d22 RBX: ffff88001f007498 RCX: ffff88001f003a98
[    0.024000] RDX: ffffffff81b830ca RSI: 0000000000000004 RDI: 0000000000000006
[    0.024000] RBP: ffff88001f003c88 R08: 0000000000000000 R09: ffff88001f0039f8
[    0.024000] R10: cccccccccccccccc R11: cccccccccccccccc R12: 0000000000000000
[    0.024000] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffff87ffa0002d22 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffffffff818ab9fe 0000000000000000 0000000000000000 0000000000000000
[    0.024000]  0000000000000000 ffff88001f003c88 ffff88001f007648 cccccccccccccccc
[    0.024000]  cccccccccccccccc ffff88001f003aa8 0000000000000000 ffffffff81002d21
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffff87ffa0005731
[    0.024000] IP: [<ffffffff81002d22>] do_trap+0x22/0x140
[    0.024000] PGD 0 
[    0.024000] Oops: 0002 [#2] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81002d22>]  [<ffffffff81002d22>] do_trap+0x22/0x140
[    0.024000] RSP: 0000:ffff88001f0035a0  EFLAGS: 00010006
[    0.024000] RAX: ffffffff81005731 RBX: ffff88001f006aa8 RCX: ffff88001f0035a8
[    0.024000] RDX: ffffffff81b82bca RSI: 0000000000000004 RDI: 0000000000000006
[    0.024000] RBP: ffff88001f003698 R08: 0000000000000000 R09: ffff88001f003508
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f0039e8
[    0.024000] R13: 000000000000002b R14: 0000000000000000 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffff87ffa0005731 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffffffff818ab9fe ffffffffffffffff ffffffff81002cf7 000000000000002b
[    0.024000]  ffff88001f0039e8 ffff88001f003698 0000000000000040 0000000000000000
[    0.024000]  00000000ffff0005 0000000000000020 00000000203a6564 0000000000000000
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffff87ffa0005732
[    0.024000] IP: [<ffffffff81002d22>] do_trap+0x22/0x140
[    0.024000] PGD 0 
[    0.024000] Oops: 0002 [#3] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81002d22>]  [<ffffffff81002d22>] do_trap+0x22/0x140
[    0.024000] RSP: 0000:ffff88001f0030b0  EFLAGS: 00010006
[    0.024000] RAX: ffffffff81005732 RBX: ffff88001f0060b8 RCX: ffff88001f0030b8
[    0.024000] RDX: ffffffff81b826ca RSI: 0000000000000004 RDI: 0000000000000006
[    0.024000] RBP: ffff88001f0031a8 R08: 0000000000000000 R09: ffff88001f003018
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f0034f8
[    0.024000] R13: 000000000000002b R14: 0000000000000000 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffff87ffa0005732 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffffffff818ab9fe ffffffffffffffff ffffffff81002cf7 000000000000002b
[    0.024000]  ffff88001f0034f8 ffff88001f0031a8 0000000000000040 0000000000000000
[    0.024000]  00000000ffff0005 0000000000000020 00000000203a6564 0000000000000001
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#4] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f002c78  EFLAGS: 00010046
[    0.024000] RAX: 000000001f002cb8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81002cf8 RDI: ffff88001f002c90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f003008
[    0.024000] R13: 000000000000002b R14: ffffffff81002cf7 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f002cb8 ffffffff810c7be0 0000000000000002 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000002 ffff88001f003008 0000000000000002
[    0.024000]  ffff88001f002ce8 ffffffff81006727 ffff88001f003008 ffff88001f003008
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#5] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f002838  EFLAGS: 00010046
[    0.024000] RAX: 000000001f002878 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f002850
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f002bc8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f002878 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f002bc8 0000000000000000
[    0.024000]  ffff88001f0028a8 ffffffff81006727 ffff88001f002bc8 ffff88001f002bc8
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#6] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f0023f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001f002438 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f002410
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f002788
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f002438 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f002788 0000000000000000
[    0.024000]  ffff88001f002468 ffffffff81006727 ffff88001f002788 ffff88001f002788
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#7] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f001fb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001f001ff8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f001fd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f002348
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f001ff8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f002348 0000000000000000
[    0.024000]  ffff88001f002028 ffffffff81006727 ffff88001f002348 ffff88001f002348
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#8] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f001b78  EFLAGS: 00010046
[    0.024000] RAX: 000000001f001bb8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f001b90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f001f08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f001bb8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f001f08 0000000000000000
[    0.024000]  ffff88001f001be8 ffffffff81006727 ffff88001f001f08 ffff88001f001f08
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#9] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f001738  EFLAGS: 00010046
[    0.024000] RAX: 000000001f001778 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f001750
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f001ac8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f001778 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f001ac8 0000000000000000
[    0.024000]  ffff88001f0017a8 ffffffff81006727 ffff88001f001ac8 ffff88001f001ac8
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#10] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f0012f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001f001338 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f001310
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f001688
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f001338 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f001688 0000000000000000
[    0.024000]  ffff88001f001368 ffffffff81006727 ffff88001f001688 ffff88001f001688
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#11] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f000eb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001f000ef8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f000ed0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f001248
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f000ef8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f001248 0000000000000000
[    0.024000]  ffff88001f000f28 ffffffff81006727 ffff88001f001248 ffff88001f001248
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#12] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f000a78  EFLAGS: 00010046
[    0.024000] RAX: 000000001f000ab8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f000a90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f000e08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f000ab8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f000e08 0000000000000000
[    0.024000]  ffff88001f000ae8 ffffffff81006727 ffff88001f000e08 ffff88001f000e08
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#13] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f000638  EFLAGS: 00010046
[    0.024000] RAX: 000000001f000678 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f000650
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f0009c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f000678 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f0009c8 0000000000000000
[    0.024000]  ffff88001f0006a8 ffffffff81006727 ffff88001f0009c8 ffff88001f0009c8
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#14] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001f0001f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001f000238 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001f000210
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f000588
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001f000238 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f000588 0000000000000000
[    0.024000]  ffff88001f000268 ffffffff81006727 ffff88001f000588 ffff88001f000588
[    0.024000] Call Trace:
[    0.024000]  <IRQ> 
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005708>] ? show_regs+0xb8/0x220
[    0.024000]  [<ffffffff81005709>] ? show_regs+0xb9/0x220
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005733>] ? show_regs+0xe3/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005732>] ? show_regs+0xe2/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff8132de2c>] ? vsnprintf+0x8c/0x510
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff813e811b>] ? serial8250_console_write+0x16b/0x1b0
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff8132ee93>] ? number+0x243/0x580
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000]  [<ffffffff813e6a19>] ? wait_for_xmitr+0x19/0xd0
[    0.024000]  [<ffffffff813e8262>] ? serial8250_console_putchar+0x22/0x30
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002cf7>] ? do_notify_resume+0x737/0x740
[    0.024000]  [<ffffffff81002cf8>] ? do_notify_resume+0x738/0x740
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff81005731>] ? show_regs+0xe1/0x220
[    0.024000]  [<ffffffff810c7be0>] ? print_modules+0x170/0x180
[    0.024000]  [<ffffffff81006727>] ? __die+0x97/0xe0
[    0.024000]  [<ffffffff81048b3c>] ? no_context+0x31c/0x390
[    0.024000]  [<ffffffff81048d54>] ? __bad_area_nosemaphore+0x44/0x220
[    0.024000]  [<ffffffff810486de>] ? bad_area_nosemaphore+0xe/0x10
[    0.024000]  [<ffffffff8104825a>] ? __do_page_fault+0x2da/0x5f0
[    0.024000]  [<ffffffff81048648>] ? trace_do_page_fault+0xa8/0xc0
[    0.024000]  [<ffffffff81043327>] ? do_async_page_fault+0x67/0x70
[    0.024000]  [<ffffffff818abd78>] ? async_page_fault+0x28/0x30
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d22>] ? do_trap+0x22/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff81002d21>] ? do_trap+0x21/0x140
[    0.024000]  [<ffffffff81002fea>] ? do_invalid_op+0x9a/0xb0
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff8108581b>] ? task_tick_fair+0x2eb/0x300
[    0.024000]  [<ffffffff810b2767>] ? run_posix_cpu_timers+0x27/0x680
[    0.024000]  [<ffffffff81116612>] ? perf_event_task_tick+0x22/0xa0
[    0.024000]  [<ffffffff818ab9fe>] ? invalid_op+0x1e/0x30
[    0.024000]  [<ffffffff810058f4>] ? timer_interrupt+0x4/0x20
[    0.024000]  [<ffffffff810a00b4>] ? handle_irq_event_percpu+0xe4/0x1d0
[    0.024000]  [<ffffffff810a01cf>] ? handle_irq_event+0x2f/0x50
[    0.024000]  [<ffffffff810a2d72>] ? handle_level_irq+0xa2/0xe0
[    0.024000]  [<ffffffff8100511b>] ? handle_irq+0xcb/0x140
[    0.024000]  [<ffffffff8100493e>] ? do_IRQ+0x4e/0xf0
[    0.024000]  [<ffffffff818aac2d>] ? common_interrupt+0x6d/0x6d
[    0.024000]  <EOI> 
[    0.024000]  [<ffffffff813e8240>] ? serial8250_console_early_setup+0x10/0x10
[    0.024000]  [<ffffffff81044249>] ? native_restore_fl+0x9/0x10
[    0.024000]  [<ffffffff8100a68a>] ? apply_alternatives+0x1aa/0x200
[    0.024000]  [<ffffffff818a9a8d>] ? _raw_spin_unlock_irqrestore+0xd/0x10
[    0.024000]  [<ffffffff8108f5da>] ? up+0x2a/0x40
[    0.024000]  [<ffffffff8100ef99>] ? __restore_xstate_sig+0x209/0x5f0
[    0.024000]  [<ffffffff8109d9a4>] ? console_unlock+0x354/0x480
[    0.024000]  [<ffffffff8109d048>] ? vprintk_emit+0x358/0x480
[    0.024000]  [<ffffffff8109db4d>] ? vprintk_default+0x1d/0x20
[    0.024000]  [<ffffffff8109bab9>] ? printk+0x49/0x50
[    0.024000]  [<ffffffff81eecefc>] ? alternative_instructions+0x1c/0xe0
[    0.024000]  [<ffffffff81eee6fe>] ? check_bugs+0xe/0x30
[    0.024000]  [<ffffffff81ee426e>] ? start_kernel+0x42e/0x4b0
[    0.024000]  [<ffffffff81ee42f0>] ? start_kernel+0x4b0/0x4b0
[    0.024000]  [<ffffffff81ee37d8>] ? x86_64_start_kernel+0x208/0x220
[    0.024000] Code: 
[    0.024000] BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#15] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efffdb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efffdf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efffdd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001f000148
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efffdf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001f000148 0000000000000000
[    0.024000]  ffff88001efffe28 ffffffff81006727 ffff88001f000148 ffff88001f000148
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#16] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efff978  EFLAGS: 00010046
[    0.024000] RAX: 000000001efff9b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efff990
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efffd08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efff9b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efffd08 0000000000000000
[    0.024000]  ffff88001efff9e8 ffffffff81006727 ffff88001efffd08 ffff88001efffd08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#17] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efff538  EFLAGS: 00010046
[    0.024000] RAX: 000000001efff578 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efff550
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efff8c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efff578 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efff8c8 0000000000000000
[    0.024000]  ffff88001efff5a8 ffffffff81006727 ffff88001efff8c8 ffff88001efff8c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#18] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efff0f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efff138 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efff110
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efff488
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efff138 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efff488 0000000000000000
[    0.024000]  ffff88001efff168 ffffffff81006727 ffff88001efff488 ffff88001efff488
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#19] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effecb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effecf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effecd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efff048
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effecf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efff048 0000000000000000
[    0.024000]  ffff88001effed28 ffffffff81006727 ffff88001efff048 ffff88001efff048
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#20] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effe878  EFLAGS: 00010046
[    0.024000] RAX: 000000001effe8b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effe890
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effec08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effe8b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effec08 0000000000000000
[    0.024000]  ffff88001effe8e8 ffffffff81006727 ffff88001effec08 ffff88001effec08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#21] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effe438  EFLAGS: 00010046
[    0.024000] RAX: 000000001effe478 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effe450
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effe7c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effe478 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effe7c8 0000000000000000
[    0.024000]  ffff88001effe4a8 ffffffff81006727 ffff88001effe7c8 ffff88001effe7c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#22] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effdff8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effe038 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effe010
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effe388
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effe038 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effe388 0000000000000000
[    0.024000]  ffff88001effe068 ffffffff81006727 ffff88001effe388 ffff88001effe388
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#23] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effdbb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effdbf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effdbd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effdf48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effdbf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effdf48 0000000000000000
[    0.024000]  ffff88001effdc28 ffffffff81006727 ffff88001effdf48 ffff88001effdf48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#24] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effd778  EFLAGS: 00010046
[    0.024000] RAX: 000000001effd7b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effd790
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effdb08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effd7b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effdb08 0000000000000000
[    0.024000]  ffff88001effd7e8 ffffffff81006727 ffff88001effdb08 ffff88001effdb08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#25] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effd338  EFLAGS: 00010046
[    0.024000] RAX: 000000001effd378 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effd350
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effd6c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effd378 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effd6c8 0000000000000000
[    0.024000]  ffff88001effd3a8 ffffffff81006727 ffff88001effd6c8 ffff88001effd6c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#26] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effcef8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effcf38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effcf10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effd288
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effcf38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effd288 0000000000000000
[    0.024000]  ffff88001effcf68 ffffffff81006727 ffff88001effd288 ffff88001effd288
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#27] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effcab8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effcaf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effcad0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effce48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effcaf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effce48 0000000000000000
[    0.024000]  ffff88001effcb28 ffffffff81006727 ffff88001effce48 ffff88001effce48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#28] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effc678  EFLAGS: 00010046
[    0.024000] RAX: 000000001effc6b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effc690
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effca08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effc6b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effca08 0000000000000000
[    0.024000]  ffff88001effc6e8 ffffffff81006727 ffff88001effca08 ffff88001effca08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#29] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effc238  EFLAGS: 00010046
[    0.024000] RAX: 000000001effc278 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effc250
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effc5c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effc278 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effc5c8 0000000000000000
[    0.024000]  ffff88001effc2a8 ffffffff81006727 ffff88001effc5c8 ffff88001effc5c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#30] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effbdf8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effbe38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effbe10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effc188
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effbe38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effc188 0000000000000000
[    0.024000]  ffff88001effbe68 ffffffff81006727 ffff88001effc188 ffff88001effc188
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#31] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effb9b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effb9f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effb9d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effbd48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effb9f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effbd48 0000000000000000
[    0.024000]  ffff88001effba28 ffffffff81006727 ffff88001effbd48 ffff88001effbd48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#32] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effb578  EFLAGS: 00010046
[    0.024000] RAX: 000000001effb5b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effb590
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effb908
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effb5b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effb908 0000000000000000
[    0.024000]  ffff88001effb5e8 ffffffff81006727 ffff88001effb908 ffff88001effb908
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#33] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effb138  EFLAGS: 00010046
[    0.024000] RAX: 000000001effb178 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effb150
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effb4c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effb178 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effb4c8 0000000000000000
[    0.024000]  ffff88001effb1a8 ffffffff81006727 ffff88001effb4c8 ffff88001effb4c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#34] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effacf8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effad38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effad10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effb088
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effad38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effb088 0000000000000000
[    0.024000]  ffff88001effad68 ffffffff81006727 ffff88001effb088 ffff88001effb088
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#35] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effa8b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001effa8f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effa8d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effac48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effa8f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effac48 0000000000000000
[    0.024000]  ffff88001effa928 ffffffff81006727 ffff88001effac48 ffff88001effac48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#36] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effa478  EFLAGS: 00010046
[    0.024000] RAX: 000000001effa4b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effa490
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effa808
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effa4b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effa808 0000000000000000
[    0.024000]  ffff88001effa4e8 ffffffff81006727 ffff88001effa808 ffff88001effa808
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#37] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001effa038  EFLAGS: 00010046
[    0.024000] RAX: 000000001effa078 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001effa050
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001effa3c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001effa078 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001effa3c8 0000000000000000
[    0.024000]  ffff88001effa0a8 ffffffff81006727 ffff88001effa3c8 ffff88001effa3c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#38] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff9bf8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff9c38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff9c10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff9f88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff9c38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff9f88 0000000000000000
[    0.024000]  ffff88001eff9c68 ffffffff81006727 ffff88001eff9f88 ffff88001eff9f88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#39] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff97b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff97f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff97d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff9b48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff97f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff9b48 0000000000000000
[    0.024000]  ffff88001eff9828 ffffffff81006727 ffff88001eff9b48 ffff88001eff9b48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#40] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff9378  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff93b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff9390
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff9708
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff93b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff9708 0000000000000000
[    0.024000]  ffff88001eff93e8 ffffffff81006727 ffff88001eff9708 ffff88001eff9708
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#41] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff8f38  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff8f78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff8f50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff92c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff8f78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff92c8 0000000000000000
[    0.024000]  ffff88001eff8fa8 ffffffff81006727 ffff88001eff92c8 ffff88001eff92c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#42] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff8af8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff8b38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff8b10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff8e88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff8b38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff8e88 0000000000000000
[    0.024000]  ffff88001eff8b68 ffffffff81006727 ffff88001eff8e88 ffff88001eff8e88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#43] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff86b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff86f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff86d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff8a48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff86f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff8a48 0000000000000000
[    0.024000]  ffff88001eff8728 ffffffff81006727 ffff88001eff8a48 ffff88001eff8a48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#44] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff8278  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff82b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff8290
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff8608
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff82b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff8608 0000000000000000
[    0.024000]  ffff88001eff82e8 ffffffff81006727 ffff88001eff8608 ffff88001eff8608
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#45] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff7e38  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff7e78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff7e50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff81c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff7e78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff81c8 0000000000000000
[    0.024000]  ffff88001eff7ea8 ffffffff81006727 ffff88001eff81c8 ffff88001eff81c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#46] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff79f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff7a38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff7a10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff7d88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff7a38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff7d88 0000000000000000
[    0.024000]  ffff88001eff7a68 ffffffff81006727 ffff88001eff7d88 ffff88001eff7d88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#47] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff75b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff75f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff75d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff7948
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff75f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff7948 0000000000000000
[    0.024000]  ffff88001eff7628 ffffffff81006727 ffff88001eff7948 ffff88001eff7948
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#48] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff7178  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff71b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff7190
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff7508
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff71b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff7508 0000000000000000
[    0.024000]  ffff88001eff71e8 ffffffff81006727 ffff88001eff7508 ffff88001eff7508
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#49] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff6d38  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff6d78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff6d50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff70c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff6d78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff70c8 0000000000000000
[    0.024000]  ffff88001eff6da8 ffffffff81006727 ffff88001eff70c8 ffff88001eff70c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#50] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff68f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff6938 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff6910
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff6c88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff6938 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff6c88 0000000000000000
[    0.024000]  ffff88001eff6968 ffffffff81006727 ffff88001eff6c88 ffff88001eff6c88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#51] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff64b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff64f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff64d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff6848
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff64f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff6848 0000000000000000
[    0.024000]  ffff88001eff6528 ffffffff81006727 ffff88001eff6848 ffff88001eff6848
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#52] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff6078  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff60b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff6090
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff6408
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff60b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff6408 0000000000000000
[    0.024000]  ffff88001eff60e8 ffffffff81006727 ffff88001eff6408 ffff88001eff6408
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#53] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff5c38  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff5c78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff5c50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff5fc8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff5c78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff5fc8 0000000000000000
[    0.024000]  ffff88001eff5ca8 ffffffff81006727 ffff88001eff5fc8 ffff88001eff5fc8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#54] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff57f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff5838 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff5810
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff5b88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff5838 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff5b88 0000000000000000
[    0.024000]  ffff88001eff5868 ffffffff81006727 ffff88001eff5b88 ffff88001eff5b88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#55] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff53b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff53f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff53d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff5748
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff53f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff5748 0000000000000000
[    0.024000]  ffff88001eff5428 ffffffff81006727 ffff88001eff5748 ffff88001eff5748
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#56] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff4f78  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff4fb8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff4f90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff5308
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff4fb8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff5308 0000000000000000
[    0.024000]  ffff88001eff4fe8 ffffffff81006727 ffff88001eff5308 ffff88001eff5308
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#57] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff4b38  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff4b78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff4b50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff4ec8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff4b78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff4ec8 0000000000000000
[    0.024000]  ffff88001eff4ba8 ffffffff81006727 ffff88001eff4ec8 ffff88001eff4ec8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#58] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff46f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff4738 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff4710
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff4a88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff4738 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff4a88 0000000000000000
[    0.024000]  ffff88001eff4768 ffffffff81006727 ffff88001eff4a88 ffff88001eff4a88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#59] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff42b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff42f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff42d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff4648
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff42f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff4648 0000000000000000
[    0.024000]  ffff88001eff4328 ffffffff81006727 ffff88001eff4648 ffff88001eff4648
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#60] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff3e78  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff3eb8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff3e90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff4208
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff3eb8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff4208 0000000000000000
[    0.024000]  ffff88001eff3ee8 ffffffff81006727 ffff88001eff4208 ffff88001eff4208
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#61] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff3a38  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff3a78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff3a50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff3dc8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff3a78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff3dc8 0000000000000000
[    0.024000]  ffff88001eff3aa8 ffffffff81006727 ffff88001eff3dc8 ffff88001eff3dc8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#62] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff35f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff3638 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff3610
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff3988
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff3638 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff3988 0000000000000000
[    0.024000]  ffff88001eff3668 ffffffff81006727 ffff88001eff3988 ffff88001eff3988
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#63] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff31b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff31f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff31d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff3548
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff31f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff3548 0000000000000000
[    0.024000]  ffff88001eff3228 ffffffff81006727 ffff88001eff3548 ffff88001eff3548
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#64] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff2d78  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff2db8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff2d90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff3108
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff2db8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff3108 0000000000000000
[    0.024000]  ffff88001eff2de8 ffffffff81006727 ffff88001eff3108 ffff88001eff3108
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#65] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff2938  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff2978 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff2950
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff2cc8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff2978 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff2cc8 0000000000000000
[    0.024000]  ffff88001eff29a8 ffffffff81006727 ffff88001eff2cc8 ffff88001eff2cc8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#66] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff24f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff2538 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff2510
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff2888
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff2538 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff2888 0000000000000000
[    0.024000]  ffff88001eff2568 ffffffff81006727 ffff88001eff2888 ffff88001eff2888
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#67] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff20b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff20f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff20d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff2448
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff20f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff2448 0000000000000000
[    0.024000]  ffff88001eff2128 ffffffff81006727 ffff88001eff2448 ffff88001eff2448
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#68] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff1c78  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff1cb8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff1c90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff2008
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff1cb8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff2008 0000000000000000
[    0.024000]  ffff88001eff1ce8 ffffffff81006727 ffff88001eff2008 ffff88001eff2008
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#69] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff1838  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff1878 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff1850
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff1bc8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff1878 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff1bc8 0000000000000000
[    0.024000]  ffff88001eff18a8 ffffffff81006727 ffff88001eff1bc8 ffff88001eff1bc8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#70] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff13f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff1438 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff1410
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff1788
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff1438 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff1788 0000000000000000
[    0.024000]  ffff88001eff1468 ffffffff81006727 ffff88001eff1788 ffff88001eff1788
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#71] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff0fb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff0ff8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff0fd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff1348
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff0ff8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff1348 0000000000000000
[    0.024000]  ffff88001eff1028 ffffffff81006727 ffff88001eff1348 ffff88001eff1348
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#72] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff0b78  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff0bb8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff0b90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff0f08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff0bb8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff0f08 0000000000000000
[    0.024000]  ffff88001eff0be8 ffffffff81006727 ffff88001eff0f08 ffff88001eff0f08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#73] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff0738  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff0778 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff0750
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff0ac8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff0778 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff0ac8 0000000000000000
[    0.024000]  ffff88001eff07a8 ffffffff81006727 ffff88001eff0ac8 ffff88001eff0ac8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#74] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001eff02f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001eff0338 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001eff0310
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff0688
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001eff0338 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff0688 0000000000000000
[    0.024000]  ffff88001eff0368 ffffffff81006727 ffff88001eff0688 ffff88001eff0688
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#75] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efefeb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efefef8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efefed0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001eff0248
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efefef8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001eff0248 0000000000000000
[    0.024000]  ffff88001efeff28 ffffffff81006727 ffff88001eff0248 ffff88001eff0248
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#76] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efefa78  EFLAGS: 00010046
[    0.024000] RAX: 000000001efefab8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efefa90
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efefe08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efefab8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efefe08 0000000000000000
[    0.024000]  ffff88001efefae8 ffffffff81006727 ffff88001efefe08 ffff88001efefe08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#77] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efef638  EFLAGS: 00010046
[    0.024000] RAX: 000000001efef678 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efef650
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efef9c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efef678 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efef9c8 0000000000000000
[    0.024000]  ffff88001efef6a8 ffffffff81006727 ffff88001efef9c8 ffff88001efef9c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#78] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efef1f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efef238 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efef210
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efef588
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efef238 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efef588 0000000000000000
[    0.024000]  ffff88001efef268 ffffffff81006727 ffff88001efef588 ffff88001efef588
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#79] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efeedb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efeedf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efeedd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efef148
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efeedf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efef148 0000000000000000
[    0.024000]  ffff88001efeee28 ffffffff81006727 ffff88001efef148 ffff88001efef148
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#80] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efee978  EFLAGS: 00010046
[    0.024000] RAX: 000000001efee9b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efee990
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efeed08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efee9b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efeed08 0000000000000000
[    0.024000]  ffff88001efee9e8 ffffffff81006727 ffff88001efeed08 ffff88001efeed08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#81] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efee538  EFLAGS: 00010046
[    0.024000] RAX: 000000001efee578 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efee550
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efee8c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efee578 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efee8c8 0000000000000000
[    0.024000]  ffff88001efee5a8 ffffffff81006727 ffff88001efee8c8 ffff88001efee8c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#82] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efee0f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efee138 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efee110
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efee488
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efee138 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efee488 0000000000000000
[    0.024000]  ffff88001efee168 ffffffff81006727 ffff88001efee488 ffff88001efee488
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#83] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efedcb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efedcf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efedcd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efee048
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efedcf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efee048 0000000000000000
[    0.024000]  ffff88001efedd28 ffffffff81006727 ffff88001efee048 ffff88001efee048
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#84] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efed878  EFLAGS: 00010046
[    0.024000] RAX: 000000001efed8b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efed890
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efedc08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efed8b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efedc08 0000000000000000
[    0.024000]  ffff88001efed8e8 ffffffff81006727 ffff88001efedc08 ffff88001efedc08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#85] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efed438  EFLAGS: 00010046
[    0.024000] RAX: 000000001efed478 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efed450
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efed7c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efed478 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efed7c8 0000000000000000
[    0.024000]  ffff88001efed4a8 ffffffff81006727 ffff88001efed7c8 ffff88001efed7c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#86] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efecff8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efed038 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efed010
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efed388
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efed038 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efed388 0000000000000000
[    0.024000]  ffff88001efed068 ffffffff81006727 ffff88001efed388 ffff88001efed388
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#87] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efecbb8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efecbf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efecbd0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efecf48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efecbf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efecf48 0000000000000000
[    0.024000]  ffff88001efecc28 ffffffff81006727 ffff88001efecf48 ffff88001efecf48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#88] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efec778  EFLAGS: 00010046
[    0.024000] RAX: 000000001efec7b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efec790
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efecb08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efec7b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efecb08 0000000000000000
[    0.024000]  ffff88001efec7e8 ffffffff81006727 ffff88001efecb08 ffff88001efecb08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#89] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efec338  EFLAGS: 00010046
[    0.024000] RAX: 000000001efec378 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efec350
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efec6c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efec378 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efec6c8 0000000000000000
[    0.024000]  ffff88001efec3a8 ffffffff81006727 ffff88001efec6c8 ffff88001efec6c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#90] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efebef8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efebf38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efebf10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efec288
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efebf38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efec288 0000000000000000
[    0.024000]  ffff88001efebf68 ffffffff81006727 ffff88001efec288 ffff88001efec288
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#91] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efebab8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efebaf8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efebad0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efebe48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efebaf8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efebe48 0000000000000000
[    0.024000]  ffff88001efebb28 ffffffff81006727 ffff88001efebe48 ffff88001efebe48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#92] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efeb678  EFLAGS: 00010046
[    0.024000] RAX: 000000001efeb6b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efeb690
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efeba08
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efeb6b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efeba08 0000000000000000
[    0.024000]  ffff88001efeb6e8 ffffffff81006727 ffff88001efeba08 ffff88001efeba08
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#93] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efeb238  EFLAGS: 00010046
[    0.024000] RAX: 000000001efeb278 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efeb250
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efeb5c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efeb278 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efeb5c8 0000000000000000
[    0.024000]  ffff88001efeb2a8 ffffffff81006727 ffff88001efeb5c8 ffff88001efeb5c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#94] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efeadf8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efeae38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efeae10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efeb188
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efeae38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efeb188 0000000000000000
[    0.024000]  ffff88001efeae68 ffffffff81006727 ffff88001efeb188 ffff88001efeb188
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#95] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efea9b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efea9f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efea9d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efead48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efea9f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efead48 0000000000000000
[    0.024000]  ffff88001efeaa28 ffffffff81006727 ffff88001efead48 ffff88001efead48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#96] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efea578  EFLAGS: 00010046
[    0.024000] RAX: 000000001efea5b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efea590
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efea908
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efea5b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efea908 0000000000000000
[    0.024000]  ffff88001efea5e8 ffffffff81006727 ffff88001efea908 ffff88001efea908
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#97] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efea138  EFLAGS: 00010046
[    0.024000] RAX: 000000001efea178 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efea150
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efea4c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efea178 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efea4c8 0000000000000000
[    0.024000]  ffff88001efea1a8 ffffffff81006727 ffff88001efea4c8 ffff88001efea4c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#98] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe9cf8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe9d38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe9d10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efea088
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe9d38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efea088 0000000000000000
[    0.024000]  ffff88001efe9d68 ffffffff81006727 ffff88001efea088 ffff88001efea088
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#99] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe98b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe98f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe98d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe9c48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe98f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe9c48 0000000000000000
[    0.024000]  ffff88001efe9928 ffffffff81006727 ffff88001efe9c48 ffff88001efe9c48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#100] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe9478  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe94b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe9490
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe9808
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe94b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe9808 0000000000000000
[    0.024000]  ffff88001efe94e8 ffffffff81006727 ffff88001efe9808 ffff88001efe9808
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#101] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe9038  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe9078 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe9050
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe93c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe9078 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe93c8 0000000000000000
[    0.024000]  ffff88001efe90a8 ffffffff81006727 ffff88001efe93c8 ffff88001efe93c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#102] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe8bf8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe8c38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe8c10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe8f88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe8c38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe8f88 0000000000000000
[    0.024000]  ffff88001efe8c68 ffffffff81006727 ffff88001efe8f88 ffff88001efe8f88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#103] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe87b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe87f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe87d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe8b48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe87f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe8b48 0000000000000000
[    0.024000]  ffff88001efe8828 ffffffff81006727 ffff88001efe8b48 ffff88001efe8b48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#104] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe8378  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe83b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe8390
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe8708
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe83b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe8708 0000000000000000
[    0.024000]  ffff88001efe83e8 ffffffff81006727 ffff88001efe8708 ffff88001efe8708
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#105] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe7f38  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe7f78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe7f50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe82c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe7f78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe82c8 0000000000000000
[    0.024000]  ffff88001efe7fa8 ffffffff81006727 ffff88001efe82c8 ffff88001efe82c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#106] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe7af8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe7b38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe7b10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe7e88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe7b38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe7e88 0000000000000000
[    0.024000]  ffff88001efe7b68 ffffffff81006727 ffff88001efe7e88 ffff88001efe7e88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#107] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe76b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe76f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe76d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe7a48
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe76f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe7a48 0000000000000000
[    0.024000]  ffff88001efe7728 ffffffff81006727 ffff88001efe7a48 ffff88001efe7a48
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#108] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe7278  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe72b8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe7290
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe7608
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe72b8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe7608 0000000000000000
[    0.024000]  ffff88001efe72e8 ffffffff81006727 ffff88001efe7608 ffff88001efe7608
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#109] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe6e38  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe6e78 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe6e50
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe71c8
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe6e78 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe71c8 0000000000000000
[    0.024000]  ffff88001efe6ea8 ffffffff81006727 ffff88001efe71c8 ffff88001efe71c8
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#110] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe69f8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe6a38 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe6a10
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe6d88
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe6a38 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe6d88 0000000000000000
[    0.024000]  ffff88001efe6a68 ffffffff81006727 ffff88001efe6d88 ffff88001efe6d88
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] PGD 1e15067 PUD 1e17067 PMD 0 
[    0.024000] Oops: 0000 [#111] SMP 
[    0.024000] Modules linked in:
[    0.024000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.19.0-rc4+ #17
[    0.024000] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
[    0.024000] task: ffffffff81e19450 ti: ffffffff81e00000 task.ti: ffffffff81e00000
[    0.024000] RIP: 0010:[<ffffffff81005733>]  [<ffffffff81005733>] show_regs+0xe3/0x220
[    0.024000] RSP: 0000:ffff88001efe65b8  EFLAGS: 00010046
[    0.024000] RAX: 000000001efe65f8 RBX: 0000000000000040 RCX: 0000000000000000
[    0.024000] RDX: 0000000000000000 RSI: ffffffff81005709 RDI: ffff88001efe65d0
[    0.024000] RBP: 0000000000000001 R08: 00000000203a6564 R09: 0000000000000020
[    0.024000] R10: 00000000ffff0005 R11: 0000000000000000 R12: ffff88001efe6948
[    0.024000] R13: 000000000000002b R14: ffffffff81005708 R15: ffffffffffffffff
[    0.024000] FS:  0000000000000000(0000) GS:ffff88001f000000(0000) knlGS:0000000000000000
[    0.024000] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[    0.024000] CR2: ffffffffffff8309 CR3: 0000000001e14000 CR4: 00000000000006f0
[    0.024000] Stack:
[    0.024000]  ffff88001efe65f8 ffffffff810c7be0 0000000000000000 0000000000000001
[    0.024000]  ffffffff81b9afc4 0000000000000000 ffff88001efe6948 0000000000000000
[    0.024000]  ffff88001efe6628 ffffffff81006727 ffff88001efe6948 ffff88001efe6948
[    0.024000] Call Trace:
[    0.024000]  <UNK> 
[    0.024000] Code: BUG: unable to handle kernel paging request at ffffffffffff8309
[    0.024000] IP: [<ffffffff81005733>] show_regs+0xe3/0x220
./run_qemu.sh: line 16: 41024 Killed                  qemu-system-x86_64 -hda wheezy.img -m 500M -smp 4 -net user,hostfwd=tcp::10022-:22 -net nic -kernel $KASAN_SRC_DIR/arch/x86/boot/bzImage -append "console=ttyS0 root=/dev/sda debug earlyprintk=serial slub_debug=QUZ" -nographic -pidfile vm_pid -enable-kvm


More information about the LLVMLinux mailing list