From: Suravee Suthikulanit <suravee.suthikulpanit@amd.com>
To: xen-devel <xen-devel@lists.xen.org>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>,
Jan Beulich <JBeulich@suse.com>
Subject: x86/AMD: Nested VM stuck when probing ATA ports
Date: Tue, 6 Aug 2013 12:35:00 -0500 [thread overview]
Message-ID: <520133C4.7040102@amd.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1481 bytes --]
Hi All,
I have run into another issue withnested VM on AMD systemwhere theL2 Linux guest stuck
waiting while booting inthe async_synchronize_full() of init/main.c.
static int __ref kernel_init(void *unused)
{
kernel_init_freeable();
/* need to finish all async __init code before freeing the memory */
async_synchronize_full(); <-- INHERE
free_initmem();
mark_rodata_ro();
system_state = SYSTEM_RUNNING;
When Iboot the L2 Linux guest with "initcall_debug"opion and look through the
boot debugmessage, I notice thatthe initcall to "async_port_probe()" neverreturn.
This function isasynchrounous scheduled as part of ATA host initialization
(see driver/ata/libata-core.c:ata_host_register()).
/* perform each probe asynchronously */
for (i = 0; i < host->n_ports; i++) {
struct ata_port *ap = host->ports[i];
async_schedule(async_port_probe, ap);
}
Here,theasync_port_probeis schedule twice since there are two ports, and none has returned.
When tracing this function call, bothcalls stuckin the
async_port_probe()-> ata_port_probe()->ata_port_wait_eh()
I have also attached the L2guest serial consoleoutput.
Also,when run xentrace on L0,I can see the trace going thougha series of VMENTRY/EXIT
for handling timer interrupt for L2. So, I don't think theL2 guestcrashes.
At this point, I am not sure why the probe fail here and might need help further debuggingthe issue.
Thank you,
Suravee
[-- Attachment #1.2: Type: text/html, Size: 4019 bytes --]
[-- Attachment #2: L2-dmesg.txt --]
[-- Type: text/plain, Size: 108885 bytes --]
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0-rc6+ (root@xenQuantal) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #15 SMP Mon Aug 5 18:44:56 CDT 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-rc6+ root=UUID=33b77101-d7a8-4c7d-8962-159305745ca4 ro text console=tty0 console=ttyS0,115200 debug ignore_loglevel log_buf_len=10M LOGLEVEL=7 initcall_debug
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000efffefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000effff000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000010f7fffff] usable
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 07/31/2013
[ 0.000000] Hypervisor detected: Xen HVM
[ 0.000000] Xen version 4.4.
[ 0.000000] Xen Platform PCI: I/O protocol version 1
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[ 0.000000] You might have to change the root device
[ 0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[ 0.000000] in your root= kernel command line option
[ 0.000000] HVMOP_pagetable_dying not supported
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x10f800 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF write-combining
[ 0.000000] C0000-FFFFF write-back
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000F0000000 mask FFFFF8000000 uncachable
[ 0.000000] 1 base 0000F8000000 mask FFFFFC000000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000c37000000 aka 50032M
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xeffff max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fdaf0-0x000fdaff] mapped at [ffff8800000fdaf0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fa1000, 0x01fa1fff] PGTABLE
[ 0.000000] BRK [0x01fa2000, 0x01fa2fff] PGTABLE
[ 0.000000] BRK [0x01fa3000, 0x01fa3fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x10f600000-0x10f7fffff]
[ 0.000000] [mem 0x10f600000-0x10f7fffff] page 2M
[ 0.000000] BRK [0x01fa4000, 0x01fa4fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x10c000000-0x10f5fffff]
[ 0.000000] [mem 0x10c000000-0x10f5fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x10bffffff]
[ 0.000000] [mem 0x100000000-0x10bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xefffefff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xefdfffff] page 2M
[ 0.000000] [mem 0xefe00000-0xefffefff] page 4k
[ 0.000000] log_buf_len: 16777216
[ 0.000000] early log buf free: 257948(98%)
[ 0.000000] RAMDISK: [mem 0x2777e000-0x2fbb6fff]
[ 0.000000] ACPI: RSDP 00000000000fda40 00024 (v02 Xen)
[ 0.000000] ACPI: XSDT 00000000fc009f80 00054 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: FACP 00000000fc0098b0 000F4 (v04 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: DSDT 00000000fc001260 085CD (v02 Xen HVM 00000000 INTL 20100528)
[ 0.000000] ACPI: FACS 00000000fc001220 00040
[ 0.000000] ACPI: APIC 00000000fc0099b0 00460 (v02 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: HPET 00000000fc009e90 00038 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: WAET 00000000fc009ed0 00028 (v01 Xen HVM 00000000 HVML 00000000)
[ 0.000000] ACPI: SSDT 00000000fc009f00 00031 (v02 Xen HVM 00000000 INTL 20100528)
[ 0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02 Xen HVM 00000000 INTL 20100528)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000010f7fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x10f7fffff]
[ 0.000000] NODE_DATA [mem 0x10e7f8000-0x10e7fbfff]
[ 0.000000] [ffffea0000000000-ffffea00043fffff] PMD -> [ffff880109e00000-ffff88010ddfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x10f7fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0xefffefff]
[ 0.000000] node 0: [mem 0x100000000-0x10f7fffff]
[ 0.000000] On node 0 totalpages: 1046429
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 15296 pages used for memmap
[ 0.000000] DMA32 zone: 978943 pages, LIFO batch:31
[ 0.000000] Normal zone: 992 pages used for memmap
[ 0.000000] Normal zone: 63488 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 128 CPUs, 127 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 64
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000effff000 - 00000000f0000000
[ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 0000000100000000
[ 0.000000] e820: [mem 0xf0000000-0xfbffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen HVM
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:128 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff880108e00000 s86144 r8192 d24448 u131072
[ 0.000000] pcpu-alloc: s86144 r8192 d24448 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015
[ 0.000000] pcpu-alloc: [0] 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031
[ 0.000000] pcpu-alloc: [0] 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047
[ 0.000000] pcpu-alloc: [0] 048 049 050 051 052 053 054 055 056 057 058 059 060 061 062 063
[ 0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071 072 073 074 075 076 077 078 079
[ 0.000000] pcpu-alloc: [0] 080 081 082 083 084 085 086 087 088 089 090 091 092 093 094 095
[ 0.000000] pcpu-alloc: [0] 096 097 098 099 100 101 102 103 104 105 106 107 108 109 110 111
[ 0.000000] pcpu-alloc: [0] 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1030056
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-rc6+ root=UUID=33b77101-d7a8-4c7d-8962-159305745ca4 ro text console=tty0 console=ttyS0,115200 debug ignore_loglevel log_buf_len=10M LOGLEVEL=7 initcall_debug
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3871108k/4448256k available (6951k kernel code, 262540k absent, 314608k reserved, 6304k data, 1320k init)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=128.
[ 0.000000] NR_IRQS:16640 nr_irqs:2112 16
[ 0.000000] Xen HVM callback vector for event delivery is enabled
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2493.808 MHz processor
[ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.208000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4987.61 BogoMIPS (lpj=9975232)
[ 0.388145] pid_max: default: 131072 minimum: 1024
[ 0.425672] Security Framework initialized
[ 0.452782] AppArmor: AppArmor initialized
[ 0.562249] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.660144] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.780330] Mount-cache hash table entries: 256
[ 0.817187] Initializing cgroup subsys devices
[ 0.916033] Initializing cgroup subsys freezer
[ 0.940027] Initializing cgroup subsys blkio
[ 0.964032] Initializing cgroup subsys perf_event
[ 1.082641] tseg: 00c7f00000
[ 1.125568] CPU: Physical Processor ID: 0
[ 1.236119] CPU: Processor Core ID: 0
[ 1.288250] mce: CPU supports 2 MCE banks
[ 1.400788] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[ 1.400788] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 1.400788] tlb_flushall_shift: 5
[ 1.766534] ACPI: Core revision 20130328
[ 1.810260] ACPI: All ACPI Tables successfully acquired
[ 1.848180] ftrace: allocating 26691 entries in 105 pages
[ 2.304070] Switched APIC routing to physical flat.
[ 2.349511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 2.432220] smpboot: CPU0: AMD Eng Sample, 1S258245TCG54_31/25/20_2/16 (fam: 15, model: 02, stepping: 00)
[ 2.508106] Xen: using vcpuop timer interface
[ 2.540112] installing Xen timer for CPU 0
[ 2.573227] calling set_real_mode_permissions+0x0/0x9b @ 1
[ 2.580659] initcall set_real_mode_permissions+0x0/0x9b returned 0 after 3906 usecs
[ 2.584224] calling trace_init_flags_sys_exit+0x0/0x12 @ 1
[ 2.588179] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[ 2.592244] calling trace_init_flags_sys_enter+0x0/0x12 @ 1
[ 2.596200] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[ 2.600475] calling init_hw_perf_events+0x0/0x544 @ 1
[ 2.604075] Performance Events:
[ 2.608286] ------------[ cut here ]------------
[ 2.612260] WARNING: at arch/x86/kernel/cpu/perf_event_amd.c:662 amd_pmu_init+0x181/0x1f7()
[ 2.616177] Odd, counter constraints enabled but no core perfctrs detected!
[ 2.620174] Modules linked in:
[ 2.628063] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.0-rc6+ #15
[ 2.632383] Hardware name: Xen HVM domU, BIOS 4.4-unstable 07/31/2013
[ 2.636310] 0000000000000009 ffff88010828ddd0 ffffffff816b6cb9 ffff88010828de08
[ 2.656252] ffffffff81056d60 ffffffff81d151e7 0000000000000000 0000000000000001
[ 2.676130] 000000009b35e300 0000000000000000 ffff88010828de68 ffffffff81056e4c
[ 2.696140] Call Trace:
[ 2.700110] [<ffffffff816b6cb9>] dump_stack+0x19/0x1b
[ 2.704228] [<ffffffff81056d60>] warn_slowpath_common+0x70/0xa0
[ 2.708217] [<ffffffff81d151e7>] ? check_bugs+0x2d/0x2d
[ 2.712250] [<ffffffff81056e4c>] warn_slowpath_fmt+0x4c/0x50
[ 2.716231] [<ffffffff81d158ac>] amd_pmu_init+0x181/0x1f7
[ 2.720231] [<ffffffff81d15226>] init_hw_perf_events+0x3f/0x544
[ 2.724213] [<ffffffff816b2624>] ? printk+0x67/0x69
[ 2.728311] [<ffffffff81d151e7>] ? check_bugs+0x2d/0x2d
[ 2.732213] [<ffffffff81002097>] do_one_initcall+0x67/0x170
[ 2.736284] [<ffffffff81d09f73>] kernel_init_freeable+0x9b/0x1cb
[ 2.740266] [<ffffffff8169b3f0>] ? rest_init+0x80/0x80
[ 2.744239] [<ffffffff8169b40c>] kernel_init+0x1c/0x120
[ 2.748200] [<ffffffff816c5cec>] ret_from_fork+0x7c/0xb0
[ 2.752220] [<ffffffff8169b3f0>] ? rest_init+0x80/0x80
[ 2.756195] ---[ end trace b5af12183afc3f5b ]---
[ 2.760147] Broken PMU hardware detected, using software events only.
[ 2.764179] Failed to access perfctr msr (MSR c0010004 is 0)
[ 2.768296] initcall init_hw_perf_events+0x0/0x544 returned 0 after 160156 usecs
[ 2.772203] calling register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[ 2.776050] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[ 2.780187] calling numachip_system_init+0x0/0xb6 @ 1
[ 2.784358] initcall numachip_system_init+0x0/0xb6 returned 0 after 0 usecs
[ 2.788420] calling spawn_ksoftirqd+0x0/0x26 @ 1
[ 2.800847] initcall spawn_ksoftirqd+0x0/0x26 returned 0 after 7812 usecs
[ 2.804403] calling init_workqueues+0x0/0x530 @ 1
[ 2.876209] initcall init_workqueues+0x0/0x530 returned 0 after 66406 usecs
[ 2.880236] calling check_cpu_stall_init+0x0/0x1b @ 1
[ 2.884333] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[ 2.888431] calling migration_init+0x0/0x6a @ 1
[ 2.892301] initcall migration_init+0x0/0x6a returned 0 after 0 usecs
[ 2.896424] calling cpu_stop_init+0x0/0x75 @ 1
[ 2.912588] initcall cpu_stop_init+0x0/0x75 returned 0 after 11718 usecs
[ 2.916201] calling rcu_register_oom_notifier+0x0/0x14 @ 1
[ 2.920225] initcall rcu_register_oom_notifier+0x0/0x14 returned 0 after 0 usecs
[ 2.924170] calling rcu_scheduler_really_started+0x0/0x12 @ 1
[ 2.928187] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[ 2.932224] calling rcu_spawn_gp_kthread+0x0/0x87 @ 1
[ 2.944242] initcall rcu_spawn_gp_kthread+0x0/0x87 returned 0 after 7812 usecs
[ 2.948216] calling relay_init+0x0/0x14 @ 1
[ 2.952271] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[ 2.956203] calling tracer_alloc_buffers+0x0/0x1e4 @ 1
[ 2.972134] initcall tracer_alloc_buffers+0x0/0x1e4 returned 0 after 11718 usecs
[ 2.976211] calling init_events+0x0/0x60 @ 1
[ 2.980271] initcall init_events+0x0/0x60 returned 0 after 0 usecs
[ 2.984217] calling init_trace_printk+0x0/0x12 @ 1
[ 2.988206] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[ 2.992214] calling event_trace_memsetup+0x0/0x52 @ 1
[ 2.996282] initcall event_trace_memsetup+0x0/0x52 returned 0 after 0 usecs
[ 3.000251] calling init_ftrace_syscalls+0x0/0x6d @ 1
[ 3.008521] initcall init_ftrace_syscalls+0x0/0x6d returned 0 after 3906 usecs
[ 3.012204] calling jump_label_init_module+0x0/0x12 @ 1
[ 3.016211] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[ 3.028319] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 3.628445] Brought up 1 CPUs
[ 3.632158] smpboot: Total of 1 processors activated (4987.61 BogoMIPS)
[ 3.704267] devtmpfs: initialized
[ 3.740040] calling ipc_ns_init+0x0/0x14 @ 1
[ 3.740040] initcall ipc_ns_init+0x0/0x14 returned 0 after 0 usecs
[ 3.740040] calling init_mmap_min_addr+0x0/0x16 @ 1
[ 3.740040] initcall init_mmap_min_addr+0x0/0x16 returned 0 after 0 usecs
[ 3.740040] calling evm_display_config+0x0/0x2d @ 1
[ 3.740040] EVM: security.selinux
[ 3.740040] EVM: security.SMACK64
[ 3.740040] EVM: security.capability
[ 3.740040] initcall evm_display_config+0x0/0x2d returned 0 after 0 usecs
[ 3.740040] calling init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[ 3.740040] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[ 3.740040] calling net_ns_init+0x0/0xfd @ 1
[ 3.740040] initcall net_ns_init+0x0/0xfd returned 0 after 0 usecs
[ 3.740040] calling e820_mark_nvs_memory+0x0/0x3b @ 1
[ 3.740040] initcall e820_mark_nvs_memory+0x0/0x3b returned 0 after 0 usecs
[ 3.740040] calling cpufreq_tsc+0x0/0x33 @ 1
[ 3.740040] initcall cpufreq_tsc+0x0/0x33 returned 0 after 0 usecs
[ 3.740040] calling reboot_init+0x0/0x20 @ 1
[ 3.740040] initcall reboot_init+0x0/0x20 returned 0 after 0 usecs
[ 3.740040] calling init_lapic_sysfs+0x0/0x23 @ 1
[ 3.740040] initcall init_lapic_sysfs+0x0/0x23 returned 0 after 0 usecs
[ 3.740040] calling cpu_hotplug_pm_sync_init+0x0/0x14 @ 1
[ 3.740040] initcall cpu_hotplug_pm_sync_init+0x0/0x14 returned 0 after 0 usecs
[ 3.740040] calling alloc_frozen_cpus+0x0/0x8 @ 1
[ 3.740040] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[ 3.740040] calling wq_sysfs_init+0x0/0x14 @ 1
[ 3.740040] initcall wq_sysfs_init+0x0/0x14 returned 0 after 0 usecs
[ 3.740040] calling ksysfs_init+0x0/0x97 @ 1
[ 3.744000] initcall ksysfs_init+0x0/0x97 returned 0 after 0 usecs
[ 3.744000] calling pm_init+0x0/0x7c @ 1
[ 3.744000] initcall pm_init+0x0/0x7c returned 0 after 0 usecs
[ 3.744000] calling pm_disk_init+0x0/0x19 @ 1
[ 3.744000] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[ 3.744000] calling swsusp_header_init+0x0/0x40 @ 1
[ 3.744000] initcall swsusp_header_init+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling init_jiffies_clocksource+0x0/0x12 @ 1
[ 3.744000] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling ftrace_mod_cmd_init+0x0/0x12 @ 1
[ 3.744000] initcall ftrace_mod_cmd_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling init_function_trace+0x0/0x66 @ 1
[ 3.744000] initcall init_function_trace+0x0/0x66 returned 0 after 0 usecs
[ 3.744000] calling init_wakeup_tracer+0x0/0x22 @ 1
[ 3.744000] initcall init_wakeup_tracer+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling init_graph_trace+0x0/0x67 @ 1
[ 3.744000] initcall init_graph_trace+0x0/0x67 returned 0 after 0 usecs
[ 3.744000] calling event_trace_enable+0x0/0x17d @ 1
[ 3.744000] initcall event_trace_enable+0x0/0x17d returned 0 after 0 usecs
[ 3.744000] calling init_zero_pfn+0x0/0x39 @ 1
[ 3.744000] initcall init_zero_pfn+0x0/0x39 returned 0 after 0 usecs
[ 3.744000] calling memory_failure_init+0x0/0xac @ 1
[ 3.744000] initcall memory_failure_init+0x0/0xac returned 0 after 0 usecs
[ 3.744000] calling fsnotify_init+0x0/0x26 @ 1
[ 3.744000] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[ 3.744000] calling filelock_init+0x0/0x2a @ 1
[ 3.744000] initcall filelock_init+0x0/0x2a returned 0 after 0 usecs
[ 3.744000] calling init_script_binfmt+0x0/0x16 @ 1
[ 3.744000] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 3.744000] calling init_elf_binfmt+0x0/0x16 @ 1
[ 3.744000] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 3.744000] calling init_compat_elf_binfmt+0x0/0x16 @ 1
[ 3.744000] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 3.744000] calling debugfs_init+0x0/0x58 @ 1
[ 3.744000] initcall debugfs_init+0x0/0x58 returned 0 after 0 usecs
[ 3.744000] calling securityfs_init+0x0/0x4f @ 1
[ 3.744000] initcall securityfs_init+0x0/0x4f returned 0 after 0 usecs
[ 3.744000] calling prandom_init+0x0/0xcf @ 1
[ 3.744000] initcall prandom_init+0x0/0xcf returned 0 after 0 usecs
[ 3.744000] calling sfi_sysfs_init+0x0/0xd9 @ 1
[ 3.744000] initcall sfi_sysfs_init+0x0/0xd9 returned 0 after 0 usecs
[ 3.744000] calling virtio_init+0x0/0x30 @ 1
[ 3.744000] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[ 3.744000] calling __gnttab_init+0x0/0x40 @ 1
[ 3.744000] initcall __gnttab_init+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling regulator_init+0x0/0x6b @ 1
[ 3.744000] regulator-dummy: no parameters
[ 3.744000] initcall regulator_init+0x0/0x6b returned 0 after 0 usecs
[ 3.744000] calling early_resume_init+0x0/0x1d0 @ 1
[ 3.744000] RTC time: 17:08:59, date: 08/06/13
[ 3.744000] initcall early_resume_init+0x0/0x1d0 returned 0 after 0 usecs
[ 3.744000] calling cpufreq_core_init+0x0/0xbc @ 1
[ 3.744000] initcall cpufreq_core_init+0x0/0xbc returned 0 after 0 usecs
[ 3.744000] calling cpuidle_init+0x0/0x3d @ 1
[ 3.744000] initcall cpuidle_init+0x0/0x3d returned 0 after 0 usecs
[ 3.744000] calling bsp_pm_check_init+0x0/0x14 @ 1
[ 3.744000] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling sock_init+0x0/0x84 @ 1
[ 3.744000] initcall sock_init+0x0/0x84 returned 0 after 0 usecs
[ 3.744000] calling net_inuse_init+0x0/0x26 @ 1
[ 3.744000] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[ 3.744000] calling netpoll_init+0x0/0x31 @ 1
[ 3.744000] initcall netpoll_init+0x0/0x31 returned 0 after 0 usecs
[ 3.744000] calling netlink_proto_init+0x0/0x1af @ 1
[ 3.744000] NET: Registered protocol family 16
[ 3.744000] initcall netlink_proto_init+0x0/0x1af returned 0 after 0 usecs
[ 3.744000] calling bdi_class_init+0x0/0x49 @ 1
[ 3.744000] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs
[ 3.744000] calling kobject_uevent_init+0x0/0x12 @ 1
[ 3.744000] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling gpiolib_sysfs_init+0x0/0x9a @ 1
[ 3.744000] initcall gpiolib_sysfs_init+0x0/0x9a returned 0 after 0 usecs
[ 3.744000] calling pcibus_class_init+0x0/0x19 @ 1
[ 3.744000] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[ 3.744000] calling pci_driver_init+0x0/0x12 @ 1
[ 3.744000] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling rio_bus_init+0x0/0x30 @ 1
[ 3.744000] initcall rio_bus_init+0x0/0x30 returned 0 after 0 usecs
[ 3.744000] calling backlight_class_init+0x0/0x5d @ 1
[ 3.744000] initcall backlight_class_init+0x0/0x5d returned 0 after 0 usecs
[ 3.744000] calling xenbus_init+0x0/0x279 @ 1
[ 3.744000] initcall xenbus_init+0x0/0x279 returned 0 after 0 usecs
[ 3.744000] calling tty_class_init+0x0/0x34 @ 1
[ 3.744000] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs
[ 3.744000] calling vtconsole_class_init+0x0/0xe7 @ 1
[ 3.744000] initcall vtconsole_class_init+0x0/0xe7 returned 0 after 0 usecs
[ 3.744000] calling wakeup_sources_debugfs_init+0x0/0x2b @ 1
[ 3.744000] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[ 3.744000] calling register_node_type+0x0/0x2f @ 1
[ 3.744000] initcall register_node_type+0x0/0x2f returned 0 after 0 usecs
[ 3.744000] calling regmap_initcall+0x0/0xd @ 1
[ 3.744000] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs
[ 3.744000] calling spi_init+0x0/0x83 @ 1
[ 3.744000] initcall spi_init+0x0/0x83 returned 0 after 0 usecs
[ 3.744000] calling i2c_init+0x0/0x6c @ 1
[ 3.744000] initcall i2c_init+0x0/0x6c returned 0 after 0 usecs
[ 3.744000] calling amd_postcore_init+0x0/0x142 @ 1
[ 3.744000] initcall amd_postcore_init+0x0/0x142 returned 0 after 0 usecs
[ 3.744000] calling arch_kdebugfs_init+0x0/0x24 @ 1
[ 3.744000] initcall arch_kdebugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 3.744000] calling mtrr_if_init+0x0/0x65 @ 1
[ 3.744000] initcall mtrr_if_init+0x0/0x65 returned 0 after 0 usecs
[ 3.744000] calling ffh_cstate_init+0x0/0x2d @ 1
[ 3.744000] initcall ffh_cstate_init+0x0/0x2d returned -1 after 0 usecs
[ 3.744000] calling activate_jump_labels+0x0/0x35 @ 1
[ 3.744000] initcall activate_jump_labels+0x0/0x35 returned 0 after 0 usecs
[ 3.744000] calling kcmp_cookies_init+0x0/0x36 @ 1
[ 3.744000] initcall kcmp_cookies_init+0x0/0x36 returned 0 after 0 usecs
[ 3.744000] calling acpi_pci_init+0x0/0x5c @ 1
[ 3.744000] ACPI: bus type PCI registered
[ 3.744000] initcall acpi_pci_init+0x0/0x5c returned 0 after 0 usecs
[ 3.744000] calling dma_bus_init+0x0/0x19 @ 1
[ 3.744000] initcall dma_bus_init+0x0/0x19 returned 0 after 0 usecs
[ 3.744000] calling dma_channel_table_init+0x0/0xd6 @ 1
[ 3.744000] initcall dma_channel_table_init+0x0/0xd6 returned 0 after 0 usecs
[ 3.744000] calling setup_vcpu_hotplug_event+0x0/0x22 @ 1
[ 3.744000] initcall setup_vcpu_hotplug_event+0x0/0x22 returned -19 after 0 usecs
[ 3.744000] calling register_xen_pci_notifier+0x0/0x36 @ 1
[ 3.744000] initcall register_xen_pci_notifier+0x0/0x36 returned 0 after 0 usecs
[ 3.744000] calling xen_pcpu_init+0x0/0xc8 @ 1
[ 3.744000] initcall xen_pcpu_init+0x0/0xc8 returned -19 after 0 usecs
[ 3.744000] calling dmi_id_init+0x0/0x30d @ 1
[ 3.744000] initcall dmi_id_init+0x0/0x30d returned 0 after 0 usecs
[ 3.744000] calling iommu_init+0x0/0x56 @ 1
[ 3.744000] initcall iommu_init+0x0/0x56 returned 0 after 0 usecs
[ 3.744000] calling pci_arch_init+0x0/0x68 @ 1
[ 3.744000] PCI: Using configuration type 1 for base access
[ 3.744000] PCI: Using configuration type 1 for extended access
[ 3.744000] initcall pci_arch_init+0x0/0x68 returned 0 after 0 usecs
[ 3.744000] calling topology_init+0x0/0x8c @ 1
[ 3.744000] initcall topology_init+0x0/0x8c returned 0 after 0 usecs
[ 3.744000] calling mtrr_init_finialize+0x0/0x36 @ 1
[ 3.744000] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[ 3.744000] calling init_vdso+0x0/0x15d @ 1
[ 3.744000] initcall init_vdso+0x0/0x15d returned 0 after 0 usecs
[ 3.744000] calling sysenter_setup+0x0/0x2e5 @ 1
[ 3.744000] initcall sysenter_setup+0x0/0x2e5 returned 0 after 0 usecs
[ 3.744000] calling param_sysfs_init+0x0/0x1ae @ 1
[ 3.744000] initcall param_sysfs_init+0x0/0x1ae returned 0 after 0 usecs
[ 3.744000] calling pm_sysrq_init+0x0/0x19 @ 1
[ 3.744000] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[ 3.744000] calling default_bdi_init+0x0/0x64 @ 1
[ 3.744000] initcall default_bdi_init+0x0/0x64 returned 0 after 0 usecs
[ 3.744000] calling init_bio+0x0/0x101 @ 1
[ 3.744000] bio: create slab <bio-0> at 0
[ 3.744000] initcall init_bio+0x0/0x101 returned 0 after 0 usecs
[ 3.744000] calling fsnotify_notification_init+0x0/0x88 @ 1
[ 3.744000] initcall fsnotify_notification_init+0x0/0x88 returned 0 after 0 usecs
[ 3.744000] calling cryptomgr_init+0x0/0x12 @ 1
[ 3.744000] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling blk_settings_init+0x0/0x2a @ 1
[ 3.744000] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs
[ 3.744000] calling blk_ioc_init+0x0/0x2a @ 1
[ 3.744000] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[ 3.744000] calling blk_softirq_init+0x0/0x6e @ 1
[ 3.744000] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[ 3.744000] calling blk_iopoll_setup+0x0/0x6e @ 1
[ 3.744000] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[ 3.744000] calling genhd_device_init+0x0/0x76 @ 1
[ 3.744000] initcall genhd_device_init+0x0/0x76 returned 0 after 0 usecs
[ 3.744000] calling blk_dev_integrity_init+0x0/0x2a @ 1
[ 3.744000] initcall blk_dev_integrity_init+0x0/0x2a returned 0 after 0 usecs
[ 3.744000] calling gpiolib_debugfs_init+0x0/0x24 @ 1
[ 3.744000] initcall gpiolib_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 3.744000] calling rc5t583_gpio_init+0x0/0x12 @ 1
[ 3.744000] initcall rc5t583_gpio_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling stmpe_gpio_init+0x0/0x12 @ 1
[ 3.744000] initcall stmpe_gpio_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling sx150x_init+0x0/0x14 @ 1
[ 3.744000] initcall sx150x_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling tc3589x_gpio_init+0x0/0x12 @ 1
[ 3.744000] initcall tc3589x_gpio_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling tps65910_gpio_init+0x0/0x12 @ 1
[ 3.744000] initcall tps65910_gpio_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling pci_slot_init+0x0/0x50 @ 1
[ 3.744000] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[ 3.744000] calling fbmem_init+0x0/0x98 @ 1
[ 3.744000] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[ 3.744000] calling acpi_init+0x0/0x29b @ 1
[ 3.744000] ACPI: Added _OSI(Module Device)
[ 3.744000] ACPI: Added _OSI(Processor Device)
[ 3.744000] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 3.744000] ACPI: Added _OSI(Processor Aggregator Device)
[ 3.744000] ACPI: EC: Look up EC in DSDT
[ 3.744000] ACPI: Interpreter enabled
[ 3.744000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
[ 3.744000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
[ 3.744000] ACPI: (supports S0 S3 S4 S5)
[ 3.744000] ACPI: Using IOAPIC for interrupt routing
[ 3.744000] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 3.744000] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 3.744000] PCI host bridge to bus 0000:00
[ 3.744000] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 3.744000] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 3.744000] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 3.744000] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 3.744000] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff]
[ 3.744000] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 3.744000] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 3.744000] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 3.744000] pci 0000:00:01.1: reg 20: [io 0xc100-0xc10f]
[ 3.744000] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 3.744000] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 3.744000] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 3.744000] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 3.744000] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf1ffffff pref]
[ 3.744000] pci 0000:00:02.0: reg 14: [mem 0xf3010000-0xf3010fff]
[ 3.744000] pci 0000:00:02.0: reg 30: [mem 0xf3000000-0xf300ffff pref]
[ 3.744000] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
[ 3.744000] pci 0000:00:03.0: reg 10: [io 0xc000-0xc0ff]
[ 3.744000] pci 0000:00:03.0: reg 14: [mem 0xf2000000-0xf2ffffff pref]
[ 3.744000] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 3.744000] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 3.744000] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[ 3.744000] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 3.744000] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 3.744000] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[ 3.744000] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 3.744000] acpi root: \_SB_.PCI0 notify handler is installed
[ 3.744000] Found 1 acpi root devices
[ 3.744000] initcall acpi_init+0x0/0x29b returned 0 after 0 usecs
[ 3.744000] calling dock_init+0x0/0x7b @ 1
[ 3.744000] ACPI: No dock devices found.
[ 3.744000] initcall dock_init+0x0/0x7b returned 0 after 0 usecs
[ 3.744000] calling pnp_init+0x0/0x12 @ 1
[ 3.744000] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling xen_setup_shutdown_event+0x0/0x30 @ 1
[ 3.744000] initcall xen_setup_shutdown_event+0x0/0x30 returned 0 after 0 usecs
[ 3.744000] calling balloon_init+0x0/0x167 @ 1
[ 3.744000] xen/balloon: Initialising balloon driver.
[ 3.744000] initcall balloon_init+0x0/0x167 returned 0 after 0 usecs
[ 3.744000] calling xenbus_probe_backend_init+0x0/0x28 @ 1
[ 3.744000] initcall xenbus_probe_backend_init+0x0/0x28 returned 0 after 0 usecs
[ 3.744000] calling xenbus_probe_frontend_init+0x0/0x4c @ 1
[ 3.744000] initcall xenbus_probe_frontend_init+0x0/0x4c returned 0 after 0 usecs
[ 3.744000] calling xen_acpi_pad_init+0x0/0x4f @ 1
[ 3.744000] initcall xen_acpi_pad_init+0x0/0x4f returned -19 after 0 usecs
[ 3.744000] calling balloon_init+0x0/0xf2 @ 1
[ 3.744000] xen-balloon: Initialising balloon driver.
[ 3.744000] initcall balloon_init+0x0/0xf2 returned 0 after 0 usecs
[ 3.744000] calling pm8607_regulator_init+0x0/0x12 @ 1
[ 3.744000] initcall pm8607_regulator_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling misc_init+0x0/0xb3 @ 1
[ 3.744000] initcall misc_init+0x0/0xb3 returned 0 after 0 usecs
[ 3.744000] calling vga_arb_device_init+0x0/0xeb @ 1
[ 3.744000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 3.744000] vgaarb: loaded
[ 3.744000] vgaarb: bridge control possible 0000:00:02.0
[ 3.744000] initcall vga_arb_device_init+0x0/0xeb returned 0 after 0 usecs
[ 3.744000] calling cn_init+0x0/0xd0 @ 1
[ 3.744000] initcall cn_init+0x0/0xd0 returned 0 after 0 usecs
[ 3.744000] calling dma_buf_init+0x0/0x75 @ 1
[ 3.744000] initcall dma_buf_init+0x0/0x75 returned 0 after 0 usecs
[ 3.744000] calling pm860x_i2c_init+0x0/0x2e @ 1
[ 3.744000] initcall pm860x_i2c_init+0x0/0x2e returned 0 after 0 usecs
[ 3.744000] calling stmpe_init+0x0/0x14 @ 1
[ 3.744000] initcall stmpe_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling stmpe_init+0x0/0x12 @ 1
[ 3.744000] initcall stmpe_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling tc3589x_init+0x0/0x14 @ 1
[ 3.744000] initcall tc3589x_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling wm8400_module_init+0x0/0x2e @ 1
[ 3.744000] initcall wm8400_module_init+0x0/0x2e returned 0 after 0 usecs
[ 3.744000] calling wm831x_i2c_init+0x0/0x2e @ 1
[ 3.744000] initcall wm831x_i2c_init+0x0/0x2e returned 0 after 0 usecs
[ 3.744000] calling wm831x_spi_init+0x0/0x28 @ 1
[ 3.744000] initcall wm831x_spi_init+0x0/0x28 returned 0 after 0 usecs
[ 3.744000] calling wm8350_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall wm8350_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling tps65910_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall tps65910_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling tps65912_i2c_init+0x0/0x2e @ 1
[ 3.744000] initcall tps65912_i2c_init+0x0/0x2e returned 0 after 0 usecs
[ 3.744000] calling tps65912_spi_init+0x0/0x28 @ 1
[ 3.744000] initcall tps65912_spi_init+0x0/0x28 returned 0 after 0 usecs
[ 3.744000] calling ezx_pcap_init+0x0/0x12 @ 1
[ 3.744000] initcall ezx_pcap_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling da903x_init+0x0/0x14 @ 1
[ 3.744000] initcall da903x_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling da9052_spi_init+0x0/0x2c @ 1
[ 3.744000] initcall da9052_spi_init+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling da9052_i2c_init+0x0/0x2e @ 1
[ 3.744000] initcall da9052_i2c_init+0x0/0x2e returned 0 after 0 usecs
[ 3.744000] calling max77693_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall max77693_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling max8925_i2c_init+0x0/0x2e @ 1
[ 3.744000] initcall max8925_i2c_init+0x0/0x2e returned 0 after 0 usecs
[ 3.744000] calling max8997_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall max8997_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling max8998_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall max8998_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling ab3100_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall ab3100_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling tps6586x_init+0x0/0x14 @ 1
[ 3.744000] initcall tps6586x_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling tps65090_init+0x0/0x14 @ 1
[ 3.744000] initcall tps65090_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling aat2870_init+0x0/0x14 @ 1
[ 3.744000] initcall aat2870_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling palmas_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall palmas_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling rc5t583_i2c_init+0x0/0x14 @ 1
[ 3.744000] initcall rc5t583_i2c_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling init_scsi+0x0/0x8c @ 1
[ 3.744000] SCSI subsystem initialized
[ 3.744000] initcall init_scsi+0x0/0x8c returned 0 after 0 usecs
[ 3.744000] calling ata_init+0x0/0x450 @ 1
[ 3.744000] ACPI: bus type ATA registered
[ 3.744000] libata version 3.00 loaded.
[ 3.744000] initcall ata_init+0x0/0x450 returned 0 after 0 usecs
[ 3.744000] calling phy_init+0x0/0x2b @ 1
[ 3.744000] initcall phy_init+0x0/0x2b returned 0 after 0 usecs
[ 3.744000] calling usb_init+0x0/0x168 @ 1
[ 3.744000] ACPI: bus type USB registered
[ 3.744000] usbcore: registered new interface driver usbfs
[ 3.744000] usbcore: registered new interface driver hub
[ 3.744000] usbcore: registered new device driver usb
[ 3.744000] initcall usb_init+0x0/0x168 returned 0 after 0 usecs
[ 3.744000] calling serio_init+0x0/0x2c @ 1
[ 3.744000] initcall serio_init+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling input_init+0x0/0x106 @ 1
[ 3.744000] initcall input_init+0x0/0x106 returned 0 after 0 usecs
[ 3.744000] calling rtc_init+0x0/0x63 @ 1
[ 3.744000] initcall rtc_init+0x0/0x63 returned 0 after 0 usecs
[ 3.744000] calling power_supply_class_init+0x0/0x40 @ 1
[ 3.744000] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling hwmon_init+0x0/0xf0 @ 1
[ 3.744000] initcall hwmon_init+0x0/0xf0 returned 0 after 0 usecs
[ 3.744000] calling watchdog_init+0x0/0x60 @ 1
[ 3.744000] initcall watchdog_init+0x0/0x60 returned 0 after 0 usecs
[ 3.744000] calling md_init+0x0/0x142 @ 1
[ 3.744000] initcall md_init+0x0/0x142 returned 0 after 0 usecs
[ 3.744000] calling mmc_init+0x0/0x71 @ 1
[ 3.744000] initcall mmc_init+0x0/0x71 returned 0 after 0 usecs
[ 3.744000] calling leds_init+0x0/0x44 @ 1
[ 3.744000] initcall leds_init+0x0/0x44 returned 0 after 0 usecs
[ 3.744000] calling efisubsys_init+0x0/0x127 @ 1
[ 3.744000] initcall efisubsys_init+0x0/0x127 returned 0 after 0 usecs
[ 3.744000] calling devfreq_init+0x0/0xa6 @ 1
[ 3.744000] initcall devfreq_init+0x0/0xa6 returned 0 after 0 usecs
[ 3.744000] calling devfreq_simple_ondemand_init+0x0/0x12 @ 1
[ 3.744000] initcall devfreq_simple_ondemand_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling devfreq_performance_init+0x0/0x12 @ 1
[ 3.744000] initcall devfreq_performance_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling devfreq_powersave_init+0x0/0x12 @ 1
[ 3.744000] initcall devfreq_powersave_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling devfreq_userspace_init+0x0/0x12 @ 1
[ 3.744000] initcall devfreq_userspace_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling pci_subsys_init+0x0/0x48 @ 1
[ 3.744000] PCI: Using ACPI for IRQ routing
[ 3.744000] PCI: pci_cache_line_size set to 64 bytes
[ 3.744000] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 3.744000] e820: reserve RAM buffer [mem 0xeffff000-0xefffffff]
[ 3.744000] e820: reserve RAM buffer [mem 0x10f800000-0x10fffffff]
[ 3.744000] initcall pci_subsys_init+0x0/0x48 returned 0 after 0 usecs
[ 3.744000] calling proto_init+0x0/0x12 @ 1
[ 3.744000] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling net_dev_init+0x0/0x236 @ 1
[ 3.744000] initcall net_dev_init+0x0/0x236 returned 0 after 0 usecs
[ 3.744000] calling neigh_init+0x0/0x80 @ 1
[ 3.744000] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[ 3.744000] calling fib_rules_init+0x0/0xaa @ 1
[ 3.744000] initcall fib_rules_init+0x0/0xaa returned 0 after 0 usecs
[ 3.744000] calling pktsched_init+0x0/0xf9 @ 1
[ 3.744000] initcall pktsched_init+0x0/0xf9 returned 0 after 0 usecs
[ 3.744000] calling tc_filter_init+0x0/0x55 @ 1
[ 3.744000] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[ 3.744000] calling tc_action_init+0x0/0x55 @ 1
[ 3.744000] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[ 3.744000] calling genl_init+0x0/0x80 @ 1
[ 3.744000] initcall genl_init+0x0/0x80 returned 0 after 0 usecs
[ 3.744000] calling cipso_v4_init+0x0/0x65 @ 1
[ 3.744000] initcall cipso_v4_init+0x0/0x65 returned 0 after 0 usecs
[ 3.744000] calling wireless_nlevent_init+0x0/0x12 @ 1
[ 3.744000] initcall wireless_nlevent_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling netlbl_init+0x0/0x83 @ 1
[ 3.744000] NetLabel: Initializing
[ 3.744000] NetLabel: domain hash size = 128
[ 3.744000] NetLabel: protocols = UNLABELED CIPSOv4
[ 3.744000] NetLabel: unlabeled traffic allowed by default
[ 3.744000] initcall netlbl_init+0x0/0x83 returned 0 after 0 usecs
[ 3.744000] calling rfkill_init+0x0/0x76 @ 1
[ 3.744000] initcall rfkill_init+0x0/0x76 returned 0 after 0 usecs
[ 3.744000] calling xen_p2m_debugfs+0x0/0x4c @ 1
[ 3.744000] initcall xen_p2m_debugfs+0x0/0x4c returned 0 after 0 usecs
[ 3.744000] calling xen_spinlock_debugfs+0x0/0x250 @ 1
[ 3.744000] initcall xen_spinlock_debugfs+0x0/0x250 returned 0 after 0 usecs
[ 3.744000] calling hpet_late_init+0x0/0xef @ 1
[ 3.744000] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 3.744000] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[ 3.744000] initcall hpet_late_init+0x0/0xef returned 0 after 0 usecs
[ 3.744000] calling init_amd_nbs+0x0/0xaf @ 1
[ 3.744000] initcall init_amd_nbs+0x0/0xaf returned 0 after 0 usecs
[ 3.744000] calling clocksource_done_booting+0x0/0x5a @ 1
[ 3.744000] Switching to clocksource xen
[ 3.744000] initcall clocksource_done_booting+0x0/0x5a returned 0 after 0 usecs
[ 3.744000] calling ftrace_init_debugfs+0x0/0x1fd @ 1
[ 3.744000] initcall ftrace_init_debugfs+0x0/0x1fd returned 0 after 0 usecs
[ 3.744000] calling tracer_init_debugfs+0x0/0x21d @ 1
[ 3.744000] initcall tracer_init_debugfs+0x0/0x21d returned 0 after 0 usecs
[ 3.744000] calling init_trace_printk_function_export+0x0/0x2f @ 1
[ 3.744000] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 0 usecs
[ 3.744000] calling init_graph_debugfs+0x0/0x2f @ 1
[ 3.744000] initcall init_graph_debugfs+0x0/0x2f returned 0 after 0 usecs
[ 3.744000] calling event_trace_init+0x0/0x218 @ 1
[ 3.744000] initcall event_trace_init+0x0/0x218 returned 0 after 0 usecs
[ 3.744000] calling init_kprobe_trace+0x0/0x8c @ 1
[ 3.744000] initcall init_kprobe_trace+0x0/0x8c returned 0 after 0 usecs
[ 3.744000] calling init_uprobe_trace+0x0/0x51 @ 1
[ 3.744000] initcall init_uprobe_trace+0x0/0x51 returned 0 after 0 usecs
[ 3.744000] calling init_pipe_fs+0x0/0x47 @ 1
[ 3.744000] initcall init_pipe_fs+0x0/0x47 returned 0 after 0 usecs
[ 3.744000] calling eventpoll_init+0x0/0xda @ 1
[ 3.744000] initcall eventpoll_init+0x0/0xda returned 0 after 0 usecs
[ 3.744000] calling anon_inode_init+0x0/0x57 @ 1
[ 3.744000] initcall anon_inode_init+0x0/0x57 returned 0 after 0 usecs
[ 3.744000] calling tomoyo_initerface_init+0x0/0x17b @ 1
[ 3.744000] initcall tomoyo_initerface_init+0x0/0x17b returned 0 after 0 usecs
[ 3.744000] calling aa_create_aafs+0x0/0x90 @ 1
[ 3.744000] AppArmor: AppArmor Filesystem Enabled
[ 3.744000] initcall aa_create_aafs+0x0/0x90 returned 0 after 0 usecs
[ 3.744000] calling blk_scsi_ioctl_init+0x0/0x289 @ 1
[ 3.744000] initcall blk_scsi_ioctl_init+0x0/0x289 returned 0 after 0 usecs
[ 3.744000] calling acpi_event_init+0x0/0x83 @ 1
[ 3.744000] initcall acpi_event_init+0x0/0x83 returned 0 after 0 usecs
[ 3.744000] calling pnp_system_init+0x0/0x12 @ 1
[ 3.744000] initcall pnp_system_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling pnpacpi_init+0x0/0x8c @ 1
[ 3.744000] pnp: PnP ACPI init
[ 3.744000] ACPI: bus type PNP registered
[ 3.744000] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[ 3.744000] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.744000] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[ 3.744000] system 00:02: [io 0x08a0-0x08a3] has been reserved
[ 3.744000] system 00:02: [io 0x0cc0-0x0ccf] has been reserved
[ 3.744000] system 00:02: [io 0x04d0-0x04d1] has been reserved
[ 3.744000] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.744000] pnp 00:03: [dma 4]
[ 3.744000] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 3.744000] xen: --> pirq=16 -> irq=8 (gsi=8)
[ 3.744000] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 3.744000] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 3.744000] xen: --> pirq=17 -> irq=12 (gsi=12)
[ 3.744000] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 3.744000] xen: --> pirq=18 -> irq=1 (gsi=1)
[ 3.744000] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 3.744000] xen: --> pirq=19 -> irq=6 (gsi=6)
[ 3.744000] pnp 00:08: [dma 2]
[ 3.744000] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[ 3.744000] xen: --> pirq=20 -> irq=4 (gsi=4)
[ 3.744000] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 3.744000] xen: --> pirq=21 -> irq=7 (gsi=7)
[ 3.744000] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[ 3.744000] system 00:0b: [io 0xae00-0xae0f] has been reserved
[ 3.744000] system 00:0b: [io 0xb044-0xb047] has been reserved
[ 3.744000] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.744000] pnp: PnP ACPI: found 12 devices
[ 3.744000] ACPI: bus type PNP unregistered
[ 3.744000] initcall pnpacpi_init+0x0/0x8c returned 0 after 0 usecs
[ 3.744000] calling chr_dev_init+0x0/0xc1 @ 1
[ 3.744000] initcall chr_dev_init+0x0/0xc1 returned 0 after 0 usecs
[ 3.744000] calling firmware_class_init+0x0/0xe0 @ 1
[ 3.744000] initcall firmware_class_init+0x0/0xe0 returned 0 after 0 usecs
[ 3.744000] calling thermal_init+0x0/0x90 @ 1
[ 3.744000] initcall thermal_init+0x0/0x90 returned 0 after 0 usecs
[ 3.744000] calling cpufreq_gov_performance_init+0x0/0x12 @ 1
[ 3.744000] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling init_acpi_pm_clocksource+0x0/0xdd @ 1
[ 3.744000] initcall init_acpi_pm_clocksource+0x0/0xdd returned 0 after 0 usecs
[ 3.744000] calling pcibios_assign_resources+0x0/0xba @ 1
[ 3.744000] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 3.744000] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 3.744000] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 3.744000] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff]
[ 3.744000] initcall pcibios_assign_resources+0x0/0xba returned 0 after 0 usecs
[ 3.744000] calling sysctl_core_init+0x0/0x2c @ 1
[ 3.744000] initcall sysctl_core_init+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling inet_init+0x0/0x2a4 @ 1
[ 3.744000] NET: Registered protocol family 2
[ 3.744000] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 3.744000] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 3.744000] TCP: Hash tables configured (established 32768 bind 32768)
[ 3.744000] TCP: reno registered
[ 3.744000] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 3.744000] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 3.744000] initcall inet_init+0x0/0x2a4 returned 0 after 0 usecs
[ 3.744000] calling ipv4_offload_init+0x0/0x68 @ 1
[ 3.744000] initcall ipv4_offload_init+0x0/0x68 returned 0 after 0 usecs
[ 3.744000] calling af_unix_init+0x0/0x50 @ 1
[ 3.744000] NET: Registered protocol family 1
[ 3.744000] initcall af_unix_init+0x0/0x50 returned 0 after 0 usecs
[ 3.744000] calling ipv6_offload_init+0x0/0x6e @ 1
[ 3.744000] initcall ipv6_offload_init+0x0/0x6e returned 0 after 0 usecs
[ 3.744000] calling pci_apply_final_quirks+0x0/0x104 @ 1
[ 3.744000] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 3.744000] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 3.744000] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 3.744000] pci 0000:00:02.0: Boot video device
[ 3.744000] PCI: CLS 0 bytes, default 64
[ 3.744000] initcall pci_apply_final_quirks+0x0/0x104 returned 0 after 0 usecs
[ 3.744000] calling populate_rootfs+0x0/0xd3 @ 1
[ 3.744000] Trying to unpack rootfs image as initramfs...
[ 3.744000] Freeing initrd memory: 135396k freed
[ 3.744000] initcall populate_rootfs+0x0/0xd3 returned 0 after 0 usecs
[ 3.744000] calling pci_iommu_init+0x0/0x3c @ 1
[ 3.744000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.744000] software IO TLB [mem 0xebfff000-0xeffff000] (64MB) mapped at [ffff8800ebfff000-ffff8800efffefff]
[ 3.744000] initcall pci_iommu_init+0x0/0x3c returned 0 after 0 usecs
[ 3.744000] calling calgary_fixup_tce_spaces+0x0/0xff @ 1
[ 3.744000] initcall calgary_fixup_tce_spaces+0x0/0xff returned -19 after 0 usecs
[ 3.744000] calling ir_dev_scope_init+0x0/0x16 @ 1
[ 3.744000] initcall ir_dev_scope_init+0x0/0x16 returned 0 after 0 usecs
[ 3.744000] calling i8259A_init_ops+0x0/0x24 @ 1
[ 3.744000] initcall i8259A_init_ops+0x0/0x24 returned 0 after 0 usecs
[ 3.744000] calling vsyscall_init+0x0/0x27 @ 1
[ 3.744000] initcall vsyscall_init+0x0/0x27 returned 0 after 0 usecs
[ 3.744000] calling sbf_init+0x0/0xf2 @ 1
[ 3.744000] initcall sbf_init+0x0/0xf2 returned 0 after 0 usecs
[ 3.744000] calling init_tsc_clocksource+0x0/0xb7 @ 1
[ 3.744000] initcall init_tsc_clocksource+0x0/0xb7 returned 0 after 0 usecs
[ 3.744000] calling add_rtc_cmos+0x0/0x96 @ 1
[ 3.744000] initcall add_rtc_cmos+0x0/0x96 returned 0 after 0 usecs
[ 3.744000] calling i8237A_init_ops+0x0/0x14 @ 1
[ 3.744000] initcall i8237A_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling cache_sysfs_init+0x0/0x52 @ 1
[ 3.744000] initcall cache_sysfs_init+0x0/0x52 returned 0 after 0 usecs
[ 3.744000] calling amd_uncore_init+0x0/0x13f @ 1
[ 3.744000] initcall amd_uncore_init+0x0/0x13f returned -19 after 0 usecs
[ 3.744000] calling intel_uncore_init+0x0/0x363 @ 1
[ 3.744000] initcall intel_uncore_init+0x0/0x363 returned -19 after 0 usecs
[ 3.744000] calling thermal_throttle_init_device+0x0/0x93 @ 1
[ 3.744000] initcall thermal_throttle_init_device+0x0/0x93 returned 0 after 0 usecs
[ 3.744000] calling amd_ibs_init+0x0/0x270 @ 1
[ 3.744000] initcall amd_ibs_init+0x0/0x270 returned -19 after 0 usecs
[ 3.744000] calling ioapic_init_ops+0x0/0x14 @ 1
[ 3.744000] initcall ioapic_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling add_pcspkr+0x0/0x40 @ 1
[ 3.744000] initcall add_pcspkr+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling start_periodic_check_for_corruption+0x0/0x60 @ 1
[ 3.744000] Scanning for low memory corruption every 60 seconds
[ 3.744000] initcall start_periodic_check_for_corruption+0x0/0x60 returned 0 after 0 usecs
[ 3.744000] calling audit_classes_init+0x0/0xaf @ 1
[ 3.744000] initcall audit_classes_init+0x0/0xaf returned 0 after 0 usecs
[ 3.744000] calling crc32c_intel_mod_init+0x0/0x66 @ 1
[ 3.744000] initcall crc32c_intel_mod_init+0x0/0x66 returned 0 after 0 usecs
[ 3.744000] calling ia32_binfmt_init+0x0/0x14 @ 1
[ 3.744000] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling proc_execdomains_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_execdomains_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling ioresources_init+0x0/0x3c @ 1
[ 3.744000] initcall ioresources_init+0x0/0x3c returned 0 after 0 usecs
[ 3.744000] calling uid_cache_init+0x0/0x85 @ 1
[ 3.744000] initcall uid_cache_init+0x0/0x85 returned 0 after 0 usecs
[ 3.744000] calling init_posix_timers+0x0/0x243 @ 1
[ 3.744000] initcall init_posix_timers+0x0/0x243 returned 0 after 0 usecs
[ 3.744000] calling init_posix_cpu_timers+0x0/0xc5 @ 1
[ 3.744000] initcall init_posix_cpu_timers+0x0/0xc5 returned 0 after 0 usecs
[ 3.744000] calling proc_schedstat_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_schedstat_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling init_sched_debug_procfs+0x0/0x2c @ 1
[ 3.744000] initcall init_sched_debug_procfs+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling snapshot_device_init+0x0/0x12 @ 1
[ 3.744000] initcall snapshot_device_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling create_proc_profile+0x0/0x2c0 @ 1
[ 3.744000] initcall create_proc_profile+0x0/0x2c0 returned 0 after 0 usecs
[ 3.744000] calling timekeeping_init_ops+0x0/0x14 @ 1
[ 3.744000] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling init_clocksource_sysfs+0x0/0x52 @ 1
[ 3.744000] initcall init_clocksource_sysfs+0x0/0x52 returned 0 after 0 usecs
[ 3.744000] calling init_timer_list_procfs+0x0/0x2c @ 1
[ 3.744000] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling alarmtimer_init+0x0/0x15d @ 1
[ 3.744000] initcall alarmtimer_init+0x0/0x15d returned 0 after 0 usecs
[ 3.744000] calling init_tstats_procfs+0x0/0x2c @ 1
[ 3.744000] initcall init_tstats_procfs+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling futex_init+0x0/0x5e @ 1
[ 3.744000] initcall futex_init+0x0/0x5e returned 0 after 0 usecs
[ 3.744000] calling proc_dma_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_dma_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_modules_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_modules_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling kallsyms_init+0x0/0x25 @ 1
[ 3.744000] initcall kallsyms_init+0x0/0x25 returned 0 after 0 usecs
[ 3.744000] calling crash_save_vmcoreinfo_init+0x0/0x522 @ 1
[ 3.744000] initcall crash_save_vmcoreinfo_init+0x0/0x522 returned 0 after 0 usecs
[ 3.744000] calling crash_notes_memory_init+0x0/0x37 @ 1
[ 3.744000] initcall crash_notes_memory_init+0x0/0x37 returned 0 after 0 usecs
[ 3.744000] calling pid_namespaces_init+0x0/0x40 @ 1
[ 3.744000] initcall pid_namespaces_init+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling audit_init+0x0/0x14e @ 1
[ 3.744000] audit: initializing netlink socket (disabled)
[ 3.744000] type=2000 audit(1375808933.934:1): initialized
[ 3.744000] initcall audit_init+0x0/0x14e returned 0 after 0 usecs
[ 3.744000] calling audit_watch_init+0x0/0x3a @ 1
[ 3.744000] initcall audit_watch_init+0x0/0x3a returned 0 after 0 usecs
[ 3.744000] calling audit_tree_init+0x0/0x57 @ 1
[ 3.744000] initcall audit_tree_init+0x0/0x57 returned 0 after 0 usecs
[ 3.744000] calling init_kprobes+0x0/0x181 @ 1
[ 3.744000] initcall init_kprobes+0x0/0x181 returned 0 after 0 usecs
[ 3.744000] calling hung_task_init+0x0/0x51 @ 1
[ 3.744000] initcall hung_task_init+0x0/0x51 returned 0 after 0 usecs
[ 3.744000] calling irq_gc_init_ops+0x0/0x14 @ 1
[ 3.744000] initcall irq_gc_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling irq_pm_init_ops+0x0/0x14 @ 1
[ 3.744000] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling utsname_sysctl_init+0x0/0x14 @ 1
[ 3.744000] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling init_tracepoints+0x0/0x20 @ 1
[ 3.744000] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[ 3.744000] calling init_lstats_procfs+0x0/0x25 @ 1
[ 3.744000] initcall init_lstats_procfs+0x0/0x25 returned 0 after 0 usecs
[ 3.744000] calling stack_trace_init+0x0/0xad @ 1
[ 3.744000] initcall stack_trace_init+0x0/0xad returned 0 after 0 usecs
[ 3.744000] calling init_mmio_trace+0x0/0x12 @ 1
[ 3.744000] initcall init_mmio_trace+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling init_blk_tracer+0x0/0x5c @ 1
[ 3.744000] initcall init_blk_tracer+0x0/0x5c returned 0 after 0 usecs
[ 3.744000] calling irq_work_init_cpu_notifier+0x0/0x29 @ 1
[ 3.744000] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 0 usecs
[ 3.744000] calling perf_event_sysfs_init+0x0/0x93 @ 1
[ 3.744000] initcall perf_event_sysfs_init+0x0/0x93 returned 0 after 0 usecs
[ 3.744000] calling init_uprobes+0x0/0x63 @ 1
[ 3.744000] initcall init_uprobes+0x0/0x63 returned 0 after 0 usecs
[ 3.744000] calling init_per_zone_wmark_min+0x0/0x8b @ 1
[ 3.744000] initcall init_per_zone_wmark_min+0x0/0x8b returned 0 after 0 usecs
[ 3.744000] calling kswapd_init+0x0/0x6e @ 1
[ 3.744000] initcall kswapd_init+0x0/0x6e returned 0 after 0 usecs
[ 3.744000] calling extfrag_debug_init+0x0/0x7a @ 1
[ 3.744000] initcall extfrag_debug_init+0x0/0x7a returned 0 after 0 usecs
[ 3.744000] calling setup_vmstat+0x0/0xb7 @ 1
[ 3.744000] initcall setup_vmstat+0x0/0xb7 returned 0 after 0 usecs
[ 3.744000] calling mm_sysfs_init+0x0/0x29 @ 1
[ 3.744000] initcall mm_sysfs_init+0x0/0x29 returned 0 after 0 usecs
[ 3.744000] calling slab_proc_init+0x0/0x25 @ 1
[ 3.744000] initcall slab_proc_init+0x0/0x25 returned 0 after 0 usecs
[ 3.744000] calling init_reserve_notifier+0x0/0x26 @ 1
[ 3.744000] initcall init_reserve_notifier+0x0/0x26 returned 0 after 0 usecs
[ 3.744000] calling init_admin_reserve+0x0/0x40 @ 1
[ 3.744000] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling init_user_reserve+0x0/0x40 @ 1
[ 3.744000] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling proc_vmalloc_init+0x0/0x25 @ 1
[ 3.744000] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 0 usecs
[ 3.744000] calling init_emergency_pool+0x0/0x43 @ 1
[ 3.744000] bounce pool size: 64 pages
[ 3.744000] initcall init_emergency_pool+0x0/0x43 returned 0 after 0 usecs
[ 3.744000] calling procswaps_init+0x0/0x22 @ 1
[ 3.744000] initcall procswaps_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling init_frontswap+0x0/0x93 @ 1
[ 3.744000] initcall init_frontswap+0x0/0x93 returned 0 after 0 usecs
[ 3.744000] calling hugetlb_init+0x0/0x44a @ 1
[ 3.744000] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 3.744000] initcall hugetlb_init+0x0/0x44a returned 0 after 0 usecs
[ 3.744000] calling mmu_notifier_init+0x0/0x12 @ 1
[ 3.744000] initcall mmu_notifier_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling ksm_init+0x0/0x163 @ 1
[ 3.744000] initcall ksm_init+0x0/0x163 returned 0 after 0 usecs
[ 3.744000] calling slab_sysfs_init+0x0/0xf8 @ 1
[ 3.744000] initcall slab_sysfs_init+0x0/0xf8 returned 0 after 0 usecs
[ 3.744000] calling hugepage_init+0x0/0x143 @ 1
[ 3.744000] initcall hugepage_init+0x0/0x143 returned 0 after 0 usecs
[ 3.744000] calling init_cleancache+0x0/0xb9 @ 1
[ 3.744000] initcall init_cleancache+0x0/0xb9 returned 0 after 0 usecs
[ 3.744000] calling fcntl_init+0x0/0x2a @ 1
[ 3.744000] initcall fcntl_init+0x0/0x2a returned 0 after 0 usecs
[ 3.744000] calling proc_filesystems_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_filesystems_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling dio_init+0x0/0x2d @ 1
[ 3.744000] initcall dio_init+0x0/0x2d returned 0 after 0 usecs
[ 3.744000] calling fsnotify_mark_init+0x0/0x40 @ 1
[ 3.744000] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling dnotify_init+0x0/0x7b @ 1
[ 3.744000] initcall dnotify_init+0x0/0x7b returned 0 after 0 usecs
[ 3.744000] calling inotify_user_setup+0x0/0x70 @ 1
[ 3.744000] initcall inotify_user_setup+0x0/0x70 returned 0 after 0 usecs
[ 3.744000] calling fanotify_user_setup+0x0/0x52 @ 1
[ 3.744000] initcall fanotify_user_setup+0x0/0x52 returned 0 after 0 usecs
[ 3.744000] calling aio_setup+0x0/0x52 @ 1
[ 3.744000] initcall aio_setup+0x0/0x52 returned 0 after 0 usecs
[ 3.744000] calling proc_locks_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_locks_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling init_sys32_ioctl+0x0/0x28 @ 1
[ 3.744000] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 0 usecs
[ 3.744000] calling init_mbcache+0x0/0x14 @ 1
[ 3.744000] initcall init_mbcache+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling dquot_init+0x0/0x11b @ 1
[ 3.744000] VFS: Disk quotas dquot_6.5.2
[ 3.744000] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.744000] initcall dquot_init+0x0/0x11b returned 0 after 0 usecs
[ 3.744000] calling quota_init+0x0/0x26 @ 1
[ 3.744000] initcall quota_init+0x0/0x26 returned 0 after 0 usecs
[ 3.744000] calling proc_cmdline_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_cmdline_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_consoles_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_consoles_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_cpuinfo_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_devices_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_devices_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_interrupts_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_interrupts_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_loadavg_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_loadavg_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_meminfo_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_meminfo_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_stat_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_stat_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_uptime_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_uptime_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_version_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_version_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_softirqs_init+0x0/0x22 @ 1
[ 3.744000] initcall proc_softirqs_init+0x0/0x22 returned 0 after 0 usecs
[ 3.744000] calling proc_kcore_init+0x0/0xb5 @ 1
[ 3.744000] initcall proc_kcore_init+0x0/0xb5 returned 0 after 0 usecs
[ 3.744000] calling vmcore_init+0x0/0x561 @ 1
[ 3.744000] initcall vmcore_init+0x0/0x561 returned 0 after 0 usecs
[ 3.744000] calling proc_kmsg_init+0x0/0x25 @ 1
[ 3.744000] initcall proc_kmsg_init+0x0/0x25 returned 0 after 0 usecs
[ 3.744000] calling proc_page_init+0x0/0x42 @ 1
[ 3.744000] initcall proc_page_init+0x0/0x42 returned 0 after 0 usecs
[ 3.744000] calling init_devpts_fs+0x0/0x62 @ 1
[ 3.744000] initcall init_devpts_fs+0x0/0x62 returned 0 after 0 usecs
[ 3.744000] calling init_ext3_fs+0x0/0x78 @ 1
[ 3.744000] initcall init_ext3_fs+0x0/0x78 returned 0 after 0 usecs
[ 3.744000] calling ext4_init_fs+0x0/0x219 @ 1
[ 3.744000] initcall ext4_init_fs+0x0/0x219 returned 0 after 0 usecs
[ 3.744000] calling journal_init+0x0/0xb2 @ 1
[ 3.744000] initcall journal_init+0x0/0xb2 returned 0 after 0 usecs
[ 3.744000] calling journal_init+0x0/0x11c @ 1
[ 3.744000] initcall journal_init+0x0/0x11c returned 0 after 0 usecs
[ 3.744000] calling init_ramfs_fs+0x0/0x12 @ 1
[ 3.744000] initcall init_ramfs_fs+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling init_hugetlbfs_fs+0x0/0x17b @ 1
[ 3.744000] initcall init_hugetlbfs_fs+0x0/0x17b returned 0 after 0 usecs
[ 3.744000] calling init_fat_fs+0x0/0x4a @ 1
[ 3.744000] initcall init_fat_fs+0x0/0x4a returned 0 after 0 usecs
[ 3.744000] calling init_vfat_fs+0x0/0x12 @ 1
[ 3.744000] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling ecryptfs_init+0x0/0x1c8 @ 1
[ 3.744000] initcall ecryptfs_init+0x0/0x1c8 returned 0 after 0 usecs
[ 3.744000] calling init_nls_cp437+0x0/0x12 @ 1
[ 3.744000] initcall init_nls_cp437+0x0/0x12 returned 0 after 8 usecs
[ 3.744000] calling fuse_init+0x0/0x1b8 @ 1
[ 3.744000] fuse init (API version 7.22)
[ 3.744000] initcall fuse_init+0x0/0x1b8 returned 0 after 0 usecs
[ 3.744000] calling init_pstore_fs+0x0/0x4f @ 1
[ 3.744000] initcall init_pstore_fs+0x0/0x4f returned 0 after 0 usecs
[ 3.744000] calling ipc_init+0x0/0x2f @ 1
[ 3.744000] msgmni has been set to 7313
[ 3.744000] initcall ipc_init+0x0/0x2f returned 0 after 0 usecs
[ 3.744000] calling ipc_sysctl_init+0x0/0x14 @ 1
[ 3.744000] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 0 usecs
[ 3.744000] calling init_mqueue_fs+0x0/0x9f @ 1
[ 3.744000] initcall init_mqueue_fs+0x0/0x9f returned 0 after 0 usecs
[ 3.744000] calling key_proc_init+0x0/0x33 @ 1
[ 3.744000] initcall key_proc_init+0x0/0x33 returned 0 after 0 usecs
[ 3.744000] calling selinux_nf_ip_init+0x0/0x6c @ 1
[ 3.744000] initcall selinux_nf_ip_init+0x0/0x6c returned 0 after 0 usecs
[ 3.744000] calling init_sel_fs+0x0/0xa2 @ 1
[ 3.744000] initcall init_sel_fs+0x0/0xa2 returned 0 after 0 usecs
[ 3.744000] calling selnl_init+0x0/0x56 @ 1
[ 3.744000] initcall selnl_init+0x0/0x56 returned 0 after 0 usecs
[ 3.744000] calling sel_netif_init+0x0/0x6a @ 1
[ 3.744000] initcall sel_netif_init+0x0/0x6a returned 0 after 0 usecs
[ 3.744000] calling sel_netnode_init+0x0/0x6d @ 1
[ 3.744000] initcall sel_netnode_init+0x0/0x6d returned 0 after 0 usecs
[ 3.744000] calling sel_netport_init+0x0/0x6d @ 1
[ 3.744000] initcall sel_netport_init+0x0/0x6d returned 0 after 0 usecs
[ 3.744000] calling aurule_init+0x0/0x2d @ 1
[ 3.744000] initcall aurule_init+0x0/0x2d returned 0 after 0 usecs
[ 3.744000] calling init_smk_fs+0x0/0x144 @ 1
[ 3.744000] initcall init_smk_fs+0x0/0x144 returned 0 after 0 usecs
[ 3.744000] calling crypto_wq_init+0x0/0x33 @ 1
[ 3.744000] initcall crypto_wq_init+0x0/0x33 returned 0 after 0 usecs
[ 3.744000] calling crypto_algapi_init+0x0/0xd @ 1
[ 3.744000] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 usecs
[ 3.744000] calling skcipher_module_init+0x0/0x35 @ 1
[ 3.744000] initcall skcipher_module_init+0x0/0x35 returned 0 after 0 usecs
[ 3.744000] calling chainiv_module_init+0x0/0x12 @ 1
[ 3.744000] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling eseqiv_module_init+0x0/0x12 @ 1
[ 3.744000] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling hmac_module_init+0x0/0x12 @ 1
[ 3.744000] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling md5_mod_init+0x0/0x12 @ 1
[ 3.744000] initcall md5_mod_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling sha1_generic_mod_init+0x0/0x12 @ 1
[ 3.744000] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling sha256_generic_mod_init+0x0/0x17 @ 1
[ 3.744000] initcall sha256_generic_mod_init+0x0/0x17 returned 0 after 0 usecs
[ 3.744000] calling crypto_ecb_module_init+0x0/0x12 @ 1
[ 3.744000] initcall crypto_ecb_module_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling crypto_cbc_module_init+0x0/0x12 @ 1
[ 3.744000] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling aes_init+0x0/0x12 @ 1
[ 3.744000] initcall aes_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling crc32c_mod_init+0x0/0x12 @ 1
[ 3.744000] initcall crc32c_mod_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling lzo_mod_init+0x0/0x12 @ 1
[ 3.744000] initcall lzo_mod_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling krng_mod_init+0x0/0x12 @ 1
[ 3.744000] initcall krng_mod_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling proc_genhd_init+0x0/0x3c @ 1
[ 3.744000] initcall proc_genhd_init+0x0/0x3c returned 0 after 0 usecs
[ 3.744000] calling bsg_init+0x0/0x169 @ 1
[ 3.744000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 3.744000] initcall bsg_init+0x0/0x169 returned 0 after 0 usecs
[ 3.744000] calling throtl_init+0x0/0x44 @ 1
[ 3.744000] initcall throtl_init+0x0/0x44 returned 0 after 0 usecs
[ 3.744000] calling noop_init+0x0/0x12 @ 1
[ 3.744000] io scheduler noop registered
[ 3.744000] initcall noop_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling deadline_init+0x0/0x12 @ 1
[ 3.744000] io scheduler deadline registered (default)
[ 3.744000] initcall deadline_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling cfq_init+0x0/0xb2 @ 1
[ 3.744000] io scheduler cfq registered
[ 3.744000] initcall cfq_init+0x0/0xb2 returned 0 after 0 usecs
[ 3.744000] calling btree_module_init+0x0/0x2a @ 1
[ 3.744000] initcall btree_module_init+0x0/0x2a returned 0 after 0 usecs
[ 3.744000] calling percpu_counter_startup+0x0/0x19 @ 1
[ 3.744000] initcall percpu_counter_startup+0x0/0x19 returned 0 after 0 usecs
[ 3.744000] calling digsig_init+0x0/0x3d @ 1
[ 3.744000] initcall digsig_init+0x0/0x3d returned 0 after 0 usecs
[ 3.744000] calling lnw_gpio_init+0x0/0x42 @ 1
[ 3.744000] initcall lnw_gpio_init+0x0/0x42 returned 0 after 0 usecs
[ 3.744000] calling timbgpio_platform_driver_init+0x0/0x12 @ 1
[ 3.744000] initcall timbgpio_platform_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling ucb1400_gpio_driver_init+0x0/0x12 @ 1
[ 3.744000] initcall ucb1400_gpio_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling pci_proc_init+0x0/0x65 @ 1
[ 3.744000] initcall pci_proc_init+0x0/0x65 returned 0 after 0 usecs
[ 3.744000] calling pcie_portdrv_init+0x0/0x75 @ 1
[ 3.744000] initcall pcie_portdrv_init+0x0/0x75 returned 0 after 0 usecs
[ 3.744000] calling aer_service_init+0x0/0x2b @ 1
[ 3.744000] initcall aer_service_init+0x0/0x2b returned 0 after 0 usecs
[ 3.744000] calling pcie_pme_service_init+0x0/0x12 @ 1
[ 3.744000] initcall pcie_pme_service_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling ioapic_init+0x0/0x1b @ 1
[ 3.744000] initcall ioapic_init+0x0/0x1b returned 0 after 0 usecs
[ 3.744000] calling pci_hotplug_init+0x0/0x4a @ 1
[ 3.744000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3.744000] initcall pci_hotplug_init+0x0/0x4a returned 0 after 0 usecs
[ 3.744000] calling pcied_init+0x0/0x74 @ 1
[ 3.744000] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 3.744000] initcall pcied_init+0x0/0x74 returned 0 after 0 usecs
[ 3.744000] calling pcifront_init+0x0/0x3f @ 1
[ 3.744000] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[ 3.744000] calling tsi721_init+0x0/0x1b @ 1
[ 3.744000] initcall tsi721_init+0x0/0x1b returned 0 after 0 usecs
[ 3.744000] calling fb_console_init+0x0/0x191 @ 1
[ 3.744000] initcall fb_console_init+0x0/0x191 returned 0 after 0 usecs
[ 3.744000] calling imsttfb_init+0x0/0x101 @ 1
[ 3.744000] initcall imsttfb_init+0x0/0x101 returned 0 after 0 usecs
[ 3.744000] calling asiliantfb_init+0x0/0x34 @ 1
[ 3.744000] initcall asiliantfb_init+0x0/0x34 returned 0 after 0 usecs
[ 3.744000] calling xenfb_init+0x0/0x34 @ 1
[ 3.744000] initcall xenfb_init+0x0/0x34 returned -19 after 0 usecs
[ 3.744000] calling efifb_init+0x0/0x292 @ 1
[ 3.744000] initcall efifb_init+0x0/0x292 returned -19 after 33 usecs
[ 3.744000] calling intel_idle_init+0x0/0x317 @ 1
[ 3.744000] initcall intel_idle_init+0x0/0x317 returned -19 after 0 usecs
[ 3.744000] calling acpi_reserve_resources+0x0/0xeb @ 1
[ 3.744000] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 0 usecs
[ 3.744000] calling acpi_ac_init+0x0/0x30 @ 1
[ 3.744000] initcall acpi_ac_init+0x0/0x30 returned 0 after 0 usecs
[ 3.744000] calling acpi_button_driver_init+0x0/0x12 @ 1
[ 3.744000] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 3.744000] ACPI: Power Button [PWRF]
[ 3.744000] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[ 3.744000] ACPI: Sleep Button [SLPF]
[ 3.744000] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling acpi_fan_driver_init+0x0/0x12 @ 1
[ 3.744000] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling acpi_processor_init+0x0/0x72 @ 1
[ 3.744000] initcall acpi_processor_init+0x0/0x72 returned 0 after 0 usecs
[ 3.744000] calling acpi_thermal_init+0x0/0x42 @ 1
[ 3.744000] initcall acpi_thermal_init+0x0/0x42 returned 0 after 0 usecs
[ 3.744000] calling acpi_battery_init+0x0/0x16 @ 1
[ 3.744000] initcall acpi_battery_init+0x0/0x16 returned 0 after 0 usecs
[ 3.744000] calling acpi_hed_driver_init+0x0/0x12 @ 1
[ 3.744000] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling bgrt_init+0x0/0xad @ 1
[ 3.744000] initcall bgrt_init+0x0/0xad returned -19 after 0 usecs
[ 3.744000] calling erst_init+0x0/0x29f @ 1
[ 3.744000] initcall erst_init+0x0/0x29f returned 0 after 0 usecs
[ 3.744000] calling ghes_init+0x0/0x175 @ 1
[ 3.744000] GHES: HEST is not enabled!
[ 3.744000] initcall ghes_init+0x0/0x175 returned -22 after 0 usecs
[ 3.744000] calling virtio_pci_driver_init+0x0/0x1b @ 1
[ 3.744000] initcall virtio_pci_driver_init+0x0/0x1b returned 0 after 0 usecs
[ 3.744000] calling xenbus_probe_initcall+0x0/0x3d @ 1
[ 3.744000] initcall xenbus_probe_initcall+0x0/0x3d returned 0 after 0 usecs
[ 3.744000] calling xenbus_init+0x0/0x3a @ 1
[ 3.744000] initcall xenbus_init+0x0/0x3a returned 0 after 0 usecs
[ 3.744000] calling xenbus_backend_init+0x0/0x4c @ 1
[ 3.744000] initcall xenbus_backend_init+0x0/0x4c returned -19 after 0 usecs
[ 3.744000] calling evtchn_init+0x0/0x76 @ 1
[ 3.744000] Event-channel device installed.
[ 3.744000] initcall evtchn_init+0x0/0x76 returned 0 after 0 usecs
[ 3.744000] calling xenfs_init+0x0/0x2d @ 1
[ 3.744000] initcall xenfs_init+0x0/0x2d returned 0 after 0 usecs
[ 3.744000] calling hypervisor_subsys_init+0x0/0x27 @ 1
[ 3.744000] initcall hypervisor_subsys_init+0x0/0x27 returned 0 after 0 usecs
[ 3.744000] calling hyper_sysfs_init+0x0/0xf8 @ 1
[ 3.744000] initcall hyper_sysfs_init+0x0/0xf8 returned 0 after 0 usecs
[ 3.744000] calling platform_pci_module_init+0x0/0x1b @ 1
[ 3.744000] xen: --> pirq=22 -> irq=28 (gsi=28)
[ 3.744000] Grant tables using version 1 layout.
[ 3.744000] Grant table initialized
[ 3.744000] initcall platform_pci_module_init+0x0/0x1b returned 0 after 0 usecs
[ 3.744000] calling privcmd_init+0x0/0x3a @ 1
[ 3.744000] initcall privcmd_init+0x0/0x3a returned 0 after 0 usecs
[ 3.744000] calling pty_init+0x0/0x3a3 @ 1
[ 3.744000] initcall pty_init+0x0/0x3a3 returned 0 after 0 usecs
[ 3.744000] calling sysrq_init+0x0/0xb2 @ 1
[ 3.744000] initcall sysrq_init+0x0/0xb2 returned 0 after 0 usecs
[ 3.744000] calling xen_hvc_init+0x0/0x23b @ 1
[ 3.744000] calling 1_acpi_battery_init_async+0x0/0x1b @ 6
[ 3.744000] initcall 1_acpi_battery_init_async+0x0/0x1b returned 0 after 0 usecs
[ 3.744000] initcall xen_hvc_init+0x0/0x23b returned 0 after 0 usecs
[ 3.744000] calling serial8250_init+0x0/0x1a2 @ 1
[ 3.744000] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 3.744000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 3.744000] initcall serial8250_init+0x0/0x1a2 returned 0 after 0 usecs
[ 3.744000] calling serial_pci_driver_init+0x0/0x1b @ 1
[ 3.744000] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 0 usecs
[ 3.744000] calling init_kgdboc+0x0/0x16 @ 1
[ 3.744000] initcall init_kgdboc+0x0/0x16 returned 0 after 0 usecs
[ 3.744000] calling rand_initialize+0x0/0x40 @ 1
[ 3.744000] initcall rand_initialize+0x0/0x40 returned 0 after 0 usecs
[ 3.744000] calling ttyprintk_init+0x0/0x11c @ 1
[ 3.744000] initcall ttyprintk_init+0x0/0x11c returned 0 after 0 usecs
[ 3.744000] calling hpet_init+0x0/0x67 @ 1
[ 3.744000] initcall hpet_init+0x0/0x67 returned 0 after 0 usecs
[ 3.744000] calling rng_init+0x0/0x12 @ 1
[ 3.744000] initcall rng_init+0x0/0x12 returned 0 after 0 usecs
[ 3.744000] calling agp_init+0x0/0x29 @ 1
[ 3.744000] Linux agpgart interface v0.103
[ 3.744000] initcall agp_init+0x0/0x29 returned 0 after 0 usecs
[ 3.744000] calling agp_amd64_mod_init+0x0/0x21 @ 1
[ 3.744000] initcall agp_amd64_mod_init+0x0/0x21 returned -19 after 0 usecs
[ 3.744000] calling agp_intel_init+0x0/0x2c @ 1
[ 3.744000] initcall agp_intel_init+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling agp_via_init+0x0/0x2c @ 1
[ 3.744000] initcall agp_via_init+0x0/0x2c returned 0 after 0 usecs
[ 3.744000] calling cn_proc_init+0x0/0x38 @ 1
[ 3.744000] initcall cn_proc_init+0x0/0x38 returned 0 after 0 usecs
[ 3.744000] calling topology_sysfs_init+0x0/0x57 @ 1
[ 3.744000] initcall topology_sysfs_init+0x0/0x57 returned 0 after 0 usecs
[ 3.744000] calling brd_init+0x0/0x1ce @ 1
[ 3.744000] brd: module loaded
[ 3.744000] initcall brd_init+0x0/0x1ce returned 0 after 0 usecs
[ 3.744000] calling loop_init+0x0/0x140 @ 1
[ 3.744000] loop: module loaded
[ 3.744000] initcall loop_init+0x0/0x140 returned 0 after 0 usecs
[ 3.744000] calling init+0x0/0x83 @ 1
[ 3.744000] initcall init+0x0/0x83 returned 0 after 0 usecs
[ 3.744000] calling xlblk_init+0x0/0x83 @ 1
[ 64.753278] initcall xlblk_init+0x0/0x83 returned 0 after 0 usecs
[ 64.753278] calling htcpld_core_init+0x0/0x2b @ 1
[ 64.753278] initcall htcpld_core_init+0x0/0x2b returned -19 after 0 usecs
[ 64.753278] calling wm8994_i2c_driver_init+0x0/0x14 @ 1
[ 64.753278] initcall wm8994_i2c_driver_init+0x0/0x14 returned 0 after 0 usecs
[ 64.753278] calling twl6040_driver_init+0x0/0x14 @ 1
[ 64.753278] initcall twl6040_driver_init+0x0/0x14 returned 0 after 0 usecs
[ 64.753278] calling adp5520_driver_init+0x0/0x14 @ 1
[ 64.753278] initcall adp5520_driver_init+0x0/0x14 returned 0 after 0 usecs
[ 64.753278] calling spi_transport_init+0x0/0x78 @ 1
[ 64.753278] initcall spi_transport_init+0x0/0x78 returned 0 after 0 usecs
[ 64.753278] calling init_sd+0x0/0x141 @ 1
[ 64.753278] initcall init_sd+0x0/0x141 returned 0 after 0 usecs
[ 64.753278] calling init_sr+0x0/0x43 @ 1
[ 64.753278] initcall init_sr+0x0/0x43 returned 0 after 0 usecs
[ 64.753278] calling init_sg+0x0/0x12c @ 1
[ 64.753278] initcall init_sg+0x0/0x12c returned 0 after 0 usecs
[ 64.753278] calling ahci_pci_driver_init+0x0/0x1b @ 1
[ 64.753278] initcall ahci_pci_driver_init+0x0/0x1b returned 0 after 0 usecs
[ 64.753278] calling piix_init+0x0/0x59 @ 1
[ 64.753278] piix_init: pci_register_driver
[ 64.753278] ata_piix 0000:00:01.1: version 2.13
[ 64.753278] ata_host_alloc: ENTER
[ 64.753278] ata_port_alloc: ENTER
[ 64.753278] ata_port_alloc: ENTER
[ 64.753278] ata_piix 0000:00:01.1: setting latency timer to 64
[ 64.753278] __ata_port_freeze: ata4294967295 port frozen
[ 64.753278] __ata_port_freeze: ata4294967295 port frozen
[ 64.753278] scsi0 : ata_piix
[ 64.753278] scsi1 : ata_piix
[ 64.753278] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14
[ 64.753278] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15
[ 64.753278] piix_init: done
[ 64.753278] initcall piix_init+0x0/0x59 returned 0 after 0 usecs
[ 64.753278] calling sis_pci_driver_init+0x0/0x1b @ 1
[ 64.753278] initcall sis_pci_driver_init+0x0/0x1b returned 0 after 0 usecs
[ 64.753278] calling pacpi_pci_driver_init+0x0/0x1b @ 1
[ 64.753278] initcall pacpi_pci_driver_init+0x0/0x1b returned 0 after 0 usecs
[ 64.753278] calling ata_generic_pci_driver_init+0x0/0x1b @ 1
[ 64.753278] initcall ata_generic_pci_driver_init+0x0/0x1b returned 0 after 0 usecs
[ 64.753278] calling net_olddevs_init+0x0/0x5b @ 1
[ 64.753278] initcall net_olddevs_init+0x0/0x5b returned 0 after 0 usecs
[ 64.753278] calling marvell_init+0x0/0x17 @ 1
[ 64.753278] initcall marvell_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling davicom_init+0x0/0x17 @ 1
[ 64.753278] initcall davicom_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling cicada_init+0x0/0x17 @ 1
[ 64.753278] initcall cicada_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling lxt_init+0x0/0x17 @ 1
[ 64.753278] initcall lxt_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling qs6612_init+0x0/0x12 @ 1
[ 64.753278] initcall qs6612_init+0x0/0x12 returned 0 after 0 usecs
[ 64.753278] calling smsc_init+0x0/0x17 @ 1
[ 64.753278] initcall smsc_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling vsc82xx_init+0x0/0x17 @ 1
[ 64.753278] initcall vsc82xx_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling broadcom_init+0x0/0x17 @ 1
[ 64.753278] initcall broadcom_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling icplus_init+0x0/0x17 @ 1
[ 64.753278] initcall icplus_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling realtek_init+0x0/0x29 @ 1
[ 64.753278] initcall realtek_init+0x0/0x29 returned 0 after 0 usecs
[ 64.753278] calling et1011c_init+0x0/0x12 @ 1
[ 64.753278] initcall et1011c_init+0x0/0x12 returned 0 after 0 usecs
[ 64.753278] calling fixed_mdio_bus_init+0x0/0xf7 @ 1
[ 64.753278] libphy: Fixed MDIO Bus: probed
[ 64.753278] initcall fixed_mdio_bus_init+0x0/0xf7 returned 0 after 0 usecs
[ 64.753278] calling ns_init+0x0/0x12 @ 1
[ 64.753278] initcall ns_init+0x0/0x12 returned 0 after 0 usecs
[ 64.753278] calling ste10Xp_init+0x0/0x17 @ 1
[ 64.753278] initcall ste10Xp_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling ksphy_init+0x0/0x17 @ 1
[ 64.753278] initcall ksphy_init+0x0/0x17 returned 0 after 0 usecs
[ 64.753278] calling am79c_init+0x0/0x12 @ 1
[ 64.753278] initcall am79c_init+0x0/0x12 returned 0 after 0 usecs
[ 64.753278] calling tun_init+0x0/0x8e @ 1
[ 64.753278] tun: Universal TUN/TAP device driver, 1.6
[ 64.753278] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 64.753278] initcall tun_init+0x0/0x8e returned 0 after 0 usecs
[ 64.753278] calling virtio_net_driver_init+0x0/0x12 @ 1
[ 64.753278] initcall virtio_net_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 64.753278] calling ppp_init+0x0/0xde @ 1
[ 64.753278] PPP generic driver version 2.4.2
[ 64.753278] initcall ppp_init+0x0/0xde returned 0 after 0 usecs
[ 64.753278] calling netif_init+0x0/0x44 @ 1
[ 64.753278] Initialising Xen virtual ethernet driver.
[ 64.753278] initcall netif_init+0x0/0x44 returned 0 after 0 usecs
[ 64.753278] calling cdrom_init+0x0/0x19 @ 1
[ 64.753278] initcall cdrom_init+0x0/0x19 returned 0 after 0 usecs
[ 64.753278] calling ehci_hcd_init+0x0/0x59 @ 1
[ 64.753278] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 64.753278] initcall ehci_hcd_init+0x0/0x59 returned 0 after 0 usecs
[ 64.753278] calling ehci_pci_init+0x0/0x69 @ 1
[ 64.753278] ehci-pci: EHCI PCI platform driver
[ 64.753278] initcall ehci_pci_init+0x0/0x69 returned 0 after 0 usecs
[ 64.753278] calling ehci_platform_init+0x0/0x4a @ 1
[ 64.753278] ehci-platform: EHCI generic platform driver
[ 64.753278] initcall ehci_platform_init+0x0/0x4a returned 0 after 0 usecs
[ 64.753278] calling ohci_hcd_mod_init+0x0/0x74 @ 1
[ 64.753278] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 64.753278] initcall ohci_hcd_mod_init+0x0/0x74 returned 0 after 0 usecs
[ 64.753278] calling uhci_hcd_init+0x0/0xc1 @ 1
[ 64.753278] uhci_hcd: USB Universal Host Controller Interface driver
[ 64.753278] initcall uhci_hcd_init+0x0/0xc1 returned 0 after 0 usecs
[ 64.753278] calling xhci_hcd_init+0x0/0x47 @ 1
[ 64.753278] initcall xhci_hcd_init+0x0/0x47 returned 0 after 0 usecs
[ 64.753278] calling kgdbdbgp_start_thread+0x0/0x52 @ 1
[ 64.753278] initcall kgdbdbgp_start_thread+0x0/0x52 returned 0 after 0 usecs
[ 64.753278] calling i8042_init+0x0/0x40c @ 1
[ 64.753278] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 64.753278] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 64.753278] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 64.753278] initcall i8042_init+0x0/0x40c returned 0 after 0 usecs
[ 64.753278] calling mousedev_init+0x0/0x85 @ 1
[ 64.753278] mousedev: PS/2 mouse device common for all mice
[ 64.753278] initcall mousedev_init+0x0/0x85 returned 0 after 0 usecs
[ 64.753278] calling evdev_init+0x0/0x12 @ 1
[ 64.753278] initcall evdev_init+0x0/0x12 returned 0 after 0 usecs
[ 64.753278] calling atkbd_init+0x0/0x27 @ 1
[ 64.753278] initcall atkbd_init+0x0/0x27 returned 0 after 0 usecs
[ 64.753278] calling uinput_init+0x0/0x12 @ 1
[ 64.753278] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 64.753278] initcall uinput_init+0x0/0x12 returned 0 after 0 usecs
[ 64.753278] calling xenkbd_init+0x0/0x34 @ 1
[ 64.753278] calling 2_async_port_probe+0x0/0xa0 @ 43
[ 64.753278] ata_std_sched_eh: port EH scheduled
[ 64.753278] calling 3_async_port_probe+0x0/0xa0 @ 6
[ 64.753278] ata_std_sched_eh: port EH scheduled
[ 64.753278] blkfront: xvda: flush diskcache: enabled using persistent grants
[ 64.753278] ata_scsi_error: ENTER
[ 64.753278] ata_sff_flush_pio_task: ENTER
[ 64.753278] ata2: ata_sff_flush_pio_task: EXIT
[ 64.753278] ata_eh_link_autopsy: ENTER
[ 64.753278] ata_eh_recover: ENTER
[ 64.753278] __ata_port_freeze: ata2 port frozen
[ 64.753278] ata_sff_softreset: ENTER
[ 64.753278] ata_sff_softreset: about to softreset, devmask=3
[ 64.753278] ata_bus_softreset: ata2: bus reset via SRST
[ 64.753278] ata_scsi_error: ENTER
[ 64.753278] ata_sff_flush_pio_task: ENTER
[ 64.753278] xvda:
[ 64.753278] ata1: ata_sff_flush_pio_task: EXIT
[ 64.753278] ata_eh_link_autopsy: ENTER
[ 64.753278] ata_eh_recover: ENTER
[ 64.753278] __ata_port_freeze: ata1 port frozen
[ 64.753278] ata_sff_softreset: ENTER
[ 64.753278] ata_sff_softreset: about to softreset, devmask=0
[ 64.753278] ata_bus_softreset: ata1: bus reset via SRST
[ 64.753278] input: Xen Virtual Keyboard as /devices/virtual/input/input3
[ 64.753278] input: Xen Virtual Pointer as /devices/virtual/input/input4
[ 64.753278] Setting capacity to 20971520
[ 64.753278] xvda: detected capacity change from 0 to 10737418240
[ 76.756491] initcall xenkbd_init+0x0/0x34 returned 0 after 11721751 usecs
[ 76.756491] calling cmos_init+0x0/0x67 @ 1
[ 76.756491] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 76.756491] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
[ 76.756491] hpet1: lost 1 rtc interrupts
[ 76.756491] hpet1: lost 1 rtc interrupts
[ 76.756491] initcall cmos_init+0x0/0x67 returned 0 after 0 usecs
[ 76.756491] calling dm_init+0x0/0x42 @ 1
[ 76.756491] device-mapper: uevent: version 1.0.3
[ 76.756491] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[ 76.756491] initcall dm_init+0x0/0x42 returned 0 after 0 usecs
[ 76.756491] calling cpufreq_stats_init+0x0/0xce @ 1
[ 76.756491] initcall cpufreq_stats_init+0x0/0xce returned 0 after 0 usecs
[ 76.756491] calling cpufreq_gov_powersave_init+0x0/0x12 @ 1
[ 76.756491] initcall cpufreq_gov_powersave_init+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling cpufreq_gov_userspace_init+0x0/0x12 @ 1
[ 76.756491] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling cpufreq_gov_dbs_init+0x0/0x12 @ 1
[ 76.756491] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling cpufreq_gov_dbs_init+0x0/0x12 @ 1
[ 76.756491] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling init_ladder+0x0/0x12 @ 1
[ 76.756491] cpuidle: using governor ladder
[ 76.756491] initcall init_ladder+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling init_menu+0x0/0x12 @ 1
[ 76.756491] cpuidle: using governor menu
[ 76.756491] initcall init_menu+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling efivars_sysfs_init+0x0/0x200 @ 1
[ 76.756491] initcall efivars_sysfs_init+0x0/0x200 returned 0 after 0 usecs
[ 76.756491] calling efivars_pstore_init+0x0/0x75 @ 1
[ 76.756491] initcall efivars_pstore_init+0x0/0x75 returned 0 after 0 usecs
[ 76.756491] calling staging_init+0x0/0x8 @ 1
[ 76.756491] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[ 76.756491] calling zs_init+0x0/0x90 @ 1
[ 76.756491] initcall zs_init+0x0/0x90 returned 0 after 0 usecs
[ 76.756491] calling binder_init+0x0/0x134 @ 1
[ 76.756491] initcall binder_init+0x0/0x134 returned 0 after 0 usecs
[ 76.756491] calling ashmem_init+0x0/0xa3 @ 1
[ 76.756491] ashmem: initialized
[ 76.756491] initcall ashmem_init+0x0/0xa3 returned 0 after 0 usecs
[ 76.756491] calling timed_output_init+0x0/0x17 @ 1
[ 76.756491] initcall timed_output_init+0x0/0x17 returned 0 after 0 usecs
[ 76.756491] calling lowmem_init+0x0/0x14 @ 1
[ 76.756491] initcall lowmem_init+0x0/0x14 returned 0 after 0 usecs
[ 76.756491] calling alarm_dev_init+0x0/0xcb @ 1
[ 76.756491] initcall alarm_dev_init+0x0/0xcb returned 0 after 0 usecs
[ 76.756491] calling extcon_class_init+0x0/0x17 @ 1
[ 76.756491] initcall extcon_class_init+0x0/0x17 returned 0 after 0 usecs
[ 76.756491] calling sock_diag_init+0x0/0x12 @ 1
[ 76.756491] initcall sock_diag_init+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling flow_cache_init_global+0x0/0x18b @ 1
[ 76.756491] initcall flow_cache_init_global+0x0/0x18b returned 0 after 0 usecs
[ 76.756491] calling blackhole_module_init+0x0/0x12 @ 1
[ 76.756491] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling sysctl_ipv4_init+0x0/0x8b @ 1
[ 76.756491] initcall sysctl_ipv4_init+0x0/0x8b returned 0 after 0 usecs
[ 76.756491] calling init_syncookies+0x0/0x19 @ 1
[ 76.756491] initcall init_syncookies+0x0/0x19 returned 0 after 0 usecs
[ 76.756491] calling ipv4_netfilter_init+0x0/0x12 @ 1
[ 76.756491] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[ 76.756491] calling cubictcp_register+0x0/0x6a @ 1
[ 76.756491] TCP: cubic registered
[ 76.756491] initcall cubictcp_register+0x0/0x6a returned 0 after 0 usecs
[ 76.756491] calling inet6_init+0x0/0x32c @ 1
[ 76.756491] NET: Registered protocol family 10
[ 76.756491] initcall inet6_init+0x0/0x32c returned 0 after 0 usecs
[ 76.756491] calling packet_init+0x0/0x42 @ 1
[ 76.756491] NET: Registered protocol family 17
[ 76.756491] initcall packet_init+0x0/0x42 returned 0 after 0 usecs
[ 76.756491] calling dcbnl_init+0x0/0x4d @ 1
[ 76.756491] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[ 76.756491] calling init_dns_resolver+0x0/0xdc @ 1
[ 76.756491] Key type dns_resolver registered
[ 76.756491] initcall init_dns_resolver+0x0/0xdc returned 0 after 0 usecs
[ 76.756491] calling mcheck_init_device+0x0/0x101 @ 1
[ 76.756491] initcall mcheck_init_device+0x0/0x101 returned 0 after 0 usecs
[ 76.756491] calling tboot_late_init+0x0/0x24b @ 1
[ 76.756491] initcall tboot_late_init+0x0/0x24b returned 0 after 0 usecs
[ 76.756491] calling mcheck_debugfs_init+0x0/0x3b @ 1
[ 76.756491] initcall mcheck_debugfs_init+0x0/0x3b returned 0 after 0 usecs
[ 76.756491] calling severities_debugfs_init+0x0/0x3d @ 1
[ 76.756491] initcall severities_debugfs_init+0x0/0x3d returned 0 after 0 usecs
[ 76.756491] calling threshold_init_device+0x0/0x46 @ 1
[ 76.756491] initcall threshold_init_device+0x0/0x46 returned 0 after 0 usecs
[ 76.756491] calling hpet_insert_resource+0x0/0x26 @ 1
[ 76.756491] initcall hpet_insert_resource+0x0/0x26 returned 0 after 0 usecs
[ 76.756491] calling update_mp_table+0x0/0x472 @ 1
[ 76.756491] initcall update_mp_table+0x0/0x472 returned 0 after 0 usecs
[ 76.756491] calling lapic_insert_resource+0x0/0x41 @ 1
[ 76.759953] initcall lapic_insert_resource+0x0/0x41 returned 0 after 86 usecs
[ 76.759953] calling io_apic_bug_finalize+0x0/0x1b @ 1
[ 76.759953] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 0 usecs
[ 76.759953] calling print_ICs+0x0/0x440 @ 1
[ 76.759953] initcall print_ICs+0x0/0x440 returned 0 after 0 usecs
[ 76.759953] calling check_early_ioremap_leak+0x0/0x50 @ 1
[ 76.759953] initcall check_early_ioremap_leak+0x0/0x50 returned 0 after 0 usecs
[ 76.759953] calling pat_memtype_list_init+0x0/0x35 @ 1
[ 76.759953] initcall pat_memtype_list_init+0x0/0x35 returned 0 after 0 usecs
[ 76.759953] calling init_oops_id+0x0/0x40 @ 1
[ 76.759953] initcall init_oops_id+0x0/0x40 returned 0 after 0 usecs
[ 76.759953] calling printk_late_init+0x0/0x54 @ 1
[ 76.759953] initcall printk_late_init+0x0/0x54 returned 0 after 0 usecs
[ 76.759953] calling sched_init_debug+0x0/0x24 @ 1
[ 76.759953] initcall sched_init_debug+0x0/0x24 returned 0 after 0 usecs
[ 76.759953] calling pm_qos_power_init+0x0/0x63 @ 1
[ 76.759953] initcall pm_qos_power_init+0x0/0x63 returned 0 after 0 usecs
[ 76.759953] calling pm_debugfs_init+0x0/0x24 @ 1
[ 76.759953] initcall pm_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 76.759953] calling test_suspend+0x0/0x1bd @ 1
[ 76.759953] initcall test_suspend+0x0/0x1bd returned 0 after 0 usecs
[ 76.759953] calling software_resume+0x0/0x2a0 @ 1
[ 76.759953] PM: Hibernation image not present or could not be loaded.
[ 76.759953] initcall software_resume+0x0/0x2a0 returned -2 after 0 usecs
[ 76.759953] calling debugfs_kprobe_init+0x0/0xa0 @ 1
[ 76.759953] initcall debugfs_kprobe_init+0x0/0xa0 returned 0 after 0 usecs
[ 76.759953] calling taskstats_init+0x0/0x95 @ 1
[ 76.759953] registered taskstats version 1
[ 76.759953] initcall taskstats_init+0x0/0x95 returned 0 after 0 usecs
[ 76.759953] calling clear_boot_tracer+0x0/0x30 @ 1
[ 76.759953] initcall clear_boot_tracer+0x0/0x30 returned 0 after 0 usecs
[ 76.759953] calling kdb_ftrace_register+0x0/0x2f @ 1
[ 76.759953] initcall kdb_ftrace_register+0x0/0x2f returned 0 after 0 usecs
[ 76.759953] calling max_swapfiles_check+0x0/0x8 @ 1
[ 76.759953] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[ 76.759953] calling set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[ 76.759953] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 0 usecs
[ 76.759953] calling init_trusted+0x0/0xbc @ 1
[ 76.759953] Key type trusted registered
[ 76.759953] initcall init_trusted+0x0/0xbc returned 0 after 0 usecs
[ 76.759953] calling init_encrypted+0x0/0x120 @ 1
[ 76.759953] Key type encrypted registered
[ 76.759953] initcall init_encrypted+0x0/0x120 returned 0 after 0 usecs
[ 76.759953] calling init_evm+0x0/0x27 @ 1
[ 76.759953] initcall init_evm+0x0/0x27 returned 0 after 0 usecs
[ 76.759953] calling prandom_reseed+0x0/0x9e @ 1
[ 76.759953] initcall prandom_reseed+0x0/0x9e returned 0 after 0 usecs
[ 76.759953] calling pci_resource_alignment_sysfs_init+0x0/0x22 @ 1
[ 76.759953] initcall pci_resource_alignment_sysfs_init+0x0/0x22 returned 0 after 0 usecs
[ 76.759953] calling pci_sysfs_init+0x0/0x4d @ 1
[ 76.759953] initcall pci_sysfs_init+0x0/0x4d returned 0 after 0 usecs
[ 76.759953] calling boot_wait_for_devices+0x0/0x32 @ 1
[ 76.759953] initcall boot_wait_for_devices+0x0/0x32 returned 0 after 0 usecs
[ 76.759953] calling regulator_init_complete+0x0/0x15b @ 1
[ 76.759953] initcall regulator_init_complete+0x0/0x15b returned 0 after 0 usecs
[ 76.759953] calling random_int_secret_init+0x0/0x19 @ 1
[ 76.759953] initcall random_int_secret_init+0x0/0x19 returned 0 after 0 usecs
[ 76.759953] calling deferred_probe_initcall+0x0/0x70 @ 1
[ 76.759953] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 0 usecs
[ 76.759953] calling late_resume_init+0x0/0x1c0 @ 1
[ 76.759953] Magic number: 9:330:137
[ 76.759953] block ram2: hash matches
[ 76.759953] initcall late_resume_init+0x0/0x1c0 returned 0 after 0 usecs
[ 76.759953] calling rtc_hctosys+0x0/0x111 @ 1
[ 76.759953] rtc_cmos 00:04: setting system clock to 2013-08-06 17:10:42 UTC (1375809042)
[ 76.759953] initcall rtc_hctosys+0x0/0x111 returned 0 after 0 usecs
[ 76.759953] calling charger_manager_init+0x0/0x92 @ 1
[ 76.759953] initcall charger_manager_init+0x0/0x92 returned 0 after 0 usecs
[ 76.759953] calling acpi_cpufreq_init+0x0/0x210 @ 1
[ 76.759953] initcall acpi_cpufreq_init+0x0/0x210 returned -19 after 0 usecs
[ 76.759953] calling powernowk8_init+0x0/0x184 @ 1
[ 76.759953] initcall powernowk8_init+0x0/0x184 returned -19 after 0 usecs
[ 76.759953] calling pcc_cpufreq_init+0x0/0x2c0 @ 1
[ 76.759953] initcall pcc_cpufreq_init+0x0/0x2c0 returned -19 after 0 usecs
[ 76.759953] calling centrino_init+0x0/0x2a @ 1
[ 76.759953] initcall centrino_init+0x0/0x2a returned -19 after 0 usecs
[ 76.759953] calling edd_init+0x0/0x2e7 @ 1
[ 76.759953] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 76.759953] EDD information not available.
[ 76.759953] initcall edd_init+0x0/0x2e7 returned -19 after 0 usecs
[ 76.759953] calling firmware_memmap_init+0x0/0x33 @ 1
[ 76.759953] initcall firmware_memmap_init+0x0/0x33 returned 0 after 0 usecs
[ 76.759953] calling zcache_init+0x0/0x2d0 @ 1
[ 76.759953] initcall zcache_init+0x0/0x2d0 returned 0 after 0 usecs
[ 76.759953] calling pci_mmcfg_late_insert_resources+0x0/0x4b @ 1
[ 76.759953] initcall pci_mmcfg_late_insert_resources+0x0/0x4b returned 0 after 0 usecs
[ 76.759953] calling tcp_congestion_default+0x0/0x12 @ 1
[ 76.759953] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[ 76.759953] calling tcp_fastopen_init+0x0/0x4b @ 1
[ 76.759953] initcall tcp_fastopen_init+0x0/0x4b returned 0 after 0 usecs
[ 76.759953] calling initialize_hashrnd+0x0/0x19 @ 1
[ 76.759953] initcall initialize_hashrnd+0x0/0x19 returned 0 after 0 usecs
[ 76.759953] async_waiting @ 1
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
reply other threads:[~2013-08-06 17:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=520133C4.7040102@amd.com \
--to=suravee.suthikulpanit@amd.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=JBeulich@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.