From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <george.dunlap@eu.citrix.com>,
Jan Beulich <JBeulich@suse.com>,
Xen-devel <xen-devel@lists.xen.org>
Subject: Re: [PATCH] x86/msi: Validate the guest-identified PCI devices in pci_prepare_msix()
Date: Tue, 21 Jan 2014 23:31:29 -0500 [thread overview]
Message-ID: <20140122043128.GA9931@konrad-lan.dumpdata.com> (raw)
In-Reply-To: <1390350251-22323-1-git-send-email-andrew.cooper3@citrix.com>
[-- Attachment #1: Type: text/plain, Size: 5147 bytes --]
On Wed, Jan 22, 2014 at 12:24:11AM +0000, Andrew Cooper wrote:
> As of c/s 1035bb64fd7fd9f05c510466d98566fd82e37ad9
> "PCI: break MSI-X data out of struct pci_dev_info"
>
> pdev->msix is now conditional on whether the device actually has MSI-X
> capabilities or not, so validate it before blindly dereferencing what amounts
> to a guest-controlled parameter.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> CC: Jan Beulich <JBeulich@suse.com>
> CC: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reported-and-Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> CC: George Dunlap <george.dunlap@eu.citrix.com>
>
> ---
>
> This has only been compile tested, but is quite obviously needed to prevent
> the NULL structure dereference.
And it does fix that particular problem. Now I have another crash.
See attached (and relevant part inlined).
..
[ 19.223716] xen: registering gsi 19 triggering 0 polarity 1
[ 19.229300] Already setup the GSI :19
(XEN) [2014-01-22 12:27:07] ----[ Xen-4.4-rc2 x86_64 debug=y Tainted: C ]----
(XEN) [2014-01-22 12:27:07] CPU: 0
(XEN0000000000000
(XEN) [2014-01-22 12:27:07] rdx: 00000000f1e80000 rsi: 0000000000000200 rdi: ffff82d080281f20
(XEN) [2014-01-22 12:27:07] rbp: ffff82d0802cfca8 rsp: ffff82d0802cfc08 r8: 000000000000001c
(XEN) [2014-01-22 12:27:07] r9: 00000000ffffffff r10: ffff82d080238f20 r11: 0000000000000202
(XEN) [2014-01-22 12:27:07] r12: 0000000000000000 r13: ffff83023f65db70 r14: ffff82d0802cfe98
(XEN) [2014-01-22 12:27:07] r15: 0000000000000000 cr0: 0000000080050033 cr4: 00000000001526f0
(XEN) [2014-01-22 12:27:07] cr3: 000000021db62000 cr2: 0000000000000004
(XEN) [2014-01-22 12:27:07] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e010 cs: e008
(XEN) [2014-01-22 12:27:07] Xen stack trace from rsp=ffff82d0802cfc08:
(XEN) [2014-01-22 12:27:07] 000000050004fc38 ffff82d0802cfd88 00000072043a6340 80050070ffffffff
(XEN) [2014-01-22 12:27:07] 0000000000000000 0000000000000000 0000000000000005 0000000000000070
(XEN) [2014-01-22 12:27:07] 0000000500000000 0000000000000000 00000000f1e80000 ffff82d000000005
(XEN) [2014-01-22 12:27:07] ffff82d000000003 80050070117fbb70 ffff82d0802cfe98 ffff82d0802cfe98
(XEN) [2014-01-22 12:27:07] ffff82d0802cfd88 ffff83023946e700 0000000000000005 0000000000000000
(XEN) [2014-01-22 12:27:07] ffff82d0802cfd28 ffff82d080168987 0000000000000246 ffff82d0802cfcd8
(XEN) [2014-01-22 12:27:07] ffff82d080129d68 0000000000000000 ffff82d0802cfd28 ffff82d0801473d9
(XEN) [2014-01-22 12:27:07] ffff82d0802cfd18 ffff8302337fbb70 000000000000010c ffff830233748000
(XEN) [2014-01-22 12:27:07] 000000000000010c 0000000000000025 00000000ffffffed ffff830239402500
(XEN) [2014-01-22 12:27:07] ffff82d0802cfdc8 ffff82d08016c65c ffff83023f65db00 000000000000010c
(XEN) [2014-01-22 12:27:07] 000000000000010c ffff8302337480e0 ffff82d0802cfd98 ffff82d0801047ed
(XEN) [2014-01-22 12:27:07] 0000010c01402500 ffff82d0802cfe98 ffff8302337480e0 ffff83023946e700
(XEN) [2014-01-22 12:27:07] ffff82d0802cfe98 ffff83023f65db00 ffff82d0802cfdc8 ffff830233748000
(XEN) [2014-01-22 12:27:07] 00000000fffffffd 0000000000000000 ffff82d0802cfe98 ffff82d0802cfe70
(XEN) [2014-01-22 12:27:07] ffff82d0802cfe48 ffff82d08017f104 ffff82d0802cff18 ffffffff8154ea06
(XEN) [2014-01-22 12:27:07] ffff82d0802cfe98 ffff8302337480b8 ffff82d00000010c ffff82d08018bcb0
(XEN) [2014-01-22 12:27:07] 000000250000f800 ffff82d0802cfe74 ffff820040005000 000000000000000d
(XEN) [2014-01-22 12:27:07] ffff88006ca859b8 ffff8300b7313000 ffff88006c35cc00 0000000000000000
(XEN) [2014-01-22 12:27:07] ffff82d0802cfef8 ffff82d08017f814 0000000000000000 0000000700000004
(XEN) [2014-01-22 12:27:07] 0000000000007ff0 ffffffffffffffff 0000000000000005 0000000000000000
(XEN) [2014-01-22 12:27:07] Xen call trace:
(XEN) [2014-01-22 12:27:07] [<ffff82d0801683a2>] msix_capability_init+0x1dc/0x603
(XEN) [2014-01-22 12:27:07] [<ffff82d080168987>] pci_enable_msi+0x1be/0x4d7
(XEN) [2014-01-22 12:27:07] [<ffff82d08016c65c>] map_domain_pirq+0x222/0x5ad
(XEN) [2014-01-22 12:27:07] [<ffff82d08017f104>] physdev_map_pirq+0x507/0x5d1
(XEN) [2014-01-22 12:27:07] [<ffff82d08017f814>] do_physdev_op+0x646/0x119e
(XEN) [2014-01-22 12:27:07] [<ffff82d08022231b>] syscall_enter+0xeb/0x145
(XEN) [2014-01-22 12:27:07]
(XEN) [2014-01-22 12:27:07] Pagetable walk from 0000000000000004:
(XEN) [2014-01-22 12:27:07] L4[0x000] = 000000021db66067 000000000006cb75
(XEN) [2014-01-22 12:27:07] L3[0x000] = 000000021db65067 000000000006cb76
(XEN) [2014-01-22 12:27:07] L2[0x000] = 0000000000000000 ffffffffffffffff
(XEN) [2014-01-22 12:27:07]
(XEN) [2014-01-22 12:27:07] ****************************************
(XEN) [2014-01-22 12:27:07] Panic on CPU 0:
(XEN) [2014-01-22 12:27:07] FATAL PAGE FAULT
(XEN) [2014-01-22 12:27:07] [error_code=0000]
(XEN) [2014-01-22 12:27:07] Faulting linear address: 0000000000000004
(XEN) [2014-01-22 12:27:07] ****************************************
(XEN) [2014-01-22 12:27:07]
(XEN) [2014-01-22 12:27:07] Manual reset required ('noreboot' specified)
[-- Attachment #2: tst035-4.4-pci_prepare_msix-patch.txt --]
[-- Type: text/plain, Size: 148921 bytes --]
Loading xen.gz... ^[[07;00Hok
Loading vmlinuz... ^[[01;00Hok
Loading initramfs.cpio.gz... ^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00H^[[01;00Hok
Loading microcode.bin... ok
Xen 4.4-rc2
(XEN) Xen version 4.4-rc2 (konrad@(none)) (gcc (GCC) 4.4.4 20100503 (Red Hat 4.4.4-2)) debug=y Tue Jan 21 23:12:04 EST 2014
(XEN) Latest ChangeSet: Mon Jan 20 09:50:20 2014 +0100 git:407a3c0-dirty
(XEN) Console output is synchronous.
(XEN) Bootloader: unknown
(XEN) Command line: dom0_max_vcpus=1 dom0_mem=max:2G iommu=debug,verbose com1=115200,8n1 console=com1 ucode=scan console_timestamps=1 console_to_ring conring_size=2097152 cpufreq=xen:performance,verbose sync_console noreboot loglvl=all guest_loglvl=all dom0_mem_max=max:6GB,2G
(XEN) Video information:
(XEN) VGA is text mode 80x25, font 8x16
(XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN) EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN) Found 1 MBR signatures
(XEN) Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN) 0000000000000000 - 0000000000099c00 (usable)
(XEN) 0000000000099c00 - 00000000000a0000 (reserved)
(XEN) 00000000000e0000 - 0000000000100000 (reserved)
(XEN) 0000000000100000 - 00000000a58f1000 (usable)
(XEN) 00000000a58f1000 - 00000000a58f8000 (ACPI NVS)
(XEN) 00000000a58f8000 - 00000000a61b1000 (usable)
(XEN) 00000000a61b1000 - 00000000a6597000 (reserved)
(XEN) 00000000a6597000 - 00000000b74b4000 (usable)
(XEN) 00000000b74b4000 - 00000000b76cb000 (reserved)
(XEN) 00000000b76cb000 - 00000000b770c000 (usable)
(XEN) 00000000b770c000 - 00000000b77b9000 (ACPI NVS)
(XEN) 00000000b77b9000 - 00000000b7fff000 (reserved)
(XEN) 00000000b7fff000 - 00000000b8000000 (usable)
(XEN) 00000000bc000000 - 00000000be200000 (reserved)
(XEN) 00000000f8000000 - 00000000fc000000 (reserved)
(XEN) 00000000fec00000 - 00000000fec01000 (reserved)
(XEN) 00000000fed00000 - 00000000fed04000 (reserved)
(XEN) 00000000fed1c000 - 00000000fed20000 (reserved)
(XEN) 00000000fee00000 - 00000000fee01000 (reserved)
(XEN) 00000000ff000000 - 0000000100000000 (reserved)
(XEN) 0000000100000000 - 000000023fe00000 (usable)
(XEN) ACPI: RSDP 000F0490, 0024 (r2 ALASKA)
(XEN) ACPI: XSDT B7794098, 00AC (r1 ALASKA A M I 1072009 AMI 10013)
(XEN) A M I 0 INTL 20091112)
(XEN) ACPI: FACS B77B7080, 0040
(XEN) ACPI: APIC B779F1C8, 0092 (r3 ALASKA A M I 1072009 AMI 10013)
(XEN) ACPI: FPDT B779F260, 0044 (r1 ALASKA A M I 1072009 AMI 10013)
(XEN) ACPI: SSDT B779F2A8, 0540 (r1 PmRef Cpu0Ist 3000 INTL 20051117)
(XEN) ACPI: SSDT B779F7E8, 0AD8 (r1 PmRef CpuPm 3000 INTL 20051117)
(XEN) ACPI: SSDT B77A02C0, 02F2 (r1 PmRef Cpu0Tst 3000 INTL 20051117)
(XEN) ACPI: SSDT B77A05B8, 0348 (r1 PmRef ApTst 3000 INTL 20051117)
(XEN) ACPI: MCFG B77A0900, 003C (r1 ALASKA A M I 1072009 MSFT 97)
(XEN) ACPI: HPET B77A0940, 0038 (r1 ALASKA A M I 1072009 AMI. 5)
(XEN) ACPI: SSDT B77A0978, 036D (r1 SataRe SataTabl 1000 INTL 20091112)
(XEN) ACPI: SSDT B77A0CE8, 327D (r1 SaSsdt SaSsdt 3000 INTL 20091112)
(XEN) ACPI: ASF! B77A3F68, 00A5 (r32 INTEL HCG 1 TFSM F4240)
(XEN) ACPI: DMAR B77A4010, 00B8 (r1 INTEL HSW 1 INTL 1)
(XEN) ACPI: EINJ B77A40C8, 0130 (r1 AMI AMI EINJ 0 0)
(XEN) ACPI: ERST B77A41F8, 0230 (r1 AMIER AMI ERST 0 0)
(XEN) ACPI: HEST B77A4428, 00A8 (r1 AMI AMI HEST 0 0)
(XEN) ACPI: BERT B77A44D0, 0030 (r1 AMI AMI BERT 0 0)
(XEN) System RAM: 8046MB (8239752kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-000000023fe00000
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000fd870
(XEN) DMI 2.7 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1804,0], pm1x_evt[1800,0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - b77b7080/0000000000000000, using 32
(XEN) ACPI: wakeup_vec[b77b708c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) Processor #2 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) Processor #4 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) Processor #6 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) Processor #1 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) Processor #3 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) Processor #5 7:12 APIC version 21
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) Processor #7 7:12 APIC version 21
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode: Flat. Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) [VT-D]dmar.c:778: Host address width 39
(XEN) [VT-D]dmar.c:792: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472: dmaru->address = fed90000
(XEN) [VT-D]iommu.c:1157: drhd->address = fed90000 iommu->reg = ffff82c000201000
(XEN) [VT-D]iommu.c:1159: cap = c0000020660462 ecap = f0101a
(XEN) [VT-D]dmar.c:383: endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:792: found ACPI_DMAR_DRHD:
(XEN) [VT-D]dmar.c:472: dmaru->address = fed91000
(XEN) [VT-D]iommu.c:1157: drhd->address = fed91000 iommu->reg = ffff82c000203000
(XEN) [VT-D]iommu.c:1159: cap = d2008020660462 ecap = f010da
(XEN) [VT-D]dmar.c:397: IOAPIC: 0000:f0:1f.0
(XEN) [VT-D]dmar.c:361: MSI HPET: 0000:f0:0f.0
(XEN) [VT-D]dmar.c:486: flags: INCLUDE_ALL
(XEN) [VT-D]dmar.c:797: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1d.0
(XEN) [VT-D]dmar.c:383: endpoint: 0000:00:1a.0
(XEN) [VT-D]dmar.c:383: endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:666: RMRR region: base_addr b764b000 end_address b7657fff
(XEN) [VT-D]dmar.c:797: found ACPI_DMAR_RMRR:
(XEN) [VT-D]dmar.c:383: endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:666: RMRR region: base_addr bc000000 end_address be1fffff
(XEN) Xen ERST support is initialized.
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X
(XEN) Switched to APIC driver x2apic_cluster.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3400.091 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x340 and states: 0x7
(XEN) mce_intel.c:717: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0 extended MCE MSR 0
(XEN) Intel machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base f8000000 segment 0000 buses 00 - 3f
(XEN) PCI: MCFG area at f8000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-3f
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Shared EPT tables not enabled.
(XEN) I/O virtualisation enabled
(XEN) - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN) -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) TSC deadline timer enabled
(XEN) [2014-01-22 12:26:51] Platform timer is 14.318MHz HPET
(XEN) [2014-01-22 12:26:51] Allocated console ring of 1048576 KiB. lapic_timer_reliable_states 0xffffffff
(XEN) [2014-01-22 12:26:51] VMX: Supported advanced features:
(XEN) [2014-01-22 12:26:51] - APIC MMIO access virtualisation
(XEN) [2014-01-22 12:26:51] - APIC TPR shadow
(XEN) [2014-01-22 12:26:51] - Extended Page Tables (EPT)
(XEN) [2014-01-22 12:26:51] - Virtual-Processor Identifiers (VPID)
(XEN) [2014-01-22 12:26:51] - Virtual NMI
(XEN) [2014-01-22 12:26:51] - MSR direct-access bitmap
(XEN) [2014-01-22 12:26:51] - Unrestricted Guest
(XEN) [2014-01-22 12:26:51] - VMCS shadowing
(XEN) [2014-01-22 12:26:51] HVM: ASIDs enabled.
(XEN) [2014-01-22 12:26:51] HVM: VMX enabled
(XEN) [2014-01-22 12:26:51] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2014-01-22 12:26:51] HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [2014-01-22 12:26:51] Brought up 8 CPUs
(XEN) [2014-01-22 12:26:51] ACPI sleep modes: S3
(XEN) [2014-01-22 12:26:51] mcheck_poll: Machine check polling timer started.
(XEN) [2014-01-22 12:26:51] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xa22000
(XEN) [2014-01-22 12:26:51] elf_parse_binary(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: ENTRY = 0xffffffff81cd61e0
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: LOADER = "generic"
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2014-01-22 12:26:51] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2014-01-22 12:26:51] elf_xen_addr_calc_check: addresses:
(XEN) [2014-01-22 12:26:51] virt_base = 0xffffffff80000000
(XEN) [2014-01-22 12:26:51] elf_paddr_offset = 0x0
(XEN) [2014-01-22 12:26:51] virt_offset = 0xffffffff80000000
(XEN) [2014-01-22 12:26:51] virt_kstart = 0xffffffff81000000
(XEN) [2014-01-22 12:26:51] virt_kend = 0xffffffff823f4000
(XEN) [2014-01-22 12:26:51] virt_entry = 0xffffffff81cd61e0
(XEN) [2014-01-22 12:26:51] p2m_base = 0xffffffffffffffff
(XEN) [2014-01-22 12:26:51] Xen kernel: 64-bit, lsb, compat32
(XEN) [2014-01-22 12:26:51] Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x23f4000
(XEN) [2014-01-22 12:26:51] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2014-01-22 12:26:51] Dom0 alloc.: 000000022c000000->0000000230000000 (487000 pages to be allocated)
(XEN) [2014-01-22 12:26:51] Init. ramdisk: 000000023abdf000->000000023fd86e64
(XEN) [2014-01-22 12:26:51] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2014-01-22 12:26:51] Loaded kernel: ffffffff81000000->ffffffff823f4000
(XEN) [2014-01-22 12:26:51] Init. ramdisk: ffffffff823f4000->ffffffff8759be64
(XEN) [2014-01-22 12:26:51] Phys-Mach map: ffffffff8759c000->ffffffff8799c000
(XEN) [2014-01-22 12:26:51] Start info: ffffffff8799c000->ffffffff8799c4b4
(XEN) [2014-01-22 12:26:51] Page tables: ffffffff8799d000->ffffffff879de000
(XEN) [2014-01-22 12:26:51] Boot stack: ffffffff879de000->ffffffff879df000
(XEN) [2014-01-22 12:26:51] TOTAL: ffffffff80000000->ffffffff87c00000
(XEN) [2014-01-22 12:26:51] ENTRY ADDRESS: ffffffff81cd61e0
(XEN) [2014-01-22 12:26:51] Dom0 has maximum 1 VCPUs
(XEN) [2014-01-22 12:26:51] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81a22000
(XEN) [2014-01-22 12:26:51] elf_load_binary: phdr 1 at 0xffffffff81c00000 -> 0xffffffff81cc00f0
(XEN) [2014-01-22 12:26:51] elf_load_binary: phdr 2 at 0xffffffff81cc1000 -> 0xffffffff81cd5d80
(XEN) [2014-01-22 12:26:51] elf_load_binary: phdr 3 at 0xffffffff81cd6000 -> 0xffffffff81e78000
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1438: d0:Hostbridge: skip 0000:00:00.0 map
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:00:03.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:14.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:16.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:19.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1a.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:00:1b.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1d.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.2
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.3
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:00:1f.6
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:01:00.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:02:00.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:02:00.1
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:03:00.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:03:00.1
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:04:00.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:06:03.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:08.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:08.1
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:09.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:09.1
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0a.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0a.1
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0b.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:0b.1
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:08:00.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:1452: d0:PCIe: map 0000:09:00.0
(XEN) [2014-01-22 12:26:52] [VT-D]iommu.c:750: iommu_enable_translation: iommu->reg = ffff82c000201000
(XEN) [2014-01-22 12:26:translation: iommu->reg = ffff82c000203000
(XEN) [2014-01-22 12:26:52] Scrubbing Free RAM: ................................................done.
(XEN) [2014-01-22 12:26:53] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2014-01-22 12:26:53] Std. Loglevel: All
(XEN) [2014-01-22 12:26:53] Guest Loglevel: All
(XEN) [2014-01-22 12:26:53] **********************************************
(XEN) [2014-01-22 12:26:53] ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) [2014-01-22 12:26:53] ******* This option is intended to aid debugging of Xen by ensuring
(XEN) [2014-01-22 12:26:53] ******* that all output is synchronously delivered on the serial line.
(XEN) [2014-01-22 12:26:53] ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) [2014-01-22 12:26:53] ******* timekeeping. It is NOT recommended for production use!
(XEN) [2014-01-22 12:26:53] **********************************************
(XEN) [2014-01-22 12:26:53] 3... 2... 1...
(XEN) [2014-01-22 12:26:56] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2014-01-22 12: kernel into physical memory
about to get started...
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cversion 3.13.0upstream-02502-gec513b1 (konrad@build-external.dumpdata.com) (gcc version 4.4.4 20100503 (Red Hat 4.4.4-2) (GCC) ) #1 SMP Tue Jan 21 12:31:52 EST 2014
[ 0.000000] Command line: debug pci=assign-busses console=hvc0 loglevel=10 initcall_debug loop.max_loop=100 kgdboc=hvc0 xen-pciback.hide=(xxxx:xxx:xx:) xen-acpi-processor.off=1
[ 0.000000] Freeing 99-100 pfn range: 103 pages freed
[ 0.000000] 1-1 mapping on 99->100
[ 0.000000] 1-1 mapping on a58f1->a58f8
[ 0.000000] 1-1 mapping on a61b1->a6597
[ 0.000000] 1-1 mapping on b74b4->b76cb
[ 0.000000] 1-1 mapping on b770c->b7fff
[ 0.000000] 1-1 mapping on b8000->100000
[ 0.000000] Released 103 pages of unused memory
[ 0.000000] Set 298846 page(s) to 1-1 mapping
[ 0.000000] Populating 80000-80067 pfn range: 103 pages added
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] Xen: [mem 0x0000000000000000-0x0000000000098fff] usable
[ 0.000000] Xen: [mem 0x0000000000099c00-0x00000000000fffff] reserved
[ 0.000000] Xen: [mem 0x0000000000100000-0x0000000080066fff] usable
[ 0.000000] Xen: [mem 0x0000000080067000-0x00000000a58f0fff] unusable
[ 0.000000] Xen: [mem 0x00000000a58f1000-0x00000000a58f7fff] ACPI NVS
[ 0.000000] Xen: [mem 0x00000000a58f8000-0x00000000a61b0fff] unusable
[ 0.000000] Xen: [mem 0x00000000a61b1000-0x00000000a6596fff] reserved
[ 0.000000] Xen: [mem 0x00000000a6597000-0x00000000b74b3fff] unusable
[ 0.000000] Xen: [mem 0x00000000b74b4000-0x00000000b76cafff] reserved
[ 0.000000] Xen: [mem 0x00000000b76cb000-0x00000000b770bfff] unusable
[ 0.000000] Xen: [mem 0x00000000b770c000-0x00000000b77b8fff] ACPI NVS
[ 0.000000] Xen: [mem 0x00000000b77b9000-0x00000000b7ffefff] reserved
[ 0.000000] Xen: [mem 0x00000000b7fff000-0x00000000b7ffffff] unusable
[ 0.000000] Xen: [mem 0x00000000bc000000-0x00000000be1fffff] reserved
[ 0.000000] Xen: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] Xen: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] Xen: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] Xen: [mem 0x0000000100000000-0x000000023fdfffff] unusable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Supermicro X10SAE/X10SAE, BIOS 1.00 05/03/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x80067 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7fffffff]
[ 0.000000] [mem 0x7fe00000-0x7fffffff] page 4k
[ 0.000000] BRK [0x01fec000, 0x01fecfff] PGTABLE
[ 0.000000] BRK [0x01fed000, 0x01fedfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fdfffff]
[ 0.000000] [mem 0x7c000000-0x7fdfffff] page 4k
[ 0.000000] BRK [0x01fee000, 0x01feefff] PGTABLE
[ 0.000000] BRK [0x01fef000, 0x01feffff] PGTABLE
[ 0.000000] BRK [0x01ff0000, 0x01ff0fff] PGTABLE
[ 0.000000] BRK [0x01ff1000, 0x01ff1fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]
[ 0.000000] [mem 0x00100000-0x7bffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x80000000-0x80066fff]
[ 0.000000] [mem 0x80000000-0x80066fff] page 4k
[ 0.000000] RAMDISK: [mem 0x023f4000-0x0759bfff]
[ 0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 00000000b7794098 0000AC (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 00000000b779f0b8 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 00000000b77941d8 00AEDD (v02 ALASKA A M I 00000000 INTL 20091112)
[ 0.000000] ACPI: FACS 00000000b77b7080 000040
[ 0.000000] ACPI: APIC 00000000b779f1c8 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 00000000b779f260 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 00000000b779f2a8 000540 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 00000000b779f7e8 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 00000000b77a02c0 0002F2 (v01 PmRef Cpu0Tst 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 00000000b77a05b8 000348 (v01 PmRef ApTst 00003000 INTL 20051117)
[ 0.000000] ACPI: MCFG 00000000b77a0900 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000b77a0940 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 00000000b77a0978 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 00000000b77a0ce8 00327D (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.000000] ACPI: ASF! 00000000b77a3f68 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: XMAR 00000000b77a4010 0000B8 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.000000] ACPI: EINJ 00000000b77a40c8 000130 (v01 AMI AMI EINJ 00000000 00000000)
[ 0.000000] ACPI: ERST 00000000b77a41f8 000230 (v01 AMIER AMI ERST 00000000 00000000)
[ 0.000000] ACPI: HEST 00000000b77a4428 0000A8 (v01 AMI AMI HEST 00000000 00000000)
[ 0.000000] ACPI: BERT 00000000b77a44d0 000030 (v01 AMI AMI BERT 00000000 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] NUMA turned off
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000080066fff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x80066fff]
[ 0.000000] NODE_DATA [mem 0x80063000-0x80066fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x00098fff]
[ 0.000000] node 0: [mem 0x00100000-0x80066fff]
[ 0.000000] On node 0 totalpages: 524287
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3992 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7114 pages used for memmap
[ 0.000000] DMA32 zone: 520295 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, 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 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x00099000-0x00099fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x000fffff]
[ 0.000000] e820: [mem 0xbe200000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen
[ 0.000000] Xen version: 4.4-rc2 (preserve-AD)
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007f600000 s85376 r8192 d21120 u262144
[ 0.000000] pcpu-alloc: s85376 r8192 d21120 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 5.252759] Built 1 zonelists in Node order, mobility grouping on. Total pages: 517096
[ 5.252760] Policy zone: DMA32
[ 5.252762] Kernel command line: debug pci=assign-busses console=hvc0 loglevel=10 initcall_debug loop.max_loop=100 kgdboc=hvc0 xen-pciback.hide=(xxxx:xxx:xx:) xen-acpi-processor.off=1
[ 5.253069] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 5.253099] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 5.273555] software IO TLB [mem 0x79200000-0x7d200000] (64MB) mapped at [ffff880079200000-ffff88007d1fffff]
[ 5.276649] Memory: 1891276K/2097148K available (6935K kernel code, 766K rwdata, 2184K rodata, 1724K init, 1380K bss, 205872K reserved)
[ 5.276873] Hierarchical RCU implementation.
[ 5.276874] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[ 5.276874] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 5.276882] NR_IRQS:33024 nr_irqs:256 16
[ 5.276961] xen: sci override: global_irq=9 trigger=0 polarity=0
[ 5.276962] xen: registering gsi 9 triggering 0 polarity 0
[ 5.276973] xen: --> pirq=9 -> irq=9 (gsi=9)
[ 5.276996] xen: acpi sci 9
[ 5.276999] xen: --> pirq=1 -> irq=1 (gsi=1)
[ 5.277002] xen: --> pirq=2 -> irq=2 (gsi=2)
[ 5.277004] xen: --> pirq=3 -> irq=3 (gsi=3)
[ 5.277007] xen: --> pirq=4 -> irq=4 (gsi=4)
[ 5.277009] xen: --> pirq=5 -> irq=5 (gsi=5)
[ 5.277012] xen: --> pirq=6 -> irq=6 (gsi=6)
[ 5.277014] xen: --> pirq=7 -> irq=7 (gsi=7)
[ 5.277017] xen: --> pirq=8 -> irq=8 (gsi=8)
[ 5.277019] xen: --> pirq=10 -> irq=10 (gsi=10)
[ 5.277022] xen: --> pirq=11 -> irq=11 (gsi=11)
[ 5.277024] xen: --> pirq=12 -> irq=12 (gsi=12)
[ 5.277027] xen: --> pirq=13 -> irq=13 (gsi=13)
[ 5.277029] xen: --> pirq=14 -> irq=14 (gsi=14)
[ 5.277031] xen: --> pirq=15 -> irq=15 (gsi=15)
[ 5.278594] Console: colour VGA+ 80x25
[ 6.234540] console [hvc0] enabled
[ 6.238477] Xen: using vcpuop timer interface
[ 6.242826] installing Xen timer for CPU 0
[ 6.247007] tsc: Detected 3400.090 MHz processor
[ 6.251691] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.18 BogoMIPS (lpj=3400090)
[ 6.262327] pid_max: default: 32768 minimum: 301
[ 6.267158] Security Framework initialized
[ 6.271247] SELinux: Initializing.
[ 6.274819] SELinux: Starting in permissive mode
[ 6.279892] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 6.287341] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 6.294505] Mount-cache hash table entries: 256
[ 6.299474] Initializing cgroup subsys freezer
[ 6.303977] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 6.303977] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 6.317082] CPU: Physical Processor ID: 0
[ 6.321154] CPU: Processor Core ID: 0
[ 6.325579] mce: CPU supports 2 MCE banks
[ 6.329589] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 6.329589] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 6.329589] tlb_flushall_shift: 6
[ 6.366666] Freeing SMP alternatives memory: 28K (ffffffff81e70000 - ffffffff81e77000)
[ 6.375309] ACPI: Core revision 20131115
[ 6.428321] ACPI: All ACPI Tables successfully acquired
[ 6.435084] cpu 0 spinlock event irq 41
[ 6.438963] callingks_jump+0x0/0x1d returned 0 after 4882 usecs
[ 6.457544] calling set_real_mode_permissions+0x0/0xa9 @ 1
[ 6.463184] initcall set_real_mode_permissions+0x0/0xa9 returned 0 after 0 usecs
[ 6.470624] calling trace_init_perf_perm_irq_work_exit+0x0/0x13 @ 1
[ 6.477037] initcall trace_init_perf_perm_irq_work_exit+0x0/0x13 returned 0 after 0 usecs
[ 6.485272] calling trace_init_flags_sys_exit+0x0/0x12 @ 1
[ 6.490905] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[ 6.498357] calling trace_init_flags_sys_enter+0x0/0x12 @ 1
[ 6.504075] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[ 6.511616] calling init_hw_perf_events+0x0/0x53b @ 1
[ 6.516816] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[ 6.525657] initcall init_hw_perf_events+0x0/0x53b returned 0 after 2929 usecs
[ 6.532964] calling register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[ 6.539377] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[ 6.547611] calling kvm_spinlock_init_jump+0x0/0x5a @ 1
[ 6.553079] initcall kvm_spinlock_init_jump+0x0/0x5a returned 0 after 0 usecs
[ 6.560204] calling spawn_ksoftirqd+0x0/0x28 @ 1
[ 6.564997] initcall spawn_ksoftirqd+0x0/0x28 returned 0 after 0 usecs
[ 6.571555] calling init_workqueues+0x0/0x59a @ 1
[ 6.576564] initcall init_workqueues+0x0/0x59a returned 0 after 0 usecs
[ 6.583161] calling migration_init+0x0/0x71 @ 1
[ 6.587839] initcall migration_init+0x0/0x71 returned 0 after 0 usecs
[ 6.594339] calling check_cpu_stall_init+0x0/0x1b @ 1
[ 6.599541] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[ 6.606558] calling rcu_scheduler_really_started+0x0/0x12 @ 1
[ 6.612451] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[ 6.620165] calling rcu_spawn_gp_kthread+0x0/0x90 @ 1
[ 6.625404] initcall rcu_spawn_gp_kthread+0x0/0x90 returned 0 after 0 usecs
[ 6.632391] calling cpu_stop_init+0x0/0x76 @ 1
[ 6.637002] initcall cpu_stop_init+0x0/0x76 returned 0 after 0 usecs
[ 6.643391] calling relay_init+0x0/0x14 @ 1
[ 6.647724] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[ 6.653878] calling tracer_alloc_buffers+0x0/0x1bd @ 1
[ 6.659185] initcall tracer_alloc_buffers+0x0/0x1bd returned 0 after 0 usecs
[ 6.666270] calling init_events+0x0/0x61 @ 1
[ 6.670692] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[ 6.676930] calling init_trace_printk+0x0/0x12 @ 1
[ 6.681871] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[ 6.688630] calling event_trace_memsetup+0x0/0x52 @ 1
[ 6.693849] initcall event_trace_memsetup+0x0/0x52 returned 0 after 0 usecs
[ 6.700849] calling jump_label_init_module+0x0/0x12 @ 1
[ 6.706222] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[ 6.713417] calling balloon_clear+0x0/0x4f @ 1
[ 6.718009] initcall balloon_clear+0x0/0x4f returned 0 after 0 usecs
[ 6.724423] calling rand_initialize+0x0/0x30 @ 1
[ 6.729212] initcall rand_initialize+0x0/0x30 returned 0 after 0 usecs
[ 6.735775] calling mce_amd_init+0x0/0x165 @ 1
[ 6.740369] initcall mce_amd_init+0x0/0x165 returned 0 after 0 usecs
[ 6.746806] x86: Booted up 1 node, 1 CPUs
[ 6.751557] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 6.758203] devtmpfs: initialized
[ 6.764080] calling ipc_ns_init+0x0/0x14 @ 1
[ 6.768431] initcall ipc_ns_init+0x0/0x14 returned 0 after 0 usecs
[ 6.774671] calling init_mmap_min_addr+0x0/0x26 @ 1
[ 6.779697] initcall init_mmap_min_addr+0x0/0x26 returned 0 after 0 usecs
[ 6.786544] calling init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[ 6.793218] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[ 6.801709] calling net_ns_init+0x0/0x104 @ 1
[ 6.806273] initcall net_ns_init+0x0/0x104 returned 0 after 0 usecs
[ 6.812556] calling e820_mark_nvs_memory+0x0/0x41 @ 1
[ 6.817744] PM: Registering ACPI NVS region [mem 0xa58f1000-0xa58f7fff] (28672 bytes)
[ 6.825638] PM: Registering ACPI NVS region [mem 0xb770c000-0xb77b8fff] (708608 bytes)
[ 6.833801] initcall e820_mark_nvs_memory+0x0/0x41 returned 0 after 1953 usecs
[ 6.841003] calling cpufreq_tsc+0x0/0x37 @ 1
[ 6.845423] initcall cpufreq_tsc+0x0/0x37 returned 0 after 0 usecs
[ 6.851664] calling reboot_init+0x0/0x1d @ 1
[ 6.856086] initcall reboot_init+0x0/0x1d returned 0 after 0 usecs
[ 6.862323] calling init_lapic_sysfs+0x0/0x20 @ 1
[ 6.867176] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[ 6.873849] calling cpu_hotplug_pm_sync_init+0x0/0x2f @ 1
[ 6.879396] initcall cpu_hotplug_pm_sync_init+0x0/0x2f returned 0 after 0 usecs
[ 6.886761] calling alloc_frozen_cpus+0x0/0x8 @ 1
[ 6.891615] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[ 6.898288] calling wq_sysfs_init+0x0/0x14 @ 1
[ 6.902983] kworker/u2:0 (15) used greatest stack depth: 6168 bytes left
[ 6.909731] initcall wq_sysfs_init+0x0/0x14 returned 0 after 976 usecs
[ 6.916256] calling ksysfs_init+0x0/0x94 @ 1
[ 6.920719] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs
[ 6.926914] calling pm_init+0x0/0x4e @ 1
[ 6.931026] initcall pm_init+0x0/0x4e returned 0 after 0 usecs
[ 6.936879] calling pm_disk_init+0x0/0x19 @ 1
[ 6.941401] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[ 6.947714] calling swsusp_header_init+0x0/0x30 @ 1
[ 6.952739] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[ 6.959586] calling init_jiffies_clocksource+0x0/0x12 @ 1
[ 6.965131] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[ 6.972499] calling cgroup_wq_init+0x0/0x32 @ 1
[ 6.977184] initcall cgroup_wq_init+0x0/0x32 returned 0 after 0 usecs
[ 6.983678] calling event_trace_enable+0x0/0x173 @ 1
[ 6.989266] initcall event_trace_enable+0x0/0x173 returned 0 after 0 usecs
[ 6.996126] calling init_zero_pfn+0x0/0x35 @ 1
[ 7.000717] initcall init_zero_pfn+0x0/0x35 returned 0 after 0 usecs
[ 7.007130] calling fsnotify_init+0x0/0x26 @ 1
[ 7.011725] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[ 7.018136] calling filelock_init+0x0/0x84 @ 1
[ 7.022741] initcall filelock_init+0x0/0x84 returned 0 after 0 usecs
[ 7.029143] calling init_misc_binfmt+0x0/0x31 @ 1
[ 7.033997] initcall init_misc_binfmt+0x0/0x31 returned 0 after 0 usecs
[ 7.040669] calling init_script_binfmt+0x0/0x16 @ 1
[ 7.045696] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 7.052542] calling init_elf_binfmt+0x0/0x16 @ 1
[ 7.057308] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 7.063895] calling init_compat_elf_binfmt+0x0/0x16 @ 1
[ 7.069268] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 7.076462] calling debugfs_init+0x0/0x5c @ 1
[ 7.080978] initcall debugfs_init+0x0/0x5c returned 0 after 0 usecs
[ 7.087295] calling securityfs_init+0x0/0x53 @ 1
[ 7.092073] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs
[ 7.098648] calling prandom_init+0x0/0xe2 @ 1
[ 7.103155] initcall prandom_init+0x0/0xe2 returned 0 after 0 usecs
[ 7.109483] calling virtio_init+0x0/0x30 @ 1
[ 7.114003] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[ 7.120168] calling __gnttab_init+0x0/0x30 @ 1
[ 7.124764] xen:grant_table: Grant tables using version 2 layout
[ 7.130846] Grant table initialized
[ 7.134380] initcall __gnttab_init+0x0/0x30 returned 0 after 1953 usecs
[ 7.141054] calling early_resume_init+0x0/0x1d0 @ 1
[ 7.146106] RTC time: 12:26:57, date: 01/22/14
[ 7.150586] initcall early_resume_init+0x0/0x1d0 returned 0 after 976 usecs
[ 7.157606] calling cpufreq_core_init+0x0/0x37 @ 1
[ 7.162545] initcall cpufreq_core_init+0x0/0x37 returned -19 after 0 usecs
[ 7.169479] calling cpuidle_init+0x0/0x40 @ 1
[ 7.173985] initcall cpuidle_init+0x0/0x40 returned -19 after 0 usecs
[ 7.180484] calling bsp_pm_check_init+0x0/0x14 @ 1
[ 7.185426] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[ 7.192185] calling sock_init+0x0/0x8b @ 1
[ 7.196534] initcall sock_init+0x0/0x8b returned 0 after 0 usecs
[ 7.202524] calling net_inuse_init+0x0/0x26 @ 1
[ 7.207206] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[ 7.213702] calling netpoll_init+0x0/0x31 @ 1
[ 7.218209] initcall netpoll_init+0x0/0x31 returned 0 after 0 usecs
[ 7.224536] calling netlink_proto_init+0x0/0x1f7 @ 1
[ 7.229690] NET: Registered protocol family 16
[ 7.234180] initcall netlink_proto_init+0x0/0x1f7 returned 0 after 976 usecs
[ 7.241276] calling bdi_class_init+0x0/0x4d @ 1
[ 7.246061] initcall bdi_class_init+0x0/0x4d returned 0 after 0 usecs
[ 7.252491] calling kobject_uevent_init+0x0/0x12 @ 1
[ 7.257616] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[ 7.264533] calling pcibus_class_init+0x0/0x19 @ 1
[ 7.269536] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[ 7.276232] calling pci_driver_init+0x0/0x12 @ 1
[ 7.281094] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 7.287611] calling backlight_class_init+0x0/0x85 @ 1
[ 7.292870] initcall backlight_class_init+0x0/0x85 returned 0 after 0 usecs
[ 7.299834] calling video_output_class_init+0x0/0x19 @ 1
[ 7.305358] initcall video_output_class_init+0x0/0x19 returned 0 after 0 usecs
[ 7.312572] calling xenbus_init+0x0/0x26f @ 1
[ 7.317169] initcall xenbus_init+0x0/0x26f returned 0 after 0 usecs
[ 7.323424] calling tty_class_init+0x0/0x38 @ 1
[ 7.328170] initcall tty_class_init+0x0/0x38 returned 0 after 0 usecs
[ 7.334603] calling vtconsole_class_init+0x0/0xc2 @ 1
[ 7.339972] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs
[ 7.346917] calling wakeup_sources_debugfs_init+0x0/0x2b @ 1
[ 7.352729] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[ 7.360351] calling register_node_type+0x0/0x34 @ 1
[ 7.365509] initcall register_node_type+0x0/0x34 returned 0 after 0 usecs
[ 7.372284] calling i2c_init+0x0/0x70 @ 1
[ 7.376611] initcall i2c_init+0x0/0x70 returned 0 after 0 usecs
[ 7.382518] calling init_ladder+0x0/0x12 @ 1
[ 7.386937] initcall init_ladder+0x0/0x12 returned -19 after 0 usecs
[ 7.393349] calling init_menu+0x0/0x12 @ 1
[ 7.397597] initcall init_menu+0x0/0x12 returned -19 after 0 usecs
[ 7.403836] calling amd_postcore_init+0x0/0x143 @ 1
[ 7.408863] initcall amd_postcore_init+0x0/0x143 returned 0 after 0 usecs
[ 7.415722] calling boot_params_ksysfs_init+0x0/0x237 @ 1
[ 7.421274] initcall boot_params_ksysfs_init+0x0/0x237 returned 0 after 0 usecs
[ 7.428623] calling arch_kdebugfs_init+0x0/0x233 @ 1
[ 7.433765] initcall arch_kdebugfs_init+0x0/0x233 returned 0 after 0 usecs
[ 7.440668] calling mtrr_if_init+0x0/0x78 @ 1
[ 7.445175] initcall mtrr_if_init+0x0/0x78 returned -19 after 0 usecs
[ 7.451675] calling ffh_cstate_init+0x0/0x2a @ 1
[ 7.456444] initcall ffh_cstate_init+0x0/0x2a returned 0 after 0 usecs
[ 7.463028] calling activate_jump_labels+0x0/0x32 @ 1
[ 7.468229] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[ 7.475247] calling acpi_pci_init+0x0/0x61 @ 1
[ 7.479841] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 7.487467] ACPI: bus type PCI registered
[ 7.491540] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 7.498040] initcall acpi_pci_init+0x0/0x61 returned 0 after 2929 usecs
[ 7.504715] calling dma_bus_init+0x0/0xd6 @ 1
[ 7.509342] kworker/u2:0 (30) used greatest stack depth: 5768 bytes left
[ 7.516049] initcall dma_bus_init+0x0/0xd6 returned 0 after 976 usecs
[ 7.522536] calling dma_channel_table_init+0x0/0xde @ 1
[ 7.527922] initcall dma_channel_table_init+0x0/0xde returned 0 after 0 usecs
[ 7.535128] calling setup_vcpu_hotplug_event+0x0/0x22 @ 1
[ 7.540675] initcall setup_vcpu_hotplug_event+0x0/0x22 returned 0 after 0 usecs
[ 7.548039] calling register_xen_pci_notifier+0x0/0x38 @ 1
[ 7.553674] initcall register_xen_pci_notifier+0x0/0x38 returned 0 after 0 usecs
[ 7.561126] calling xen_pcpu_init+0x0/0xcc @ 1
[ 7.566566] initcall xen_pcpu_init+0x0/0xcc returned 0 after 0 usecs
[ 7.572910] calling dmi_id_init+0x0/0x31d @ 1
[ 7.577662] initcall dmi_id_init+0x0/0x31d returned 0 after 0 usecs
[ 7.583920] calling dca_init+0x0/0x20 @ 1
[ 7.588078] dca service started, version 1.12.1
[ 7.592730] initcall dca_init+0x0/0x20 returned 0 after 976 usecs
[ 7.598826] calling iommu_init+0x0/0x58 @ 1
[ 7.603167] initcall iommu_init+0x0/0x58 returned 0 after 0 usecs
[ 7.609311] calling pci_arch_init+0x0/0x69 @ 1
[ 7.613921] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 7.623264] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 7.637956] PCI: Using configuration type 1 for base access
[ 7.643520] initcall pci_arch_init+0x0/0x69 returned 0 after0x98 @ 1
[ 7.655210] initcall topology_init+0x0/0x98 returned 0 after 0 usecs
[ 7.661576] calling mtrr_init_finialize+0x0/0x36 @ 1
[ 7.666673] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[ 7.673600] calling init_vdso+0x0/0x135 @ 1
[ 7.677936] initcall init_vdso+0x0/0x135 returned 0 after 0 usecs
[ 7.684086] calling sysenter_setup+0x0/0x2dd @ 1
[ 7.688853] initcall sysenter_setup+0x0/0x2dd returned 0 after 0 usecs
[ 7.695440] calling param_sysfs_init+0x0/0x194 @ 1
[ 7.716547] initcall param_sysfs_init+0x0/0x194 returned 0 after 14648 usecs
[ 7.723582] calling pm_sysrq_init+0x0/0x19 usecs
[ 7.734599] calling default_bdi_init+0x0/0x65 @ 1
[ 7.739755] initcall default_bdi_init+0x0/0x65 returned 0 after 0 usecs
[ 7.746361] calling init_bio+0x0/0xe9 @ 1
[ 7.750573] bio: create slab <bio-0> at 0
[ 7.754640] initcall init_bio+0x0/0xe9 returned 0 after 976 usecs
[ 7.760743] calling fsnotify_notification_init+0x0/0x8b @ 1
[ 7.766485] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs
[ 7.774002] calling cryptomgr_init+0x0/0x12 @ 1
[ 7.778680] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[ 7.785182] calling blk_settings_init+0x0/0x2c @ 1
[ 7.790118] initcall blk_settings_init+0x0/0x2c returned 0 after 0 usecs
[ 7.796882] calling blk_ioc_init+0x0/0x2a @ 1
[ 7.801397] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[ 7.807712] calling blk_softirq_init+0x0/0x6e @ 1
[ 7.812566] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[ 7.819236] calling blk_iopoll_setup+0x0/0x6e @ 1
[ 7.824090] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[ 7.830763] calling blk_mq_init+0x0/0x5f @ 1
[ 7.835185] initcall blk_mq_init+0x0/0x5f returned 0 after 0 usecs
[ 7.841423] calling genhd_device_init+0x0/0x85 @ 1
[ 7.846491] initcall genhd_device_init+0x0/0x85 returned 0 after 0 usecs
[ 7.853180] calling pci_slot_init+0x0/0x50 @ 1
[ 7.857779] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[ 7.864182] calling fbmem_init+0x0/0x98 @ 1
[ 7.868587] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[ 7.874670] calling acpi_init+0x0/0x27a @ 1
[ 7.879029] ACPI: Added _OSI(Module Device)
[ 7.883249] ACPI: Added _OSI(Processor Device)
[ 7.887754] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 7.892520] ACPI: Added _OSI(Processor Aggregator Device)
[ 7.901728] ACPI: Executed 1 blocks of module-level executable AML code
[ 7.933422] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 7.941276] \_SB_:_OSC invalid UUID
[ 7.944756] _OSC request data:1 1f
[ 7.950396] ACPI: SSDT 00000000b76c1c18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 7.959619] ACPI: Dynamic OEM Table Load:
[ 7.963617] ACPI: SSDT (null) 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 7.973445] ACPI: Interpreter enabled
[ 7.977114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[ 7.986373] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580)
[ 7.995657] ACPI: (supports S0 S1 S4 S5)
[ 7.999629] ACPI: Using IOAPIC for interrupt routing
[ 8.004798] kworker/u2:0 (275) used greatest stack depth: 5560 bytes left
[ 8.011817] HEST: Table parsing has been initialized.
[ 8.016865] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 8.027251] ACPI: No dock devices found.
[ 8.128343] ACPI: Power Resource [FN00] (off)
[ 8.133497] ACPI: Power Resource [FN01] (off)
[ 8.138652] ACPI: Power Resource [FN02] (off)
[ 8.143782] ACPI: Power Resource [FN03] (off)
[ 8.148928] ACPI: Power Resource [FN04] (off)
[ 8.158651] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 8.164830] acpi PNP0A08:00: _OSC: OS supports [Exten
[ 8.175631] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 8.184625] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 8.198162] PCI host bridge to bus 0000:00
[ 8.202255] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 8.207800] p0]
[ 8.214040] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 8.220285] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 8.227218] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 8.234144] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 8.241078] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 8.248012] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 8.254944] pci_bus 0000:00: root bus resource [mem 0xbe200000-0xfeafffff]
[ 8.261890] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:00.0
[ 8.273467] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[ 8.279626] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 8.286243] pci 0000:00:01.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:01.0
[ 8.297087] pci 0000:00:01.1: [8086:0c05] type 01 class 0x060400
[ 8.303151] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:01.1
[ 8.314817] pci 0000:00:02.0: [8086:041a] type 00 class 0x030000
[ 8.320828] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[ 8.327664] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 8.334940] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:02.0
[ 8.346102] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 8.352124] pci 0000:00:03.0: reg 0x10: [mem 0xf1534000-0xf1537fff 64bit]
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:03.0
[ 8.364539] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 8.370600] pci 0000:00:14.0: reg 0x10: [mem 0xf1520000-0xf152ffff 64bit]
[ 8.377531] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 8.383760] pci 0000:00:14.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:14.0
[ 8.394625] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 8.400664] pci 0000:00:16.0: reg 0x10: [mem 0xf153f000-0xf153f00f 64bit]
[ 8.407606] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:16.0
[ 8.419245] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[ 8.425283] pci 0000:00:19.0: reg 0x10: [mem 0xf1500000-0xf151ffff]
[ 8.431579] pci 0000:00:19.0: reg 0x14: [mem 0xf153d000-0xf153dfff]
[ 8.437906] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
[ 8.443665] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 8.450153] pci 0000:00:19.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:19.0
[ 8.461004] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 8.467045] pci 0000:00:1a.0: reg 0x10: [mem 0xf153c000-0xf153c3ff]
[ 8.473500] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 8.480077] pci 0000:00:1a.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1a.0
[ 8.490933] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 8.496967] pci 0000:00:1b.0: reg 0x10: [mem 0xf1530000-0xf1533fff 64bit]
[ 8.503930] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 8.510420] pci 0000:00:1b.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1b.0
[ 8.521266] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[ 8.527429] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 8.533946] pci 0000:00:1c.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1c.0
[ 8.544804] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[ 8.550969] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 8.557461] pci 0000:00:1c.3: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1c.3
[ 8.568309] pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
[ 8.574473] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 8.580962] pci 0000:00:1c.5: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1c.5
[ 8.591815] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
[ 8.597975] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[ 8.604467] pci 0000:00:1c.6: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1c.6
[ 8.615316] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
[ 8.621478] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 8.627968] pci 0000:00:1c.7: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1c.7
[ 8.638828] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 8.644866] pci 0000:00:1d.0: reg 0x10: [mem 0xf153b000-0xf153b3ff]
[ 8.651319] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 8.657897] pci 0000:00:1d.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1d.0
[ 8.668746] pci 0000:00:1f.0: [8086:8c56] type 00 class 0x060100
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1f.0
[ 8.680429] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[ 8.686466] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
[ 8.692068] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
[ 8.697700] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
[ 8.703334] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
[ 8.708967] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 8.714599] pci 0000:00:1f.2: reg 0x24: [mem 0xf153a000-0xf153a7ff]
[ 8.721009] pci 0000:00:1f.2: PME# supported from D3hot
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1f.2
[ 8.731776] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 8.737805] pci 0000:00:1f.3: reg 0x10: [mem 0xf1539000-0xf15390ff 64bit]
[ 8.744660] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1f.3
[ 8.755797] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
[ 8.761831] pci 0000:00:1f.6: reg 0x10: [mem 0xf1538000-0xf1538fff 64bit]
(XEN) [2014-01-22 12:26:59] PCI add device 0000:00:1f.6
[ 8.774533] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[ 8.785326] pci 0000:01:00.0: [1000:0056] type 00 class 0x010000
[ 8.791375] pci 0000:01:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 8.797009] pci 0000:01:00.0: reg 0x14: [mem 0xf1810000-0xf1813fff 64bit]
[ 8.803856] pci 0000:01:00.0: reg 0x1c: [mem 0xf1800000-0xf180ffff 64bit]
[ 8.810705] pci 0000:01:00.0: reg 0x30: [mem 0xf1600000-0xf17fffff pref]
[ 8.817503] pci 0000:01:00.0: supports D1 D2
[ 8.821894] pci 0000:01:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:26:59] PCI add device 0000:01:00.0
[ 8.834871] pci 0000:00:01.0: PCI bridge to [bus 01-ff]
[ 8.840088] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 8.846240] pci 0000:00:01.0: bridge window [mem 0xf1600000-0xf18fffff]
[ 8.853088] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 8.859957] pci_bus 0000:02: busn_res: can not insert [bus 02-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[ 8.870755] pci 0000:02:00.0: [8086:10c9] type 00 class 0x020000
[ 8.876803] pci 0000:02:00.0: reg 0x10: [mem 0xf1420000-0xf143ffff]
[ 8.883124] pci 0000:02:00.0: reg 0x14: [mem 0xf1000000-0xf13fffff]
[ 8.889450] pci 0000:02:00.0: reg 0x18: [io 0xd020-0xd03f]
[ 8.895082] pci 0000:02:00.0: reg 0x1c: [mem 0xf1444000-0xf1447fff]
[ 8.901429] pci 0000:02:00.0: reg 0x30: [mem 0xf0c00000-0xf0ffffff pref]
[ 8.908219] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 8.914348] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 8.921261] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
(XEN) [2014-01-22 12:26:59] PCI add device 0000:02:00.0
[ 8.933463] pci 0000:02:00.1: [8086:10c9] type 00 class 0x020000
[ 8.939472] pci 0000:02:00.1: reg 0x10: [mem 0xf1400000-0xf141ffff]
[ 8.945790] pci 0000:02:00.1: reg 0x14: [mem 0xf0800000-0xf0bfffff]
[ 8.952116] pci 0000:02:00.1: reg 0x18: [io 0xd000-0xd01f]
[ 8.957751] pci 0000:02:00.1: reg 0x1c: [mem 0xf1440000-0xf1443fff]
[ 8.964096] pci 0000:02:00.1: reg 0x30: [mem 0xf0400000-0xf07fffff pref]
[ 8.970887] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[ 8.977012] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 8.983928] pci 0000:02:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
(XEN) [2014-01-22 12:26:59] PCI add device 0000:02:00.1
[ 8.998223] pci 0000:00:01.1: PCI bridge to [bus 02-ff]
[ 9.003443] pci 0000:00:01.1: bridge window [io 0xd000-0xdfff]
[ 9.009593] pci 0000:00:01.1: bridge window [mem 0xf0400000-0xf14fffff]
[ 9.016441] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 03
[ 9.023476] pci_bus 0000:04: busn_res: can not insert [bus 04-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[ 9.034297] pci 0000:04:00.0: [8086:105e] type 00 class 0x020000
[ 9.040342] pci 0000:04:00.0: reg 0x10: [mem 0xf1fa0000-0xf1fbffff]
[ 9.046656] pci 0000:04:00.0: reg 0x14: [mem 0xf1f80000-0xf1f9ffff]
[ 9.052984] pci 0000:04:00.0: reg 0x18: [io 0xc020-0xc03f]
[ 9.058699] pci 0000:04:00.0: reg 0x30: [mem 0xf1f60000-0xf1f7ffff pref]
[ 9.065528] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 9.071756] pci 0000:04:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:27:00] PCI add device 0000:04:00.0
[ 9.082672] pci 0000:04:00.1: [8086:105e] type 00 class 0x020000
[ 9.088703] pci 0000:04:00.1: reg 0x10: [mem 0xf1f40000-0xf1f5ffff]
[ 9.095016] pci 0000:04:00.1: reg 0x14: [mem 0xf1f20000-0xf1f3ffff]
[ 9.101342] pci 0000:04:00.1: reg 0x18: [io 0xc000-0xc01f]
[ 9.107059] pci 0000:04:00.1: reg 0x30: [mem 0xf1f00000-0xf1f1ffff pref]
[ 9.113887] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1452: d0:PCIe: map 0000:04:00.1
(XEN) [2014-01-22 12:27:00] PCI add device 0000:04:00.1
[ 9.133944] pci 0000:00:1c.0: PCI bridge to [bus 04-ff]
[ 9.139162] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
[ 9.145312] pci 0000:00:1c.0: bridge window [mem 0xf1f00000-0xf1ffffff]
[ 9.152163] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[ 9.159193] pci_bus 0000:05: busn_res: can not insert [bus 05-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[ 9.170029] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
[ 9.176059] pci 0000:05:00.0: reg 0x10: [mem 0xf1e00000-0xf1e7ffff]
[ 9.182396] pci 0000:05:00.0: reg 0x18: [io 0xb000-0xb01f]
[ 9.188009] pci 0000:05:00.0: reg 0x1c: [mem 0xf1e80000-0xf1e83fff]
[ 9.194511] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 9.200747] pci 0000:05:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:27:00] PCI add device 0000:05:00.0
[ 9.213751] pci 0000:00:1c.3: PCI bridge to [bus 05-ff]
[ 9.218970] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 9.225122] pci 0000:00:1c.3: bridge window [mem 0xf1e00000-0xf1efffff]
[ 9.231972] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[ 9.239044] pci_bus 0000:06: busn_res: can not insert [bus 06-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[ 9.249869] pci 0000:06:00.0: [10e3:8113] type 01 class 0x060401
[ 9.256109] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 9.262885] pci 0000:06:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:27:00] PCI add device 0000:06:00.0
[ 9.273779] pci 0000:00:1c.5: PCI bridge to [bus 06-ff]
[ 9.279008] pci 0000:00:1c.5: bridge window [mem 0xf1a00000-0xf1bfffff]
[ 9.285869] pci 0000:06:00.0: bridge configuration invalid ([bus 06-07]), reconfiguring
[ 9.294363] pci 0000:07:01.0: [3388:0021] type 01 class 0x060400
[ 9.300556] pci 0000:07:01.0: supports D1 D2
[ 9.304815] pci 0000:07:01.0: PME# supported from D1 D2 D3hot D3cold
(XEN) [2014-01-22 12:27:00] PCI add device 0000:07:01.0
[ 9.316641] pci 0000:07:03.0: [104c:8023] type 00 class 0x0c0010
[ 9.322673] pci 0000:07:03.0: reg 0x10: [mem 0xf1b04000-0xf1b047ff]
[ 9.328981] pci 0000:07:03.0: reg 0x14: [mem 0xf1b00000-0xf1b03fff]
[ 9.335465] pci 0000:07:03.0: supports D1 D2
[ 9.339721] pci 0000:07:03.0: PME# supported from D0 D1 D2 D3hot
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:07:03.0
(XEN) [2014-01-22 12:27:00] PCI add device 0000:07:03.0
[ 9.357637] pci 0000:06:00.0: PCI bridge to [bus 07-ff] (subtractive decode)
[ 9.364691] pci 0000:06:00.0: bridge window [mem 0xf1a00000-0xf1bfffff]
[ 9.371533] pci 0000:06:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[ 9.380103] pci 0000:06:00.0: bridge window [mem 0xf1a00000-0xf1bfffff] (subtractive decode)
[ 9.388768] pci 0000:06:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[ 9.397348] pci 0000:06:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
[ 9.405930] pci 0000:07:01.0: bridge configuration invalid ([bus 07-07]), reconfiguring
[ 9.414328] pci 0000:08:08.0: [109e:036e] type 00 class 0x040000
[ 9.420377] pci 0000:08:08.0: reg 0x10: [mem 0xf1a07000-0xf1a07fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:08.0
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:08.0
[ 9.439053] pci 0000:08:08.1: [109e:0878] type 00 class 0x048000
[ 9.445104] pci 0000:08:08.1: reg 0x10: [mem 0xf1a06000-0xf1a06fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:08.1
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:08.1
[ 9.463802] pci 0000:08:09.0: [109e:036e] type 00 class 0x040000
[ 9.469855] pci 0000:08:09.0: reg 0x10: [mem 0xf1a05000-0xf1a05fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:09.0
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:09.0
[ 9.488550] pci 0000:08:09.1: [109e:0878] type 00 class 0x048000
[ 9.494604] pci 0000:08:09.1: reg 0x10: [mem 0xf1a04000-0xf1a04fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:09.1
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:09.1
[ 9.513314] pci 0000:08:0a.0: [109e:036e] type 00 class 0x040000
[ 9.519367] pci 0000:08:0a.0: reg 0x10: [mem 0xf1a03000-0xf1a03fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0a.0
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:0a.0
[ 9.538078] pci 0000:08:0a.1: [109e:0878] type 00 class 0x048000
[ 9.544126] pci 0000:08:0a.1: reg 0x10: [mem 0xf1a02000-0xf1a02fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0a.1
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:0a.1
[ 9.562835] pci 0000:08:0b.0: [109e:036e] type 00 class 0x040000
[ 9.568889] pci 0000:08:0b.0: reg 0x10: [mem 0xf1a01000-0xf1a01fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0b.0
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:0b.0
[ 9.587570] pci 0000:08:0b.1: [109e:0878] type 00 class 0x048000
[ 9.593620] pci 0000:08:0b.1: reg 0x10: [mem 0xf1a00000-0xf1a00fff pref]
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1464: d0:PCI: map 0000:08:0b.1
(XEN) [2014-01-22 12:27:00] PCI add device 0000:08:0b.1
[ 9.612351] pci 0000:07:01.0: PCI bridge to [bus 08-ff]
[ 9.617577] pci 0000:07:01.0: bridge window [mem 0xf1a00000-0xf1afffff]
[ 9.624416] pci_bus 0000:08: busn_res: [bus 08-ff] end is updated to 08
[ 9.631087] pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 08
[ 9.637761] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 08
[ 9.644800] pci_bus 0000:09: busn_res: can not insert [bus 09-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[ 9.655693] pci 0000:09:00.0: [1912:0015] type 00 class 0x0c0330
[ 9.661796] pci 0000:09:00.0: reg 0x10: [mem 0xf1d00000-0xf1d01fff 64bit]
[ 9.668966] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 9.675254] pci 0000:09:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:27:00] PCI add device 0000:09:00.0
[ 9.688355] pci 0000:00:1c.6: PCI bridge to [bus 09-ff]
[ 9.693576] pci 0000:00:1c.6: bridge window [mem 0xf1d00000-0xf1dfffff]
[ 9.700421] pci_bus 0000:09: busn_res: [bus 09-ff] end is updated to 09
[ 9.707452] pci_bus 0000:0a: busn_res: can not insert [bus 0a-ff] under [bus 00-3e] (conflicts with (null) [bus 00-3e])
[ 9.718252] pci 0000:0a:00.0: [1b21:0612] type 00 class 0x010601
[ 9.724303] pci 0000:0a:00.0: reg 0x10: [io 0xa050-0xa057]
[ 9.729929] pci 0000:0a:00.0: reg 0x14: [io 0xa040-0xa043]
[ 9.735561] pci 0000:0a:00.0: reg 0x18: [io 0xa030-0xa037]
[ 9.741195] pci 0000:0a:00.0: reg 0x1c: [io 0xa020-0xa023]
[ 9.746828] pci 0000:0a:00.0: reg 0x20: [io 0xa000-0xa01f]
[ 9.752462] pci 0000:0a:00.0: reg 0x24: [mem 0xf1c00000-0xf1c001ff]
[ 9.758998] pci 0000:0a:00.0: System wakeup disabled by ACPI
(XEN) [2014-01-22 12:27:00] [VT-D]iommu.c:1452: d0:PCIe: map 0000:0a:00.0
(XEN) [2014-01-22 12:27:00] PCI add device 0000:0a:00.0
[ 9.778514] pci 0000:00:1c.7: PCI bridge to [bus 0a-ff]
[ 9.783738] pci 0000:00:1c.7: bridge window [io 0xa000-0xafff]
[ 9.789890] pci 0000:00:1c.7: bridge window [mem 0xf1c00000-0xf1cfffff]
[ 9.796738] pci_bus 0000:0a: busn_res: [bus 0a-ff] end is updated to 0a
[ 9.803504] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 9.815255] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 9.822567] ACPI: PCI Interrupt Link [LNKB] ( PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 9.860288] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 9.867592] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 9.876007] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 9.880798] ACPI: \_SB_.PCI0: notify handler is installed
[ 9.886281] Found 1 acpi root devices
[ 9.890083] initcall acpi_init+0x0/0x27a returned 0 after 454101 usecs
[ 9.896596] calling pnp_init+0x0/0x12 @ 1
[ 9.900850] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs
[ 9.906761] calling balloon_init+0x0/0x242 @ 1
[ 9.911353] xen:balloon: Initialising balloon driver
[ 9.916382] initcall balloon_init+0x0/0x242 returned 0 after 976 usecs
[ 9.922967] calling xen_setup_shutdown_event+0x0/0x30 @ 1
[ 9.928512] initcall xen_setup_shutdown_event+0x0/0x30 returned 0 after 0 usecs
[ 9.935879] calling xenbus_probe_backend_init+0x0/0x2d @ 1
[ 9.941606] initcall xenbus_probe_backend_init+0x0/0x2d returned 0 after 0 usecs
[ 9.948984] calling xenbus_probe_frontend_init+0x0/0x72 @ 1
[ 9.954823] initcall xenbus_probe_frontend_init+0x0/0x72 returned 0 after 0 usecs
[ 9.962288] calling xen_acpi_pad_init+0x0/0x47 @ 1
[ 9.967303] initcall xen_acpi_pad_init+0x0/0x47 returned 0 after 0 usecs
[ 9.973998] calling balloon_init+0x0/0xfa @ 1
[ 9.978500] xen_balloon: Initialising balloon driver
[ 9.983916] initcall balloon_init+0x0/0xfa returned 0 after 976 usecs
[ 9.990348] calling misc_init+0x0/0xba @ 1
[ 9.994667] initcall misc_init+0x0/0xba returned 0 after 0 usecs
[ 10.000662] calling vga_arb_device_init+0x0/0xde @ 1
[ 10.005915] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 10.013993] vgaarb: loaded
[ 10.016763] vgaarb: bridge control possible 0000:00:02.0
[ 10.022138] initcall vga_arb_device_init+0x0/0xde returned 0 after 2929 usecs
[ 10.029330] calling cn_init+0x0/0xc0 @ 1
[ 10.033421] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[ 10.039298] calling dma_buf_init+0x0/0x75 @ 1
[ 10.043814] initcall dma_buf_init+0x0/0x75 returned 0 after 0 usecs
[ 10.050131] calling phy_init+0x0/0x2e @ 1
[ 10.054515] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[ 10.060425] calling init_pcmcia_cs+0x0/0x3d @ 1
[ 10.065159] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 0 usecs
[ 10.071604] calling usb_init+0x0/0x169 @ 1
[ 10.075865] ACPI: bus type USB registered
[ 10.080123] usbcore: registered new interface driver usbfs
[ 10.085703] usbcore: registered new interface driver hub
[ 10.091097] usbcore: registered new device driver usb
[ 10.096143] initcall usb_init+0x0/0x169 returned 0 after 3906 usecs
[ 10.102467] calling serio_init+0x0/0x31 @ 1
[ 10.106920] initcall serio_init+0x0/0x31 returned 0 after 0 usecs
[ 10.113005] calling input_init+0x0/0x103 @ 1
[ 10.117494] initcall input_init+0x0/0x103 returned 0 after 0 usecs
[ 10.123667] calling rtc_init+0x0/0x5b @ 1
[ 10.127898] initcall rtc_init+0x0/0x5b returned 0 after 0 usecs
[ 10.133807] calling pps_init+0x0/0xb7 @ 1
[ 10.138028] pps_core: LinuxPPS API ver. 1 registered
[ 10.142992] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 10.152177] initcall pps_init+0x0/0xb7 returned 0 after 1953 usecs
[ 10.158417] calling ptp_init+0x0/0xa4 @ 1
[ 10.162635] PTP clock support registered
[ 10.166563] initcall ptp_init+0x0/0xa4 returned 0 after 976 usecs
[ 10.172716] calling power_supply_class_init+0x0/0x44 @ 1
[ 10.178233] initcall power_supply_class_init+0x0/0x44 returned 0 after 0 usecs
[ 10.185458] calling hwmon_init+0x0/0xe3 @ 1
[ 10.189853] initcall hwmon_init+0x0/0xe3 returned 0 after 0 usecs
[ 10.195945] calling leds_init+0x0/0x40 @ 1
[ 10.200249] initcall leds_init+0x0/0x40 returned 0 after 0 usecs
[ 10.206259] calling efisubsys_init+0x0/0x142 @ 1
[ 10.211023] initcall efisubsys_init+0x0/0x142 returned 0 after 0 usecs
[ 10.217609] calling pci_subsys_init+0x0/0x4f @ 1
[ 10.222373] PCI: Using ACPI for IRQ routing
[ 10.230060] PCI: pci_cache_line_size set to 64 bytes
[ 10.235218] e820: reserve RAM buffer [mem 0x00099000-0x0009ffff]
usecs
[ 10.254146] calling proto_init+0x0/0x12 @ 1
[ 10.258465] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[ 10.264621] calling net_dev_init+0x0/0x1c6 @ 1
[ 10.269837] initcall net_dev_init+0x0/0x1c6 returned 0 after 0 usecs
[ 10.276177] calling neigh_init+0x0/0x80 @ 1
[ 10.280508] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[ 10.286662] calling fib_rules_init+0x0/0xaf @ 1
[ 10.291341] initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs
[ 10.297840] calling pktsched_init+0x0/0x10a @ 1
[ 10.302526] initcall pktsched_init+0x0/0x10a returned 0 after 0 usecs
[ 10.309020] calling tc_filter_init+0x0/0x55 @ 1
[ 10.313702] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[ 10.320201] calling tc_action_init+0x0/0x55 @ 1
[ 10.324880] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[ 10.331382] calling genl_init+0x0/0x85 @ 1
[ 10.335642] initcall genl_init+0x0/0x85 returned 0 after 0 usecs
[ 10.341693] calling cipso_v4_init+0x0/0x61 @ 1
[ 10.346287] initcall cipso_v4_init+0x0/0x61 returned 0 after 0 usecs
[ 10.352700] calling netlbl_init+0x0/0x81 @ 1
[ 10.357120] NetLabel: Initializing
[ 10.360587] NetLabel: domain hash size = 128
[ 10.365007] NetLabel: protocols = UNLABELED CIPSOv4
[ 10.370070] NetLabel: unlabeled traffic allowed by default
[ 10.375667] initcall netlbl_init+0x0/0x81 returned 0 after 3906 usecs
[ 10.382164] calling rfkill_init+0x0/0x79 @ 1
[ 10.386761] initcall rfkill_init+0x0/0x79 returned 0 after 0 usecs
[ 10.392935] calling xen_mcfg_late+0x0/0xab @ 1
[ 10.397525] initcall xen_mcfg_late+0x0/0xab returned 0 after 0 usecs
[ 10.403954] calling xen_p2m_debugfs+0x0/0x4a @ 1
[ 10.408719] initcall xen_p2m_debugfs+0x0/0x4a returned 0 after 0 usecs
[ 10.415288] calling xen_spinlock_debugfs+0x0/0x13a @ 1
[ 10.420623] initcall xen_spinlock_debugfs+0x0/0x13a returned 0 after 0 usecs
[ 10.427683] calling nmi_warning_debugfs+0x0/0x27 @ 1
[ 10.432800] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[ 10.439727] calling hpet_late_init+0x0/0x101 @ 1
[ 10.444496] initcall hpet_late_init+0x0/0x101 returned -19 after 0 usecs
[ 10.451253] calling init_amd_nbs+0x0/0xb8 @ 1
[ 10.455763] initcall init_amd_nbs+0x0/0xb8 returned 0 after 0 usecs
[ 10.462087] calling clocksource_done_booting+0x0/0x42 @ 1
[ 10.467641] Switched to clocksource xen
[ 10.471540] initcall clocksource_done_booting+0x0/0x42 returned 0 after 3810 usecs
[ 10.479163] calling tracer_init_debugfs+0x0/0x1b2 @ 1
[ 10.484649] initcall tracer_init_debugfs+0x0/0x1b2 returned 0 after 279 usecs
[ 10.491773] calling init_trace_printk_function_export+0x0/0x2f @ 1
[ 10.498103] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 5 usecs
[ 10.506243] calling event_trace_init+0x0/0x205 @ 1
[ 10.525510] initcall event_trace_init+0x0/0x205 returned 0 after 13987 usecs
[ 10.532548] calling init_kprobe_trace+0x0/0x93 @ 1
[ 10.537525] initcall init_kprobe_trace+0x0/0x93 returned 0 after 11 usecs
[ 10.544362] calling init_pipe_fs+0x0/0x4c @ 1
[ 10.548903] initcall init_pipe_fs+0x0/0x4c returned 0 after 36 usecs
[ 10.555280] calling eventpoll_init+0x0/0xda @ 1
[ 10.559987] initcall eventpoll_init+0x0/0xda returned 0 after 26 usecs
[ 10.566546] calling anon_inode_init+0x0/0x5b @ 1
[ 10.571350] initcall anon_inode_init+0x0/0x5b returned 0 after 37 usecs
[ 10.577986] calling blk_scsi_ioctl_init+0x0/0x2c5 @ 1
[ 10.583186] initcall blk_scsi_ioctl_init+0x0/0x2c5 returned 0 after 0 usecs
[ 10.590207] calling acpi_event_init+0x0/0x3a @ 1
[ 10.594991] initcall acpi_event_init+0x0/0x3a returned 0 after 17 usecs
[ 10.601644] calling pnp_system_init+0x0/0x12 @ 1
[ 10.606507] initcall pnp_system_init+0x0/0x12 returned 0 after 91 usecs
[ 10.613123] calling pnpacpi_init+0x0/0x8c @ 1
[ 10.617617] pnp: PnP ACPI init
[ 10.620760] ACPI: bus type PNP registered
[ 10.625137] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 10.631737] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 10.638629] pnp 00:01: [dma 4]
[ 10.641843] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 10.648533] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[ 10.655593] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 10.663137] system 00:04: [io 0x0680-0x069f] has been reserved
[ 10.669051] system 00:04: [io 0xffff] has been reserved
[ 10.674422] system 00:04: [io 0xffff] has been reserved
[ 10.679795] system 00:04: [io 0xffff] has been reserved
[ 10.685168] system 00:04: [io 0x1c00-0x1cfe] has been reserved
[ 10.691148] system 00:04: [io 0x1d00-0x1dfe] has been reserved
[ 10.697129] system 00:04: [io 0x1e00-0x1efe] has been reserved
[ 10.703109] system 00:04: [io 0x1f00-0x1ffe] has been reserved
[ 10.709087] system 00:04: [io 0x0ca4-0x0ca7] has been reserved
[ 10.715068] system 00:04: [io 0x1800-0x18fe] could not be reserved
[ 10.721394] system 00:04: [io 0x164e-0x164f] has been reserved
[ 10.727369] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 10.734251] xen: registering gsi 8 triggering 1 polarity 0
[ 10.739932] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 10.746826] system 00:06: [io 0x1854-0x1857] has been reserved
[ 10.752741] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 10.761102] system 00:07: [io 0x0a00-0x0a1f] has been reserved
[ 10.767016] system 00:07: [io 0x0a30-0x0a3f] has been reserved
[ 10.772989] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 10.781210] xen: registering gsi 4 triggering 1 polarity 0
[ 10.786683] Already setup the GSI :4
[ 10.790329] pnp 00:08: [dma 0 disabled]
[ 10.794428] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[ 10.802160] xen: registering gsi 3 triggering 1 polarity 0
[ 10.807663] pnp 00:09: [dma 0 disabled]
[ 10.811771] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 10.818612] system 00:0a: [io 0x04d0-0x04d1] has been reserved
[ 10.824526] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 10.831401] xen: registering gsi 13 triggering 1 polarity 0
[ 10.837187] pnp 00:0b: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 10.846814] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 10.853424] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
[ 10.860094] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
[ 10.866767] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
[ 10.873440] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
[ 10.880112] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 10.886785] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
[ 10.893458] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 10.900131] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
[ 10.906805] system 00:0c: [mem 0xfee00000-0xfeefffff] has been reserved
[ 10.913479] system 00:0c: [mem 0xf7fef000-0xf7feffff] has been reserved
[ 10.920149] system 00:0c: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[ 10.926820] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 10.935715] pnp: PnP ACPI: found 13 devices
[ 10.939887] ACPI: bus type PNP unregistered
[ 10.944136] initcall pnpacpi_init+0x0/0x8c returned 0 after 318865 usecs
[ 10.950894] calling pcistub_init+0x0/0x29f @ 1
[ 10.955486] xen_pciback: Error parsing pci_devs_to_hide at "(xxxx:xxx:xx:)"
[ 10.962507] initcall pcistub_init+0x0/0x29f returned -22 after 6855 usecs
[ 10.969353] calling chr_dev_init+0x0/0xc6 @ 1
[ 10.983003] initcall chr_dev_init+0x0/0xc6 returned 0 after 8928 usecs
[ 10.989526] calling firmware_class_init+0x0/0xec 11.013393] calling thermal_init+0x0/0x8b @ 1
[ 11.017973] initcall thermal_init+0x0/0x8b returned 0 after 92 usecs
[ 11.024325] calling cpufreq_gov_performance_init+0x0/0x12 @ 1
[ 11.030211] initcall cpufreq_gov_performance_init+0x0/0x12 returned -19 after 0 usecs
[ 11.038096] calling init_acpi_pm_clocksource+0x0/0xec @ 1
[ 11.046800] PM-Timer failed consistency check (0xffffff) - aborting.
[ 11.053227] initcall init_acpi_pm_clocksource+0x0/0xec returned -19 after 9361 usecs
[ 11.061027] calling pcibios_assign_resources+0x0/0xbd @ 1
[ 11.066681] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 11.071636] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 11.077789] pci 0000:00:01.0: bridge window [mem 0xf1600000-0xf18fffff]
[ 11.084651] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.091578] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 11.098511] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.105442] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.112378] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.119310] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 11.126242] pci 0000:02:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 11.133177] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.140109] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 11.147042] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.153975] pci 0000:02:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.160899] pci 0000:02:00.0: BAR 7: assigned [mem 0xf1448000-0xf1467fff 64bit]
[ 11.168282] pci 0000:02:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 11.175198] pci 0000:02:00.0: BAR 10: assigned [mem 0xf1468000-0xf1487fff 64bit]
[ 11.182667] pci 0000:02:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[ 11.189584] pci 0000:02:00.1: BAR 7: assigned [mem 0xf1488000-0xf14a7fff 64bit]
[ 11.196967] pci 0000:02:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[ 11.203884] pci 0000:02:00.1: BAR 10: assigned [mem 0xf14a8000-0xf14c7fff 64bit]
[ 11.211344] pci 0000:00:01.1: PCI bridge to [bus 02-03]
[ 11.216624] pci 0000:00:01.1: bridge window [io 0xd000-0xdfff]
[ 11.222780] pci 0000:00:01.1: bridge window [mem 0xf0400000-0xf14fffff]
[ 11.229629] pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 11.234651] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
[ 11.240808] pci 0000:00:1c.0: bridge window [mem 0xf1f00000-0xf1ffffff]
[ 11.247663] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 11.252678] pci 0000:00:1c.3: bridge window [io 0xb000-0xbfff]
[ 11.258835] pci 0000:00:1c.3: bridge window [mem 0xf1e00000-0xf1efffff]
[ 11.265689] pci 0000:07:01.0: PCI bridge to [bus 08]
[ 11.270712] pci 0000:07:01.0: bridge window [mem 0xf1a00000-0xf1afffff]
[ 11.277568] pci 0000:06:00.0: PCI bridge to [bus 07-08]
[ 11.282841] pci 0000:06:00.0: bridge window [mem 0xf1a00000-0xf1bfffff]
[ 11.289696] pci 0000:00:1c.5: PCI bridge to [bus 06-08]
[ 11.294976] pci 0000:00:1c.5: bridge window [mem 0xf1a00000-0xf1bfffff]
[ 11.301828] pci 0000:00:1c.6: PCI bridge to [bus 09]
[ 11.306847] pci 0000:00:1c.6: bridge window [mem 0xf1d00000-0xf1dfffff]
[ 11.313700] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[ 11.318716] pci 0000:00:1c.7: bridge window [io 0xa000-0xafff]
[ 11.324874] pci 0000:00:1c.7: bridge window [mem 0xf1c00000-0xf1cfffff]
[ 11.331727] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 11.337348] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 11.342980] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 11.349307] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff]
[ 11.355633] pci_bus 0000:00: resource 8 [mem 0x000dc000-0x000dffff]
[ 11.361959] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
[ 11.368286] pci_bus 0000:00: resource 10 [mem 0x000e4000-0x000e7fff]
[ 11.374699] pci_bus 0000:00: resource 11 [mem 0xbe200000-0xfeafffff]
[ 11.381113] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 11.386745] pci_bus 0000:01: resource 1 [mem 0xf1600000-0xf18fffff]
[ 11.393072] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 11.398705] pci_bus 0000:02: resource 1 [mem 0xf0400000-0xf14fffff]
[ 11.405033] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 11.410664] pci_bus 0000:04: resource 1 [mem 0xf1f00000-0xf1ffffff]
[ 11.416992] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
[ 11.422625] pci_bus 0000:05: resource 1 [mem 0xf1e00000-0xf1efffff]
[ 11.428951] pci_bus 0000:06: resource 1 [mem 0xf1a00000-0xf1bfffff]
[ 11.435279] pci_bus 0000:07: resource 1 [mem 0xf1a00000-0xf1bfffff]
[ 11.441604] pci_bus 0000:07: resource 5 [mem 0xf1a00000-0xf1bfffff]
[ 11.447931] pci_bus 0000:08: resource 1 [mem 0xf1a00000-0xf1afffff]
[ 11.454257] pci_bus 0000:09: resource 1 [mem 0xf1d00000-0xf1dfffff]
[ 11.460585] pci_bus 0000:0a: resource 0 [io 0xa000-0xafff]
[ 11.466216] pci_bus 0000:0a: resource 1 [mem 0xf1c00000-0xf1cfffff]
[ 11.472545] initcall pcibios_assign_resources+0x0/0xbd returned 0 after 396456 usecs
[ 11.480343] calling sysctl_core_init+0x0/0x2c @ 1
[ 11.485209] initcall sysctl_core_init+0x0/0x2c returned 0 after 13 usecs
[ 11.491957] calling inet_init+0x0/0x296 @ 1
[ 11.496362] NET: Registered protocol family 2
[ 11.501022] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 11.508278] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 11.514922] TCP: Hash tables configured (established 16384 bind 16384)
[ 11.521513] TCP: reno registered
[ 11.524796] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 11.530864] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 11.537504] initcall inet_init+0x0/0x296 returned 0 after 40247 usecs
[ 11.543935] calling ipv4_offload_init+0x0/0x61 @ 1
[ 11.548871] initcall ipv4_offload_init+0x0/0x61 returned 0 after 0 usecs
[ 11.555631] calling af_unix_init+0x0/0x55 @ 1
[ 11.560147] NET: Registered protocol family 1
[ 11.564571] initcall af_unix_init+0x0/0x55 returned 0 after 4330 usecs
[ 11.571144] calling ipv6_offload_init+0x0/0x7f @ 1
[ 11.576084] initcall ipv6_offload_init+0x0/0x7f returned 0 after 0 usecs
[ 11.582843] calling init_sunrpc+0x0/0x69 @ 1
[ 11.587463] RPC: Registered named UNIX socket transport module.
[ 11.593378] RPC: Registered udp transport module.
[ 11.598141] RPC: Registered tcp transport module.
[ 11.602907] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 11.609405] initcall init_sunrpc+0x0/0x69 returned 0 after 21621 usecs
[ 11.615994] calling pci_apply_final_quirks+0x0/0x117 @ 1
[ 11.621460] pci 0000:00:02.0: Boot video device
[ 11.626546] xen: registering gsi 16 triggering 0 polarity 1
[ 11.632119] xen: --> pirq=16 -> irq=16 (gsi=16)
[ 11.636758] pci 0000:00:14.0: CONFIG_USB_XHCI_HCD is turned off, defaulting to EHCI.
[ 11.644497] pci 0000:00:14.0: USB 3.0 devices will work at USB 2.0 speeds.
[ 11.652404] xen: registering gsi 16 triggering 0 polarity 1
[ 11.657965] Already setup the GSI :16
[ 11.677676] xen: registering gsi 23 triggering 0 polarity 1
[ 11.683252] xen: --> pirq=23 -> irq=23 (gsi=23)
[ 11.704904] xen: registering gsi 18 triggering 0 polarity 1
[ 11.710490] xen: --> pirq=18 -> irq=18 (gsi=18)
[ 11.7157 returned 0 after 104854 usecs
[ 11.736524] calling populate_rootfs+0x0/0x112 @ 1
[ 11.741512] Unpacking initramfs...
[ 12.831493] Freeing initrd memory: 83616K (ffff8800023f4000 - ffff88000759c000)
[ 12.838803] initcall populate_rootfs+0x0/0x112 returned 0 after 1071701 usecs
[ 12.845987] calling pci_iommu_init+0x0/0x41 @ 1
[ 12.850667] initcall pci_iommu_init+0x0/0x41 returned 0 after 0 usecs
[ 12.857167] calling calgary_fixup_tce_spaces+0x0/0x105 @ 1
[ 12.862799] initcall calgary_fixup_tce_spaces+0x0/0x105 returned -19 after 0 usecs
[ 12.870443] calling register_kernel_offset_dumper+0x0/0x1b @ 1
[ 12.876406] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 0 usecs
[ 12.884206] calling i8259A_init_ops+0x0/0x21 @ 1
[ 12.888972] initcall i8259A_init_ops+0x0/0x21 returned 0 after 0 usecs
[ 12.895558] calling vsyscall_init+0x0/0x27 @ 1
[ 12.900155] initcall vsyscall_init+0x0/0x27 returned 0 after 4 usecs
[ 12.906564] calling sbf_init+0x0/0xf6 @ 1
[ 12.910724] initcall sbf_init+0x0/0xf6 returned 0 after 0 usecs
[ 12.916704] calling init_tsc_clocksource+0x0/0xc2 @ 1
[ 12.921904] initcall init_tsc_clocksource+0x0/0xc2 returned 0 after 1 usecs
[ 12.928924] calling add_rtc_cmos+0x0/0xb4 @ 1
[ 12.933433] initcall add_rtc_cmos+0x0/0xb4 returned 0 after 2 usecs
[ 12.939757] calling i8237A_init_ops+0x0/0x14 @ 1
[ 12.944524] initcall i8237A_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 12.951110] calling cache_sysfs_init+0x0/0x65 @ 1
[ 12.956211] initcall cache_sysfs_init+0x0/0x65 returned 0 after 239 usecs
[ 12.962984] calling amd_uncore_init+0x0/0x130 @ 1
[ 12.967836] initcall amd_uncore_init+0x0/0x130 returned -19 after 0 usecs
[ 12.974682] calling amd_iommu_pc_init+0x0/0x150 @ 1
[ 12.979710] initcall amd_iommu_pc_init+0x0/0x150 returned -19 after 0 usecs
[ 12.986728] calling intel_uncore_init+0x0/0x3ab @ 1
[ 12.991757] initcall intel_uncore_init+0x0/0x3ab returned -19 after 0 usecs
[ 12.998776] calling rapl_pmu_init+0x0/0x1f8 @ 1
[ 13.003471] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[ 13.014029] initcall rapl_pmu_init+0x0/0x1f8 returned 0 after 10326 usecs
[ 13.020878] calling inject_init+0x0/0x30 @ 1
[ 13.025295] Machine check injector initialized
[ 13.029803] initcall inject_init+0x0/0x30 returned 0 after 4401 usecs
[ 13.036302] calling thermal_throttle_init_device+0x0/0x9c @ 1
[ 13.042194] initcall thermal_throttle_init_device+0x0/0x9c returned 0 after 0 usecs
[ 13.049907] calling microcode_init+0x0/0x1b1 @ 1
[ 13.054861] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x7
[ 13.060972] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 13.069743] initcall microcode_init+0x0/0x1b1 returned 0 after 14715 usecs
[ 13.076674] calling amd_ibs_init+0x0/0x292 @ 1
[ 13.081263] initcall amd_ibs_init+0x0/0x292 returned -19 after 0 usecs
[ 13.087850] calling msr_init+0x0/0x162 @ 1
[ 13.092318] initcall msr_init+0x0/0x162 returned 0 after 216 usecs
[ 13.098488] calling cpuid_init+0x0/0x162 @ 1
[ 13.103100] initcall cpuid_init+0x0/0x162 returned 0 after 192 usecs
[ 13.109439] calling ioapic_init_ops+0x0/0x14 @ 1
[ 13.114204] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 13.120791] calling add_pcspkr+0x0/0x40 @ 1
[ 13.125227] initcall add_pcspkr+0x0/0x40 returned 0 after 101 usecs
[ 13.131490] calling start_periodic_check_for_corruption+0x0/0x50 @ 1
[ 13.137987] Scanning for low memory corruption every 60 seconds
[ 13.143965] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 5837 usecs
[ 13.152545] calling sysfb_init+0x0/0x9c @ 1
[ 13.156985] initcall sysfb_init+0x0/0x9c returned 0 after 104 usecs
[ 13.163243] calling audit_classes_init+0x0/0xaf @ 1
[ 13.168281] initcall audit_classes_init+0x0/0xaf returned 0 after 12 usecs
[ 13.175201] calling pt_dump_init+0x0/0x30 @ 1
[ 13.179717] initcall pt_dump_init+0x0/0x30 returned 0 after 9 usecs
[ 13.186035] calling ia32_binfmt_init+0x0/0x14 @ 1
[ 13.190893] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 7 usecs
[ 13.197559] calling proc_execdomains_init+0x0/0x22 @ 1
[ 13.202852] initcall proc_execdomains_init+0x0/0x22 returned 0 after 5 usecs
[ 13.209951] calling ioresources_init+0x0/0x3c @ 1
[ 13.214809] initcall ioresources_init+0x0/0x3c returned 0 after 6 usecs
[ 13.221479] calling uid_cache_init+0x0/0x85 @ 1
[ 13.226174] initcall uid_cache_init+0x0/0x85 returned 0 after 16 usecs
[ 13.232744] calling init_posix_timers+0x0/0x240 @ 1
[ 13.237788] initcall init_posix_timers+0x0/0x240 returned 0 after 16 usecs
[ 13.244703] calling init_posix_cpu_timers+0x0/0xbf @ 1
[ 13.249991] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 0 usecs
[ 13.257096] calling proc_schedstat_init+0x0/0x22 @ 1
[ 13.262214] initcall proc_schedstat_init+0x0/0x22 returned 0 after 3 usecs
[ 13.269145] calling snapshot_device_init+0x0/0x12 @ 1
[ 13.274463] initcall snapshot_device_init+0x0/0x12 returned 0 after 116 usecs
[ 13.281588] calling irq_pm_init_ops+0x0/0x14 @ 1
[ 13.286353] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 13.292942] calling create_proc_profile+0x0/0x300 @ 1
[ 13.298141] initcall create_proc_profile+0x0/0x300 returned 0 after 0 usecs
[ 13.305160] calling timekeeping_init_ops+0x0/0x14 @ 1
[ 13.310360] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 13.317381] calling init_clocksource_sysfs+0x0/0x69 @ 1
[ 13.322967] initcall init_clocksource_sysfs+0x0/0x69 returned 0 after 208 usecs
[ 13.330263] calling init_timer_list_procfs+0x0/0x2c @ 1
[ 13.335637] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 3 usecs
[ 13.342827] calling alarmtimer_init+0x0/0x15f @ 1
[ 13.347870] initcall alarmtimer_init+0x0/0x15f returned 0 after 187 usecs
[ 13.354650] calling clockevents_init_sysfs+0x0/0xd2 @ 1
[ 13.360316] initcall clockevents_init_sysfs+0x0/0xd2 returned 0 after 286 usecs
[ 13.367612] calling init_tstats_procfs+0x0/0x2c @ 1
[ 13.372641] initcall init_tstats_procfs+0x0/0x2c returned 0 after 4 usecs
[ 13.379484] calling futex_init+0x0/0xf6 @ 1
[ 13.383831] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 13.389973] initcall futex_init+0x0/0xf6 returned 0 after 6012 usecs
[ 13.396384] calling proc_dma_init+0x0/0x22 @ 1
[ 13.400984] initcall proc_dma_init+0x0/0x22 returned 0 after 3 usecs
[ 13.407389] calling proc_modules_init+0x0/0x22 @ 1
[ 13.412333] initcall proc_modules_init+0x0/0x22 returned 0 after 3 usecs
[ 13.419089] calling kallsyms_init+0x0/0x25 @ 1
[ 13.423685] initcall kallsyms_init+0x0/0x25 returned 0 after 3 usecs
[ 13.430095] calling crash_save_vmcoreinfo_init+0x0/0x53f @ 1
[ 13.435912] initcall crash_save_vmcoreinfo_init+0x0/0x53f returned 0 after 10 usecs
[ 13.443615] calling crash_notes_memory_init+0x0/0x36 @ 1
[ 13.449078] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 2 usecs
[ 13.456354] calling pid_namespaces_init+0x0/0x2d @ 1
[ 13.461481] initcall pid_namespaces_init+0x0/0x2d returned 0 after 11 usecs
[ 13.468487] calling ikconfig_init+0x0/0x3c @ 1
[ 13.473084] initcall ikconfig_init+0x0/0x3c returned 0 after 4 usecs
[ 13.479494] calling audit_init+0x0/0x141 @ 1
[ 13.483913] audit: initializing netlink socket (disabled)
[ 13.489396] type=2000 audit(1390393621.194:1): initialized
[ 13.494922] initcall audit_init+0x0/0x141 returned 0 after 10750 usecs
[ 13.501506] calling audit_watch_init+0x0/0x3a @ 1
[ 13.506361] initcall audit_watch_init+0x0/0x3a returned 0 after 1 usecs
[ 13.513033] calling audit_tree_init+0x0/0x49 @ 1
[ 13.517801] initcall audit_tree_init+0x0/0x49 returned 0 after 1 usecs
[ 13.524387] calling init_kprobes+0x0/0x16c @ 1
[ 13.539053] initcall init_kprobes+0x0/0x16c returned 0 after 9836 usecs
[ 13.545655] calling hung_task_init+0x0/0x56 @ 1
[ 13.573837] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[ 13.580500] calling init_blk_tracer+0x0/0x5a @ 1
[ 13.585269] initcall init_blk_tracer+0x0/0x5a returned 0 after 1 usecs
[ 13.591854] calling irq_work_init_cpu_notifier+0x0/0x29 @ 1
[ 13.597568] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 0 usecs
[ 13.605107] calling perf_event_sysfs_init+0x0/0x93 @ 1
[ 13.610947] initcall perf_event_sysfs_init+0x0/0x93 returned 0 after 537 usecs
[ 13.618155] calling init_per_zone_wmark_min+0x0/0xa8 @ 1
[ 13.623682] initcall init_per_zone_wmark_min+0x0/0xa8 returned 0 after 65 usecs
[ 13.630979] calling kswapd_init+0x0/0x76 @ 1
[ 13.635442] initcall kswapd_init+0x0/0x76 returned 0 after 42 usecs
[ 13.641726] calling extfrag_debug_init+0x0/0x7e @ 1
[ 13.646771] initcall extfrag_debug_init+0x0/0x7e returned 0 after 20 usecs
[ 13.653683] calling setup_vmstat+0x0/0xf3 @ 1
[ 13.658204] initcall setup_vmstat+0x0/0xf3 returned 0 after 14 usecs
[ 13.664603] calling mm_sysfs_init+0x0/0x29 @ 1
[ 13.669205] initcall mm_sysfs_init+0x0/0x29 returned 0 after 10 usecs
[ 13.675695] calling mm_compute_batch_init+0x0/0x19 @ 1
[ 13.680984] initcall mm_compute_batch_init+0x0/0x19 returned 0 after 0 usecs
[ 13.688090] calling slab_proc_init+0x0/0x25 @ 1
[ 13.692772] initcall slab_proc_init+0x0/0x25 returned 0 after 3 usecs
[ 13.699268] calling init_reserve_notifier+0x0/0x26 @ 1
[ 13.704556] initcall init_reserve_notifier+0x0/0x26 returned 0 after 0 usecs
[ 13.711660] calling init_admin_reserve+0x0/0x40 @ 1
[ 13.716686] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[ 13.723533] calling init_user_reserve+0x0/0x40 @ 1
[ 13.728474] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[ 13.735233] calling proc_vmalloc_init+0x0/0x25 @ 1
[ 13.740177] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 3 usecs
[ 13.746934] calling procswaps_init+0x0/0x22 @ 1
[ 13.751616] initcall procswaps_init+0x0/0x22 returned 0 after 3 usecs
[ 13.758112] calling init_frontswap+0x0/0x96 @ 1
[ 13.762819] initcall init_frontswap+0x0/0x96 returned 0 after 26 usecs
[ 13.769380] calling hugetlb_init+0x0/0x4c2 @ 1
[ 13.773972] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 13.780476] initcall hugetlb_init+0x0/0x4c2 returned 0 after 6352 usecs
[ 13.787076] calling mmu_notifier_init+0x0/0x12 @ 1
[ 13.792019] initcall mmu_notifier_init+0x0/0x12 returned 0 after 2 usecs
[ 13.798776] calling slab_proc_init+0x0/0x8 @ 1
[ 13.803370] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[ 13.809781] calling cpucache_init+0x0/0x4b @ 1
[ 13.814375] initcall cpucache_init+0x0/0x4b returned 0 after 0 usecs
[ 13.820788] calling hugepage_init+0x0/0x145 @ 1
[ 13.825469] initcall hugepage_init+0x0/0x145 returned -22 after 0 usecs
[ 13.832142] calling init_cleancache+0x0/0xbc @ 1
[ 13.836936] initcall init_cleancache+0x0/0xbc returned 0 after 28 usecs
[ 13.843583] calling fcntl_init+0x0/0x2a @ 1
[ 13.847927] initcall fcntl_init+0x0/0x2a returned 0 after 12 usecs
[ 13.854156] calling proc_filesystems_init+0x0/0x22 @ 1
[ 13.859444] initcall proc_filesystems_init+0x0/0x22 returned 0 after 4 usecs
[ 13.866549] calling dio_init+0x0/0x2d @ 1
[ 13.870719] initcall dio_init+0x0/0x2d returned 0 after 10 usecs
[ 13.876774] calling fsnotify_mark_init+0x0/0x40 @ 1
[ 13.881827] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 25 usecs
[ 13.888738] calling dnotify_init+0x0/0x7b @ 1
[ 13.893267] initcall dnotify_init+0x0/0x7b returned 0 after 24 usecs
[ 13.899657] calling inotify_user_setup+0x0/0x70 @ 1
[ 13.904701] initcall inotify_user_setup+0x0/0x70 returned 0 after 18 usecs
[ 13.911615] calling aio_setup+0x0/0x7d @ 1
[ 13.915919] initcall aio_setup+0x0/0x7d returned 0 after 55 usecs
[ 13.922015] calling proc_locks_init+0x0/0x22 @ 1
[ 13.926782] initcall proc_locks_init+0x0/0x22 returned 0 after 3 usecs
[ 13.933366] calling init_sys32_ioctl+0x0/0x28 @ 1
[ 13.938264] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 44 usecs
[ 13.944980] calling dquot_init+0x0/0x121 @ 1
[ 13.949397] VFS: Disk quotas dquot_6.5.2
[ 13.953422] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 13.959887] initcall dquot_init+0x0/0x121 returned 0 after 10243 usecs
[ 13.966472] calling init_v2_quota_format+0x0/0x22 @ 1
[ 13.971673] initcall init_v2_quota_format+0x0/0x22 returned 0 after 0 usecs
[ 13.978692] calling quota_init+0x0/0x31 @ 1
[ 13.983042] initcall quota_init+0x0/0x31 returned 0 after 17 usecs
[ 13.989265] calling proc_cmdline_init+0x0/0x22 @ 1
[ 13.994207] initcall proc_cmdline_init+0x0/0x22 returned 0 after 3 usecs
[ 14.000963] calling proc_consoles_init+0x0/0x22 @ 1
[ 14.005994] initcall proc_consoles_init+0x0/0x22 returned 0 after 3 usecs
[ 14.012837] calling proc_cpuinfo_init+0x0/0x22 @ 1
[ 14.017780] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 3 usecs
[ 14.024537] calling proc_devices_init+0x0/0x22 @ 1
[ 14.029479] initcall proc_devices_init+0x0/0x22 returned 0 after 3 usecs
[ 14.036236] calling proc_interrupts_init+0x0/0x22 @ 1
[ 14.041440] initcall proc_interrupts_init+0x0/0x22 returned 0 after 3 usecs
[ 14.048456] calling proc_loadavg_init+0x0/0x22 @ 1
[ 14.053399] initcall proc_loadavg_init+0x0/0x22 returned 0 after 3 usecs
[ 14.060158] calling proc_meminfo_init+0x0/0x22 @ 1
[ 14.065099] initcall proc_meminfo_init+0x0/0x22 returned 0 after 3 usecs
[ 14.071855] calling proc_stat_init+0x0/0x22 @ 1
[ 14.076541] initcall proc_stat_init+0x0/0x22 returned 0 after 3 usecs
[ 14.083035] calling proc_uptime_init+0x0/0x22 @ 1
[ 14.087892] initcall proc_uptime_init+0x0/0x22 returned 0 after 3 usecs
[ 14.094562] calling proc_version_init+0x0/0x22 @ 1
[ 14.099503] initcall proc_version_init+0x0/0x22 returned 0 after 3 usecs
[ 14.106261] calling proc_softirqs_init+0x0/0x22 @ 1
[ 14.111291] initcall proc_softirqs_init+0x0/0x22 returned 0 after 3 usecs
[ 14.118135] calling proc_kcore_init+0x0/0xb5 @ 1
[ 14.122911] initcall proc_kcore_init+0x0/0xb5 returned 0 after 10 usecs
[ 14.129573] calling vmcore_init+0x0/0x5cb @ 1
[ 14.134080] initcall vmcore_init+0x0/0x5cb returned 0 after 0 usecs
[ 14.140406] calling proc_kmsg_init+0x0/0x25 @ 1
[ 14.145090] initcall proc_kmsg_init+0x0/0x25 returned 0 after 3 usecs
[ 14.151586] calling proc_page_init+0x0/0x42 @ 1
[ 14.156273] initcall proc_page_init+0x0/0x42 returned 0 after 6 usecs
[ 14.162766] calling init_devpts_fs+0x0/0x62 @ 1
[ 14.167492] initcall init_devpts_fs+0x0/0x62 returned 0 after 44 usecs
[ 14.174033] calling init_ramfs_fs+0x0/0x4d @ 1
[ 14.178635] initcall init_ramfs_fs+0x0/0x4d returned 0 after 9 usecs
[ 14.185039] calling init_hugetlbfs_fs+0x0/0x15d @ 1
[ 14.190134] initcall init_hugetlbfs_fs+0x0/0x15d returned 0 after 68 usecs
[ 14.197000] calling init_fat_fs+0x0/0x4f @ 1
[ 14.201440] initcall init_fat_fs+0x0/0x4f returned 0 after 20 usecs
[ 14.207745] calling init_vfat_fs+0x0/0x12 @ 1
[ 14.212252] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 usecs
[ 14.218579] calling init_msdos_fs+0x0/0x12 @ 1
[ 14.223171] initcall init_msdos_fs+0x0/0x12 returned 0 after 0 usecs
[ 14.229585] calling init_iso9660_fs+0x0/0x70 @ 1
[ 14.234375] initcall init_iso9660_fs+0x0/0x70 returned 0 after 23 usecs
[ 14.241023] calling init_nfs_fs+0x0/0x16c @ 1
[ 14.245732] initcall init_nfs_fs+0x0/0x16c returned 0 after 196 usecs
[ 14.252161] calling init_nfs_v2+0x0/0x14 @ 1
[ 14.256580] initcall init_nfs_v2+0x0/0x14 returned 0 after 0 usecs
[ 14.262820] calling init_nfs_v3+0x0/0x14 @ 1
[ 14.267240] initcall init_nfs_v3+0x0/0x14 returned 0 after 0 usecs
[ 14.273478] calling init_nfs_v4+0x0/0x3b @ 1
[ 14.277899] NFS: Registering the id_resolver key type
[ 14.283028] Key type id_resolver registered
[ 14.287259] Key type id_legacy registered
[ 14.291337] initcall init_nfs_v4+0x0/0x3b returned 0 after 13122 usecs
[ 14.297919] calling init_nlm+0x0/0x4c @ 1
[ 14.302087] initcall init_nlm+0x0/0x4c returned 0 after 7 usecs
[ 14.308059] calling init_nls_cp437+0x0/0x12 @ 1
[ 14.312739] initcall init_nls_cp437+0x0/0x12 returned 0 after 0 usecs
[ 14.319239] calling init_nls_ascii+0x0/0x12 @ 1
[ 14.323920] initcall init_nls_ascii+0x0/0x12 returned 0 after 0 usecs
[ 14.330418] calling init_nls_iso8859_1+0x0/0x12 @ 1
[ 14.335445] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 0 usecs
[ 14.342291] calling init_nls_utf8+0x0/0x2b @ 1
[ 14.346886] initcall init_nls_utf8+0x0/0x2b returned 0 after 0 usecs
[ 14.353299] calling init_ntfs_fs+0x0/0x1d1 @ 1
[ 14.357890] NTFS driver 2.1.30 [Flags: R/W].
[ 14.362274] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 4280 usecs
[ 14.368897] calling init_autofs4_fs+0x0/0x2a @ 1
[ 14.373795] initcall init_autofs4_fs+0x0/0x2a returned 0 after 127 usecs
[ 14.380490] calling init_pstore_fs+0x0/0x53 @ 1
[ 14.385176] initcall init_pstore_fs+0x0/0x53 returned 0 after 10 usecs
[ 14.391752] calling ipc_init+0x0/0x2f @ 1
[ 14.395919] msgmni has been set to 3857
[ 14.399822] initcall ipc_init+0x0/0x2f returned 0 after 3817 usecs
[ 14.406051] calling ipc_sysctl_init+0x0/0x14 @ 1
[ 14.410826] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 7 usecs
[ 14.417404] calling init_mqueue_fs+0x0/0xa2 @ 1
[ 14.422144] initcall init_mqueue_fs+0x0/0xa2 returned 0 after 59 usecs
[ 14.428672] calling key_proc_init+0x0/0x5e @ 1
[ 14.433270] initcall key_proc_init+0x0/0x5e returned 0 after 7 usecs
[ 14.439676] calling selinux_nf_ip_init+0x0/0x69 @ 1
[ 14.444701] SELinux: Registering netfilter hooks
[ 14.449605] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 4788 usecs
[ 14.456636] calling init_sel_fs+0x0/0xa5 @ 1
[ 14.461409] initcall init_sel_fs+0x0/0xa5 returned 0 after 344 usecs
[ 14.467748] calling selnl_init+0x0/0x56 @ 1
[ 14.472090] initcall selnl_init+0x0/0x56 returned 0 after 11 usecs
[ 14.478320] calling sel_netif_init+0x0/0x5c @ 1
[ 14.483003] initcall sel_netif_init+0x0/0x5c returned 0 after 3 usecs
[ 14.489500] calling sel_netnode_init+0x0/0x6a @ 1
[ 14.494356] initcall sel_netnode_init+0x0/0x6a returned 0 after 1 usecs
[ 14.501027] calling sel_netport_init+0x0/0x6a @ 1
[ 14.505881] initcall sel_netport_init+0x0/0x6a returned 0 after 1 usecs
[ 14.512554] calling aurule_init+0x0/0x2d @ 1
[ 14.516973] initcall aurule_init+0x0/0x2d returned 0 after 1 usecs
[ 14.523212] calling crypto_wq_init+0x0/0x33 @ 1
[ 14.527925] initcall crypto_wq_init+0x0/0x33 returned 0 after 32 usecs
[ 14.534481] calling crypto_algapi_init+0x0/0xd @ 1
[ 14.539452] initcall crypto_algapi_init+0x0/0xd returned 0 after 4 usecs
[ 14.546207] calling chainiv_module_init+0x0/0x12 @ 1
[ 14.551320] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[ 14.558252] calling eseqiv_module_init+0x0/0x12 @ 1
[ 14.563279] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[ 14.570126] calling hmac_module_init+0x0/0x12 @ 1
[ 14.574979] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[ 14.581653] calling md5_mod_init+0x0/0x12 @ 1
[ 14.586190] initcall md5_mod_init+0x0/0x12 returned 0 after 31 usecs
[ 14.592573] calling sha1_generic_mod_init+0x0/0x12 @ 1
[ 14.597885] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 26 usecs
[ 14.605052] calling crypto_cbc_module_init+0x0/0x12 @ 1
[ 14.610424] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[ 14.617618] calling des_generic_mod_init+0x0/0x17 @ 1
[ 14.622870] initcall des_generic_mod_init+0x0/0x17 returned 0 after 51 usecs
[ 14.629924] calling aes_init+0x0/0x12 @ 1
[ 14.634112] initcall aes_init+0x0/0x12 returned 0 after 26 usecs
[ 14.640151] calling zlib_mod_init+0x0/0x12 @ 1
[ 14.644769] initcall zlib_mod_init+0x0/0x12 returned 0 after 25 usecs
[ 14.651243] calling crypto_authenc_module_init+0x0/0x12 @ 1
[ 14.656962] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[ 14.664503] calling crypto_authenc_esn_module_init+0x0/0x12 @ 1
[ 14.670569] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[ 14.678456] calling krng_mod_init+0x0/0x12 @ 1
[ 14.683076] initcall krng_mod_init+0x0/0x12 returned 0 after 25 usecs
[ 14.689548] calling proc_genhd_init+0x0/0x3c @ 1
[ 14.694323] initcall proc_genhd_init+0x0/0x3c returned 0 after 7 usecs
[ 14.700901] calling bsg_init+0x0/0x12e @ 1
[ 14.705229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 14.712611] initcall bsg_init+0x0/0x12e returned 0 after 7286 usecs
[ 14.718937] calling noop_init+0x0/0x12 @ 1
[ 14.723181] io scheduler noop registered
[ 14.727168] initcall noop_init+0x0/0x12 returned 0 after 3893 usecs
[ 14.733495] calling deadline_init+0x0/0x12 @ 1
[ 14.738089] io scheduler deadline registered
[ 14.742422] initcall deadline_init+0x0/0x12 returned 0 after 4231 usecs
[ 14.749095] calling cfq_init+0x0/0x8b @ 1
[ 14.753279] io scheduler cfq registered (default)
[ 14.758022] initcall cfq_init+0x0/0x8b returned 0 after 4655 usecs
[ 14.764261] calling percpu_counter_startup+0x0/0x38 @ 1
[ 14.769635] initcall percpu_counter_startup+0x0/0x38 returned 0 after 0 usecs
[ 14.776826] calling pci_proc_init+0x0/0x6a @ 1
[ 14.781610] initcall pci_proc_init+0x0/0x6a returned 0 after 184 usecs
[ 14.788120] calling pcie_portdrv_init+0x0/0x7a @ 1
[ 14.793779] xen: registering gsi 16 triggering 0 polarity 1
[ 14.799341] Already setup the GSI :16
[ 14.803876] xen: registering gsi 16 triggering 0 polarity 1
[ 14.809441] Already setup the GSI :16
[ 14.813947] xen: registering gsi 16 triggering 0 polarity 1
[ 14.819515] Already setup the GSI :16
[ 14.823875] xen: registering gsi 19 triggering 0 polarity 1
[ 14.829452] xen: --> pirq=19 -> irq=19 (gsi=19)
[ 14.834681] xen: registering gsi 17 triggering 0 polarity 1
[ 14.840255] xen: --> pirq=17 -> irq=17 (gsi=17)
[ 14.845567] xen: registering gsi 19 triggering 0 polarity 1
[ 14.851129] Already setup the GSI :19
[ 14.855049] initcall pcie_portdrv_init+0x0/0x7a returned 0 after 60535 usecs
[ 14.862083] calling aer_service_init+0x0/0x2b @ 1
[ 14.867006] initcall aer_service_init+0x0/0x2b returned 0 after 70 usecs
[ 14.873694] calling pci_hotplug_init+0x0/0x1d @ 1
[ 14.878547] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 14.884179] initcall pci_hotplug_init+0x0/0x1d returned 0 after 5499 usecs
[ 14.891114] calling pcied_init+0x0/0x79 @ 1
[ 14.895644] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 14.902247] initcall pcied_init+0x0/0x79 returned 0 after 6641 usecs
[ 14.908656] calling pcifront_init+0x0/0x3f @ 1
[ 14.913246] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[ 14.919834] calling genericbl_driver_init+0x0/0x14 @ 1
[ 14.925233] initcall genericbl_driver_init+0x0/0x14 returned 0 after 110 usecs
[ 14.932443] calling cirrusfb_init+0x0/0xcc @ 1
[ 14.937126] initcall cirrusfb_init+0x0/0xcc returned 0 after 88 usecs
[ 14.943554] calling efifb_driver_init+0x0/0x14 @ 1
[ 14.948564] initcall efifb_driver_init+0x0/0x14 returned 0 after 69 usecs
[ 14.955344] calling intel_idle_init+0x0/0x331 @ 1
[ 14.960196] intel_idle: MWAIT substates: 0x42120
[ 14.964875] intel_idle: v0.4 model 0x3C
[ 14.968772] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 14.974671] intel_idle: intel_idle yielding to none
[ 14.979345] initcall intel_idle_init+0x0/0x331 returned -19 after 18699 usecs
[ 14.986801] calling acpi_reserve_resources+0x0/0xeb @ 1
[ 14.992179] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 7 usecs
[ 14.999364] calling acpi_ac_init+0x0/0x2a @ 1
[ 15.003945] initcall acpi_ac_init+0x0/0x2a returned 0 after 71 usecs
[ 15.010297] calling acpi_button_driver_init+0x0/0x12 @ 1
[ 15.016028] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 15.024192] ACPI: Power Button [PWRB]
[ 15.028171] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 15.035551] ACPI: Power Button [PWRF]
[ 15.039347] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 23048 usecs
[ 15.046902] calling acpi_fan_driver_init+0x0/0x12 @ 1
[ 15.052336] ACPI: Fan [FAN0] (off)
[ 15.055967] ACPI: Fan [FAN1] (off)
[ 15.059585] ACPI: Fan [FAN2] (off)
[ 15.063186] ACPI: Fan [FAN3] (off)
[ 15.066793] ACPI: Fan [FAN4] (off)
[ 15.070258] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 17732 usecs
[ 15.077559] calling acpi_processor_driver_init+0x0/0x43 @ 1
[ 15.095589] ACPI Error: [\PETE] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[ 15.104011] ACPI Error: MetPlatform Limit not supported.
[ 15.136462] initcall acpi_processor_driver_init+0x0/0x43 returned 0 after 51939 usecs
[ 15.144351] calling acpi_thermal_init+0x0/0x42 @ 1
[ 15.152493] thermal LNXTHERM:00: registered as thermal_zone0
[ 15.158144] ACPI: Thermal Zone [TZ00] (28 C)
[ 15.1645830 C)
[ 15.174908] initcall acpi_thermal_init+0x0/0x42 returned 0 after 25015 usecs
[ 15.181946] calling acpi_battery_init+0x0/0x16 @ 1
[ 15.186890] initcall acpi_battery_init+0x0/0x16 returned 0 after 2 usecs
[ 15.193640] calling acpi_hed_driver_init+0x0/0x12 @ 1
[ 15.198884] calling 1_acpi_battery_init_async+0x0/0x35 @ 6
[ 15.204607] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 5631 usecs
[ 15.211817] calling erst_init+0x0/0x2fc @ 1
[ 15.216191] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 15.223696] pstore: Registered erst as persistent store backend
[ 15.229667] initcall erst_init+0x0/0x2fc returned 0 after 13202 usecs
[ 15.236166] calling ghes_init+0x0/0x173 @ 1
[ 15.240647] initcall 1_acpi_battery_init_async+0x0/0x35 returned 0 after 35324 usecs
[ 15.249090] \_SB_:_OSC request failed
[ 15.252749] _OSC request data:1 1 0
[ 15.256385] \_SB_:_OSC invalid UUID
[ 15.259938] _OSC request data:1 1 0
[ 15.263577] GHES: APEI firmware first mode is enabled by APEI bit.
[ 15.269820] initcall ghes_init+0x0/0x173 returned 0 after 28633 usecs
[ 15.276318] calling einj_init+0x0/0x522 @ 1
[ 15.280715] EINJ: Error INJection is initialized.
[ 15.285417] initcall einj_init+0x0/0x522 returned 0 after 4654 usecs
[ 15.291832] calling ioat_init_module+0x0/0xb1 @ 1
[ 15.296683] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 15.302725] initcall ioat_init_module+0x0/0xb1 returned 0 after 5899 usecs
[ 15.309607] calling virtio_mmio_init+0x0/0x14 @ 1
[ 15.314516] initcall virtio_mmio_init+0x0/0x14 returned 0 after 71 usecs
[ 15.321203] calling virtio_balloon_driver_init+0x0/0x12 @ 1
[ 15.326992] initcall virtio_balloon_driver_init+0x0/0x12 returned 0 after 68 usecs
[ 15.334549] calling xenbus_probe_initcall+0x0/0x39 @ 1
[ 15.339835] initcall xenbus_probe_initcall+0x0/0x39 returned 0 after 0 usecs
[ 15.346940] calling xenbus_init+0x0/0x3d @ 1
[ 15.351496] initcall xenbus_init+0x0/0x3d returned 0 after 130 usecs
[ 15.357836] calling xenbus_backend_init+0x0/0x51 @ 1
[ 15.363070] initcall xenbus_backend_init+0x0/0x51 returned 0 after 117 usecs
[ 15.370109] calling gntdev_init+0x0/0x4d @ 1
[ 15.374679] initcall gntdev_init+0x0/0x4d returned 0 after 148 usecs
[ 15.381022] calling gntalloc_init+0x0/0x3d @ 1
[ 15.385744] initcall gntalloc_init+0x0/0x3d returned 0 after 126 usecs
[ 15.392262] calling hypervisor_subsys_init+0x0/0x25 @ 1
[ 15.397633] initcall hypervisor_subsys_init+0x0/0x25 returned 0 after 0 usecs
[ 15.404824] calling hyper_sysfs_init+0x0/0x103 @ 1
[ 15.409830] initcall hyper_sysfs_init+0x0/0x103 returned 0 after 63 usecs
[ 15.416611] calling platform_pci_module_init+0x0/0x1b @ 1
[ 15.422249] initcall platform_pci_module_init+0x0/0x1b returned 0 after 88 usecs
[ 15.429630] calling xen_late_init_mcelog+0x0/0x3d @ 1
[ 15.435019] initcall xen_late_init_mcelog+0x0/0x3d returned 0 after 186 usecs
[ 15.442144] calling xen_pcibk_init+0x0/0x13f @ 1
[ 15.446935] xen_pciback: backend is vpci
[ 15.450973] initcall xen_pcibk_init+0x0/0x13f returned 0 after 3969 usecs
[ 15.457755] calling xen_acpi_processor_init+0x0/0x24b @ 1
[ 15.464056] xen_acpi_processor: Uploading Xen processor PM info
[ 15.472556] initcall xen_acpi_processor_init+0x0/0x24b returned 0 after 9039 usecs
[ 15.480110] calling pty_init+0x0/0x453 @ 1
[ 15.503680] kworker/u2:0 (861) used greatest stack depth: 5488 bytes left
[ 15.547929] initcall pty_init+0x0/0x453 returned 0 after 62081 usecs
[ 15.554276] calling sysrq_init+0x0/0xb0 @ 1
[ /0x228 returned 0 after 1062 usecs
[ 15.577058] calling serial8250_init+0x0/0x1ab @ 1
[ 15.581907] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 15.609583] 00:09: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 15.618001] initcall serial8250_init+0x0/0x1ab returned 0 after 35246 usecs
[ 15.624951] calling serial_pci_driver_init+0x0/0x1b @ 1
[ 15.630445] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 121 usecs
[ 15.637738] calling init_kgdboc+0x0/0x16 @ 1
[ 15.642158] kgdb: Registered I/O driver kgdboc.
[ 15.646777] initcall init_kgdboc+0x0/0x16 returned 0 after 4511 usecs
[ 15.653250] calling init+0x0/0x10f @ 1
[ 15.657366] initcall init+0x0/0x10f returned 0 after 210 usecs
[ 15.663192] calling hpet_init+0x0/0x6a @ 1
[ 15.667917] hpet_acpi_add: no address or irqs in _CRS
[ 15.673035] initcall hpet_init+0x0/0x6a returned 0 after 5464 usecs
[ 15.679295] calling nvram_init+0x0/0x82 @ 1
[ 15.683767] Non-volatile memory driver v1.3
[ 15.687946] initcall nvram_init+0x0/0x82 returned 0 after 4219 usecs
[ 15.694356] calling mod_init+0x0/0x5a @ 1
[ 15.698514] initcall mod_init+0x0/0x5a returned -19 after 0 usecs
[ 15.704667] calling rng_init+0x0/0x12 @ 1
[ 15.708963] initcall rng_init+0x0/0x12 returned 0 after 132 usecs
[ 15.715044] calling agp_init+0x0/0x26 @ 1
[ 15.719202] Linux agpgart interface v0.103
[ 15.723360] initcall agp_init+0x0/0x26 returned 0 after 4060 usecs
[ 15.729601] calling agp_amd64_mod_init+0x0/0xb @ 1
[ 15.734686] initcall agp_amd64_mod_init+0x0/0xb returned -19 after 142 usecs
[ 15.741720] calling agp_intel_init+0x0/0x29 @ 1
[ 15.746499] initcall agp_intel_init+0x0/0x29 returned 0 after 97 usecs
[ 15.753014] calling agp_sis_init+0x0/0x29 @ 1
[ 15.757614] initcall agp_sis_init+0x0/0x29 returned 0 after 94 usecs
[ 15.763958] calling agp_via_init+0x0/0x29 @ 1
[ 15.768556] initcall agp_via_init+0x0/0x29 returned 0 after 90 usecs
[ 15.774903] calling drm_core_init+0x0/0x10c @ 1
[ 15.779671] [drm] Initialized drm 1.1.0 20060810
[ 15.784282] initcall drm_core_init+0x0/0x10c returned 0 after 4590 usecs
[ 15.791040] calling cn_proc_init+0x0/0x3d @ 1
[ 15.795545] initcall cn_proc_init+0x0/0x3d returned 0 after 2 usecs
[ 15.801869] calling topology_sysfs_init+0x0/0x70 @ 1
[ 15.807014] initcall topology_sysfs_init+0x0/0x70 returned 0 after 30 usecs
[ 15.814003] calling loop_init+0x0/0x14e @ 1
[ 15.867870] loop: module loaded
[ 15.871004] initcall loop_init+0x0/0x14e returned 0 after 51433 usecs
[ 15.877503] calling xen_blkif_init+0x0/0x22 @ 1
[ 15.882286] initcall xen_blkif_init+0x0/0x22 returned 0 after 101 usecs
[ 15.888894] calling mac_hid_init+0x0/0x22 @ 1
[ 15.893405] initcall mac_hid_init+0x0/0x22 returned 0 after 7 usecs
[ 15.899724] calling macvlan_init_module+0x0/0x3d @ 1
[ 15.904840] initcall macvlan_init_module+0x0/0x3d returned 0 after 2 usecs
[ 15.911772] calling macvtap_init+0x0/0x100 @ 1
[ 15.916454] initcall macvtap_init+0x0/0x100 returned 0 after 89 usecs
[ 15.922881] calling net_olddevs_init+0x0/0xb5 @ 1
[ 15.927734] initcall net_olddevs_init+0x0/0xb5 returned 0 after 1 usecs
[ 15.934405] calling fixed_mdio_bus_init+0x0/0x105 @ 1
[ 15.939829] libphy: Fixed MDIO Bus: probed
[ 15.943916] initcall fixed_mdio_bus_init+0x0/0x105 returned 0 after 4207 usecs
[ 15.951195] calling tun_init+0x0/0x93 @ 1
[ 15.955352] tun: Universal TUN/TAP device driver, 1.6
[ 15.960466] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 15.966855] initcall tun_init+0x0/0x93 returned 0 after 11232 usecs
[ 15.973112] calling tg3_driver_init+0x0/0x1b @ 1
[ 15.977993] initcall tg3_driver_init+0x0/0x1b returned 0 after 114 usecs
[ 15.984681] calling ixgbevf_init_module+0x0/0x4c @ 1
[ 15.989793] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.11.3-k
[ 15.999238] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 16.005505] initcall ixgbevf_init_module+0x0/0x4c returned 0 after 15343 usecs
[ 16.012719] calling forcedeth_pci_driver_init+0x0/0x1b @ 1
[ 16.018456] initcall forcedeth_pci_driver_init+0x0/0x1b returned 0 after 100 usecs
[ 16.026012] calling netback_init+0x0/0x48 @ 1
[ 16.030590] initcall netback_init+0x0/0x48 returned 0 after 70 usecs
[ 16.036934] calling nonstatic_sysfs_init+0x0/0x12 @ 1
[ 16.042132] initcall nonstatic_sysfs_init+0x0/0x12 returned 0 after 0 usecs
[ 16.049150] calling yenta_cardbus_driver_init+0x0/0x1b @ 1
[ 16.054898] initcall yenta_cardbus_driver_init+0x0/0x1b returned 0 after 112 usecs
[ 16.062460] calling mon_init+0x0/0xfe @ 1
[ 16.066829] initcall mon_init+0x0/0xfe returned 0 after 211 usecs
[ 16.072917] calling ehci_hcd_init+0x0/0x5c @ 1
[ 16.077506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 16.084094] initcall ehci_hcd_init+0x0/0x5c returned 0 after 6433 usecs
[ 16.090766] calling ehci_pci_init+0x0/0x69 @ 1
[ 16.095358] ehci-pci: EHCI PCI platform driver
[ 16.100443] xen: registering gsi 16 triggering 0 polarity 1
[ 16.106004] Already setup the GSI :16
[ 16.109766] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 16.115234] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 16.122650] ehci-pci 0000:00:1a.0: debug port 2
[ 16.131127] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 16.137979] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf153c000
[ 16.148723] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 16.154594] usb usb1: New USB device found, idVendor=1d6b, 16.173603] usb usb1: Manufacturer: Linux 3.13.0upstream-02502-gec513b1 ehci_hcd
[ 16.181050] usb usb1: SerialNumber: 0000:00:1a.0
[ 16.186395] hub 1-0:1.0: USB hub found
[ 16.190171] hub 1-0:1.0: 3 ports detected
[ 16.195665] xen: registering gsi 23 triggering 0 polarity 1
[ 16.201231] Already setup the GSI :23
[ 16.204983] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 16.210468] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 16.217875] ehci-pci 0000:00:1d.0: debug port 2
[ 16.226369] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 16.233219] ehci-pci 0000:00:1d.0: irq 23, io evice found, idVendor=1d6b, idProduct=0002
[ 16.257396] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.264667] usb usb2: Product: EHCI Host Controller
[ 16.269612] usb usb2: Manufacturer: Linux 3.13.0upstream-02502-gec513b1 ehci_hcd
[ 16.277059] usb usb2: SerialNumber: 0000:00:1d.0
[ 16.282368] hub 2-0:1.0: USB hub found
[ 16.286138] hub 2-0:1.0: 3 ports detected
[ 16.291162] initcall ehci_pci_init+0x0/0x69 returned 0 after 191213 usecs
[ 16.297939] calling ohci_hcd_mod_init+0x0/0x64 @ 1
[ 16.302877] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 16.309123] initcall ohci_hcd_mod_init+0x0/0x64 returned 0 after 6098 usecs
[ 16.316134] calling ohci_pci_init+0x0/0x69 @ 1
[ 16.320728] ohci-pci: OHCI PCI platform driver
[ 16.325341] initcall ohci_pci_init+0x0/0x69 returned 0 after 4504 usecs
[ 16.331944] calling uhci_hcd_init+0x0/0xb0 @ 1
[ 16.336536] uhci_hcd: USB Universal Host Controller Interface driver
[ 16.343082] initcall uhci_hcd_init+0x0/0xb0 returned 0 after 6391 usecs
[ 16.349687] calling usblp_driver_init+0x0/0x1b @ 1
[ 16.354802] usbcore: registered new interface driver usblp
[ 16.360277] initcall usblp_driver_init+0x0/0x1b returned 0 after 5519 usecs
[ 16.367296] calling kgdbdbgp_start_thread+0x0/0x4f @ 1
[ 16.372580] initcall kgdbdbgp_start_thread+0x0/0x4f returned 0 after 0 usecs
[ 16.379687] calling i8042_init+0x0/0x3c5 @ 1
[ 16.384371] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 16.394424] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 16.399385] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 16.404674] initcall i8042_init+0x0/0x3c5 returned 0 after 20084 usecs
[ 16.411193] calling serport_init+0x0/0x34 @ 1
[ 16.415696] initcall serport_init+0x0/0x34 returned 0 after 0 usecs
[ 16.422023] calling mousedev_init+0x0/0x62 @ 1
[ 16.426806] mousedev: PS/2 mouse device common for all mice
[ 16.432372] initcall mousedev_init+0x0/0x62 returned 0 after 5620 usecs
[ 16.439043] calling evdev_init+0x0/0x12 @ 1
[ 16.443771] initcall evdev_init+0x0/0x12 returned 0 after 384 usecs
[ 16.450027] calling atkbd_init+0x0/0x27 @ 1
[ 16.454500] initcall atkbd_init+0x0/0x27 returned 0 after 137 usecs
[ 16.460760] calling psmouse_init+0x0/0x82 @ 1
[ 16.465448] initcall psmouse_init+0x0/0x82 returned 0 after 182 usecs
[ 16.471875] calling cmos_init+0x0/0x77 @ 1
[ 16.476168] rtc_cmos 00:05: RTC can wake from S4
[ 16.481185] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 16.487332] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[ 16.494495] initcall cmos_init+0x0/0x77 returned 0 after 17937 usecs
[ 16.500840] calling i2c_i801_init+0x0/0xad @ 1
[ 16.506031] xen: registering gsi 18 triggering 0 polarity 1
[ 16.511591] Already setup the GSI :18
[ 16.515412] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[ 16.521825] initcall i2c_i801_init+0x0/0xad returned 0 after 16005 usecs
[ 16.528521] calling cpufreq_gov_dbs_init+0x0/0x12 @ 1
[ 16.533723] initcall cpufreq_gov_dbs_init+0x0/0x12 returned -19 after 0 usecs
[ 16.540943] calling efivars_sysfs_init+0x0/0x220 @ 1
[ 16.546051] initcall efivars_sysfs_init+0x0/0x220 returned -19 after 0 usecs
[ 16.553156] calling efivars_pstore_init+0x0/0xa2 @ 1
[ 16.558271] initcall efivars_pstore_init+0x0/0xa2 returned 0 after 0 usecs
[ 16.565202] calling vhost_net_init+0x0/0x30 @ 1
[ 16.570377] initcall vhost_net_init+0x0/0x30 returned 0 after 482 usecs
[ 16.576984] calling vhost_init+0x0/0x8 @ 1
[ 16.581233] initcall vhost_init+0x0/0x8 returned 0 after 0 usecs
[ 16.587293] calling staging_init+0x0/0x8 @ 1
[ 16.591713] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[ 16.597953] calling zram_init+0x0/0x2fd @ 1
[ 16.603120] zram: Created 1 device(s) ...
[ 16.607126] initcall zram_init+0x0/0x2fd returned 0 after 4727 usecs
[ 16.613536] calling zs_init+0x0/0x90 @ 1
[ 16.617611] initcall zs_init+0x0/0x90 returned 0 after 2 usecs
[ 16.623502] calling eeepc_laptop_init+0x0/0x5a @ 1
[ 16.628496] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 16.635282] initcall eeepc_laptop_init+0x0/0x5a returned -19 after 6680 usecs
[ 16.642407] calling sock_diag_init+0x0/0x12 @ 1
[ 16.647105] initcall sock_diag_init+0x0/0x12 returned 0 after 16 usecs
[ 16.653675] calling flow_cache_init_global+0x0/0x19a @ 1
[ 16.659149] initcall flow_cache_init_global+0x0/0x19a returned 0 after 20 usecs
[ 16.666496] calling llc_init+0x0/0x20 @ 1
[ 16.670657] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[ 16.676635] calling snap_init+0x0/0x38 @ 1
[ 16.680883] initcall snap_init+0x0/0x38 returned 0 after 1 usecs
[ 16.686949] calling blackhole_module_init+0x0/0x12 @ 1
[ 16.692235] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[ 16.699342] calling nfnetlink_init+0x0/0x59 @ 1
[ 16.704022] Netfilter messages via NETLINK v0.30.
[ 16.708803] initcall nfnetlink_init+0x0/0x59 returned 0 after 4668 usecs
[ 16.715548] calling nfnetlink_log_init+0x0/0xb6 @ 1
[ 16.720585] initcall nfnetlink_log_init+0x0/0xb6 returned 0 after 10 usecs
[ 16.727509] calling nf_conntrack_standalone_init+0x0/0x82 @ 1
[ 16.733401] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 16.739653] initcall nf_conntrack_standalone_init+0x0/0x82 returned 0 after 6104 usecs
[ 16.747556] calling ctnetlink_init+0x0/0xa4 @ 1
[ 16.752232] ctnetlink v0.93: registering with nfnetlink.
[ 16.757606] initcall ctnetlink_init+0x0/0xa4 returned 0 after 5247 usecs
[ 16.764367] calling nf_conntrack_ftp_init+0x0/0x1ca @ 1
[ 16.769744] initcall nf_conntrack_ftp_init+0x0/0x1ca returned 0 after 4 usecs
[ 16.776933] calling nf_conntrack_irc_init+0x0/0x173 @ 1
[ 16.782309] initcall nf_conntrack_irc_init+0x0/0x173 returned 0 after 3 usecs
[ 16.789498] calling nf_conntrack_sip_init+0x0/0x215 @ 1
[ 16.794872] initcall nf_conntrack_sip_init+0x0/0x215 returned 0 after 0 usecs
[ 16.802064] calling xt_init+0x0/0x118 @ 1
[ 16.806226] initcall xt_init+0x0/0x118 returned 0 after 2 usecs
[ 16.812204] calling tcpudp_mt_init+0x0/0x17 @ 1
[ 16.816884] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 0 usecs
[ 16.823384] calling connsecmark_tg_init+0x0/0x12 @ 1
[ 16.828497] initcall connsecmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[ 16.835431] calling nflog_tg_init+0x0/0x12 @ 1
[ 16.840024] initcall nflog_tg_init+0x0/0x12 returned 0 after 0 usecs
[ 16.846436] calling secmark_tg_init+0x0/0x12 @ 1
[ 16.851204] initcall secmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[ 16.857788] calling tcpmss_tg_init+0x0/0x17 @ 1
[ 16.862468] initcall tcpmss_tg_init+0x0/0x17 returned 0 after 0 usecs
[ 16.868969] calling conntrack_mt_init+0x0/0x17 @ 1
[ 16.873910] initcall conntrack_mt_init+0x0/0x17 returned 0 after 0 usecs
[ 16.880667] calling policy_mt_init+0x0/0x17 @ 1
[ 16.885349] initcall policy_mt_init+0x0/0x17 returned 0 after 0 usecs
[ 16.891849] calling state_mt_init+0x0/0x12 @ 1
[ 16.896442] initcall state_mt_init+0x0/0x12 returned 0 after 0 usecs
[ 16.902856] calling sysctl_ipv4_init+0x0/0x92 @ 1
[ 16.907735] initcall sysctl_ipv4_init+0x0/0x92 returned 0 after 26 usecs
[ 16.914468] calling tunnel4_init+0x0/0x72 @ 1
[ 16.918974] initcall tunnel4_init+0x0/0x72 returned 0 after 0 usecs
[ 16.925300] calling ipv4_netfilter_init+0x0/0x12 @ 1
[ 16.930415] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[ 16.937348] calling nf_conntrack_l3proto_ipv4_init+0x0/0x17c @ 1
[ 16.943607] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x17c returned 0 after 101 usecs
[ 16.951682] calling nf_defrag_init+0x0/0x17 @ 1
[ 16.956362] initcall nf_defrag_init+0x0/0x17 returned 0 after 0 usecs
[ 16.962861] calling ip_tables_init+0x0/0xaa @ 1
[ 16.967554] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 16.972915] initcall ip_tables_init+0x0/0xaa returned 0 after 5247 usecs
[ 16.979675] calling iptable_filter_init+0x0/0x51 @ 1
[ 16.984810] initcall iptable_filter_init+0x0/0x51 returned 0 after 22 usecs
[ 16.991808] calling iptable_mangle_init+0x0/0x51 @ 1
[ 16.996940] initcall iptable_mangle_init+0x0/0x51 returned 0 after 18 usecs
[ 17.003940] calling reject_tg_init+0x0/0x12 @ 1
[ 17.008621] initcall reject_tg_init+0x0/0x12 returned 0 after 0 usecs
[ 17.015120] calling ulog_tg_init+0x0/0x85 @ 1
[ 17.019643] initcall ulog_tg_init+0x0/0x85 returned 0 after 16 usecs
[ 17.026041] calling cubictcp_register+0x0/0x5c @ 1
[ 17.030979] TCP: cubic registered
[ 17.034359] initcall cubictcp_register+0x0/0x5c returned 0 after 3300 usecs
[ 17.041379] calling xfrm_user_init+0x0/0x4a @ 1
[ 17.046059] Initializing XFRM netlink socket
[ 17.050407] initcall xfrm_user_init+0x0/0x4a returned 0 after 4245 usecs
[ 17.057153] calling inet6_init+0x0/0x370 @ 1
[ 17.061652] NET: Registered protocol family 10
[ 17.066434] initcall inet6_init+0x0/0x370 returned 0 after 4746 usecs
[ 17.072866] calling ah6_init+0x0/0x79 @ 1
[ 17.077027] initcall ah6_init+0x0/0x79 returned 0 after 0 usecs
[ 17.083005] calling esp6_init+0x0/0x79 @ 1
[ 17.087253] initcall esp6_init+0x0/0x79 returned 0 after 0 usecs
[ 17.093317] calling xfrm6_transport_init+0x0/0x17 @ 1
[ 17.098518] initcall xfrm6_transport_init+0x0/0x17 returned 0 after 0 usecs
[ 17.105537] calling xfrm6_mode_tunnel_init+0x0/0x17 @ 1
[ 17.110910] initcall xfrm6_mode_tunnel_init+0x0/0x17 returned 0 after 0 usecs
[ 17.118103] calling xfrm6_beet_init+0x0/0x17 @ 1
[ 17.122870] initcall xfrm6_beet_init+0x0/0x17 returned 0 after 0 usecs
[ 17.129456] calling ip6_tables_init+0x0/0xaa @ 1
[ 17.134237] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 17.139684] initcall ip6_tables_init+0x0/0xaa returned 0 after 5332 usecs
[ 17.146531] calling ip6table_filter_init+0x0/0x51 @ 1
[ 17.151826] initcall ip6table_filter_init+0x0/0x51 returned 0 after 93 usecs
[ 17.158863] calling ip6table_mangle_init+0x0/0x51 @ 1
[ 17.164104] initcall ip6table_mangle_init+0x0/0x51 returned 0 after 40 usecs
[ 17.171169] calling nf_conntrack_l3proto_ipv6_init+0x0/0x154 @ 1
[ 17.177331] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x154 returned 0 after 8 usecs
[ 17.185295] calling nf_defrag_init+0x0/0x54 @ 1
[ 17.189984] initcall nf_defrag_init+0x0/0x54 returned 0 after 9 usecs
[ 17.196475] calling ipv6header_mt6_init+0x0/0x12 @ 1
[ 17.201587] initcall ipv6header_mt6_init+0x0/0x12 returned 0 after 0 usecs
[ 17.208520] calling reject_tg6_init+0x0/0x12 @ 1
[ 17.213287] initcall reject_tg6_init+0x0/0x12 returned 0 after 0 usecs
[ 17.219876] calling sit_init+0x0/0xcf @ 1
[ 17.224033] sit: IPv6 over IPv4 tunneling driver
[ 17.229602] initcall sit_init+0x0/0xcf returned 0 after 5436 usecs
[ 17.235772] calling packet_init+0x0/0x47 @ 1
[ 17.240190] NET: Registered protocol family 17
[ 17.244704] initcall packet_init+0x0/0x47 returned 0 after 4407 usecs
[ 17.251195] calling br_init+0x0/0xa2 @ 1
[ 17.255286] initcall br_init+0x0/0xa2 returned 0 after 17 usecs
[ 17.261247] calling init_rpcsec_gss+0x0/0x64 @ 1
[ 17.266053] initcall init_rpcsec_gss+0x0/0x64 returned 0 after 38 usecs
[ 17.272688] calling dcbnl_init+0x0/0x4d @ 1
[ 17.277020] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[ 17.283174] calling init_dns_resolver+0x0/0xe1 @ 1
[ 17.288125] Key type dns_resolver registered
[ 17.292446] initcall init_dns_resolver+0x0/0xe1 returned 0 after 4231 usecs
[ 17.299468] calling mcheck_init_device+0x0/0x123 @ 1
[ 17.304928] initcall mcheck_init_device+0x0/0x123 returned 0 after 340 usecs
[ 17.311987] calling tboot_late_init+0x0/0x243 @ 1
[ 17.316817] initcall tboot_late_init+0x0/0x243 returned 0 after 0 usecs
[ 17.323491] calling mcheck_debugfs_init+0x0/0x3c @ 1
[ 17.328618] initcall mcheck_debugfs_init+0x0/0x3c returned 0 after 13 usecs
[ 17.335622] calling severities_debugfs_init+0x0/0x3c @ 1
[ 17.341089] initcall severities_debugfs_init+0x0/0x3c returned 0 after 5 usecs
[ 17.348363] calling threshold_init_device+0x0/0x50 @ 1
[ 17.353651] initcall threshold_init_device+0x0/0x50 returned 0 after 1 usecs
[ 17.360755] calling hpet_insert_resource+0x0/0x23 @ 1
[ 17.365956] initcall hpet_insert_resource+0x0/0x23 returned 0 after 0 usecs
[ 17.372975] calling update_mp_table+0x0/0x56d @ 1
[ 17.377829] initcall update_mp_table+0x0/0x56d returned 0 after 0 usecs
[ 17.384502] calling lapic_insert_resource+0x0/0x3f @ 1
[ 17.389788] initcall lapic_insert_resource+0x0/0x3f returned 0 after 0 usecs
[ 17.396893] calling io_apic_bug_finalize+0x0/0x1b @ 1
[ 17.402094] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 0 usecs
[ 17.409113] calling print_ICs+0x0/0x456 @ 1
[ 17.413447] initcall print_ICs+0x0/0x456 returned 0 after 0 usecs
[ 17.419600] calling check_early_ioremap_leak+0x0/0x65 @ 1
[ 17.425148] initcall check_early_ioremap_leak+0x0/0x65 returned 0 after 0 usecs
[ 17.432513] calling pat_memtype_list_init+0x0/0x32 @ 1
[ 17.437799] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 0 usecs
[ 17.444909] calling init_oops_id+0x0/0x40 @ 1
[ 17.449413] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[ 17.455740] calling pm_qos_power_init+0x0/0x7b @ 1
[ 17.461016] initcall pm_qos_power_init+0x0/0x7b returned 0 after 330 usecs
[ 17.467882] calling pm_debugfs_init+0x0/0x24 @ 1
[ 17.472655] initcall pm_debugfs_init+0x0/0x24 returned 0 after 6 usecs
[ 17.479234] calling printk_late_init+0x0/0x44 @ 1
[ 17.484089] initcall printk_late_init+0x0/0x44 returned 0 after 0 usecs
[ 17.490761] calling tk_debug_sleep_time_init+0x0/0x3d @ 1
[ 17.496311] initcall tk_debug_sleep_time_init+0x0/0x3d returned 0 after 5 usecs
[ 17.503674] calling debugfs_kprobe_init+0x0/0x90 @ 1
[ 17.508803] initcall debugfs_kprobe_init+0x0/0x90 returned 0 after 16 usecs
[ 17.515808] calling taskstats_init+0x0/0x73 @ 1
[ 17.520496] registered taskstats version 1
[ 17.524646] initcall taskstats_init+0x0/0x73 returned 0 after 4062 usecs
[ 17.531405] calling clear_boot_tracer+0x0/0x2d @ 1
[ 17.536347] initcall clear_boot_tracer+0x0/0x2d returned 0 after 0 usecs
[ 17.543133] calling kdb_ftrace_register+0x0/0x2f @ 1
[ 17.548248] initcall kdb_ftrace_register+0x0/0x2f returned 0 after 1 usecs
[ 17.555181] calling max_swapfiles_check+0x0/0x8 @ 1
[ 17.560205] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[ 17.567052] calling set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[ 17.573206] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 0 usecs
[ 17.581179] calling kmemleak_late_init+0x0/0x93 @ 1
[ 17.586234] kmemleak: Kernel memory leak detector initialized
[ 17.592018] initcall kmemleak_late_init+0x0/0x93 returned 0 after 5676 usecs
[ 17.599124] calling init_root_keyring+0x0/0xb @ 1
[ 17.603994] initcall init_root_keyring+0x0/0xb returned 0 after 19 usecs
[ 17.610732] calling fail_make_request_debugfs+0x0/0x2a @ 1
[ 17.616405] initcall fail_make_request_debugfs+0x0/0x2a returned 0 after 38 usecs
[ 17.623908] calling prandom_reseed+0x0/0x47 @ 1
[ 17.628589] initcall prandom_reseed+0x0/0x47 returned 0 after 2 usecs
[ 17.635084] calling pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[ 17.641417] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 5 usecs
[ 17.649558] calling pci_sysfs_init+0x0/0x51 @ 1
[ 17.658402] initcall pci_sysfs_init+0x0/0x51 returned 0 after 4066 usecs
[ 17.665089] calling boot_wait_for_devices+0x0/_devices+0x0/0x30 returned 0 after 0 usecs
[ 17.677482] calling deferred_probe_initcall+0x0/0x70 @ 1
[ 17.682970] kmemleak: Automatic memory scanning thread started
[ 17.688949] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 5859 usecs
[ 17.696419] calling late_resume_init+0x0/0x1d0 @ 1
[ 17.701357] Magic number: 14:268:431
[ 17.705268] initcall late_resume_init+0x0/0x1d0 returned 0 after 3818 usecs
[ 17.712217] calling firmware_memmap_init+0x0/0x38 @ 1
[ 17.717854] initcall firmware_memmap_init+0x0/0x38 returned 0 after 427 usecs
[ 17.724973] calling pci_mmcfg_late_insert_resources+0x0/0x50 @ 1
[ 17.731127] initcall pci_mmcfg_late_insert_resources+0x0/0x50 returned 0 after 0 usecs
[ 17.739098] calling tcp_congestion_default+0x0/0x12 @ 1
[ 17.744473] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[ 17.751666] calling ip_auto_config+0x0/0xf1c @ 1
[ 17.756437] initcall ip_auto_config+0x0/0xf1c returned 0 after 5 usecs
[ 17.763019] calling software_resume+0x0/0x290 @ 1
[ 17.767870] PM: Hibernation image not present or could not be loaded.
[ 17.774370] initcall software_resume+0x0/0x290 returned -2 after 6347 usecs
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[ 17.803642] async_waiting @ 1
[ 17.806670] async_continuing @ 1 after 0 usec
[ 17.811455] Freeing unused kernel memory: 1724K (ffffffff81cc1000 - ffffffff81e70000)
[ 17.819273] Write protecting the kernel read-only data: 12288k
[ 17.827733] Freeing unused kernel memory: 1244K (ffff8800016c9000 - ffff880001800000)
[ 17.836066] Freeing unused kernel memory: 1912K (ffff880001a22000 - ffff880001c00000)
[ 17.844303] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
[ 17.850993] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
init started: BusyBox v1.14.3 (2014-01-20 09:47:53 EST)
Mounting directories [ OK ]
[ 17.874834] mount (1493) used greatest stack depth: 5032 bytes left
[ 17.885031] hub 1-1:1.0: USB hub found
[ 17.889174] hub 1-1:1.0: 6 ports detected
mount: mount point /proc/bus/usb does not exist
[ 18.004919] calling privcmd_init+0x0/0x1000 [xen_privcmd] @ 1522
[ 18.igh-speed USB device number 2 using ehci-pci
^G^G^G^G[ 18.018407] initcall privcmd_init+0x0/0x1000 [xen_privcmd] returned 0 after 7225 usecs
^G^G[ 18.027061] calling xenfs_init+0x0/0x1000 [xenfs] @ 1522
[ 18.032455] initcall xenfs_init+0x0/0x1000 [xenfs] returned 0 after 1 usecs
mount: mount point /sys/kernel/config does not exist
[ 18.058095] calling xenkbd_init+0x0/0x1000 [xen_kbdfront] @ 1533
[ 18.064182] initcall xenkbd_init+0x0/0x1000 [xen_kbdfrerting xen_kbdfront (/lib/modules/3.13.0upstream-02502-gec513b1/kernel/drivers/input/misc/xen-kbdfront.ko): No such device
^G^G^G^G^G^G^G^G^G^G^G^G[ 18.089461] calling xenfb_init+0x0/0x1000 [xen_fbfront] @ 1536
[ 18.095373] initcall xenfb_init+0x0/0x1000 [xen_fbfront] returned -19 after 0 usecs
FATAL: Error inserting xen_fbfront (/lib/modules/3.13.0upstream-02502-gec513b1/kernel/drivers/video/xen-fbfront.ko): No such device
[ 18.116848] calling netif_init+0x0/0x1000 [xen_netfront] @ 1543
[ 18.122846] xen_netfront: Initialising Xen virtual ethernet driver
[ 18.129212] initcall netif_init+0x0/0x1000 [xen_netfront] returned 0 after 6214 usecs
[ 18.139187] calling xlblk_init+0x0/0x1000 [xen_blkfront] @ 1546
[ 18.145333] initcall xlblk_init+0x0/0x1000 [xen_blkfronG^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[ 18.185401] hub 2-1:1.0: USB hub found
[ 18.189869] hub 2-1:1.0: 8 ports detected
[ 18.194764] udG^G^G^G[ 18.261447] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1560
[ 18.268093] initcall acpi_cpufreq_init+0x0/0x100req] returned -19 after 40 usecs
^G^G^G[ 18.283502] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1570
[ 18.290114] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -19 after 4 usecs
[ 18.312807] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1588
[ 18.319424] initcall acpi_cpufreq_init+0x0/0x10033027] calling acpi_video_init+0x0/0xfee [video] @ 1596
[ 18.338782] initcall acpi_video_init+0x0/0xfee [video] returned 0 after 11 usecs
^G^G^G[ 18.364612] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1564
[ 18.371230] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -19 after 6 usecs
[ 18.385187] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1572
[ 18.391802] initcall acpi_cpufreq_init+0x0/0x100ling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1590
[ 18.418534] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -19 after 4 usecs
^G^G^G^G^G[ 18.468430] calling init_scsi+0x0/0x91 [scsi_mod] @ 1781
[ 18.478012] SCSI subsystem initialized
[ 18.481761] initcall init_scsi+0x0/0x91 [scsi_mod] returned 0 after 7740 usecs
alling igb_init_module+0x0/0x1000 [igb] @ 1790
[ 18.497783] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[ 18.504795] igb: Copyright (c) 2007-2013 Intel Corporation.
[ 18.510730] xen: registering gsi 17 triggering 0 polarity 1
[ 18.516292] Already setup the GSI :17
^G^G^G^G[ 18.521923] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1574
[ 18.528538] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -19 after 4 usecs
[ 18.538904] calling sas_transport_init+0x0/0x1000 [scsi_transport_sas] @ 1781
[ 18.563468] calling drm_fb_helper_modiniG^G^G^G[ 18.581027] calling e1000_init_module+0x0/0x1000 [e1000e] @ 1812
[ 18.587120] e1000e: Intel(R) PRO/1000 Network Driver -upt Throttling Rate (ints/sec) set to dynamic conservative mode
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[ 18.632599] calling fb_console_init+0x0/0x1000 [fbcon] @ 1825
[ 18.638665] calling acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] @ 1591
[ 18.638675] initcall acpi_cpufreq_init+0x0/0x1000 [acpi_cpufreq] returned -19 after 7 usecs
[ 18.639773] initcall drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] returned 0 after 67545 usecs
[ 18.676560] initcall fb_console_init+0x0/0x1000 [fbcon] returned 0 after 37245 usecs
[ 18.689751] initcall sas_transport_init+0x0/0x1000 [scsi_transport_sas] returned 0 after 140267 usecs
[ 18.731789] calling i915_init+0x0/0x68 [i915] @ 1809
[ 18.752037] calling ata_init+0x0/0x4ce [libata] @ 1888
[ 18.758928] calling fusion_init+0x0/0x1000 [mptbase] @ 1781
[ 18.773708] initcall fusion_init+0x0/0x1000 [mptbase] returned 0 after 8916 usecs
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[ 18.795463] libata version 3.00 loaded.
[ 18.799303] initcall ata_init+0x0/0x4ce [libata] returned 0 after 41054 usecs
[ 18.819464] calling mptsas_init+0x0/0x1000 [mptsas] @ 1781
[ 18.825031] Fusion MPT SAS Host driver 3.04.20
[ 18.8298G^G^G^G^G^G[ 18.855258] mptbase: ioc0: Initiating bringup
^G^G^G^G^G^G^G^G^G^G^G^G[ 18.866860] igb 0000:02:00.0: added PHC on eth0
[ 18.871386] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 18.878317] igb 0000:02:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:1b:21:45:d9:ac
[ 18.885507] igb 0000:02:00.0: eth0: PBA No: Unknown
[ 18.890446] igb 0000:02:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[ 18.898420] xen: registering gsi 18 triggering 0 polarity 1
[ 18.903986] Already setup the GSI :18
udevd-work[1608]: error opening ATTR{/sys/devices/system/cpu/cpu0/online} for writing: Permission denied
[ 19.001838] e1000e 0000:00:19.0 eth1: registered PHC clock
[ 19.007319] e1000e 0000:00:19.0 eth1: (PCI Express:2.5GT/s:Wi00:25:90:86:be:f0
[ 19.015296] e1000e 0000:00:19.0 eth1: Intel(R) PRO/1000 Network Connection
[ 19.022248] e1000e 0000:00:19.0 eth1: MAC: 11, PHY: 12, PBA No: 0100FF-0FF
[ 19.029467] xen: registering gsi 16 triggering 0 polarity 1
[ 19.035035] Already setup the GSI :16
[ 19.038934] e1000e 0000:04:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
^G^G[ 19.049535] xen: registering gsi 16 triggering 0 polarity 1
[ 19.055104] Already setup the GSI :16
[ 19.093810] [drm] Memory usable by graphics device = 2048M
[ 19.131868] Failed to add WC MTRR for [00000000e0000000-00000000efffffff]; performance may suffer.
[ 19.158279] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 19.165142] [drm] Driver supports precise vbl changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
^G^G^G^G^G^G^G^G^G^G^G^G^G[ 19.192124] igb 0000:02:00.1: added PHC on eth2
[ 19.196666] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connecti eth2: PBA No: Unknown
[ 19.215720] igb 0000:02:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
[ 19.223716] xen: registering gsi 19 triggering 0 polarity 1
[ 19.229300] Already setup the GSI :19
(XEN) [2014-01-22 12:27:07] ----[ Xen-4.4-rc2 x86_64 debug=y Tainted: C ]----
(XEN) [2014-01-22 12:27:07] CPU: 0
(XEN0000000000000
(XEN) [2014-01-22 12:27:07] rdx: 00000000f1e80000 rsi: 0000000000000200 rdi: ffff82d080281f20
(XEN) [2014-01-22 12:27:07] rbp: ffff82d0802cfca8 rsp: ffff82d0802cfc08 r8: 000000000000001c
(XEN) [2014-01-22 12:27:07] r9: 00000000ffffffff r10: ffff82d080238f20 r11: 0000000000000202
(XEN) [2014-01-22 12:27:07] r12: 0000000000000000 r13: ffff83023f65db70 r14: ffff82d0802cfe98
(XEN) [2014-01-22 12:27:07] r15: 0000000000000000 cr0: 0000000080050033 cr4: 00000000001526f0
(XEN) [2014-01-22 12:27:07] cr3: 000000021db62000 cr2: 0000000000000004
(XEN) [2014-01-22 12:27:07] ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e010 cs: e008
(XEN) [2014-01-22 12:27:07] Xen stack trace from rsp=ffff82d0802cfc08:
(XEN) [2014-01-22 12:27:07] 000000050004fc38 ffff82d0802cfd88 00000072043a6340 80050070ffffffff
(XEN) [2014-01-22 12:27:07] 0000000000000000 0000000000000000 0000000000000005 0000000000000070
(XEN) [2014-01-22 12:27:07] 0000000500000000 0000000000000000 00000000f1e80000 ffff82d000000005
(XEN) [2014-01-22 12:27:07] ffff82d000000003 80050070117fbb70 ffff82d0802cfe98 ffff82d0802cfe98
(XEN) [2014-01-22 12:27:07] ffff82d0802cfd88 ffff83023946e700 0000000000000005 0000000000000000
(XEN) [2014-01-22 12:27:07] ffff82d0802cfd28 ffff82d080168987 0000000000000246 ffff82d0802cfcd8
(XEN) [2014-01-22 12:27:07] ffff82d080129d68 0000000000000000 ffff82d0802cfd28 ffff82d0801473d9
(XEN) [2014-01-22 12:27:07] ffff82d0802cfd18 ffff8302337fbb70 000000000000010c ffff830233748000
(XEN) [2014-01-22 12:27:07] 000000000000010c 0000000000000025 00000000ffffffed ffff830239402500
(XEN) [2014-01-22 12:27:07] ffff82d0802cfdc8 ffff82d08016c65c ffff83023f65db00 000000000000010c
(XEN) [2014-01-22 12:27:07] 000000000000010c ffff8302337480e0 ffff82d0802cfd98 ffff82d0801047ed
(XEN) [2014-01-22 12:27:07] 0000010c01402500 ffff82d0802cfe98 ffff8302337480e0 ffff83023946e700
(XEN) [2014-01-22 12:27:07] ffff82d0802cfe98 ffff83023f65db00 ffff82d0802cfdc8 ffff830233748000
(XEN) [2014-01-22 12:27:07] 00000000fffffffd 0000000000000000 ffff82d0802cfe98 ffff82d0802cfe70
(XEN) [2014-01-22 12:27:07] ffff82d0802cfe48 ffff82d08017f104 ffff82d0802cff18 ffffffff8154ea06
(XEN) [2014-01-22 12:27:07] ffff82d0802cfe98 ffff8302337480b8 ffff82d00000010c ffff82d08018bcb0
(XEN) [2014-01-22 12:27:07] 000000250000f800 ffff82d0802cfe74 ffff820040005000 000000000000000d
(XEN) [2014-01-22 12:27:07] ffff88006ca859b8 ffff8300b7313000 ffff88006c35cc00 0000000000000000
(XEN) [2014-01-22 12:27:07] ffff82d0802cfef8 ffff82d08017f814 0000000000000000 0000000700000004
(XEN) [2014-01-22 12:27:07] 0000000000007ff0 ffffffffffffffff 0000000000000005 0000000000000000
(XEN) [2014-01-22 12:27:07] Xen call trace:
(XEN) [2014-01-22 12:27:07] [<ffff82d0801683a2>] msix_capability_init+0x1dc/0x603
(XEN) [2014-01-22 12:27:07] [<ffff82d080168987>] pci_enable_msi+0x1be/0x4d7
(XEN) [2014-01-22 12:27:07] [<ffff82d08016c65c>] map_domain_pirq+0x222/0x5ad
(XEN) [2014-01-22 12:27:07] [<ffff82d08017f104>] physdev_map_pirq+0x507/0x5d1
(XEN) [2014-01-22 12:27:07] [<ffff82d08017f814>] do_physdev_op+0x646/0x119e
(XEN) [2014-01-22 12:27:07] [<ffff82d08022231b>] syscall_enter+0xeb/0x145
(XEN) [2014-01-22 12:27:07]
(XEN) [2014-01-22 12:27:07] Pagetable walk from 0000000000000004:
(XEN) [2014-01-22 12:27:07] L4[0x000] = 000000021db66067 000000000006cb75
(XEN) [2014-01-22 12:27:07] L3[0x000] = 000000021db65067 000000000006cb76
(XEN) [2014-01-22 12:27:07] L2[0x000] = 0000000000000000 ffffffffffffffff
(XEN) [2014-01-22 12:27:07]
(XEN) [2014-01-22 12:27:07] ****************************************
(XEN) [2014-01-22 12:27:07] Panic on CPU 0:
(XEN) [2014-01-22 12:27:07] FATAL PAGE FAULT
(XEN) [2014-01-22 12:27:07] [error_code=0000]
(XEN) [2014-01-22 12:27:07] Faulting linear address: 0000000000000004
(XEN) [2014-01-22 12:27:07] ****************************************
(XEN) [2014-01-22 12:27:07]
(XEN) [2014-01-22 12:27:07] Manual reset required ('noreboot' specified)
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2014-01-22 4:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-21 21:54 Regression compared to Xen 4.3, Xen 4.4-rc2 - pci_prepare_msix+0xb1/0x12 - BOOM Konrad Rzeszutek Wilk
2014-01-22 0:23 ` Andrew Cooper
2014-01-22 0:24 ` [PATCH] x86/msi: Validate the guest-identified PCI devices in pci_prepare_msix() Andrew Cooper
2014-01-22 4:31 ` Konrad Rzeszutek Wilk [this message]
2014-01-22 9:49 ` Jan Beulich
2014-01-22 10:28 ` Andrew Cooper
2014-01-22 12:08 ` Jan Beulich
2014-01-22 21:40 ` Konrad Rzeszutek Wilk
2014-01-23 8:24 ` Jan Beulich
2014-01-24 15:01 ` Konrad Rzeszutek Wilk
2014-01-24 15:55 ` Jan Beulich
2014-01-24 16:19 ` Jan Beulich
2014-01-24 17:43 ` Konrad Rzeszutek Wilk
2014-01-24 21:56 ` Is: pci=assign-busses blows up Xen 4.4 Was:Re: " Konrad Rzeszutek Wilk
2014-02-05 20:07 ` Konrad Rzeszutek Wilk
2014-02-06 9:02 ` Jan Beulich
2014-02-21 19:18 ` Konrad Rzeszutek Wilk
2014-02-24 9:15 ` Is: pci=assign-busses blows up Xen 4.4 Jan Beulich
2014-02-24 16:15 ` Konrad Rzeszutek Wilk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140122043128.GA9931@konrad-lan.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=JBeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=george.dunlap@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).