nouveau shuts the machine down with v3.9-rc1 (temperature (72 C) hit the 'shutdown' threshold).

Konrad Rzeszutek Wilk konrad.wilk at oracle.com
Tue Mar 5 07:44:04 PST 2013


On Tue, Mar 05, 2013 at 12:13:57PM +0100, Martin Peres wrote:
> On 04/03/2013 22:41, Konrad Rzeszutek Wilk wrote:
> >Pls CC me in case you would like me also to test them with the
> >mdelay patch.
> 
> Hi Konrad,
> 
> Marcin proposed me another explanation for the issue you are seeing
> and it made me look again at the code.
> 
> I don't have enough nv4x hw to test all the conditions but with the
> attached patches, you may get a saner
> behaviour than a computer that shut-downs whenever you turn it on
> (like a "most useless machine ever").
> The most important patch is the 8th one.
> 
> Please try applying them on top of your 3.9-rc1 kernel and send me
> back your kernel logs + sensors output.

I also added on top of this a debug patch to twidle with the values:

diff --git a/drivers/gpu/drm/nouveau/core/subdev/therm/nv40.c b/drivers/gpu/drm/nouveau/core/subdev/therm/nv40.c
index 92f3fca..a5a8abe 100644
--- a/drivers/gpu/drm/nouveau/core/subdev/therm/nv40.c
+++ b/drivers/gpu/drm/nouveau/core/subdev/therm/nv40.c
@@ -31,22 +31,28 @@ struct nv40_therm_priv {
 
 enum nv40_sensor_style { INVALID_STYLE = -1, OLD_STYLE = 0, NEW_STYLE = 1 };
 
+extern int hack_old_style;
+extern int hack_mdelay;
 static enum nv40_sensor_style
 nv40_is_older_style_sensor(struct nouveau_therm *therm)
 {
 	struct nouveau_device *device = nv_device(therm);
 
+	if (hack_old_style) {
+		if (device->chipset == 0x4c)
+			return OLD_STYLE;
+	}
 	switch (device->chipset) {
 	case 0x43:
 	case 0x44:
 	case 0x4a:
 	case 0x47:
-	case 0x4c:
 		return OLD_STYLE;
 
 	case 0x46:
 	case 0x49:
 	case 0x4b:
+	case 0x4c:
 	case 0x4e:
 	case 0x67:
 	case 0x68:
@@ -66,11 +72,17 @@ nv40_sensor_setup(struct nouveau_therm *therm)
 	if (style == NEW_STYLE) {
 		nv_mask(therm, 0x15b8, 0x80000000, 0);
 		nv_wr32(therm, 0x15b0, 0x80003fff);
-		mdelay(20); /* wait for the temperature to stabilize */
+		if (hack_mdelay)
+			mdelay(hack_mdelay);
+		else
+			mdelay(20); /* wait for the temperature to stabilize */
 		return nv_rd32(therm, 0x15b4) & 0x3fff;
 	} else if (style == OLD_STYLE) {
 		nv_wr32(therm, 0x15b0, 0xff);
-		mdelay(20); /* wait for the temperature to stabilize */
+		if (hack_mdelay)
+			mdelay(hack_mdelay);
+		else
+			mdelay(20); /* wait for the temperature to stabilize */
 		return nv_rd32(therm, 0x15b4) & 0xff;
 	} else
 		return -ENODEV;
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index d109936..d51bf21 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -69,6 +69,12 @@ MODULE_PARM_DESC(modeset, "enable driver (default: auto, "
 int nouveau_modeset = -1;
 module_param_named(modeset, nouveau_modeset, int, 0400);
 
+int hack_mdelay = 0;
+module_param_named(mdelay, hack_mdelay, int, 0400);
+
+int hack_old_style = 1;
+module_param_named(old_style, hack_old_style, int, 0400);
+
 static struct drm_driver driver;
 
 static int

With that I am still getting the issues (even with an insance delay of 100 seconds).
Here is the serial log with various runs.


-------------- next part --------------
PXELINUX 3.82 2009-06-09  Copyright (C) 1994-2009 H. Peter Anvin et al
boot: 
Loading vmlinuz........................................................................
Loading initramfs.cpio.gz....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ready.
Hh?r??????II=I??????????????????????mu9a[    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 = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 000100000000 mask FFFFC0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000140000000 aka 5120M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xb7ee0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f3a30-0x000f3a3f] mapped at [ffff8800000f3a30]
[    0.000000] memblock_reserve: [0x000000000f3a30-0x000000000f3a40] smp_scan_config+0xee/0x12b
[    0.000000] memblock_reserve: [0x000000000f1f44-0x000000000f2088] smp_scan_config+0x10c/0x12b
[    0.000000] memblock_reserve: [0x00000001cb9000-0x00000001cbf000] setup_arch+0x65f/0xcfe
[    0.000000] MEMBLOCK configuration:
[    0.000000]  memory size = 0xf7e7e400 reserved size = 0x5b3c400
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes
[    0.000000]  reserved.cnt  = 0x3
[    0.000000]  reserved[0x0]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x1]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x2]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000] memblock_reserve: [0x00000000001000-0x00000000010000] setup_bios_corruption_check+0xee/0x180
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] memblock_reserve: [0x00000000098000-0x0000000009e000] reserve_real_mode+0x65/0x8b
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] memblock_reserve: [0x00000000000000-0x00000000010000] setup_arch+0x73d/0xcfe
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01cba000, 0x01cbafff] PGTABLE
[    0.000000] BRK [0x01cbb000, 0x01cbbfff] PGTABLE
[    0.000000] BRK [0x01cbc000, 0x01cbcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
[    0.000000]  [mem 0x13c000000-0x13fdfffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000]  [mem 0x100000000-0x13bffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x00100000-0xb7edffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xb7dfffff] page 2M
[    0.000000]  [mem 0xb7e00000-0xb7edffff] page 4k
[    0.000000] memblock_reserve: [0x0000013ffff000-0x00000140000000] alloc_low_pages+0xd5/0x180
[    0.000000] memblock_reserve: [0x0000013fffe000-0x0000013ffff000] alloc_low_pages+0xd5/0x180
[    0.000000] RAMDISK: [mem 0x7b1e3000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f7e60 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 00000000b7ee3000 00038 (v01 Nvidia NVDA42302E31 NVDA 00000000)
[    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130117/tbfadt-599)
[    0.000000] ACPI: DSDT 00000000b7ee3100 05B85 (v01 NVIDIA NVDAACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000b7ee0000 00040
[    0.000000] ACPI: SSDT 00000000b7ee8d80 008F5 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: HPET 00000000b7ee9680 00038 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000098)
[    0.000000] ACPI: MCFG 00000000b7ee96c0 0003C (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: APIC 00000000b7ee8cc0 00098 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[    0.000000] memblock_reserve: [0x0000013fffa000-0x0000013fffe000] memblock_alloc_base_nid+0x3f/0x52
[    0.000000]   NODE_DATA [mem 0x13fffa000-0x13fffdfff]
[    0.000000] MEMBLOCK configuration:
[    0.000000]  memory size = 0xf7e7e400 reserved size = 0x5b58400
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes on node 0
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes on node 0
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes on node 0
[    0.000000]  reserved.cnt  = 0x6
[    0.000000]  reserved[0x0]	[0x00000000000000-0x0000000000ffff], 0x10000 bytes
[    0.000000]  reserved[0x1]	[0x00000000098000-0x0000000009dfff], 0x6000 bytes
[    0.000000]  reserved[0x2]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x3]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x4]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000]  reserved[0x5]	[0x0000013fffa000-0x0000013fffffff], 0x6000 bytes
[    0.000000] memblock_reserve: [0x0000013fff9000-0x0000013fffa000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf9000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf8c00-0x0000013fbf8fe0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f8c00-0x0000013fbf8c00] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013b800000-0x0000013f600000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] membloc
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b800000-ffff88013effffff] on node 0
[    0.000000]    memblock_free: [0x0000013f7f8c00-0x0000013fbf8c00] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fbf9000-0x0000013fff9000] free_bootmem+0x9/0xb
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    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-0xb7edffff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] On node 0 totalpages: 1015422
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000] memblock_reserve: [0x0000013ffe1000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   DMA32 zone: 10245 pages used for memmap
[    0.000000]   DMA32 zone: 749280 pages, LIFO batch:31
[    0.000000] memblock_reserve: [0x0000013ffc9000-0x0000013ffe1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.0000e_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffb0000-0x0000013ffb1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] ACPI: P] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[    0.000000] memblock_reserve: [0x0000013ffaff80-0x0000013ffaffc1] __alloc_memory_core_early+0x5c/0x64
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] memblock_reserve: [0x0000013ffaff00-0x0000013ffaff43] __alloc_memory_core_early+0x5c/0x64
[    0.000000] nr_irqs_gsi: 40
[    0.000000] memblock_reserve: [0x0000013ffafc40-0x0000013ffafee0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafbc0-0x0000013ffafc28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafb40-0x0000013ffafba8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafac0-0x0000013ffafb28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafa40-0x0000013ffafaa8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf9c0-0x0000013ffafa28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf940-0x0000013ffaf9a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf8c0-0x0000013ffaf928] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf840-0x0000013ffaf8a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf7c0-0x0000013ffaf828] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf740-0x0000013ffaf7a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf6c0-0x0000013ffaf728] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf680-0x0000013ffaf6a0] __alloc_memory_core_early+0x5c/0x64
[    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] memblock_reserve: [0x0000013ffaf640-0x0000013ffaf660] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000b7ee0000 - 00000000b7ee3000
[    0.000000] PM: Registered nosave memory: 00000000b7ee3000 - 00000000b7ef0000
[    0.000000] PM: Registered nosave memory: 00000000b7ef0000 - 00000000b7f00000
[    0.000000] PM: Registered nosave memory: 00000000b7f00000 - 00000000b8000000
[    0.000000] PM: Registered nosave memory: 00000000b8000000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] memblock_reserve: [0x0000013ffaf580-0x0000013ffaf637] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf4c0-0x0000013ffaf577] __alloc_memory_core_early+0x5c/0x64
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] memblock_reserve: [0x0000013ffae4c0-0x0000013ffaf4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad4c0-0x0000013ffae4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fc00000-0x0000013fe00000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013fc1c000-0x0000013fc80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fc9c000-0x0000013fd00000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd1c000-0x0000013fd80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd9c000-0x0000013fe00000] free_bootmem+0x9/0xb
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s84992 r8192 d21504 u524288
[    0.000000] memblock_reserve: [0x0000013ffad480-0x0000013ffad488] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad440-0x0000013ffad448] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad400-0x0000013ffad410] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad3c0-0x0000013ffad3e0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] pcpu-alloc: s84992 r8192 d21504 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] memblock_reserve: [0x0000013ffad280-0x0000013ffad3b0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad200-0x0000013ffad250] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad180-0x0000013ffad1d0] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013ffae4c0-0x0000013ffaf4c0] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013ffad4c0-0x0000013ffae4c0] free_bootmem+0x9/0xb
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1001515
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=1000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
[    0.000000] memblock_reserve: [0x0000013ffa5180-0x0000013ffad180] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] memblock_reserve: [0x000000b3ee0000-0x000000b7ee0000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblocory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ff45000-0x0000013ff85000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ fdfc000000 size 32 MB
[    0.000000] Aperture beyond 4GB.] Please enable the IOMMU option in the BIOS setup
[    0.000000] This costs you 64 MB of RAM
[    0.000000] memblock_reserve: [0x000000ac000000-0x000000b0000000] gart_iommu_hole_init+0x3b1/0x512
[    0.000000] Mapping aperture over 65536 KB of RAM @ ac000000
[    0.000000] memblock_reserve: [0x0000013ffaf480-0x0000013ffaf4a0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000ac000000 - 00000000b0000000
[    0.000000] Memory: 3778912k/5242880k available (6643k kernel code, 1181192k absent, 282776k reserved, 4275k data, 1028k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] hpet clockevent registered
[    0.001000] tsc: Fast TSC calibration using PIT
[    0.002000] tsc: Detected 2913.718 MHz processor
[    0.000002] Calibratity Framework initialized
[    0.019345] SELinux:  Disabled at boot.
[    0.023366] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.031858] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.039523] Mount-cache hash table entries: 256
[    0.044218] Initializing cgroup subsys cpuacct
[    0.048659] Initializing cgroup subsys freezer
[    0.053121] tseg: 00b7f00000
[    0.056008] CPU: Physical Processor ID: 0
[    0.060012] CPU: Processor Core ID: 0
[    0.063675] mce: CPU supports 6 MCE banks
[    0.067685] LVT offset 0 assigned for vector 0xf9
[    0.072384] process: using AMD E400 aware idle routine
[    0.077515] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.077515] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.077515] tlb_flushall_shift: 4
[    0.092151] Freeing SMP alternatives: 24k freed
[    0.098206] ACPI: Core revision 20130117
[    0.105095] ACPI: All ACPI Tables successfully acquired
[    0.112493] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.128477] smpboot: CPU0: AMD Athlon(tm) II X2 245 Processor (fam: 10, model: 06, stepping: 02)
[    0.239121] calling  set_real_mode_permissions+0x0/0xab @ 1
[    0.244683] initcall set_real_mode_permissions+0x0/0xab returx0/0x12 @ 1
[    0.257618] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[    0.264998] calling  trace_init_flags_sys_enter+0x0/0x12 @ 1
[    0.270642] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[    0.278104] calling  init_hw_perf_events+0x0/0x438 @ 1
[    0.283233] Performance Events: AMD PMU driver.
[    0.287769] ... version:                0
[    0.291769] ... bit width:              48
[    0.295854] ... generic registers:      4
[    0.299851] ... value mask:             0000ffffffffffff
[    0.305147] ... max period:             00007fffffffffff
[    0.310446] ... fixed-purpose events:   0
[    0.314443] ... event mask:             000000000000000f
[    0.319747] initcall init_hw_perf_events+0x0/0x438 returned 0 after 8789 usecs
[    0.326953] calling  register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[    0.333294] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[    0.341448] calling  spawn_ksoftirqd+0x0/0x28 @ 1
[    0.346155] initcall spawn_ksoftirqd+0x0/0x28 returned 0 after 0 usecs
[    0.352664] calling  init_workqueues+0x0/0x3c6 @ 1
[    0.357526] initcall init_workqueues+0x0/0x3c6 returned 0 after 0 usecs
[    0.364124] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    0.369248] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    0.376188] calling  migration_init+0x0/0x71 @ 1
[    0.380795] initcall migration_init+0x0/0x71 returned 0 after 0 usecs
[    0.387224] calling  cpu_stop_init+0x0/0x76 @ 1
[    0.391756] initcall cpu_stop_init+0x0/0x76 returned 0 after 0 usecs
[    0.398094] calling  rcu_scheduler_really_started+0x0/0x12 @ 1
[    0.403910] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[    0.411544] calling  rcu_spawn_gp_kthread+0x0/0x89 @ 1
[    0.416688] initcall rcu_spawn_gp_kthread+0x0/0x89 returned 0 after 0 usecs
[    0.423636] calling  relay_init+0x0/0x14 @ 1
[    0.427903] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    0.433987] calling  tracer_alloc_buffers+0x0/0x1f1 @ 1
[    0.439236] initcall tracer_alloc_buffers+0x0/0x1f1 returned 0 after 0 usecs
[    0.446269] calling  init_events+0x0/0x61 @ 1
[    0.450622] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[    0.456784] calling  init_trace_printk+0x0/0x12 @ 1
[    0.461648] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    0.468328] calling  jump_label_init_module+0x0/0x12 @ 1
[    0.473625] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    0.480741] calling  mce_amd_init+0x0/0x165 @ 1
[    0.485258] MCE: In-kernel MCE decoding enabled.
[    0.489862] initcall mce_amd_init+0x0/0x165 returned 0 after 976 usecs
[    0.496419] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.504512] smpboot: Booting Node   0, Processors  #1
[    0.522509] Brought up 2 CPUs
[    0.525661] smpboot: Total of 2 processors activated (11654.87 BogoMIPS)
[    0.535717] calling  ipc_ns_init+0x0/0x14 @ 1
[    0.540072] initcall ipc_ns_init+0x0/0x14 returned 0 after 0 usecs
[    0.546241] calling  init_mmap_min_addr+0x0/0x26 @ 1
[    0.551191] initcall init_mmap_min_addr+0x0/0x26 returned 0 after 0 usecs
[    0.557960] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    0.564557] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    0.572976] calling  net_ns_init+0x0/0xfd @ 1
[    0.577385] initcall net_ns_init+0x0/0xfd returned 0 after 0 usecs
[    0.583588] calling  e820_mark_nvs_memory+0x0/0x41 @ 1
[    0.588719] PM: Registering ACPI NVS region [mem 0xb7ee0000-0xb7ee2fff] (12288 bytes)
[    0.596526] initcall e820_mark_nvs_memory+0x0/0x41 returned 0 after 6835 usecs
[    0.603727] calling  cpufreq_tsc+0x0/0x37 @ 1
[    0.608071] initcall cpufreq_tsc+0x0/0x37 returned 0 after 0 usecs
[    0.614233] calling  reboot_init+0x0/0x1d @ 1
[    0.618583] initcall reboot_init+0x0/0x1d returned 0 after 0 usecs
[    0.624750] calling  init_lapic_sysfs+0x0/0x20 @ 1
[    0.629528] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[    0.636132] calling  cpu_hotplug_pm_sync_init+0x0/0x2f @ 1
[    0.641609] initcall cpu_hotplug_pm_sync_init+0x0/0x2f returned 0 after 0 usecs
[    0.648897] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    0.653674] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    0.660270] calling  ksysfs_init+0x0/0x94 @ 1
[    0.664620] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs
[    0.670785] calling  pm_init+0x0/0x4e @ 1
[    0.674788] initcall pm_init+0x0/0x4e returned 0 after 0 usecs
[    0.680608] calling  pm_disk_init+0x0/0x19 @ 1
[    0.685041] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    0.691299] calling  swsusp_header_init+0x0/0x30 @ 1
[    0.696258] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[    0.703034] calling  init_jiffies_clocksource+0x0/0x12 @ 1
[    0.708504] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[    0.715791] calling  event_trace_enable+0x0/0xa9 @ 1
[    0.720778] initcall event_trace_enable+0x0/0xa9 returned 0 after 0 usecs
[    0.727553] calling  init_zero_pfn+0x0/0x4f @ 1
[    0.732070] initcall init_zero_pfn+0x0/0x4f returned 0 after 0 usecs
[    0.738405] calling  fsnotify_init+0x0/0x26 @ 1
[    0.742925] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[    0.749268] calling  filelock_init+0x0/0x2a @ 1
[    0.753789] initcall filelock_init+0x0/0x2a returned 0 after 0 usecs
[    0.760129] calling  init_misc_binfmt+0x0/0x31 @ 1
[    0.764908] initcall init_misc_binfmt+0x0/0x31 returned 0 after 0 usecs
[    0.771503] calling  init_script_binfmt+0x0/0x16 @ 1
[    0.776453] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.783220] calling  init_elf_binfmt+0x0/0x16 @ 1
[    0.787912] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.794421] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    0.799718] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.806832] calling  debugfs_init+0x0/0x5c @ 1
[    0.811266] initcall debugfs_init+0x0/0x5c returned 0 after 0 usecs
[    0.817522] calling  securityfs_init+0x0/0x53 @ 1
[    0.822213] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs
[    0.828730] calling  prandom_init+0x0/0xd9 @ 1
[    0.833170] initcall prandom_init+0x0/0xd9 returned 0 after 0 usecs
[    0.839419] calling  virtio_init+0x0/0x30 @ 1
[    0.843874] kworker/u:0 (20) used greatest stack depth: 6152 bytes left
[    0.843876] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    0.843878] calling  __gnttab_init+0x0/0x30 @ 1
[    0.843882] initcall __gnttab_init+0x0/0x30 returned -19 after 0 usecs
[    0.843885] calling  early_resume_init+0x0/0x1d0 @ 1
[    0.843930] RTC time: 15:04:33, date: 03/05/13
[    0.843932] initcall early_resume_init+0x0/0x1d0 returned 0 after 0 usecs
[    0.843933] calling  cpufreq_core_init+0x0/0xc7 @ 1
[    0.843936] initcall cpufreq_core_init+0x0/0xc7 returned 0 after 0 usecs
[    0.843937] calling  cpuidle_init+0x0/0x40 @ 1
[    0.843940] initcall cpuidle_init+0x0/0x40 returned 0 after 0 usecs
[    0.843941] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    0.843942] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    0.843943] calling  sock_init+0x0/0x89 @ 1
[    0.921793] initcall sock_init+0x0/0x89 returned 0 after 976 usecs
[    0.927958] calling  net_inuse_init+0x0/0x26 @ 1
[    0.932562] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    0.938985] calling  netpoll_init+0x0/0x3d @ 1
[    0.943417] initcall netpoll_init+0x0/0x3d returned 0 after 0 usecs
[    0.949673] calling  netlink_proto_init+0x0/0x1b3 @ 1
[    0.954715] NET: Registered protocol family 16
[    0.959158] initcall netlink_proto_init+0x0/0x1b3 returned 0 after 4882 usecs
[    0.966307] calling  bdi_class_init+0x0/0x4d @ 1
[    0.971018] initcall bdi_class_init+0x0/0x4d returned 0 after 0 usecs
[    0.977449] calling  kobject_uevent_init+0x0/0x12 @ 1
[    0.982494] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    0.989356] calling  pcibus_class_init+0x0/0x19 @ 1
[    0.994285] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.000980] calling  pci_driver_init+0x0/0x19 @ 1
[    1.005786] initcall pci_driver_init+0x0/0x19 returned 0 after 0 usecs
[    1.012304] calling  backlight_class_init+0x0/0x5d @ 1
[    1.017506] initcall backlight_class_init+0x0/0x5d returned 0 after 0 usecs
[    1.024459] calling  video_output_class_init+0x0/0x19 @ 1
[    1.029904] initcall video_output_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.037106] calling  xenbus_init+0x0/0x233 @ 1
[    1.041545] initcall xenbus_init+0x0/0x233 returned -19 after 0 usecs
[    1.047968] calling  tty_class_init+0x0/0x38 @ 1
[    1.052642] initcall tty_class_init+0x0/0x38 returned 0 after 0 usecs
[    1.059075] calling  vtconsole_class_init+0x0/0xc2 @ 1
[    1.064296] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs
[    1.071241] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    1.076982] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    1.084534] calling  register_node_type+0x0/0x34 @ 1
[    1.089560] initcall register_node_type+0x0/0x34 returned 0 after 0 usecs
[    1.096339] calling  i2c_init+0x0/0x77 @ 1
[    1.100538] initcall i2c_init+0x0/0x77 returned 0 after 0 usecs
[    1.106458] calling  amd_postcore_init+0x0/0x143 @ 1
[    1.111420] node 0 link 0: io port [8000, ffff]
[    1.115942] TOM: 00000000c0000000 aka 3072M
[    1.120114] Fam 10h mmconf [mem 0xf0000000-0xf00fffff]
[    1.125239] node 0 link 0: mmio [a0000, bffff]
[    1.129686] node 0 link 0: mmio [c0000000, efffffff]
[    1.134653] node 0 link 0: mmio [f4000000, fe02ffff]
[    1.139621] node 0 link 0: mmio [f0000000, f03fffff] ==> [f0100000, f03fffff]
[    1.146770] TOM2: 0000000140000000 aka 5120M
[    1.151029] bus: [bus 00-04] on node 0 link 0
[    1.155373] bus: 00 [io  0x0000-0xffff]
[    1.159200] bus: 00 [mem 0x000a0000-0x000bffff]
[    1.163718] bus: 00 [mem 0xc0000000-0xefffffff]
[    1.168234] bus: 00 [mem 0xf0400000-0xffffffff]
[    1.172753] bus: 00 [mem 0xf0100000-0xf03fffff]
[    1.177271] bus: 00 [mem 0x140000000-0xfcffffffff]
[    1.182057] initcall amd_postcore_init+0x0/0x143 returned 0 after 15625 usecs
[    1.189216] calling  arch_kdebugfs_init+0x0/0x233 @ 1
[    1.194270] initcall arch_kdebugfs_init+0x0/0x233 returned 0 after 0 usecs
[    1.201124] calling  mtrr_if_init+0x0/0x78 @ 1
[    1.205567] initcall mtrr_if_init+0x0/0x78 returned 0 after 0 usecs
[    1.211823] calling  ffh_cstate_init+0x0/0x2a @ 1
[    1.216522] initcall ffh_cstate_init+0x0/0x2a returned -1 after 0 usecs
[    1.223117] initcall ffh_cstate_init+0x0/0x2a returned with error code -1 
[    1.229973] calling  activate_jump_labels+0x0/0x32 @ 1
[    1.235103] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[    1.242045] calling  acpi_pci_init+0x0/0x5c @ 1
[    1.246562] ACPI: bus type pci registered
[    1.250561] initcall acpi_pci_init+0x0/0x5c returned 0 after 976 usecs
[    1.257069] calling  dma_bus_init+0x0/0x19 @ 1
[    1.261568] initcall dma_bus_init+0x0/0x19 returned 0 after 0 usecs
[    1.267826] calling  dma_channel_table_init+0x0/0xde @ 1
[    1.273133] initcall dma_channel_table_init+0x0/0xde returned 0 after 0 usecs
[    1.280247] calling  setup_vcpu_hotplug_event+0x0/0x2d @ 1
[    1.285717] initcall setup_vcpu_hotplug_event+0x0/0x2d returned -19 after 0 usecs
[    1.293178] calling  register_xen_pci_notifier+0x0/0x38 @ 1
[    1.298736] initcall register_xen_pci_notifier+0x0/0x38 returned 0 after 0 usecs
[    1.306117] calling  xen_pcpu_init+0x0/0xcc @ 1
[    1.310642] initcall xen_pcpu_init+0x0/0xcc returned -19 after 0 usecs
[    1.317152] calling  dmi_id_init+0x0/0x31d @ 1
[    1.321750] initcall dmi_id_init+0x0/0x31d returned 0 after 976 usecs
[    1.328179] calling  dca_init+0x0/0x20 @ 1
[    1.332272] dca service started, version 1.12.1
[    1.336849] initcall dca_init+0x0/0x20 returned 0 after 4882 usecs
[    1.343013] calling  iommu_init+0x0/0x58 @ 1
[    1.347274] initcall iommu_init+0x0/0x58 returned 0 after 0 usecs
[    1.353357] calling  pci_arch_init+0x0/0x69 @ 1
[    1.357897] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    1.367178] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    1.376487] PCI: Using configuration type 1 for base access
[    1.382051] initcall pci_arch_init+0x0/0x69 returned 0 after 23437 usecs
[    1.388781] calling  topology_init+0x0/0x98 @ 1
[    1.393528] initcall topology_init+0x0/0x98 returned 0 after 976 usecs
[    1.400056] calling  mtrr_init_finialize+0x0/0x36 @ 1
[    1.405097] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[    1.411958] calling  init_vdso+0x0/0x152 @ 1
[    1.416218] initcall init_vdso+0x0/0x152 returned 0 after 0 usecs
[    1.422302] calling  sysenter_setup+0x0/0x2f8 @ 1
[    1.427004] initcall sysenter_setup+0x0/0x2f8 returned 0 after 0 usecs
[    1.433517] calling  param_sysfs_init+0x0/0x192 @ 1
[    1.438950] kworker/u:0 (55) used greatest stack depth: 5720 bytes left
[    1.451702] initcall param_sysfs_init+0x0/0x192 returned 0 after 13671 usecs
[    1.458781] calling  pm_sysrq_init+0x0/0x19 @ 1
[    1.463300] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[    1.469635] calling  default_bdi_init+0x0/0x37 @ 1
[    1.474539] initcall default_bdi_init+0x0/0x37 returned 0 after 976 usecs
[    1.481320] calling  init_bio+0x0/0xe8 @ 1
[    1.485435] bio: create slab <bio-0> at 0
[    1.489441] initcall init_bio+0x0/0xe8 returned 0 after 976 usecs
[    1.495523] calling  fsnotify_notification_init+0x0/0x8b @ 1
[    1.501182] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs
[    1.508643] calling  cryptomgr_init+0x0/0x12 @ 1
[    1.513247] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    1.519669] calling  blk_settings_init+0x0/0x2c @ 1
[    1.524533] initcall blk_settings_init+0x0/0x2c returned 0 after 0 usecs
[    1.531216] calling  blk_ioc_init+0x0/0x2a @ 1
[    1.535669] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    1.541921] calling  blk_softirq_init+0x0/0x6e @ 1
[    1.546701] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[    1.553303] calling  blk_iopoll_setup+0x0/0x6e @ 1
[    1.558090] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[    1.564692] calling  genhd_device_init+0x0/0x86 @ 1
[    1.569699] initcall genhd_device_init+0x0/0x86 returned 0 after 0 usecs
[    1.576433] calling  pci_slot_init+0x0/0x50 @ 1
[    1.580957] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    1.587298] calling  fbmem_init+0x0/0x98 @ 1
[    1.591638] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[    1.597722] calling  acpi_init+0x0/0xbc @ 1
[    1.601911] ACPI: Added _OSI(Module Device)
[    1.606088] ACPI: Added _OSI(Processor Device)
[    1.610519] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.615210] ACPI: Added _OSI(Processor Aggregator Device)
[    1.621428] ACPI: EC: Look up EC in DSDT
[    1.629260] ACPI: Interpreter enabled
[    1.632920] ACPI: (supports S0ACPI Exception: AE_NOT_FOUND, While evaluating Sleep 4 S5)
[    1.655386] ACPI: Using IOAPIC for interrupt routing
[    1.660420] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.679589] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    1.685969] acpi PNP0A08:00: Requesting ACPI _OSC contACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
[    1.702379] PCI host bridge to bus 0000:00
[    1.706500] pci_bus 0000:00: root bus resource [bus 00-04]
[    1.711973] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    1.718134] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    1.724299] pci_bus 0000:00: root bus resource [io  0x8000-0xffff]
[    1.730469] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    1.736640] pci_bus 0000:00: root bus resource [io  0x1c00-0x1c80]
[    1.742801] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff]
[    1.749657] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.756510] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff]
[    1.763365] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff]
[    1.770240] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[    1.776538] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[    1.782554] pci 0000:00:01.0: reg 18: [io  0x1d00-0x1dff]
[    1.788067] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[    1.794079] pci 0000:00:01.1: reg 10: [io  0xfc00-0xfc3f]
[    1.799478] pci 0000:00:01.1: reg 20: [io  0x1c00-0x1c3f]
[    1.804869] pci 0000:00:01.1: reg 24: [io  0xf400-0xf43f]
[    1.810284] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    1.816210] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[    1.822357] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[    1.828355] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[    1.834460] pci 0000:00:02.0: supports D1 D2
[    1.838725] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.845356] pci 0000:00:02.0: System wakeup disabled by ACPI
[    1.851088] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[    1.857093] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
[    1.863212] pci 0000:00:02.1: supports D1 D2
[    1.867476] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.874116] pci 0000:00:02.1: System wakeup disabled by ACPI
[    1.879860] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[    1.885897] pci 0000:00:04.0: System wakeup disabled by ACPI
[    1.891640] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[    1.897647] pci 0000:00:05.0: reg 10: [mem 0xfe024000-0xfe027fff]
[    1.903763] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    1.909615] pci 0000:00:05.0: System wakeup disabled by ACPI
[    1.915349] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[    1.921374] pci 0000:00:06.0: reg 20: [io  0xf000-0xf00f]
[    1.926890] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[    1.932902] pci 0000:00:07.0: reg 10: [mem 0xfe02d000-0xfe02dfff]
[    1.938984] pci 0000:00:07.0: reg 14: [io  0xec00-0xec07]
[    1.944408] pci 0000:00:07.0: supports D1 D2
[    1.948667] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.955321] pci 0000:00:07.0: System wakeup disabled by ACPI
[    1.961090] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[    1.967091] pci 0000:00:08.0: reg 10: [io  0x09f0-0x09f7]
[    1.972479] pci 0000:00:08.0: reg 14: [io  0x0bf0-0x0bf3]
[    1.977872] pci 0000:00:08.0: reg 18: [io  0x0970-0x0977]
[    1.983264] pci 0000:00:08.0: reg 1c: [io  0x0b70-0x0b73]
[    1.988654] pci 0000:00:08.0: reg 20: [io  0xd800-0xd80f]
[    1.994047] pci 0000:00:08.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[    2.000244] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[    2.006256] pci 0000:00:08.1: reg 10: [io  0x09e0-0x09e7]
[    2.011644] pci 0000:00:08.1: reg 14: [io  0x0be0-0x0be3]
[    2.017034] pci 0000:00:08.1: reg 18: [io  0x0960-0x0967]
[    2.022427] pci 0000:00:08.1: reg 1c: [io  0x0b60-0x0b63]
[    2.027819] pci 0000:00:08.1: reg 20: [io  0xc400-0xc40f]
[    2.033212] pci 0000:00:08.1: reg 24: [mem 0xfe02b000-0xfe02bfff]
[    2.039414] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[    2.045437] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.052054] pci 0000:00:09.0: System wakeup disabled by ACPI
[    2.057783] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[    2.063804] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.070423] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    2.076157] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[    2.082183] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.088811] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    2.094539] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[    2.100543] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
[    2.106628] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    2.113660] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
[    2.120264] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.126892] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    2.133028] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    2.139159] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    2.145319] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    2.151522] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    2.157718] pci 0000:01:06.0: [8086:1026] type 00 class 0x020000
[    2.163725] pci 0000:01:06.0: reg 10: [mem 0xfd8c0000-0xfd8dffff 64bit]
[    2.170328] pci 0000:01:06.0: reg 18: [mem 0xfd880000-0xfd8bffff 64bit]
[    2.176930] pci 0000:01:06.0: reg 20: [io  0xbc00-0xbc3f]
[    2.182327] pci 0000:01:06.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    2.188866] pci 0000:01:06.0: PME# supported from D0 D3hot D3cold
[    2.195047] pci 0000:01:08.0: [10b7:1700] type 00 class 0x020000
[    2.201053] pci 0000:01:08.0: reg 10: [mem 0xfd8fc000-0xfd8fffff]
[    2.207135] pci 0000:01:08.0: reg 14: [io  0xb800-0xb8ff]
[    2.212547] pci 0000:01:08.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.219079] pci 0000:01:08.0: supports D1 D2
[    2.223340] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.230046] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[    2.236822] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    2.242902] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.249677] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    2.256878] pci 0000:00:04.0:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    2.264771] pci 0000:00:04.0:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    2.272665] pci 0000:00:04.0:   bridge window [io  0x8000-0xffff] (subtractive decode)
[    2.280566] pci 0000:00:04.0:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    2.288461] pci 0000:00:04.0:   bridge window [io  0x1c00-0x1c80] (subtractive decode)
[    2.296362] pci 0000:00:04.0:   bridge window [mem 0xfec80000-0xfecbffff] (subtractive decode)
[    2.304947] pci 0000:00:04.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    2.313533] pci 0000:00:04.0:   bridge window [mem 0xc0000000-0xefffffff] (subtractive decode)
[    2.322118] pci 0000:00:04.0:   bridge window [mem 0xf4000000-0xfe02ffff] (subtractive decode)
[    2.330800] pci 0000:00:09.0: PCI bridge to [bus 02]
[    2.335773] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    2.341852] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.348620] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    2.356414] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    2.361374] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    2.367455] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.374232] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    2.382050] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    2.387016] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    2.393097] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.399868] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    2.407600] ACPI _OSC control for PCIe not granted, disabling ASPM
[    2.414426] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 *7 9 10 11 14 15)
[    2.421067] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.428864] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 7 9 10 11 14 15)
[    2.435508] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.443306] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.451107] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.458903] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.466700] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.474501] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
[    2.481145] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.488937] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 *11 14 15)
[    2.495574] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[    2.502214] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
[    2.508853] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.516649] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
[    2.523288] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 *7 9 10 11 14 15)
[    2.529932] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.537725] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    2.544367] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[    2.551059] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[    2.556525] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    2.562971] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    2.568442] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    2.574881] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    2.581318] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    2.587760] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    2.594197] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    2.600638] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[    2.606663] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    2.612686] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[    2.618708] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0, disabled.
[    2.625703] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[    2.631728] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[    2.637749] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    2.643773] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[    2.650766] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    2.657760] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[    2.663227] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[    2.668812] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.673645] acpi root: \_SB_.PCI0 notify handler is installed
[    2.679417] Found 1 acpi root devices
[    2.683167] initcall acpi_init+0x0/0xbc returned 0 after 880859 usecs
[    2.689594] calling  dock_init+0x0/0x7b @ 1
[    2.693872] ACPI: No dock devices found.
[    2.697786] initcall dock_init+0x0/0x7b returned 0 after 3906 usecs
[    2.704034] calling  pnp_init+0x0/0x19 @ 1
[    2.708183] initcall pnp_init+0x0/0x19 returned 0 after 0 usecs
[    2.714093] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[    2.719571] initcall xen_setup_shutdown_event+0x0/0x30 returned -19 after 0 usecs
[    2.727030] calling  balloon_init+0x0/0x133 @ 1
[    2.731550] initcall balloon_init+0x0/0x133 returned -19 after 0 usecs
[    2.738065] calling  xenbus_probe_backend_init+0x0/0x34 @ 1
[    2.743719] initcall xenbus_probe_backend_init+0x0/0x34 returned 0 after 976 usecs
[    2.751282] calling  xenbus_probe_frontend_init+0x0/0x34 @ 1
[    2.757030] initcall xenbus_probe_frontend_init+0x0/0x34 returned 0 after 0 usecs
[    2.764502] calling  xen_acpi_pad_init+0x0/0x47 @ 1
[    2.769370] initcall xen_acpi_pad_init+0x0/0x47 returned -19 after 0 usecs
[    2.776225] calling  balloon_init+0x0/0xfa @ 1
[    2.780657] initcall balloon_init+0x0/0xfa returned -19 after 0 usecs
[    2.787078] calling  xen_selfballoon_init+0x0/0xb9 @ 1
[    2.792202] initcall xen_selfballoon_init+0x0/0xb9 returned -19 after 0 usecs
[    2.799316] calling  misc_init+0x0/0xba @ 1
[    2.803553] initcall misc_init+0x0/0xba returned 0 after 0 usecs
[    2.809550] calling  vga_arb_device_init+0x0/0xde @ 1
[    2.814669] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[    2.822739] vgaarb: loaded
[    2.825446] vgaarb: bridge control possible 0000:00:0d.0
[    2.830742] initcall vga_arb_device_init+0x0/0xde returned 0 after 2929 usecs
[    2.837858] calling  cn_init+0x0/0xc0 @ 1
[    2.841866] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[    2.847689] calling  phy_init+0x0/0x2e @ 1
[    2.851912] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[    2.857825] calling  init_pcmcia_cs+0x0/0x3d @ 1
[    2.862498] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 976 usecs
[    2.869110] calling  usb_init+0x0/0x170 @ 1
[    2.873295] ACPI: bus type usb registered
[    2.877398] usbcore: registered new interface driver usbfs
[    2.882940] usbcore: registered new interface driver hub
[    2.888330] usbcore: registered new device driver usb
[    2.893396] initcall usb_init+0x0/0x170 returned 0 after 7812 usecs
[    2.899655] calling  serio_init+0x0/0x38 @ 1
[    2.904029] initcall serio_init+0x0/0x38 returned 0 after 0 usecs
[    2.910110] calling  input_init+0x0/0x103 @ 1
[    2.914536] initcall input_init+0x0/0x103 returned 0 after 0 usecs
[    2.920706] calling  rtc_init+0x0/0x6a @ 1
[    2.924895] initcall rtc_init+0x0/0x6a returned 0 after 0 usecs
[    2.930811] calling  pps_init+0x0/0xb7 @ 1
[    2.934966] pps_core: LinuxPPS API ver. 1 registered
[    2.939933] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    2.949051] initcall pps_init+0x0/0xb7 returned 0 after 1953 usecs
[    2.955219] calling  ptp_init+0x0/0xa4 @ 1
[    2.959375] PTP clock support registered
[    2.963296] initcall ptp_init+0x0/0xa4 returned 0 after 1953 usecs
[    2.969463] calling  power_supply_class_init+0x0/0x44 @ 1
[    2.974915] initcall power_supply_class_init+0x0/0x44 returned 0 after 0 usecs
[    2.982119] calling  hwmon_init+0x0/0xf6 @ 1
[    2.986453] initcall hwmon_init+0x0/0xf6 returned 0 after 0 usecs
[    2.992544] calling  leds_init+0x0/0x48 @ 1
[    2.996806] initcall leds_init+0x0/0x48 returned 0 after 0 usecs
[    3.002805] calling  pci_subsys_init+0x0/0x4f @ 1
[    3.007502] PCI: Using ACPI for IRQ routing
[    3.013098] PCI: pci_cache_line_size set to 64 bytes
[    3.018065] pci 0000:00:01.0: no compatible bridge window for [io  0x1d00-0x1dff]
[    3.025564] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    3.031555] e820: reserve RAM buffer [mem 0xb7ee0000-0xb7ffffff]
[    3.037545] initcall pci_subsys_init+0x0/0x4f returned 0 after 29296 usecs
[    3.044408] calling  proto_init+0x0/0x12 @ 1
[    3.048679] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    3.054758] calling  net_dev_init+0x0/0x1bb @ 1
[    3.059490] initcall net_dev_init+0x0/0x1bb returned 0 after 0 usecs
[    3.065829] calling  neigh_init+0x0/0x80 @ 1
[    3.070096] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    3.076178] calling  fib_rules_init+0x0/0xaf @ 1
[    3.080785] initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs
[    3.087215] calling  pktsched_init+0x0/0xfe @ 1
[    3.091734] initcall pktsched_init+0x0/0xfe returned 0 after 0 usecs
[    3.098076] calling  tc_filter_init+0x0/0x55 @ 1
[    3.102680] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[    3.109104] calling  tc_action_init+0x0/0x55 @ 1
[    3.113715] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    3.120143] calling  genl_init+0x0/0x75 @ 1
[    3.124325] initcall genl_init+0x0/0x75 returned 0 after 0 usecs
[    3.130317] calling  cipso_v4_init+0x0/0x61 @ 1
[    3.134843] initcall cipso_v4_init+0x0/0x61 returned 0 after 0 usecs
[    3.141178] calling  netlbl_init+0x0/0x81 @ 1
[    3.145521] NetLabel: Initializing
[    3.148914] NetLabel:  domain hash size = 128
[    3.153258] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.158219] NetLabel:  unlabeled traffic allowed by default
[    3.163775] initcall netlbl_init+0x0/0x81 returned 0 after 17578 usecs
[    3.170285] calling  rfkill_init+0x0/0x79 @ 1
[    3.174749] initcall rfkill_init+0x0/0x79 returned 0 after 0 usecs
[    3.180961] calling  xen_p2m_debugfs+0x0/0x4a @ 1
[    3.185662] initcall xen_p2m_debugfs+0x0/0x4a returned 0 after 0 usecs
[    3.192173] calling  xen_spinlock_debugfs+0x0/0x24e @ 1
[    3.197404] initcall xen_spinlock_debugfs+0x0/0x24e returned 0 after 0 usecs
[    3.204436] calling  hpet_late_init+0x0/0x101 @ 1
[    3.209130] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    3.216167] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[    3.221199] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    3.229077] initcall hpet_late_init+0x0/0x101 returned 0 after 19531 usecs
[    3.235947] calling  init_amd_nbs+0x0/0xb8 @ 1
[    3.240399] initcall init_amd_nbs+0x0/0xb8 returned 0 after 0 usecs
[    3.246655] calling  clocksource_done_booting+0x0/0x5a @ 1
[    3.252127] Switching to clocksource hpet
[    3.256153] initcall clocksource_done_booting+0x0/0x5a returned 0 after 987 usecs
[    3.263627] calling  tracer_init_debugfs+0x0/0x3f5 @ 1
[    3.268828] initcall tracer_init_debugfs+0x0/0x3f5 returned 0 after 70 usecs
[    3.275861] calling  init_trace_printk_function_export+0x0/0x2f @ 1
[    3.282121] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 2 usecs
[    3.290193] calling  event_trace_init+0x0/0x237 @ 1
[    3.296689] initcall event_trace_init+0x0/0x237 returned 0 after 1583 usecs
[    3.303645] calling  init_kprobe_trace+0x0/0x93 @ 1
[    3.308522] initcall init_kprobe_trace+0x0/0x93 returned 0 after 4 usecs
[    3.315213] calling  init_pipe_fs+0x0/0x4c @ 1
[    3.319674] initcall init_pipe_fs+0x0/0x4c returned 0 after 19 usecs
[    3.326016] calling  eventpoll_init+0x0/0xda @ 1
[    3.330655] initcall eventpoll_init+0x0/0xda returned 0 after 25 usecs
[    3.337171] calling  anon_inode_init+0x0/0x5b @ 1
[    3.341879] initcall anon_inode_init+0x0/0x5b returned 0 after 8 usecs
[    3.348397] calling  blk_scsi_ioctl_init+0x0/0x289 @ 1
[    3.353532] initcall blk_scsi_ioctl_init+0x0/0x289 returned 0 after 1 usecs
[    3.360478] calling  acpi_event_init+0x0/0x81 @ 1
[    3.365192] initcall acpi_event_init+0x0/0x81 returned 0 after 13 usecs
[    3.371790] calling  pnp_system_init+0x0/0x12 @ 1
[    3.376617] initcall pnp_system_init+0x0/0x12 returned 0 after 122 usecs
[    3.383305] calling  pnpacpi_init+0x0/0x8c @ 1
[    3.387742] pnp: PnP ACPI init
[    3.390806] ACPI: bus type pnp registered
[    3.395066] system 00:00: [io  0x1000-0x107f] has been reserved
[    3.400976] system 00:00: [io  0x1080-0x10ff] has been reserved
[    3.406888] system 00:00: [io  0x1400-0x147f] has been reserved
[    3.412798] system 00:00: [io  0x1480-0x14ff] has been reserved
[    3.418711] system 00:00: [io  0x1800-0x187f] has been reserved
[    3.424622] system 00:00: [io  0x1880-0x18ff] has been reserved
[    3.430532] system 00:00: [io  0x2000-0x207f] has been reserved
[    3.436444] system 00:00: [io  0x2080-0x20ff] has been reserved
[    3.442355] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.449187] pnp 00:01: disabling [io  0x0010-0x001f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.459251] pnp 00:01: disabling [io  0x0022-0x003f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.469314] pnp 00:01: disabling [io  0x0044-0x005f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.479382] pnp 00:01: disabling [io  0x0062-0x0063] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.489446] pnp 00:01: disabling [io  0x0065-0x006f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.499512] pnp 00:01: disabling [io  0x0074-0x007f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.509577] pnp 00:01: disabling [io  0x0091-0x0093] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.519644] pnp 00:01: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.529708] pnp 00:01: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.539866] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    3.545791] system 00:01: [io  0x0800-0x087f] has been reserved
[    3.551703] system 00:01: [io  0x0290-0x029f] has been reserved
[    3.557615] system 00:01: [io  0x0290-0x0297] has been reserved
[    3.563526] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.570312] pnp 00:02: [dma 4]
[    3.573457] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    3.580126] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    3.586765] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.593366] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    3.599977] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    3.606977] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.614544] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    3.621151] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.628119] system 00:09: [mem 0x000f0000-0x000fffff] could not be reserved
[    3.635066] system 00:09: [mem 0xfeff0000-0xfeff00ff] has been reserved
[    3.641668] system 00:09: [mem 0xb7ee0000-0xb7efffff] could not be reserved
[    3.648621] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
[    3.655223] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    3.662173] system 00:09: [mem 0x00100000-0xb7edffff] could not be reserved
[    3.669122] system 00:09: [mem 0xb8000000-0xbfffffff] has been reserved
[    3.675727] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    3.682677] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[    3.689279] system 00:09: [mem 0xfefff000-0xfeffffff] has been reserved
[    3.695884] system 00:09: [mem 0xfff80000-0xfff80fff] has been reserved
[    3.702486] system 00:09: [mem 0xfff90000-0xfffbffff] has been reserved
[    3.709092] system 00:09: [mem 0xfffed000-0xfffeffff] has been reserved
[    3.715695] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.722480] pnp: PnP ACPI: found 10 devices
[    3.726659] ACPI: ACPI bus type pnp unregistered
[    3.731278] initcall pnpacpi_init+0x0/0x8c returned 0 after 335935 usecs
[    3.737964] calling  pcistub_init+0x0/0x29f @ 1
[    3.742820] initcall pcistub_init+0x0/0x29f returned 0 after 317 usecs
[    3.749351] calling  chr_dev_init+0x0/0xc6 @ 1
[    3.757042] initcall chr_dev_init+0x0/0xc6 returned 0 after 3161 usecs
[    3.763575] calling  firmware_class_init+0x0/0xe0 @ 1
[    3.768719] initcall firmware_class_init+0x0/0xe0 returned 0 after 82 usecs
[    3.775670] calling  init_pcmcia_bus+0x0/0x6c @ 1
[    3.780489] initcall init_pcmcia_bus+0x0/0x6c returned 0 after 76 usecs
[    3.787103] calling  thermal_init+0x0/0x79 @ 1
[    3.791613] initcall thermal_init+0x0/0x79 returned 0 after 67 usecs
[    3.797962] calling  thermal_gov_step_wise_init+0x0/0x12 @ 1
[    3.803628] initcall thermal_gov_step_wise_init+0x0/0x12 returned 0 after 1 usecs
[    3.811104] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    3.816939] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 1 usecs
[    3.824583] calling  init_acpi_pm_clocksource+0x0/0xec @ 1
[    3.834594] initcall init_acpi_pm_clocksource+0x0/0xec returned 0 after 4430 usecs
[    3.842160] calling  pcibios_assign_resources+0x0/0xbd @ 1
[    3.847671] pci 0000:00:0d.0: BAR 6: assigned [mem 0xc0000000-0xc001ffff pref]
[    3.854891] pci 0000:00:01.0: BAR 2: assigned [io  0xc000-0xc0ff]
[    3.860983] pci 0000:01:06.0: BAR 6: assigned [mem 0xfdf00000-0xfdf3ffff pref]
[    3.868202] pci 0000:01:08.0: BAR 6: assigned [mem 0xfdf40000-0xfdf5ffff pref]
[    3.875412] pci 0000:00:04.0: PCI bridge to [bus 01]
[    3.880380] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    3.886471] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    3.893258] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    3.900477] pci 0000:00:09.0: PCI bridge to [bus 02]
[    3.905436] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    3.911521] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    3.918305] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    3.926041] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    3.931011] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    3.937104] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    3.943889] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    3.951628] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    3.956588] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    3.962672] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    3.969451] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    3.977196] pci 0000:00:04.0: setting latency timer to 64
[    3.982598] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    3.988160] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    3.993725] pci_bus 0000:00: resource 6 [io  0x8000-0xffff]
[    3.999296] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df]
[    4.004871] pci_bus 0000:00: resource 8 [io  0x1c00-0x1c80]
[    4.010439] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.016697] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff]
[    4.023039] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff]
[    4.029385] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.035735] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    4.041301] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    4.047560] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[    4.054251] pci_bus 0000:01: resource 4 [io  0x0000-0x03af]
[    4.059816] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7]
[    4.065386] pci_bus 0000:01: resource 6 [io  0x8000-0xffff]
[    4.070958] pci_bus 0000:01: resource 7 [io  0x03b0-0x03df]
[    4.076519] pci_bus 0000:01: resource 8 [io  0x1c00-0x1c80]
[    4.082085] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.088341] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff]
[    4.094690] pci_bus 0000:01: resource 11 [mem 0xc0000000-0xefffffff]
[    4.101030] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.107379] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    4.112950] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
[    4.119206] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    4.126421] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    4.131988] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    4.138246] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    4.145456] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    4.151021] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
[    4.157277] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
[    4.164496] initcall pcibios_assign_resources+0x0/0xbd returned 0 after 309843 usecs
[    4.172225] calling  sysctl_core_init+0x0/0x2c @ 1
[    4.177028] initcall sysctl_core_init+0x0/0x2c returned 0 after 14 usecs
[    4.183724] calling  inet_init+0x0/0x2a1 @ 1
[    4.188036] NET: Registered protocol family 2
[    4.192550] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    4.199945] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    4.206703] TCP: Hash tables configured (established 32768 bind 32768)
[    4.213279] TCP: reno registered
[    4.216516] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    4.222544] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    4.229065] initcall inet_init+0x0/0x2a1 returned 0 after 40156 usecs
[    4.235499] calling  ipv4_offload_init+0x0/0x68 @ 1
[    4.240384] initcall ipv4_offload_init+0x0/0x68 returned 0 after 1 usecs
[    4.247073] calling  af_unix_init+0x0/0x55 @ 1
[    4.251530] NET: Registered protocol family 1
[    4.255889] initcall af_unix_init+0x0/0x55 returned 0 after 4271 usecs
[    4.262415] calling  ipv6_offload_init+0x0/0x6e @ 1
[    4.267300] initcall ipv6_offload_init+0x0/0x6e returned 0 after 1 usecs
[    4.273990] calling  init_sunrpc+0x0/0x69 @ 1
[    4.278484] RPC: Registered named UNIX socket transport module.
[    4.284407] RPC: Registered udp transport module.
[    4.289108] RPC: Registered tcp transport module.
[    4.293809] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.300246] initcall init_sunrpc+0x0/0x69 returned 0 after 21408 usecs
[    4.306767] calling  pci_apply_final_quirks+0x0/0x117 @ 1
[    4.312471] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    4.380998] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    4.386880] pci 0000:00:00.0: Found enabled HT MSI Mapping0: Found enabled HT MSI Mapping
[    4.414564] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.420108] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.425660] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.431150] pci 0000:00:0d.0: Boot video device
[    4.435702] PCI: CLS 64 bytes, default 64
[    4.439709] initcall pci_apply_final_quirks+0x0/0x117 returned 0 after 124728 usecs
[    4.447356] calling  populate_rootfs+0x0/0x112 @ 1
[    4.452226] Unpacking initramfs...
[    5.838442] Freeing initrd memory: 79984k freed
[    5.867655] initcall populate_rootfs+0x0/0x112 returned 0 after 1384206 usecs
[    5.874788] calling  pci_iommu_init+0x0/0x436 KB
[    5.890320] PCI-DMA: using GART IOMMU.
[    5.894070] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    5.903067] initcall pci_iommu_init+0x0/0x41 returned 0 after 23130 usecs
[    5.909851] calling  calgary_fixup_tce_spaces+0x0/0x105 @ 1
[    5.915415] initcall calgary_fixup_tce_spaces+0x0/0x105 returned -19 after 0 usecs
[    5.923013] calling  irqfd_module_init+0x0/0x33 @ 1
[    5.927947] initcall irqfd_module_init+0x0/0x33 returned 0 after 55 usecs
[    5.934732] calling  i8259A_init_ops+0x0/0x21 @ 1
[    5.939434] initcall i8259A_init_ops+0x0/0x21 returned 0 after 1 usecs
[    5.945947] calling  vsyscall_init+0x0/0x27 @ 1
[    5.950493] initcall vsyscall_init+0x0/0x27 returned 0 after 18 usecs
[    5.956921] calling  sbf_init+0x0/0xf6 @ 1
[    5.961018] initcall sbf_init+0x0/0xf6 returned 0 after 1 usecs
[    5.966929] calling  init_tsc_clocksource+0x0/0x89 @ 1
[    5.972065] initcall init_tsc_clocksource+0x0/0x89 returned 0 after 3 usecs
[    5.979010] calling  add_rtc_cmos+0x0/0x96 @ 1
[    5.983458] initcall add_rtc_cmos+0x0/0x96 returned 0 after 3 usecs
[    5.989716] calling  i8237A_init_ops+0x0/0x14 @ 1
[    5.994418] initcall i8237A_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.000934] calling  cache_sysfs_init+0x0/0x6c @ 1
[    6.005770] initcall cache_sysfs_init+0x0/0x6c returned 0 after 47 usecs
[    6.012463] calling  intel_uncore_init+0x0/0x3fa @ 1
[    6.017423] initcall intel_uncore_init+0x0/0x3fa returned -19 after 1 usecs
[    6.024372] calling  inject_init+0x0/0x30 @ 1
[    6.028723] Machine check injector initialized
[    6.033165] initcall inject_init+0x0/0x30 returned 0 after 4342 usecs
[    6.039594] calling  thermal_throttle_init_device+0x0/0x9d @ 1
[    6.045421] initcall thermal_throttle_init_device+0x0/0x9d returned 0 after 1 usecs
[    6.053061] calling  amd_ibs_init+0x0/0x48d @ 1
[    6.057589] LVT offset 1 assigned for vector 0x400
[    6.062381] IBS: LVT offset 1 assigned
[    6.066156] perf: AMD IBS detected (0x0000001f)
[    6.070683] initcall amd_ibs_init+0x0/0x48d returned 0 after 12804 usecs
[    6.077374] calling  msr_init+0x0/0x162 @ 1
[    6.081774] initcall msr_init+0x0/0x162 returned 0 after 210 usecs
[    6.087959] calling  cpuid_init+0x0/0x162 @ 1
[    6.092464] initcall cpuid_init+0x0/0x162 returned 0 after 144 usecs
[    6.098811] calling  ioapic_init_ops+0x0/0x14 @ 1
[    6.103512] initcall ioapic_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.110026] calling  add_pcspkr+0x0/0x40 @ 1
[    6.114358] initcall add_pcspkr+0x0/0x40 returned 0 after 61 usecs
[    6.120541] calling  microcode_init+0x0/0x1b1 @ 1
[    6.125341] microcode: CPU0: patch_level=0x01000098
[    6.130209] microcode: CPU1: patch_level=0x01000098
[    6.135167] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    6.143939] initcall microcode_init+0x0/0x1b1 returned 0 after 18280 usecs
[    6.150804] calling  start_periodic_check_for_corruption+0x0/0x50 @ 1
[    6.157232] Scanning for low memory corruption every 60 seconds
[    6.163146] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 5782 usecs
[    6.171652] calling  audit_classes_init+0x0/0xaf @ 1
[    6.176616] initcall audit_classes_init+0x0/0xaf returned 0 after 4 usecs
[    6.183397] calling  pt_dump_init+0x0/0x30 @ 1
[    6.187842] initcall pt_dump_init+0x0/0x30 returned 0 after 5 usecs
[    6.194104] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    6.198893] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 4 usecs
[    6.205493] calling  proc_execdomains_init+0x0/0x22 @ 1
[    6.210717] initcall proc_execdomains_init+0x0/0x22 returned 0 after 4 usecs
[    6.217756] calling  ioresources_init+0x0/0x3c @ 1
[    6.222547] initcall ioresources_init+0x0/0x3c returned 0 after 2 usecs
[    6.229145] calling  uid_cache_init+0x0/0xa5 @ 1
[    6.233780] initcall uid_cache_init+0x0/0xa5 returned 0 after 19 usecs
[    6.240294] calling  init_posix_timers+0x0/0x1f4 @ 1
[    6.245259] initcall init_posix_timers+0x0/0x1f4 returned 0 after 5 usecs
[    6.252036] calling  init_posix_cpu_timers+0x0/0xbf @ 1
[    6.257258] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 1 usecs
[    6.264293] calling  proc_schedstat_init+0x0/0x22 @ 1
[    6.269340] initcall proc_schedstat_init+0x0/0x22 returned 0 after 1 usecs
[    6.276204] calling  snapshot_device_init+0x0/0x12 @ 1
[    6.281402] initcall snapshot_device_init+0x0/0x12 returned 0 after 65 usecs
[    6.288456] calling  create_proc_profile+0x0/0x2f0 @ 1
[    6.293592] initcall create_proc_profile+0x0/0x2f0 returned 0 after 0 usecs
[    6.300540] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    6.305674] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[    6.312620] calling  init_clocksource_sysfs+0x0/0x52 @ 1
[    6.318066] initcall init_clocksource_sysfs+0x0/0x52 returned 0 after 134 usecs
[    6.325373] calling  init_timer_list_procfs+0x0/0x2c @ 1
[    6.330679] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 2 usecs
[    6.337800] calling  alarmtimer_init+0x0/0x15d @ 1
[    6.342706] initcall alarmtimer_init+0x0/0x15d returned 0 after 115 usecs
[    6.349494] calling  init_tstats_procfs+0x0/0x2c @ 1
[    6.354465] initcall init_tstats_procfs+0x0/0x2c returned 0 after 2 usecs
[    6.361250] calling  futex_init+0x0/0x65 @ 1
[    6.365532] initcall futex_init+0x0/0x65 returned 0 after 9 usecs
[    6.371620] calling  proc_dma_init+0x0/0x22 @ 1
[    6.376156] initcall proc_dma_init+0x0/0x22 returned 0 after 6 usecs
[    6.382502] calling  proc_modules_init+0x0/0x22 @ 1
[    6.387378] initcall proc_modules_init+0x0/0x22 returned 0 after 1 usecs
[    6.394069] calling  kallsyms_init+0x0/0x25 @ 1
[    6.398600] initcall kallsyms_init+0x0/0x25 returned 0 after 6 usecs
[    6.404944] calling  crash_save_vmcoreinfo_init+0x0/0x521 @ 1
[    6.410707] initcall crash_save_vmcoreinfo_init+0x0/0x521 returned 0 after 23 usecs
[    6.418352] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    6.423753] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 8 usecs
[    6.430966] calling  pid_namespaces_init+0x0/0x2d @ 1
[    6.436032] initcall pid_namespaces_init+0x0/0x2d returned 0 after 15 usecs
[    6.442988] calling  ikconfig_init+0x0/0x3a @ 1
[    6.447524] initcall ikconfig_init+0x0/0x3a returned 0 after 6 usecs
[    6.453871] calling  audit_init+0x0/0x141 @ 1
[    6.458230] audit: initializing netlink socket (disabled)
[    6.463640] type=2000 audit(1362495877.298:1): initialized
[    6.469129] initcall audit_init+0x0/0x141 returned 0 after 10662 usecs
[    6.475652] calling  audit_watch_init+0x0/0x3a @ 1
[    6.480446] initcall audit_watch_init+0x0/0x3a returned 0 after 5 usecs
[    6.487049] calling  audit_tree_init+0x0/0x49 @ 1
[    6.491760] initcall audit_tree_init+0x0/0x49 returned 0 after 1 usecs
[    6.498282] calling  init_kprobes+0x0/0x16c @ 1
[    6.515432] initcall init_kprobes+0x0/0x16c returned 0 after 12345 usecs
[    6.522123] calling  hung_task_init+0x0/0x56 @ 1l hung_task_init+0x0/0x56 returned 0 after 57 usecs
[    6.533324] calling  irq_pm_init_ops+0x0/0x14 @ 1
[    6.538038] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.544564] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    6.549626] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 7 usecs
[    6.556499] calling  init_tracepoints+0x0/0x20 @ 1
[    6.561296] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[    6.567899] calling  init_blk_tracer+0x0/0x5a @ 1
[    6.572610] initcall init_blk_tracer+0x0/0x5a returned 0 after 3 usecs
[    6.579131] calling  irq_work_init_cpu_notifier+0x0/0x29 @ 1
[    6.584794] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 1 usecs
[    6.592268] calling  perf_event_sysfs_init+0x0/0x9a @ 1
[    6.597823] initcall perf_event_sysfs_init+0x0/0x9a returned 0 after 325 usecs
[    6.605036] calling  init_per_zone_wmark_min+0x0/0x8c @ 1
[    6.610629] initcall init_per_zone_wmark_min+0x0/0x8c returned 0 after 193 usecs
[    6.618012] calling  kswapd_init+0x0/0x76 @ 1
[    6.622431] initcall kswapd_init+0x0/0x76 returned 0 after 64 usecs
[    6.628694] calling  extfrag_debug_init+0x0/0x7e @ 1
[    6.633661] initcall extfrag_debug_init+0x0/0x7e returned 0 after 5 usecs
[    6.640446] calling  setup_vmstat+0x0/0xc8 @ 1
[    6.644901] initcall setup_vmstat+0x0/0xc8 returned 0 after 6 usecs
[    6.651169] calling  mm_sysfs_init+0x0/0x29 @ 1
[    6.655707] initcall mm_sysfs_init+0x0/0x29 returned 0 after 3 usecs
[    6.662054] calling  slab_proc_init+0x0/0x25 @ 1
[    6.666678] initcall slab_proc_init+0x0/0x25 returned 0 after 1 usecs
[    6.673114] calling  proc_vmalloc_init+0x0/0x25 @ 1
[    6.677994] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 2 usecs
[    6.684685] calling  procswaps_init+0x0/0x22 @ 1
[    6.689311] initcall procswaps_init+0x0/0x22 returned 0 after 1 usecs
[    6.695741] calling  init_frontswap+0x0/0x96 @ 1
[    6.700370] initcall init_frontswap+0x0/0x96 returned 0 after 8 usecs
[    6.706809] calling  hugetlb_init+0x0/0x42f @ 1
[    6.711344] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    6.717707] initcall hugetlb_init+0x0/0x42f returned 0 after 6222 usecs
[    6.724317] calling  mmu_notifier_init+0x0/0x12 @ 1
[    6.729201] initcall mmu_notifier_init+0x0/0x12 returned 0 after 2 usecs
[    6.735897] calling  slab_proc_init+0x0/0x8 @ 1
[    6.740430] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[    6.746770] calling  cpucache_init+0x0/0x52 @ 1
[    6.751306] initcall cpucache_init+0x0/0x52 returned 0 after 2 usecs
[    6.757657] calling  hugepage_init+0x0/0x145 @ 1
[    6.762521] initcall hugepage_init+0x0/0x145 returned 0 after 237 usecs
[    6.769135] calling  init_cleancache+0x0/0x96 @ 1
[    6.773843] initcall init_cleancache+0x0/0x96 returned 0 after 6 usecs
[    6.780369] calling  fcntl_init+0x0/0x2a @ 1
[    6.784651] initcall fcntl_init+0x0/0x2a returned 0 after 14 usecs
[    6.790830] calling  proc_filesystems_init+0x0/0x22 @ 1
[    6.796060] initcall proc_filesystems_init+0x0/0x22 returned 0 after 7 usecs
[    6.803098] calling  dio_init+0x0/0x2d @ 1
[    6.807206] initcall dio_init+0x0/0x2d returned 0 after 14 usecs
[    6.813212] calling  fsnotify_mark_init+0x0/0x40 @ 1
[    6.818232] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 56 usecs
[    6.825098] calling  dnotify_init+0x0/0x7b @ 1
[    6.829561] initcall dnotify_init+0x0/0x7b returned 0 after 21 usecs
[    6.835906] calling  inotify_user_setup+0x0/0x70 @ 1
[    6.840889] initcall inotify_user_setup+0x0/0x70 returned 0 after 21 usecs
[    6.847746] calling  aio_setup+0x0/0x7c @ 1
[    6.851952] initcall aio_setup+0x0/0x7c returned 0 after 23 usecs
[    6.858037] calling  proc_locks_init+0x0/0x22 @ 1
[    6.862740] initcall proc_locks_init+0x0/0x22 returned 0 after 1 usecs
[    6.869257] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    6.874113] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 70 usecs
[    6.880799] calling  dquot_init+0x0/0x121 @ 1
[    6.885152] VFS: Disk quotas dquot_6.5.2
[    6.889104] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    6.895534] initcall dquot_init+0x0/0x121 returned 0 after 10151 usecs
[    6.902048] calling  init_v2_quota_format+0x0/0x22 @ 1
[    6.907182] initcall init_v2_quota_format+0x0/0x22 returned 0 after 1 usecs
[    6.914131] calling  quota_init+0x0/0x26 @ 1
[    6.918405] initcall quota_init+0x0/0x26 returned 0 after 6 usecs
[    6.924489] calling  proc_cmdline_init+0x0/0x22 @ 1
[    6.929366] initcall proc_cmdline_init+0x0/0x22 returned 0 after 2 usecs
[    6.936054] calling  proc_consoles_init+0x0/0x22 @ 1
[    6.941015] initcall proc_consoles_init+0x0/0x22 returned 0 after 1 usecs
[    6.947789] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[    6.952665] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 1 usecs
[    6.959352] calling  proc_devices_init+0x0/0x22 @ 1
[    6.964227] initcall proc_devices_init+0x0/0x22 returned 0 after 1 usecs
[    6.970915] calling  proc_interrupts_init+0x0/0x22 @ 1
[    6.976051] initcall proc_interrupts_init+0x0/0x22 returned 0 after 1 usecs
[    6.982996] calling  proc_loadavg_init+0x0/0x22 @ 1
[    6.987873] initcall proc_loadavg_init+0x0/0x22 returned 0 after 1 usecs
[    6.994560] calling  proc_meminfo_init+0x0/0x22 @ 1
[    6.999437] initcall proc_meminfo_init+0x0/0x22 returned 0 after 1 usecs
[    7.006123] calling  proc_stat_init+0x0/0x22 @ 1
[    7.010739] initcall proc_stat_init+0x0/0x22 returned 0 after 1 usecs
[    7.017167] calling  proc_uptime_init+0x0/0x22 @ 1
[    7.021956] initcall proc_uptime_init+0x0/0x22 returned 0 after 1 usecs
[    7.028557] calling  proc_version_init+0x0/0x22 @ 1
[    7.033433] initcall proc_version_init+0x0/0x22 returned 0 after 1 usecs
[    7.040120] calling  proc_softirqs_init+0x0/0x22 @ 1
[    7.045083] initcall proc_softirqs_init+0x0/0x22 returned 0 after 1 usecs
[    7.051855] calling  proc_kcore_init+0x0/0xb5 @ 1
[    7.056562] initcall proc_kcore_init+0x0/0xb5 returned 0 after 5 usecs
[    7.063073] calling  vmcore_init+0x0/0x36f @ 1
[    7.067514] initcall vmcore_init+0x0/0x36f returned 0 after 1 usecs
[    7.073770] calling  proc_kmsg_init+0x0/0x25 @ 1
[    7.078386] initcall proc_kmsg_init+0x0/0x25 returned 0 after 1 usecs
[    7.082010] tsc: Refined TSC clocksource calibration: 2913.425 MHz
[    7.082014] Switching to clocksource tsc
[    7.094890] calling  proc_page_init+0x0/0x42 @ 1
[    7.099507] initcall proc_page_init+0x0/0x42 returned 0 after 2 usecs
[    7.105932] calling  init_devpts_fs+0x0/0x62 @ 1
[    7.110563] initcall init_devpts_fs+0x0/0x62 returned 0 after 17 usecs
[    7.117080] calling  init_ramfs_fs+0x0/0x12 @ 1
[    7.121609] initcall init_ramfs_fs+0x0/0x12 returned 0 after 1 usecs
[    7.127951] calling  init_hugetlbfs_fs+0x0/0x15d @ 1
[    7.132934] initcall init_hugetlbfs_fs+0x0/0x15d returned 0 after 22 usecs
[    7.139799] calling  init_fat_fs+0x0/0x4f @ 1
[    7.144159] initcall init_fat_fs+0x0/0x4f returned 0 after 5 usecs
[    7.150331] calling  init_vfat_fs+0x0/0x12 @ 1
[    7.154775] initcall init_vfat_fs+0x0/0x12 returned 0 after 1 usecs
[    7.161030] calling  init_msdos_fs+0x0/0x12 @ 1
[    7.165558] initcall init_msdos_fs+0x0/0x12 returned 0 after 1 usecs
[    7.171899] calling  init_iso9660_fs+0x0/0x70 @ 1
[    7.176611] initcall init_iso9660_fs+0x0/0x70 returned 0 after 10 usecs
[    7.183213] calling  init_nfs_fs+0x0/0x16c @ 1
[    7.187734] initcall init_nfs_fs+0x0/0x16c returned 0 after 79 usecs
[    7.194080] calling  init_nfs_v2+0x0/0x14 @ 1
[    7.198431] initcall init_nfs_v2+0x0/0x14 returned 0 after 0 usecs
[    7.204602] calling  init_nfs_v3+0x0/0x14 @ 1
[    7.208955] initcall init_nfs_v3+0x0/0x14 returned 0 after 6 usecs
[    7.215126] calling  init_nfs_v4+0x0/0x3b @ 1
[    7.219477] NFS: Registering the id_resolver key type
[    7.224535] Key type id_resolver registered
[    7.228714] Key type id_legacy registered
[    7.232723] initcall init_nfs_v4+0x0/0x3b returned 0 after 12957 usecs
[    7.239232] calling  init_nlm+0x0/0x4c @ 1
[    7.243336] initcall init_nlm+0x0/0x4c returned 0 after 9 usecs
[    7.249247] calling  init_nls_cp437+0x0/0x12 @ 1
[    7.253867] initcall init_nls_cp437+0x0/0x12 returned 0 after 6 usecs
[    7.260295] calling  init_nls_ascii+0x0/0x12 @ 1
[    7.264910] initcall init_nls_ascii+0x0/0x12 returned 0 after 6 usecs
[    7.271338] calling  init_nls_iso8859_1+0x0/0x12 @ 1
[    7.276298] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 6 usecs
[    7.283075] calling  init_nls_utf8+0x0/0x2b @ 1
[    7.287602] initcall init_nls_utf8+0x0/0x2b returned 0 after 6 usecs
[    7.293945] calling  init_ntfs_fs+0x0/0x1d1 @ 1
[    7.298471] NTFS driver 2.1.30 [Flags: R/W].
[    7.302764] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 4202 usecs
[    7.309367] calling  init_autofs4_fs+0x0/0x2a @ 1
[    7.314159] initcall init_autofs4_fs+0x0/0x2a returned 0 after 88 usecs
[    7.320770] calling  init_pstore_fs+0x0/0x53 @ 1
[    7.325382] initcall init_pstore_fs+0x0/0x53 returned 0 after 6 usecs
[    7.331806] calling  ipc_init+0x0/0x2f @ 1
[    7.335905] msgmni has been set to 7665
[    7.339735] initcall ipc_init+0x0/0x2f returned 0 after 3751 usecs
[    7.345904] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    7.350605] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 9 usecs
[    7.357120] calling  init_mqueue_fs+0x0/0xa2 @ 1
[    7.361762] initcall init_mqueue_fs+0x0/0xa2 returned 0 after 35 usecs
[    7.368279] calling  key_proc_init+0x0/0x5e @ 1
[    7.372807] initcall key_proc_init+0x0/0x5e returned 0 after 2 usecs
[    7.379147] calling  selinux_nf_ip_init+0x0/0x69 @ 1
[    7.384099] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 0 usecs
[    7.390874] calling  init_sel_fs+0x0/0xa5 @ 1
[    7.395221] initcall init_sel_fs+0x0/0xa5 returned 0 after 0 usecs
[    7.401392] calling  selnl_init+0x0/0x56 @ 1
[    7.405662] initcall selnl_init+0x0/0x56 returned 0 after 4 usecs
[    7.411742] calling  sel_netif_init+0x0/0x5c @ 1
[    7.416346] initcall sel_netif_init+0x0/0x5c returned 0 after 0 usecs
[    7.422768] calling  sel_netnode_init+0x0/0x6a @ 1
[    7.427547] initcall sel_netnode_init+0x0/0x6a returned 0 after 0 usecs
[    7.434151] calling  sel_netport_init+0x0/0x6a @ 1
[    7.438935] initcall sel_netport_init+0x0/0x6a returned 0 after 0 usecs
[    7.445531] calling  aurule_init+0x0/0x2d @ 1
[    7.449875] initcall aurule_init+0x0/0x2d returned 0 after 0 usecs
[    7.456038] calling  crypto_wq_init+0x0/0x33 @ 1
[    7.460689] initcall crypto_wq_init+0x0/0x33 returned 0 after 44 usecs
[    7.467205] calling  crypto_algapi_init+0x0/0xd @ 1
[    7.472078] initcall crypto_algapi_init+0x0/0xd returned 0 after 1 usecs
[    7.478766] calling  skcipher_module_init+0x0/0x35 @ 1
[    7.483889] initcall skcipher_module_init+0x0/0x35 returned 0 after 0 usecs
[    7.490830] calling  chainiv_module_init+0x0/0x12 @ 1
[    7.495869] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.502730] calling  eseqiv_module_init+0x0/0x12 @ 1
[    7.507682] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.514451] calling  hmac_module_init+0x0/0x12 @ 1
[    7.519238] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.525840] calling  md5_mod_init+0x0/0x12 @ 1
[    7.530337] initcall md5_mod_init+0x0/0x12 returned 0 after 57 usecs
[    7.536690] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    7.541971] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 65 usecs
[    7.549089] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    7.554393] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.561515] calling  des_generic_mod_init+0x0/0x17 @ 1
[    7.566724] initcall des_generic_mod_init+0x0/0x17 returned 0 after 76 usecs
[    7.573773] calling  aes_init+0x0/0x12 @ 1
[    7.577925] initcall aes_init+0x0/0x12 returned 0 after 57 usecs
[    7.583925] calling  zlib_mod_init+0x0/0x12 @ 1
[    7.588497] initcall zlib_mod_init+0x0/0x12 returned 0 after 45 usecs
[    7.594934] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[    7.600586] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.608054] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[    7.614052] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.621867] calling  lzo_mod_init+0x0/0x12 @ 1
[    7.626365] initcall lzo_mod_init+0x0/0x12 returned 0 after 58 usecs
[    7.632721] calling  krng_mod_init+0x0/0x12 @ 1
[    7.637302] initcall krng_mod_init+0x0/0x12 returned 0 after 54 usecs
[    7.643729] calling  proc_genhd_init+0x0/0x3c @ 1
[    7.648428] initcall proc_genhd_init+0x0/0x3c returned 0 after 7 usecs
[    7.654938] calling  bsg_init+0x0/0x12e @ 1
[    7.659243] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    7.666622] initcall bsg_init+0x0/0x12e returned 0 after 7338 usecs
[    7.672878] calling  noop_init+0x0/0x12 @ 1
[    7.677051] io scheduler noop registered
[    7.680971] initcall noop_init+0x0/0x12 returned 0 after 3833 usecs
[    7.687220] calling  deadline_init+0x0/0x12 @ 1
[    7.691737] io scheduler deadline registered
[    7.695996] initcall deadline_init+0x0/0x12 returned 0 after 4164 usecs
[    7.702590] calling  cfq_init+0x0/0x8b @ 1
[    7.706695] io scheduler cfq registered (default)
[    7.711394] initcall cfq_init+0x0/0x8b returned 0 after 4612 usecs
[    7.717564] calling  percpu_counter_startup+0x0/0x38 @ 1
[    7.722864] initcall percpu_counter_startup+0x0/0x38 returned 0 after 1 usecs
[    7.729986] calling  pci_proc_init+0x0/0x6a @ 1
[    7.734542] initcall pci_proc_init+0x0/0x6a returned 0 after 30 usecs
[    7.740968] calling  pcie_portdrv_init+0x0/0x7a @ 1
[    7.745964] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[    7.751343] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[    7.756676] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[    7.762077] initcall pcie_portdrv_init+0x0/0x7a returned 0 after 15874 usecs
[    7.769118] calling  aer_service_init+0x0/0x2b @ 1
[    7.773982] initcall aer_service_init+0x0/0x2b returned 0 after 75 usecs
[    7.780688] calling  pci_hotplug_init+0x0/0x1d @ 1
[    7.785469] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.791027] initcall pci_hotplug_init+0x0/0x1d returned 0 after 5434 usecs
[    7.797892] calling  pcifront_init+0x0/0x3f @ 1
[    7.802417] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[    7.808935] calling  genericbl_driver_init+0x0/0x12 @ 1
[    7.814246] initcall genericbl_driver_init+0x0/0x12 returned 0 after 91 usecs
[    7.821363] calling  cirrusfb_init+0x0/0xcc @ 1
[    7.825989] initcall cirrusfb_init+0x0/0xcc returned 0 after 97 usecs
[    7.832425] calling  efifb_init+0x0/0x298 @ 1
[    7.836796] initcall efifb_init+0x0/0x298 returned -19 after 6 usecs
[    7.843139] calling  intel_idle_init+0x0/0x338 @ 1
[    7.847927] initcall intel_idle_init+0x0/0x338 returned -19 after 0 usecs
[    7.854701] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    7.859999] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 2 usecs
[    7.867123] calling  acpi_ac_init+0x0/0x28 @ 1
[    7.871659] initcall acpi_ac_init+0x0/0x28 returned 0 after 87 usecs
[    7.878004] calling  acpi_button_driver_init+0x0/0x12 @ 1
[    7.883497] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    7.891854] ACPI: Power Button [PWRB]
[    7.895668] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    7.903049] ACPI: Power Button [PWRF]
[    7.906794] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 22870 usecs
[    7.914343] calling  acpi_fan_driver_init+0x0/0x12 @ 1
[    7.919567] ACPI: Fan [FAN] (on)
[    7.922881] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 3331 usecs
[    7.930098] calling  acpi_processor_init+0x0/0x6d @ 1
[    7.935180] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.941157] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.949452] initcall acpi_processor_init+0x0/0x6d returned 0 after 13983 usecs
[    7.956658] calling  acpi_thermal_init+0x0/0x42 @ 1
[    7.961699] ACPI Warning: For \_TZ_.THRM._PSL: Return Package has no elements (empty) (20130117/nsprepkg-119)
[    7.971638] ACPI: [Package] has zero elements (ffff880129aaecc0)
[    7.977637] ACPI: Invalid passive threshold
[    7.982114] thermal LNXTHERM:00: registered as thermal_zone0
[    7.987765] ACPI: Thermal Zone [THRM] (23 C)
[    7.992104] initcall acpi_thermal_init+0x0/0x42 returned 0 after 29897 usecs
[    7.999141] calling  acpi_battery_init+0x0/0x16 @ 1
[    8.004011] initcall acpi_battery_init+0x0/0x16 returned 0 after 2 usecs
[    8.004020] calling  1_acpi_battery_init_async+0x0/0x1b @ 6
[    8.004142] initcall 1_acpi_battery_init_async+0x0/0x1b returned 0 after 116 usecs
[    8.023801] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[    8.029005] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 69 usecs
[    8.036044] calling  erst_init+0x0/0x2bb @ 1
[    8.040313] initcall erst_init+0x0/0x2bb returned 0 after 6 usecs
[    8.046396] calling  ghes_init+0x0/0x171 @ 1
[    8.050657] GHES: HEST is not enabled!
[    8.054398] initcall ghes_init+0x0/0x171 returned -22 after 3656 usecs
[    8.060915] initcall ghes_init+0x0/0x171 returned with error code -22 
[    8.067431] calling  einj_init+0x0/0x49d @ 1
[    8.071700] initcall einj_init+0x0/0x49d returned -19 after 0 usecs
[    8.077956] calling  ioat_init_module+0x0/0x80 @ 1
[    8.082745] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    8.088656] initcall ioat_init_module+0x0/0x80 returned 0 after 5779 usecs
[    8.095525] calling  virtio_mmio_init+0x0/0x12 @ 1
[    8.100372] initcall virtio_mmio_init+0x0/0x12 returned 0 after 68 usecs
[    8.107070] calling  virtio_balloon_driver_init+0x0/0x12 @ 1
[    8.112779] initcall virtio_balloon_driver_init+0x0/0x12 returned 0 after 57 usecs
[    8.120339] calling  xenbus_probe_initcall+0x0/0x39 @ 1
[    8.125567] initcall xenbus_probe_initcall+0x0/0x39 returned -19 after 0 usecs
[    8.132775] calling  xenbus_init+0x0/0x3d @ 1
[    8.137137] initcall xenbus_init+0x0/0x3d returned -19 after 0 usecs
[    8.143475] calling  xenbus_backend_init+0x0/0x51 @ 1
[    8.148526] initcall xenbus_backend_init+0x0/0x51 returned -19 after 0 usecs
[    8.155555] calling  gntdev_init+0x0/0x57 @ 1
[    8.159915] initcall gntdev_init+0x0/0x57 returned -19 after 0 usecs
[    8.166258] calling  gntalloc_init+0x0/0x3d @ 1
[    8.170779] initcall gntalloc_init+0x0/0x3d returned -19 after 0 usecs
[    8.177288] calling  hypervisor_subsys_init+0x0/0x25 @ 1
[    8.182595] initcall hypervisor_subsys_init+0x0/0x25 returned -19 after 0 usecs
[    8.189890] calling  hyper_sysfs_init+0x0/0xfb @ 1
[    8.194676] initcall hyper_sysfs_init+0x0/0xfb returned -19 after 0 usecs
[    8.201460] calling  platform_pci_module_init+0x0/0x1b @ 1
[    8.207008] initcall platform_pci_module_init+0x0/0x1b returned 0 after 68 usecs
[    8.214399] calling  xen_tmem_init+0x0/0xb1 @ 1
[    8.218918] initcall xen_tmem_init+0x0/0xb1 returned 0 after 0 usecs
[    8.225254] calling  xen_late_init_mcelog+0x0/0x3d @ 1
[    8.230386] initcall xen_late_init_mcelog+0x0/0x3d returned -19 after 0 usecs
[    8.237501] calling  xen_pcibk_init+0x0/0x13f @ 1
[    8.242200] initcall xen_pcibk_init+0x0/0x13f returned -19 after 0 usecs
[    8.248888] calling  pty_init+0x0/0x453 @ 1
[    8.271509] initcall pty_init+0x0/0x453 returned 0 after 18035 usecs
[    8.277943] calling  sysrq_init+0x0/0xb0 @ 1
[    8ed 0 after 7 usecs
[    8.288286] calling  xen_hvc_init+0x0/0x249 @ 1
[    8.292806] initcall xen_hvc_init+0x0/0x249 returned -19 after 0 usecs
[    8.299323] calling  serial8250_init+0x0/0x1a8 @ 1
[    8.304109] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    8.330840] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    8.336748] initcall serial8250_init+0x0/0x1a8 returned 0 aftecs
[    8.366874] calling  rand_initialize+0x0/0x30 @ 1
[    8.371572] initcall rand_initialize+0x0/0x30 returned 0 after 7 usecs
[    8.378082] calling  init+0x0/0x111 @ 1
[    8.382058] initcall init+0x0/0x111 returned 0 after 146 usecs
[    8.387894] calling  hpet_init+0x0/0x6a @ 1
[    8.392306] initcall hpet_init+0x0/0x6a returned 0 after 231 usecs
[    8.398489] calling  nvram_init+0x0/0x82 @ 1
[    8.402831] Non-volatile memory driver v1.3
[    8.407023] initcall nvram_init+0x0/0x82 returned 0 after 4177 usecs
[    8.413365] calling  mod_init+0x0/0x5a @ 1
[    8.417453] initcall mod_init+0x0/0x5a returned -19 after 0 usecs
[    8.423538] calling  rng_init+0x0/0x12 @ 1
[    8.427712] initcall rng_init+0x0/0x12 returned 0 after 72 usecs
[    8.433715] calling  agp_init+0x0/0x26 @ 1
[    8.437799] Linux agpgart interface v0.103
[    8.441886] initcall agp_init+0x0/0x26 returned 0 after 3995 usecs
[    8.448049] calling  agp_amd64_mod_init+0x0/0x22 @ 1
[    8.453009] initcall agp_amd64_mod_init+0x0/0x22 returned -19 after 0 usecs
[    8.459957] calling  agp_intel_init+0x0/0x29 @ 1
[    8.464680] initcall agp_intel_init+0x0/0x29 returned 0 after 115 usecs
[    8.471280] calling  agp_sis_init+0x0/0x29 @ 1
[    8.475793] initcall agp_sis_init+0x0/0x29 returned 0 after 72 usecs
[    8.482132] calling  agp_via_init+0x0/0x29 @ 1
[    8.486652] initcall agp_via_init+0x0/0x29 returned 0 after 72 usecs
[    8.493007] calling  drm_core_init+0x0/0x139 @ 1
[    8.497732] [drm] Initialized drm 1.1.0 20060810
[    8.502343] initcall drm_core_init+0x0/0x139 returned 0 after 4623 usecs
[    8.509032] calling  cn_proc_init+0x0/0x3d @ 1
[    8.513473] initcall cn_proc_init+0x0/0x3d returned 0 after 1 usecs
[    8.519729] calling  topology_sysfs_init+0x0/0x58 @ 1
[    8.524785] initcall topology_sysfs_init+0x0/0x58 returned 0 after 11 usecs
[    8.531733] calling  loop_init+0x0/0x14e @ 1
[    8.536919] loop: module loaded
[    8.540065] initcall loop_init+0x0/0x14e returned 0 after 3981 usecs
[    8.546403] calling  xen_blkif_init+0x0/0x25f @ 1
[    8.551102] initcall xen_blkif_init+0x0/0x25f returned -19 after 0 usecs
[    8.557785] calling  mac_hid_init+0x0/0x22 @ 1
[    8.562228] initcall mac_hid_init+0x0/0x22 returned 0 after 4 usecs
[    8.568482] calling  macvlan_init_module+0x0/0x3d @ 1
[    8.573530] initcall macvlan_init_module+0x0/0x3d returned 0 after 2 usecs
[    8.580394] calling  macvtap_init+0x0/0x100 @ 1
[    8.584993] initcall macvtap_init+0x0/0x100 returned 0 after 70 usecs
[    8.591427] calling  net_olddevs_init+0x0/0xb5 @ 1
[    8.596230] initcall net_olddevs_init+0x0/0xb5 returned 0 after 2 usecs
[    8.602834] calling  fixed_mdio_bus_init+0x0/0x105 @ 1
[    8.608071] libphy: Fixed MDIO Bus: probed
[    8.612175] initcall fixed_mdio_bus_init+0x0/0x105 returned 0 after 4116 usecs
[    8.619381] calling  tun_init+0x0/0x93 @ 1
[    8.623465] tun: Universal TUN/TAP device driver, 1.6
[    8.628505] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    8.634755] initcall tun_init+0x0/0x93 returned 0 after 11038 usecs
[    8.641024] calling  tg3_init+0x0/0x1b @ 1
[    8.645203] initcall tg3_init+0x0/0x1b returned 0 after 89 usecs
[    8.651208] calling  ixgbevf_init_module+0x0/0x4c @ 1
[    8.656250] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.7.12-k
[    8.665616] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[    8.671782] initcall ixgbevf_init_module+0x0/0x4c returned 0 after 15187 usecs
[    8.678990] calling  init_nic+0x0/0x1b @ 1
[    8.683104] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    8.690666] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[    8.696415] forcedeth 0000:00:07.0: setting latency timer to 64
[    9.222902] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:30:67:6a:6f:d1
[    9.231162] forcedeth 0000:00:4500] calling  netback_init+0x0/0x212 @ 1
[    9.249027] initcall netback_init+0x0/0x212 returned -19 after 0 usecs
[    9.255543] calling  nonstatic_sysfs_init+0x0/0x12 @ 1
[    9.260668] initcall nonstatic_sysfs_init+0x0/0x12 returned 0 after 0 usecs
[    9.267619] calling  yenta_socket_init+0x0/0x1b @ 1
[    9.272583] initcall yenta_socket_init+0x0/0x1b returned 0 after 86 usecs
[    9.279366] calling  mon_init+0x0/0xfe @ 1
[    9.283585] initcall mon_init+0x0/0xfe returned 0 after 124 usecs
[    9.289678] calling  ehci_hcd_init+0x0/0xb7 @ 1
[    9.294198] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.300713] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    9.306708] initcall ehci_hcd_init+0x0/0xb7 returned 0 after 12232 usecs
[    9.313395] calling  ehci_pci_init+0x0/0x69 @ 1
[    9.317921] ehci-pci: EHCI PCI platform driver
[    9.322505] ehci-pci 0000:00:02.1: setting latency timer to 64
[    9.328344] ehci-pci 0000:00:02.1: EHCI Host Controller
[    9.333693] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    9.341079] ehci-pci 0000:00:02.1: debug port 1
[    9.345600] ehci-pci 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    9.354027] ehci-pci 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    9.360625] ehci-pci 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    9.368709] ehci-pci 0000:00:02.1: park 0
[    9.372717] ehci-pci 0000:00:02.1: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
[    9.381573] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    9.388345] ehci-pci 0000:00:02.1: supports USB remote wakeup
[    9.394094] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[    9.399746] ehci-pci 0000:00:02.1: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[    9.413838] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    9.419605] usb usb1: default language 0x0409
[    9.42395uct: EHCI Host Controller
[    9.447500] usb usb1: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ehci_hcd
[    9.455655] usb usb1: SerialNumber: 0000:00:02.1
[    9.460409] usb usb1: usb_probe_device
[    9.464166] usb usb1: configuration #1 chosen from 1 choice
[    9.469732] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    9.475550] hub 1-0:1.0: usb_probe_interface
[    9.479812] hub 1-0:1.0: usb_probe_interface - got id
[    9.484869] hub 1-0:1.0: USB hub found
[    9.488615] hub 1-0:1.0: 10 ports detected
[    9.492707] hub 1-0:1.0: standalone hub
[    9.496540] hub 1-0:1.0: no power switching (usb 1.0)
[    9.501577] hub 1-0:1.0: individual port over-current protection
[    9.507567] hub 1-0:1.0: power on to power good time: 20ms
[    9.513038] hub 1-0:1.0: local power source is good
[    9.517939] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    9.524970] initcall ehci_pci_init+0x0/0x69 returned 0 after 202465 usecs
[    9.531759] calling  ohci_hcd_mod_init+0x0/0xbf @ 1
[    9.536630] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.542799] ohci_hcd: block sizes: ed 80 td 96
[    9.547390] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    9.553229] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    9.558573] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    9.565963] ohci_hcd 0000:00:02.0: created debug files
[    9.571095] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[    9.576853] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfe02f000
[    9.624589] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    9.634531] ohci_hcd 0000:00:02.0: OHCI controller state
[  upport registers, rh state running
[    9.648079] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[    9.655454] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[    9.660933] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[    9.666497] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[    9.673180] ohci_hcd 0000:00:02.0: hcca frame #0029
[    9.678051] ohci_hcd 0000:00:02.0: roothub.a 0100020a POTPGT=1 NPS NDP=10(10)
[    9.685166] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[    9.691769] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[    9.697671] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[    9.704355] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[    9.711043] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[    9.717726] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[    9.724408] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[    9.731097] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[    9.737778] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[    9.744461] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[    9.751141] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[    9.757824] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[    9.764516] usb usb2: default language 0x0409
[    9.768871] usb usb2: udev 1, busnum 2, minor = 128
[    9.773740] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    9.780508] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.787709] usb usb2: Product: OHCI Host Controller
[    9.792572] usb usb2: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ohci_hcd
[    9.800726] usb usb2: SerialNumber: 0000:00:02.0
[    9.805482] usb usb2: usb_probe_device
[    9.809236] usb usb2: configuration #1 chosen from 1 choice
[    9.814805] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    9.820600] hub 2-0:1.0: usb_probe_interface
[    9.824880] hub 2-0:1.0: usb_probe_interface - got id
[    9.829922] hub 2-0:1.0: USB hub found
[    9.833671] hub 2-0:1.0: 10 ports detected
[    9.837761] hub 2-0:1.0: standalone hub
[    9.841594] hub 2-0:1.0: no power switching (usb 1.0)
[    9.846633] hub 2-0:1.0: global over-current protection
[    9.851850] hub 2-0:1.0: power on to power good time: 2ms
[    9.857236] hub 2-0:1.0: local power source is good
[    9.862107] hub 2-0:1.0: no over-current condition exists
[    9.867525] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    9.874420] ehci-pci 0000:00:02.1: HS companion for 0000:00:02.0
[    9.880549] initcall ohci_hcd_mod_init+0x0/0xbf returned 0 after 336308 usecs
[    9.887682] calling  uhci_hcd_init+0x0/0x129 @ 1
[    9.892286] uhci_hcd: USB Universal Host Controller Interface driver
[    9.898726] initcall uhci_hcd_init+0x0/0x129 returned 0 after 6296 usecs
[    9.905408] calling  usblp_driver_init+0x0/0x1b @ 1
[    9.910343] usbcore: registered new interface driver usblp
[    9.915825] initcall usblp_driver_init+0x0/0x1b returned 0 after 5422 usecs
[    9.922770] calling  kgdbdbgp_start_thread+0x0/0x4f @ 1
[    9.927988] initcall kgdbdbgp_start_thread+0x0/0x4f returned 0 after 0 usecs
[    9.935024] calling  i8042_init+0x0/0x3c5 @ 1
[    9.939535] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    9.974100] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    9.979838] i8042: Failed to disable AUX port, but continuing[   10.244805] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.249885] initcall i8042_init+0x0/0x3c5 returned 0 after 303645 us[   10.283967] calling  evdev_init+0x0/0x12 @ 1
[   10.288392] initcall evdev_init+0x0/0x12 returned 0 after 155 usecs
[   10.294647] calling  atkbd_init+0x0/0x27 @ 1
[   10.298994] initcall atkbd_init+0x0/0x27 returned 0 after 73 usecs
[   10.305167] calling  psmouse_init+0x0/0x7b @ 1
[   10.309723] initcall psmouse_init+0x0/0x7b returned 0 after 119 usecs
[   10.316153] calling  cmos_init+0x0/0x6a @ 1
[   10.320357] rtc_cmos 00:04: RTC can wake from S4
[   10.325169] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   10.331302] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[   10.338931] initcall cmos_init+0x0/0x6a returned 0 after 18186 usecs
[   10.345277] calling  i2c_i801_init+0x0/0xad @ 1
[   10.349894] initcall i2c_i801_init+0x0/0xad returned 0 after 69 usecs
[   10.356339] calling  cpufreq_gov_dbs_init+0x0/0x95 @ 1
[   10.361473] initcall cpufreq_gov_dbs_init+0x0/0x95 returned 0 after 1 usecs
[   10.368420] calling  init_ladder+0x0/0x12 @ 1
[   10.372774] cpuidle: using governor ladder
[   10.376867] initcall init_ladder+0x0/0x12 returned 0 after 4002 usecs
[   10.383289] calling  init_menu+0x0/0x12 @ 1
[   10.387461] cpuidle: using governor menu
[   10.391371] initcall init_menu+0x0/0x12 returned 0 after 3823 usecs
[   10.397622] calling  efivars_init+0x0/0x109 @ 1
[   10.402148] EFI Variables Facility v0.08 2004-May-17
[   10.407098] initcall efivars_init+0x0/0x109 returned 0 after 4840 usecs
[   10.413694] calling  vhost_net_init+0x0/0x30 @ 1
[   10.418412] initcall vhost_net_init+0x0/0x30 returned 0 after 111 usecs
[   10.425016] calling  staging_init+0x0/0x8 @ 1
[   10.429368] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[   10.435539] calling  zram_init+0x0/0x2bf @ 1
[   10.439950] zram: Created 1 device(s) ...
[   10.443952] initcall zram_init+0x0/0x2bf returned 0 after 4062 usecs
[   10.450286] calling  zs_init+0x0/0x90 @ 1
[   10.454288] initcall zs_init+0x0/0x90 returned 0 after 3 usecs
[   10.460109] calling  eeepc_laptop_init+0x0/0x58 @ 1
[   10.465208] initcall eeepc_laptop_init+0x0/0x58 returned -19 after 224 usecs
[   10.472257] calling  sock_diag_init+0x0/0x12 @ 1
[   10.476874] initcall sock_diag_init+0x0/0x12 returned 0 after 6 usecs
[   10.483297] calling  flow_cache_init_global+0x0/0x19f @ 1
[   10.488699] initcall flow_cache_init_global+0x0/0x19f returned 0 after 18 usecs
[   10.495993] calling  llc_init+0x0/0x20 @ 1
[   10.500080] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[   10.505989] calling  snap_init+0x0/0x38 @ 1
[   10.510163] initcall snap_init+0x0/0x38 returned 0 after 1 usecs
[   10.516159] calling  blackhole_module_init+0x0/0x12 @ 1
[   10.521371] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[   10.528405] calling  nfnetlink_init+0x0/0x59 @ 1
[   10.533010] Netfilter messages via NETLINK v0.30.
[   10.537706] initcall nfnetlink_init+0x0/0x59 returned 0 after 4590 usecs
[   10.544393] calling  nfnetlink_log_init+0x0/0xdb @ 1
[   10.549358] initcall nfnetlink_log_init+0x0/0xdb returned 0 after 7 usecs
[   10.556129] calling  nf_conntrack_standalone_init+0x0/0x7a @ 1
[   10.561952] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.568110] initcall nf_conntrack_standalone_init+0x0/0x7a returned 0 after 6020 usecs
[   10.576009] calling  ctnetlink_init+0x0/0xa4 @ 1
[   10.580621] ctnetlink v0.93: registering with nfnetlink.
[   10.585919] initcall ctnetlink_init+0x0/0xa4 returned 0 after 5179 usecs
[   10.592608] calling  nf_conntrack_ftp_init+0x0/0x1ca @ 1
[   10.597908] initcall nf_conntrack_ftp_init+0x0/0x1ca returned 0 after 1 usecs
[   10.605029] calling  nf_conntrack_irc_init+0x0/0x173 @ 1
[   10.610335] initcall nf_conntrack_irc_init+0x0/0x173 returned 0 after 1 usecs
[   10.617458] calling  nf_conntrack_sip_init+0x0/0x215 @ 1
[   10.622763] initcall nf_conntrack_sip_init+0x0/0x215 returned 0 after 0 usecs
[   10.629885] calling  xt_init+0x0/0x118 @ 1
[   10.633972] initcall xt_init+0x0/0x118 returned 0 after 1 usecs
[   10.639881] calling  tcpudp_mt_init+0x0/0x17 @ 1
[   10.644488] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.650916] calling  connsecmark_tg_init+0x0/0x12 @ 1
[   10.655955] initcall connsecmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.662819] calling  nflog_tg_init+0x0/0x12 @ 1
[   10.667343] initcall nflog_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.673678] calling  secmark_tg_init+0x0/0x12 @ 1
[   10.678371] initcall secmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.684887] calling  tcpmss_tg_init+0x0/0x17 @ 1
[   10.689493] initcall tcpmss_tg_init+0x0/0x17 returned 0 after 0 usecs
[   10.695922] calling  conntrack_mt_init+0x0/0x17 @ 1
[   10.700787] initcall conntrack_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.707478] calling  policy_mt_init+0x0/0x17 @ 1
[   10.712089] initcall policy_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.718511] calling  state_mt_init+0x0/0x12 @ 1
[   10.723031] initcall state_mt_init+0x0/0x12 returned 0 after 0 usecs
[   10.729374] calling  sysctl_ipv4_init+0x0/0x92 @ 1
[   10.734180] initcall sysctl_ipv4_init+0x0/0x92 returned 0 after 27 usecs
[   10.740868] calling  init_syncookies+0x0/0x19 @ 1
[   10.745577] initcall init_syncookies+0x0/0x19 returned 0 after 9 usecs
[   10.752092] calling  tunnel4_init+0x0/0x72 @ 1
[   10.756524] initcall tunnel4_init+0x0/0x72 returned 0 after 0 usecs
[   10.762773] calling  ipv4_netfilter_init+0x0/0x12 @ 1
[   10.767820] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[   10.774682] calling  nf_conntrack_l3proto_ipv4_init+0x0/0x17c @ 1
[   10.780862] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x17c returned 0 after 100 usecs
[   10.788940] calling  nf_defrag_init+0x0/0x17 @ 1
[   10.793552] initcall nf_defrag_init+0x0/0x17 returned 0 after 0 usecs
[   10.799981] calling  ip_tables_init+0x0/0xaa @ 1
[   10.804589] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.809897] initcall ip_tables_init+0x0/0xaa returned 0 after 5187 usecs
[   10.816582] calling  iptable_filter_init+0x0/0x51 @ 1
[   10.821669] initcall iptable_filter_init+0x0/0x51 returned 0 after 41 usecs
[   10.828619] calling  iptable_mangle_init+0x0/0x51 @ 1
[   10.833671] initcall iptable_mangle_init+0x0/0x51 returned 0 after 8 usecs
[   10.840529] calling  reject_tg_init+0x0/0x12 @ 1
[   10.845143] initcall reject_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.851573] calling  ulog_tg_init+0x0/0x104 @ 1
[   10.856101] initcall ulog_tg_init+0x0/0x104 returned 0 after 2 usecs
[   10.862445] calling  cubictcp_register+0x0/0x5c @ 1
[   10.867318] TCP: cubic registered
[   10.870630] initcall cubictcp_register+0x0/0x5c returned 0 after 3238 usecs
[   10.877573] calling  xfrm_user_init+0x0/0x4a @ 1
[   10.882186] Initializing XFRM netlink socket
[   10.886454] initcall xfrm_user_init+0x0/0x4a returned 0 after 4172 usecs
[   10.893143] calling  inet6_init+0x0/0x315 @ 1
[   10.897528] NET: Registered protocol family 10
[   10.902096] initcall inet6_init+0x0/0x315 returned 0 after 4497 usecs
[   10.908522] calling  ah6_init+0x0/0x79 @ 1
[   10.912616] initcall ah6_init+0x0/0x79 returned 0 after 0 usecs
[   10.918526] calling  esp6_init+0x0/0x79 @ 1
[   10.922699] initcall esp6_init+0x0/0x79 returned 0 after 0 usecs
[   10.928689] calling  xfrm6_transport_init+0x0/0x17 @ 1
[   10.933822] initcall xfrm6_transport_init+0x0/0x17 returned 0 after 0 usecs
[   10.940771] calling  xfrm6_mode_tunnel_init+0x0/0x17 @ 1
[   10.946075] initcall xfrm6_mode_tunnel_init+0x0/0x17 returned 0 after 0 usecs
[   10.953190] calling  xfrm6_beet_init+0x0/0x17 @ 1
[   10.957882] initcall xfrm6_beet_init+0x0/0x17 returned 0 after 0 usecs
[   10.964399] calling  ip6_tables_init+0x0/0xaa @ 1
[   10.969102] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.974491] initcall ip6_tables_init+0x0/0xaa returned 0 after 5273 usecs
[   10.981266] calling  ip6table_filter_init+0x0/0x51 @ 1
[   10.986462] initcall ip6table_filter_init+0x0/0x51 returned 0 after 69 usecs
[   10.993504] calling  ip6table_mangle_init+0x0/0x51 @ 1
[   10.998700] initcall ip6table_mangle_init+0x0/0x51 returned 0 after 68 usecs
[   11.005736] calling  nf_conntrack_l3proto_ipv6_init+0x0/0x154 @ 1
[   11.011833] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x154 returned 0 after 4 usecs
[   11.019729] calling  nf_defrag_init+0x0/0x54 @ 1
[   11.024353] initcall nf_defrag_init+0x0/0x54 returned 0 after 10 usecs
[   11.030869] calling  ipv6header_mt6_init+0x0/0x12 @ 1
[   11.035914] initcall ipv6header_mt6_init+0x0/0x12 returned 0 after 0 usecs
[   11.042777] calling  reject_tg6_init+0x0/0x12 @ 1
[   11.047482] initcall reject_tg6_init+0x0/0x12 returned 0 after 6 usecs
[   11.053993] calling  sit_init+0x0/0x8c @ 1
[   11.058085] sit: IPv6 over IPv4 tunneling driver
[   11.062914] initcall sit_init+0x0/0x8c returned 0 after 4727 usecs
[   11.069088] calling  packet_init+0x0/0x47 @ 1
[   11.073432] NET: Registered protocol family 17
[   11.077869] initcall packet_init+0x0/0x47 returned 0 after 4338 usecs
[   11.084300] calling  br_init+0x0/0xa2 @ 1
[   11.088319] initcall br_init+0x0/0xa2 returned 0 after 17 usecs
[   11.094229] calling  init_rpcsec_gss+0x0/0x64 @ 1
[   11.098931] initcall init_rpcsec_gss+0x0/0x64 returned 0 after 10 usecs
[   11.105534] calling  dcbnl_init+0x0/0x4d @ 1
[   11.109808] initcall dcbnl_init+0x0/0x4d returned 0 after 6 usecs
[   11.115890] calling  init_dns_resolver+0x0/0xe4 @ 1
[   11.120770] Key type dns_resolver registered
[   11.125040] initcall init_dns_resolver+0x0/0xe4 returned 0 after 4181 usecs
[   11.131990] calling  mcheck_init_device+0x0/0x123 @ 1
[   11.137229] initcall mcheck_init_device+0x0/0x123 returned 0 after 194 usecs
[   11.144320] calling  tboot_late_init+0x0/0x216 @ 1
[   11.149116] initcall tboot_late_init+0x0/0x216 returned 0 after 0 usecs
[   11.155715] calling  mcheck_debugfs_init+0x0/0x3c @ 1
[   11.160759] initcall mcheck_debugfs_init+0x0/0x3c returned 0 after 5 usecs
[   11.167620] calling  severities_debugfs_init+0x0/0x3c @ 1
[   11.173016] initcall severities_debugfs_init+0x0/0x3c returned 0 after 7 usecs
[   11.180222] calling  threshold_init_device+0x0/0x8d @ 1
[   11.185471] initcall threshold_init_device+0x0/0x8d returned 0 after 34 usecs
[   11.192592] calling  hpet_insert_resource+0x0/0x23 @ 1
[   11.197727] initcall hpet_insert_resource+0x0/0x23 returned 0 after 7 usecs
[   11.204684] calling  update_mp_table+0x0/0x586 @ 1
[   11.209468] initcall update_mp_table+0x0/0x586 returned 0 after 6 usecs
[   11.216074] calling  lapic_insert_resource+0x0/0x3f @ 1
[   11.221292] initcall lapic_insert_resource+0x0/0x3f returned 0 after 6 usecs
[   11.228326] calling  io_apic_bug_finalize+0x0/0x1b @ 1
[   11.233462] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 6 usecs
[   11.240410] calling  print_ICs+0x0/0x466 @ 1
[   11.244671] initcall print_ICs+0x0/0x466 returned 0 after 0 usecs
[   11.250756] calling  check_early_ioremap_leak+0x0/0x65 @ 1
[   11.256241] initcall check_early_ioremap_leak+0x0/0x65 returned 0 after 6 usecs
[   11.263539] calling  pat_memtype_list_init+0x0/0x32 @ 1
[   11.268760] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 1 usecs
[   11.275801] calling  init_oops_id+0x0/0x40 @ 1
[   11.280243] initcall init_oops_id+0x0/0x40 returned 0 after 7 usecs
[   11.286499] calling  printk_late_init+0x0/0x59 @ 1
[   11.291283] initcall printk_late_init+0x0/0x59 returned 0 after 6 usecs
[   11.297888] calling  pm_qos_power_init+0x0/0x7b @ 1
[   11.302961] initcall pm_qos_power_init+0x0/0x7b returned 0 after 197 usecs
[   11.309832] calling  pm_debugfs_init+0x0/0x24 @ 1
[   11.314529] initcall pm_debugfs_init+0x0/0x24 returned 0 after 4 usecs
[   11.321042] calling  software_resume+0x0/0x290 @ 1
[   11.325828] PM: Hibernation image not present or could not be loaded.
[   11.332258] initcall software_resume+0x0/0x290 returned -2 after 6287 usecs
[   11.339200] initcall software_resume+0x0/0x290 returned with error code -2 
[   11.346151] calling  debugfs_kprobe_init+0x0/0x90 @ 1
[   11.351199] initcall debugfs_kprobe_init+0x0/0x90 returned 0 after 4 usecs
[   11.358060] calling  taskstats_init+0x0/0x95 @ 1
[   11.362677] registered taskstats version 1
[   11.366765] initcall taskstats_init+0x0/0x95 returned 0 after 4003 usecs
[   11.373448] calling  clear_boot_tracer+0x0/0x2d @ 1
[   11.378319] initcall clear_boot_tracer+0x0/0x2d returned 0 after 0 usecs
[   11.385001] calling  max_swapfiles_check+0x0/0x8 @ 1
[   11.389952] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[   11.396729] calling  set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[   11.402985] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 177 usecs
[   11.411055] calling  fail_make_request_debugfs+0x0/0x2a @ 1
[   11.416627] initcall fail_make_request_debugfs+0x0/0x2a returned 0 after 8 usecs
[   11.424011] calling  prandom_reseed+0x0/0xb4 @ 1
[   11.428633] initcall prandom_reseed+0x0/0xb4 returned 0 after 9 usecs
[   11.435062] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[   11.441321] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 1 usecs
[   11.449393] calling  pci_sysfs_init+0x0/0x51 @ 1
[   11.454187] initcall pci_sysfs_init+0x0/0x51 returned 0 after 184 usecs
[   11.460786] calling  boot_wait_for_devices+0x0/0x30 @ 1
[   11.466010] initcall boot_wait_for_devices+0x0/0x30 returned 0 after 0 usecs
[   11.473039] calling  random_int_secret_init+0x0/0x19 @ 1
[   11.478342] initcall random_int_secret_init+0x0/0x19 returned 0 after 5 usecs
[   11.485464] calling  deferred_probe_initcall+0x0/0x70 @ 1
[   11.490915] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 60 usecs
[   11.498209] calling  late_resume_init+0x0/0x1d0 @ 1
[   11.503082]   Magic number: 5:459:82
[   11.506790] initcall late_resume_init+0x0/0x1d0 returned 0 after 3625 usecs
[   11.513735] calling  acpi_cpufreq_init+0x0/0x212 @ 1
[   11.518697] acpi_processor_preregister_performance:694: RC:0
[   11.524362] acpi_processor_preregister_performance:710: RC:0
[   11.530007] acpi_processor_preregister_performance:792: RC:0
[   11.535657] acpi_processor_preregister_performance:812: RC:0
[   11.541319] acpi_processor_get_performance_info:503: RC:0
[   11.546711] acpi_processor_get_platform_limit:136: status:0
[   11.552274] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.559475] CPU 0: _PPC is 0 - frequency not limited
[   11.564426] acpi_processor_get_performance_info:508: RC:0
[   11.569809] acpi-cpufreq: overriding BIOS provided _PSD data
[   11.575480] acpi_processor_get_performance_info:503: RC:0
[   11.580875] acpi_processor_get_platform_limit:136: status:0
[   11.586436] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.593645] CPU 1: _PPC is 0 - frequency not limited
[   11.598595] acpi_processor_get_performance_info:508: RC:0
[   11.603993] initcall acpi_cpufreq_init+0x0/0x212 returned 0 after 83413 usecs
[   11.611110] calling  firmware_memmap_init+0x0/0x38 @ 1
[   11.616256] initcall firmware_memmap_init+0x0/0x38 returned 0 after 21 usecs
[   11.623288] calling  zcache_init+0x0/0x734 @ 1
[   11.627800] initcall zcache_init+0x0/0x734 returned 0 after 77 usecs
[   11.634143] calling  pci_mmcfg_late_insert_resources+0x0/0x50 @ 1
[   11.640228] initcall pci_mmcfg_late_insert_resources+0x0/0x50 returned 0 after 1 usecs
[   11.648129] calling  net_secret_init+0x0/0x19 @ 1
[   11.652833] initcall net_secret_init+0x0/0x19 returned 0 after 5 usecs
[   11.659345] calling  tcp_congestion_default+0x0/0x12 @ 1
[   11.664644] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[   11.671766] calling  tcp_fastopen_init+0x0/0x30 @ 1
[   11.676643] initcall tcp_fastopen_init+0x0/0x30 returned 0 after 5 usecs
[   11.683329] calling  ip_auto_config+0x0/0xe65 @ 1
[   11.688035] initcall ip_auto_config+0x0/0xe65 returned 0 after 6 usecs
[   11.694545] calling  initialize_hashrnd+0x0/0x19 @ 1
[   11.699506] initcall initialize_hashrnd+0x0/0x19 returned 0 after 1 usecs
[   11.706443] async_waiting @ 1
[   11.709414] async_continuing @ 1 after 0 usec
[   11.714404] Freeing unused kernel memory: 1028k freed
[   11.719712] Write protecting the kernel read-only data: 10240k
[   11.728467] Freeing unused kernel memory: 1536k freed
[   11.734212] Freeing unused kernel memory: 112k freed
init started^G^G^G^G^G^G^G^G^G^Gmount: mount point /proc/bus/usb does not exist
mount: mount po[   11.860546] core_filesystem (1175) used greatest stack depth: 4984 bytes left
int /proc/xen does not exist
mount: mount point /sys/kernel/config does not exi[   11.873697] udevd (1210): /proc/1210/oom_adj is deprecated, please use /proc/1210/oom_score_adj instead.
st
cat: /sys/hypervisor/type: No such file or directory
/usr/bin/load_xen_modules: line 3: [: ==: unary operator expected
Waiting for devices [  OK  ]
[   11.922476] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 1731
[   11.933168] wmi: Mapper loaded
[   11.936243] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 8100 usecs
[   11.94yst[   11.960800] calling  skge_init_module+0x0/0x1000 [skge] @ 2195
em/cpu/cpu0/onli[   11.968009] calling  svm_init+0x0/0x23 [kvm_amd] @ 2215
ne} for writing:[   11.974602] kvm: Nested Virtualization enabled
 No such file or[   11.980381] kvm: Nested Paging enabled
 directory

^[   11.985850] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
G^G^G^G^G^G^G^G^[   11.992680] calling  e1000_init_module+0x0/0x1000 [e1000] @ 2194
[   11.992692] skge: 1.14 addr 0xfd8fc000 irq 16 chip Yukon rev 1
G^G^G^G^G^G^G^G^[   12.005855] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
G^G^G^G^G^G^G^G^[   12.014267] e1000: Copyright (c) 1999-2006 Intel Corporation.
G^G^G^G^G^G^G^G[   12.023585] skge 0000:01:08.0 eth1: addr 00:0a:5e:65:74:93
[   12.024438] initcall acpi_video_init+0x0/0xfee [video] returned 0 after 73057 usecs
[   12.033031] initcall svm_init+0x0/0x23 [kvm_amd] returned 0 after 57167 usecs
[   12.044355] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   12.050142] initcall skge_init_module+0x0/0x1000 [skge] returned 0 after 80333 usecs
[   12.057977] calling  mxm_wmi_init+0x0/0x1000 [mxm_wmi] @ 1731
[   12.063753] initcall mxm_wmi_init+0x0/0x1000 [mxm_wmi] returned 0 after 0 usecs
[   12.074261] SCSI subsystem initialized
[   12.078033] initcall init_scsi+0x0/0x91 [scsi_mod] returned 0 after 114728 usecs
[   12.090205] calling  drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] @ 1731
[   12.098412] calling  ata_init+0x0/0x4d3 [libata] @ 1807
[   12.103632] ACPI: bus type scsi registered
[   12.118363] initcall drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] returned 0 after 20534 usecs
[   12.127497] calling  fb_console_init+0x0/0x1000 [fbcon] @ 2314
[   12.133368] initcall fb_console_init+0x0/0x1000 [fbcon] returned 0 after 48 usecs
[   12.141981] ip (2332) used greatest stack depth: 3880 bytes left
[   12.148397] libata version 3.00 loaded.
[   12.152251] initcall ata_init+0x0/0x4d3 [libata] returned 0 after 47533 usecs
[   12.162164] calling  nv_pci_driver_init+0x0/0x1000 [sata_nv] @ 1807
[   12.168504] calling  ttm_init+0x0/0x1000 [ttm] @ 1731
[   12.175997] initcall ttm_init+0x0/0x1000 [ttm] returned 0 after 2372 usecs
[   12.191168] calling  ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] @ 1820
[   12.217325] calling  nouveau_drm_init+0x0/0x1000 [nouveau] @ 1731
[   12.326998] sata_nv 0000:00:08.0: version 3.5
[   12.331610] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[   12.33748ency timer to 64
^G^G^G^G^G^G^G^G[   12.343638] scsi0 : sata_nv
^G[   12.347640] scsi1 : sata_nv
[   12.363732] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[   12.370680] ata2: SATA max UDMA/133 cmd 0x970R) PRO/1000 Network Connection
^G^G^G^G^G^G^G^G[   12.404669] initcall e1000_init_module+0x0/0x1000 [e1000] returned 0 after 389987 usecs
^G^G^G^G^G^G^G^G[   12.414502] scsi2 : sata_nv
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   12.419666] scsi3 : sata_nv
^G^G^G^G^G^G^G^G[   12.423757] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
^G^G^G^G^G^G^G^G[   12.431881] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
^G^G^G^G^G^G^G^G[   12.440410] initcall nv_pci_driver_init+0x0/0x1000 [sata_nv] returned 0 after 265968 usecs
^G^G^G^G[   12.449990] nouveau 0000:00:0d.0: setting latency timer to 64
[   12.450164] initcall ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] returned 0 after 246045 usecs
[   12.465897] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 22
[   12.471957] nouveau  [  DEVICE][0000:00:0d.0] BOOT0  : 0x04c000a2
[   12.478042] nouveau  [  DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
[   12.484134] nouveau  [  DEVICE][0000:00:0d.0] Family : NV40
[   12.490421] nouveau  [   VBIOS][0000:00:0d.0] checking PRAMIN for image...
[   12.535617] nouveau  [   VBIOS][0000:00:0d.0] ... appears to be valid
[   12.542043] nouveau  [   VBIOS][0000:00:0d.0] usingG^G^G^G^G^G^G^G[   12.561307] nouveau  [     PFB][0000:00:0d.0] RAM type: unknown
^G^G^G^G^G^G^G^G[   12.568459] nouveau  [     PFB][0000:00:0d.0] RAM size: 128 MiB
^G^G^G^G^G^G^G^G[   12.575747] nouveau  [     PFB][0000:00:0d.0]    ZCOMP: 0 tags
^G^G^G^G^G^G^G^G^G^G[   12.608811] nouveau  [  PTHERM][0000:00:0d.0] FAN control: none / external
[   12.615676] nouveau  [  PTHERM][0000:00:0d.0] ^G[   12.694703] ata1: SATA link down (SStatus 0 SControl 300)
[   12.751641] ata3: SATA link down (SStatus 0 SControl 300)
[   13.152771] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   13.162014] ata2.00: ATA-7: HDT722516DLA380, V43OA96A, max UDMA/133
[   13.168272] ata2.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   13.180986] ata2.00: configured for UDMA/133
[   13.185339] scsi 1:0:0:0: Direct-Access     ATA      HDT722516DLA380  V43O P29
^G^G^G^G^G^G^G^G[   13.201319] sd 1:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
^G^G^G^G^G^G^G[   13.210001] sd 1:0:0:0: [sda] Write Protect is off
[   13.215902] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   13.220957] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   13.230061] initcall init_sd+0x0/0x1000 [sd_mod] returned 0 after 28375 usecs
[   13.282900]  sda: sda1 sda2 sda3
[   13.286552] sd 1:0:0:0: [sda] Attached SCSI disk
[   13.506614] ata4: SATA link down (SStatus 0 SControl 300)
[   13.513522] calling  init_sg+0x0/0x1000 [sg] @ 2442
[   13.5181:0:0:0: Attached scsi generic sg0 type 0
[   13.523878] initcall init_sg+0x0/0x1000 [sg] returned 0 after 5355 usecs
^G^G[   13.621376] nouveau  [  PTHERM][0000:00:0d.0] programmed thresholds [ 90(2), 95(3), 145(2), 135(5) ]
[   13.630487] nouveau 39079] nouveau  [  PTHERM][0000:00:0d.0] Thermal management: automatic
[   13.646028] nouveau  [  PTHERM][0000:00:0d.0] temperature (218 C) hit the 'downclock' threshold
[   13.654702] nouveau  [  PTHERM][0000:00:0d.0] temperature (218 C) hit the 'critical' threshold
[   13.663296] nouveau  [  PTHERM][0000:00:0d.0] temperature (218 C) hit the 'shutdown' threshold
[   13.671992] [TTM] Zone  kernel: Available graphics memory: 1963774 kiB
^G[   13.671996] ttyS0: 7 input overrun(s)
[   13.682341] [TTM] Initializing pool allocator
^G^G^G^[   13.686694] [TTM] Initializing DMA pool allocator
G^G^G^G^G^G^G^G^G^G^G^G[   13.693388] nouveau  [     DRM] VRAM: 125 MiB
[   13.698337] nouveau  [     DRM] GART: 512 MiB
Usage: /etc/init[   13.702689] nouveau  [     DRM] TMDS table version 1.1
.d/halt {start}[   13.709202] nouveau  [     DRM] DCB version 3.0

[   13.715109] nouveau  [     DRM] DCB outp 00: 01000310 00000023
[   13.721018] nouveau  [     DRM] DCB outp 01: 00110204 97e50000
The system is g[   13.726841] nouveau  [     DRM] DCB conn 00: 0000
oing down NOW!
[   13.733091] nouveau  [     DRM] Saving VGA fonts
Sent SIGTERM to all processes
[   13.776802] nouveau W[     DRM] DCB type 4 not known
[   13.781767] nouveau W[     DRM] Unknown-1 has no encoders, removingamp query.
^G^G^G^G^G^G[   13.801927] nouveau  [     DRM] 1 available performance level(s)
[   13.808683] nouveau  [     DRM] 0: core 425MHz shader 425MHz fanspeed 100%
[   13.815545] nouveau  [     DRM] c:
^G^G^G^G^G^G^G^G[   13.820226] nouveau  [     DRM] MM: using M2MF for buffer copies
^G^G[   13.859799] nouveau 0000:00:0d.0: No connectors reported connected with modes
[   13.866928] [drm] Cannot find any crtc or s88012d44fc00
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   13.880874] fbcon: nouveaufb (fb0) is primary device
[   13.884765] Console: switching to colour frame buffer device 128x48
[   13.896920] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
[   13.903254] nouveau 0000:00:0d.0: registered panic notifier
[   13.908814] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
[   13.916336] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 1655475 usecs
udevd-work[1411]: '/sbin/modprobe -b pci:v000010DEd000003D0sv00001565sd00001405bc03sc00i00' unexpected exit with status 0x000f

Sent SIGKILL to all processes
Requesting system poweroff
[   15.730633] kvm: exiting hardware virtualization
[   15.735296] sd 1:0:0:0: shutdown
[   15.738524] sd 1:0:0:0: [sda] Synch^G[   16.114233] i2c i2c-2: shutdown
[   16.117391] i2c i2c-1: shutdown
[   16.120527] i2c i2c-0: shutdown
[   16.123691] serio serio0: shutdown
[   16.127087] i8042 i8042: shutdown
[   16.130549] system 00:09: shutdown
[   16.133955] system 00:08: shutdown
[   16.137350] serial 00:07: shutdown
[   16.140748] pnp 00:06: shutdown
[   16.143885] pnp 00:05: shutdown
[   16.147023] rtc_cmos 00:04: shutdown
[   16.150596] pnp 00:03: shutdown
[   16.153741] pnp 00:02: shutdown
[   16.156876] system 00:01: shutdown
[   16.160274] system 00:00: shutdown
[   16.163680] skge 0000:01:08.0: shutdown
[   16.168196] pci 0000:00:04.0: System wakeup enabled by ACPI
[   16.184646] e1000 0000:01:06.0: shutdown
[   16.199620] pci 0000:00:18.4: shutdown
[   16.203380] pci 0000:00:18.3: shutdown
[   16.207133] pci 0000:00:18.2: shutdowna_nv 0000:00:08.1: shutdown
[   16.239353] sata_nv 0000:00:08.0: shutdown
[   16.243450] forcedeth 0000:00:07.0: shutdown
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   16.258541] pci 0000:00:06.0: shutdown
^G^G^G^G^G^G^G^G[   16.262689] pci 0000:00:05.0: shutdown
^G^G[   16.267803] pci 0000:00:04.0: shutdown
[   16.271882] ehci-pci 0000:00:02.1: shutdown
[   16.276156] ohci_hcd 0000:00:02.0: shutdown
[   16.280395] pci 0000:00:01.2: shutdown
[   16.284146] pci 0000:00:01.1: shutdown
[   16.287893] pci 0000:00:01.0: shutdown
[   16.291641] pci 0000:00:00.0: shutdown
[   16.295500] ACPI: Preparing to enter system sleep state S5
[   16.301521] Disabling non-boot CPUs ...
[   16.306938] PM: Calling mce_syscore_shutdown+0x0/0x70
[   16.311988] PM: Calling i8259A_shutdown+0x0/0x10
[   16.316597] Power down.
[   16.319361] acpi_power_off called

PXELINUX 3.82 2009-06-09  Copyright (C) 1994-2009 H. Peter Anvin et al
boot: 
Loading vmlinuz........................................................................
Loading initramfs.cpio.gz....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ready.
Hh?r??????II=I??????????????????????mu9a Group N61PB-M2S/N61PB-M2S, BIOS 6.00 PG 09/03/2009
[    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 = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR defRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 000100000000 mask FFFFC0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000140000000 aka 5120M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xb7ee0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f3a30-0x000f3a3f] mapped at [ffff8800000f3a30]
[    0.000000] memblock_reserve: [0x000000000f3a30-0x000000000f3a40] smp_scan_config+0xee/0x12b
[    0.000000] memblock_reserve: [0x000000000f1f44-0x000000000f2088] smp_scan_config+0x10c/0x12b
[    0.000000] memblock_reserve: [0x00000001cb9000-0x00000001cbf000] setup_arch+0x65f/0xcfe
[    0.000000] MEMBLOCK configuratif], 0x40000000 bytes
[    0.000000]  reserved.cnt  = 0x3
[    0.000000]  reserved[0x0]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x1]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x2]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000] memblock_reserve: [0x00000000001000-0x00000000010000] setup_bios_corruption_check+0xee/0x180
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] memblock_reserve: [0x00000000098000-0x0000000009e000] reserve_real_mode+0x65/0x8b
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] memblock_reserve: [0x00000000000000-0x00000000010000] setup_arch+0x73d/0xcfe
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01cba000, 0x01cbafff] PGTABLE
[    0.000000] BRK [0x01cbb000, 0x01cbbfff] PGTABLE
[    0.000000] BRK [0x01cbc000, 0x01cbcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
[    0.000000]  [mem 0x13c000000-0x13fdfffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000]  [mem 0x100000000-0x13bffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x00100000-0xb7edffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xb7dfffff] page 2M
[    0.000000]  [mem 0xb7e00000-0xb7edffff] page 4k
[    0.000000] memblock_reserve: [0x0000013ffff000-0x00000140000000] alloc_low_pages+0xd5/0x180
[    0.000000] memblock_reserve: [0x0000013fffe000-0x0000013ffff000] alloc_low_pages+0xd5/0x180
[    0.000000] RAMDISK: [mem 0x7b1e3000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f7e60 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 00000000b7ee3000 00038 (v01 Nvidia NVDA
[    0.000000] ACPI: FACP 00000000b7ee3080 00074 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130117/tbfadt-599)
[    0.000000] ACPI: DSDT 00000000b7ee3100 05B85 (v01 NVIDIA NVDAACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000b7ee0000 00040
[    0.000000] ACPI: SSDT 00000000b7ee8d80 008F5 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: HPET 00000000b7ee9680 00038 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000098)
[    0.000000] ACPI: MCFG 00000000b7ee96c0 0003C (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: APIC 00000000b7ee8cc0 00098 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[    0.000000] memblock_reserve: [0x0000013fffa000-0x0000013fffe000] memblock_alloc_base_nid+0x3f/0x52
[    0.000000]   NODE_DATA [mem 0x13fffa000-0x13fffdfff]
[    0.000000] MEMBLOCK configuration:
[    0.000000]  memory size = 0xf7e7e400 reserved size = 0x5b58400
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes on node 0
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes on node 0
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes on node 0
[    0.000000]  reserved.cnt  = 0x6
[    0.000000]  reserved[0x0]	[0x00000000000000-0x0000000000ffff], 0x10000 bytes
[    0.000000]  reserved[0x1]	[0x00000000098000-0x0000000009dfff], 0x6000 bytes
[    0.000000]  reserved[0x2]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x3]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x4]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000]  reserved[0x5]	[0x0000013fffa000-0x0000013fffffff], 0x6000 bytes
[    0.000000] memblock_reserve: [0x0000013fff9000-0x0000013fffa000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf9000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf8c00-0x0000013fbf8fe0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f8c00-0x0000013fbf8c00] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013b800000-0x0000013f600000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f7000-0x0000013f7f8000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f6000-0x0000013f7f7000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013f000000-0x0000013f600000] free_bootmem+0x9/0xb
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b800000-ffff88013effffff] on node 0
[    0.000000]    memblock_free: [0x0000013f7f8c00-0x0000013fbf8c00] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fbf9000-0x0000013fff9000] free_bootmem+0x9/0xb
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    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-0xb7edffff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] On node 0 totalpages: 1015422
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000] memblock_reserve: [0x0000013ffe1000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   DMA32 zone: 10245 pages used for memmap
[    0.000000]   DMA32 zone: 749280 pages, LIFO batch:31
[    0.000000] memblock_reserve: [0x0000013ffc9000-0x0000013ffe1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.0000memblock_reserve: [0x0000013ffb1000-0x0000013ffc9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffb0000-0x0000013ffb1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] ACPI: Pess 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[    0.000000] memblock_reserve: [0x0000013ffaff80-0x0000013ffaffc1] __alloc_memory_core_early+0x5c/0x64
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] memblock_reserve: [0x0000013ffaff00-0x0000013ffaff43] __alloc_memory_core_early+0x5c/0x64
[    0.000000] nr_irqs_gsi: 40
[    0.000000] memblock_reserve: [0x0000013ffafc40-0x0000013ffafee0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafbc0-0x0000013ffafc28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafb40-0x0000013ffafba8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafac0-0x0000013ffafb28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafa40-0x0000013ffafaa8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf9c0-0x0000013ffafa28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf940-0x0000013ffaf9a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf8c0-0x0000013ffaf928] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf840-0x0000013ffaf8a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf7c0-0x0000013ffaf828] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf740-0x0000013ffaf7a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf6c0-0x0000013ffaf728] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf680-0x0000013ffaf6a0] __alloc_memory_core_early+0x5c/0x64
[    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] memblock_reserve: [0x0000013ffaf640-0x0000013ffaf660] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000b7ee0000 - 00000000b7ee3000
[    0.000000] PM: Registered nosave memory: 00000000b7ee3000 - 00000000b7ef0000
[    0.000000] PM: Registered nosave memory: 00000000b7ef0000 - 00000000b7f00000
[    0.000000] PM: Registered nosave memory: 00000000b7f00000 - 00000000b8000000
[    0.000000] PM: Registered nosave memory: 00000000b8000000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] memblock_reserve: [0x0000013ffaf580-0x0000013ffaf637] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf4c0-0x0000013ffaf577] __alloc_memory_core_early+0x5c/0x64
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] memblock_reserve: [0x0000013ffae4c0-0x0000013ffaf4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad4c0-0x0000013ffae4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fc00000-0x0000013fe00000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013fc1c000-0x0000013fc80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fc9c000-0x0000013fd00000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd1c000-0x0000013fd80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd9c000-0x0000013fe00000] free_bootmem+0x9/0xb
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s84992 r8192 d21504 u524288
[    0.000000] memblock_reserve: [0x0000013ffad480-0x0000013ffad488] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad440-0x0000013ffad448] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad400-0x0000013ffad410] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad3c0-0x0000013ffad3e0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] pcpu-alloc: s84992 r8192 d21504 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] memblock_reserve: [0x0000013ffad280-0x0000013ffad3b0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad200-0x0000013ffad250] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad180-0x0000013ffad1d0] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013ffae4c0-0x0000013ffaf4c0] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013ffad4c0-0x0000013ffae4c0] free_bootmem+0x9/0xb
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1001515
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=1000 nouveau.old_style=0 memblock=debug BOOT_IMAGE=vmlinuz 
[    0.000000] memblock_reserve: [0x0000013ffa5180-0x0000013ffad180] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] memblock_reserve: [0x000000b3ee0000-0x000000b7ee0000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] membloc[    0.000000] memblock_reserve: [0x0000013ff85000-0x0000013ffa5000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ff45000-0x0000013ff85000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ f000000000 size 32 MB
[    0.000000] Aperture beyond 4GB.00000] Your BIOS doesn't leave a aperture memory hole
[    0.000000] Please enable the IOMMU option in the BIOS setup
[    0.000000] This costs you 64 MB of RAM
[    0.000000] memblock_reserve: [0x000000ac000000-0x000000b0000000] gart_iommu_hole_init+0x3b1/0x512
[    0.000000] Mapping aperture over 65536 KB of RAM @ ac000000
[    0.000000] memblock_reserve: [0x0000013ffaf480-0x0000013ffaf4a0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000ac000000 - 00000000b0000000
[    0.000000] Memory: 3778912k/5242880k available (6643k kernel code, 1181192k absent, 282776k reserved, 4275k data, 1028k initRCrestricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] hpet clockevent registered
[    0.001000] tsc: Fast TSC calibration using PIT
[    0.002000] tsc: Detected 2913.403 MHz processor
[    0.000002] Calibrat)
[    0.010611] pid_max: default: 32768 minimum: 301
[    0.015251] Security Framework initialized
[    0.019346] SELinux:  Disabled at boot.
[    0.023366] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.031857] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.039524] Mount-cache hash table entries: 256
[    0.044218] Initializing cgroup subsys cpuacct
[    0.048659] Initializing cgroup subsys freezer
[    0.053121] tseg: 00b7f00000
[    0.056007] CPU: Physical Processor ID: 0
[    0.060013] CPU: Processor Core ID: 0
[    0.063674] mce: CPU supports 6 MCE banks
[    0.067685] LVT offset 0 assigned for vector 0xf9
[    0.072392] process: using AMD E400 aware idle routine
[    0.077523] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.077523] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.077523] tlb_flushall_shift: 4
[    0.092160] Freeing SMP alternatives: 24k freed
[    0.098209] ACPI: Core revision 20130117
[    0.105085] ACPI: All ACPI Tables successfully acquired
[    0.112474] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.128458] smpboot: CPU0: AMD Athlon(tm) II X2 245 Processor (fam: 10, model: 06, stepping: 02)
[    0.239121] calling  set_real_mode_permissions+0x0/0xab @ 1
[    0.244682] initcall set_real_mode_permissions+0x0/0xab returned 0 after 0 usecs
[    0.252061] calling  trace_init_flags_sys_exit+0x0/0x12 @ 1
[    0.257625] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[    0.265000] calling  trace_init_flags_sys_enter+0x0/0x12 @ 1
[    0.270643] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[    0.278112] calling  init_hw_perf_events+0x0/0x438 @ 1
[    0.283234] Performance Events: AMD PMU driver.
[    0.287771] ... version:                0
[    0.291767] ... bit width:              48
[    0.295852] ... generic registers:      4
[    0.299852] ... value mask:             0000ffffffffffff
[    0.305149] ... max period:             00007fffffffffff
[    0.310445] ... fixed-purpose events:   0
[    0.314444] ... event mask:             000000000000000f
[    0.319747] initcall init_hw_perf_events+0x0/0x438 returned 0 after 8789 usecs
[    0.326952] calling  register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[    0.333295] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[    0.341448] calling  spawn_ksoftirqd+0x0/0x28 @ 1
[    0.346155] initcall spawn_ksoftirqd+0x0/0x28 returned 0 after 0 usecs
[    0.352664] calling  init_workqueues+0x0/0x3c6 @ 1
[    0.357527] initcall init_workqueues+0x0/0x3c6 returned 0 after 0 usecs
[    0.364123] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    0.369248] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    0.376187] calling  migration_init+0x0/0x71 @ 1
[    0.380794] initcall migration_init+0x0/0x71 returned 0 after 0 usecs
[    0.387215] calling  cpu_stop_init+0x0/0x76 @ 1
[    0.391747] initcall cpu_stop_init+0x0/0x76 returned 0 after 0 usecs
[    0.398087] calling  rcu_scheduler_really_started+0x0/0x12 @ 1
[    0.403910] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[    0.411543] calling  rcu_spawn_gp_kthread+0x0/0x89 @ 1
[    0.416686] initcall rcu_spawn_gp_kthread+0x0/0x89 returned 0 after 0 usecs
[    0.423635] calling  relay_init+0x0/0x14 @ 1
[    0.427893] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    0.433970] calling  tracer_alloc_buffers+0x0/0x1f1 @ 1
[    0.439218] initcall tracer_alloc_buffers+0x0/0x1f1 returned 0 after 0 usecs
[    0.446252] calling  init_events+0x0/0x61 @ 1
[    0.450605] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[    0.456767] calling  init_trace_printk+0x0/0x12 @ 1
[    0.461631] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    0.468311] calling  jump_label_init_module+0x0/0x12 @ 1
[    0.473610] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    0.480732] calling  mce_amd_init+0x0/0x165 @ 1
[    0.485248] MCE: In-kernel MCE decoding enabled.
[    0.489854] initcall mce_amd_init+0x0/0x165 returned 0 after 976 usecs
[    0.496411] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.504503] smpboot: Booting Node   0, Processors  #1
[    0.522494] Brought up 2 CPUs
[    0.525651] smpboot: Total of 2 processors activated (11653.61 BogoMIPS)
[    0.535694] calling  ipc_ns_init+0x0/0x14 @ 1
[    0.540046] initcall ipc_ns_init+0x0/0x14 returned 0 after 0 usecs
[    0.546216] calling  init_mmap_min_addr+0x0/0x26 @ 1
[    0.551166] initcall init_mmap_min_addr+0x0/0x26 returned 0 after 0 usecs
[    0.557942] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    0.564538] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    0.572950] calling  net_ns_init+0x0/0xfd @ 1
[    0.577358] initcall net_ns_init+0x0/0xfd returned 0 after 0 usecs
[    0.583563] calling  e820_mark_nvs_memory+0x0/0x41 @ 1
[    0.588693] PM: Registering ACPI NVS region [mem 0xb7ee0000-0xb7ee2fff] (12288 bytes)
[    0.596501] initcall e820_mark_nvs_memory+0x0/0x41 returned 0 after 6835 usecs
[    0.603700] calling  cpufreq_tsc+0x0/0x37 @ 1
[    0.608047] initcall cpufreq_tsc+0x0/0x37 returned 0 after 0 usecs
[    0.614218] calling  reboot_init+0x0/0x1d @ 1
[    0.618574] initcall reboot_init+0x0/0x1d returned 0 after 0 usecs
[    0.624742] calling  init_lapic_sysfs+0x0/0x20 @ 1
[    0.629529] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[    0.636132] calling  cpu_hotplug_pm_sync_init+0x0/0x2f @ 1
[    0.641610] initcall cpu_hotplug_pm_sync_init+0x0/0x2f returned 0 after 0 usecs
[    0.648898] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    0.653676] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    0.660279] calling  ksysfs_init+0x0/0x94 @ 1
[    0.664628] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs
[    0.670794] calling  pm_init+0x0/0x4e @ 1
[    0.674797] initcall pm_init+0x0/0x4e returned 0 after 0 usecs
[    0.680618] calling  pm_disk_init+0x0/0x19 @ 1
[    0.685050] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    0.691308] calling  swsusp_header_init+0x0/0x30 @ 1
[    0.696266] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[    0.703042] calling  init_jiffies_clocksource+0x0/0x12 @ 1
[    0.708513] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[    0.715801] calling  event_trace_enable+0x0/0xa9 @ 1
[    0.720795] initcall event_trace_enable+0x0/0xa9 returned 0 after 0 usecs
[    0.727570] calling  init_zero_pfn+0x0/0x4f @ 1
[    0.732087] initcall init_zero_pfn+0x0/0x4f returned 0 after 0 usecs
[    0.738423] calling  fsnotify_init+0x0/0x26 @ 1
[    0.742950] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[    0.749286] calling  filelock_init+0x0/0x2a @ 1
[    0.753807] initcall filelock_init+0x0/0x2a returned 0 after 0 usecs
[    0.760148] calling  init_misc_binfmt+0x0/0x31 @ 1
[    0.764926] initcall init_misc_binfmt+0x0/0x31 returned 0 after 0 usecs
[    0.771530] calling  init_script_binfmt+0x0/0x16 @ 1
[    0.776487] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.783256] calling  init_elf_binfmt+0x0/0x16 @ 1
[    0.787948] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.794455] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    0.799752] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.806867] calling  debugfs_init+0x0/0x5c @ 1
[    0.811299] initcall debugfs_init+0x0/0x5c returned 0 after 0 usecs
[    0.817556] calling  securityfs_init+0x0/0x53 @ 1
[    0.822248] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs
[    0.828763] calling  prandom_init+0x0/0xd9 @ 1
[    0.833195] initcall prandom_init+0x0/0xd9 returned 0 after 0 usecs
[    0.839445] calling  virtio_init+0x0/0x30 @ 1
[    0.843900] kworker/u:0 (20) used greatest stack depth: 6152 bytes left
[    0.843902] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    0.843904] calling  __gnttab_init+0x0/0x30 @ 1
[    0.843908] initcall __gnttab_init+0x0/0x30 returned -19 after 0 usecs
[    0.843910] calling  early_resume_init+0x0/0x1d0 @ 1
[    0.843954] RTC time: 15:30:51, date: 03/05/13
[    0.843956] initcall early_resume_init+0x0/0x1d0 returned 0 after 0 usecs
[    0.843957] calling  cpufreq_core_init+0x0/0xc7 @ 1
[    0.843960] initcall cpufreq_core_init+0x0/0xc7 returned 0 after 0 usecs
[    0.843961] calling  cpuidle_init+0x0/0x40 @ 1
[    0.843963] initcall cpuidle_init+0x0/0x40 returned 0 after 0 usecs
[    0.843965] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    0.843966] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    0.843967] calling  sock_init+0x0/0x89 @ 1
[    0.921819] initcall sock_init+0x0/0x89 returned 0 after 976 usecs
[    0.927984] calling  net_inuse_init+0x0/0x26 @ 1
[    0.932591] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    0.939020] calling  netpoll_init+0x0/0x3d @ 1
[    0.943460] initcall netpoll_init+0x0/0x3d returned 0 after 0 usecs
[    0.949715] calling  netlink_proto_init+0x0/0x1b3 @ 1
[    0.954759] NET: Registered protocol family 16
[    0.959202] initcall netlink_proto_init+0x0/0x1b3 returned 0 after 4882 usecs
[    0.966350] calling  bdi_class_init+0x0/0x4d @ 1
[    0.971060] initcall bdi_class_init+0x0/0x4d returned 0 after 0 usecs
[    0.977492] calling  kobject_uevent_init+0x0/0x12 @ 1
[    0.982538] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    0.989400] calling  pcibus_class_init+0x0/0x19 @ 1
[    0.994338] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.001030] calling  pci_driver_init+0x0/0x19 @ 1
[    1.005830] initcall pci_driver_init+0x0/0x19 returned 0 after 0 usecs
[    1.012354] calling  backlight_class_init+0x0/0x5d @ 1
[    1.017557] initcall backlight_class_init+0x0/0x5d returned 0 after 0 usecs
[    1.024511] calling  video_output_class_init+0x0/0x19 @ 1
[    1.029956] initcall video_output_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.037159] calling  xenbus_init+0x0/0x233 @ 1
[    1.041599] initcall xenbus_init+0x0/0x233 returned -19 after 0 usecs
[    1.048028] calling  tty_class_init+0x0/0x38 @ 1
[    1.052703] initcall tty_class_init+0x0/0x38 returned 0 after 0 usecs
[    1.059133] calling  vtconsole_class_init+0x0/0xc2 @ 1
[    1.064362] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs
[    1.071311] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    1.077051] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    1.084602] calling  register_node_type+0x0/0x34 @ 1
[    1.089631] initcall register_node_type+0x0/0x34 returned 0 after 0 usecs
[    1.096409] calling  i2c_init+0x0/0x77 @ 1
[    1.100607] initcall i2c_init+0x0/0x77 returned 0 after 0 usecs
[    1.106519] calling  amd_postcore_init+0x0/0x143 @ 1
[    1.111482] node 0 link 0: io port [8000, ffff]
[    1.116003] TOM: 00000000c0000000 aka 3072M
[    1.120175] Fam 10h mmconf [mem 0xf0000000-0xf00fffff]
[    1.125298] node 0 link 0: mmio [a0000, bffff]
[    1.129745] node 0 link 0: mmio [c0000000, efffffff]
[    1.134713] node 0 link 0: mmio [f4000000, fe02ffff]
[    1.139682] node 0 link 0: mmio [f0000000, f03fffff] ==> [f0100000, f03fffff]
[    1.146831] TOM2: 0000000140000000 aka 5120M
[    1.151090] bus: [bus 00-04] on node 0 link 0
[    1.155435] bus: 00 [io  0x0000-0xffff]
[    1.159261] bus: 00 [mem 0x000a0000-0x000bffff]
[    1.163779] bus: 00 [mem 0xc0000000-0xefffffff]
[    1.168295] bus: 00 [mem 0xf0400000-0xffffffff]
[    1.172814] bus: 00 [mem 0xf0100000-0xf03fffff]
[    1.177332] bus: 00 [mem 0x140000000-0xfcffffffff]
[    1.182118] initcall amd_postcore_init+0x0/0x143 returned 0 after 15625 usecs
[    1.189285] calling  arch_kdebugfs_init+0x0/0x233 @ 1
[    1.194331] initcall arch_kdebugfs_init+0x0/0x233 returned 0 after 0 usecs
[    1.201185] calling  mtrr_if_init+0x0/0x78 @ 1
[    1.205619] initcall mtrr_if_init+0x0/0x78 returned 0 after 0 usecs
[    1.211874] calling  ffh_cstate_init+0x0/0x2a @ 1
[    1.216565] initcall ffh_cstate_init+0x0/0x2a returned -1 after 0 usecs
[    1.223160] initcall ffh_cstate_init+0x0/0x2a returned with error code -1 
[    1.230015] calling  activate_jump_labels+0x0/0x32 @ 1
[    1.235148] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[    1.242096] calling  acpi_pci_init+0x0/0x5c @ 1
[    1.246614] ACPI: bus type pci registered
[    1.250614] initcall acpi_pci_init+0x0/0x5c returned 0 after 976 usecs
[    1.257122] calling  dma_bus_init+0x0/0x19 @ 1
[    1.261611] initcall dma_bus_init+0x0/0x19 returned 0 after 0 usecs
[    1.267867] calling  dma_channel_table_init+0x0/0xde @ 1
[    1.273189] initcall dma_channel_table_init+0x0/0xde returned 0 after 0 usecs
[    1.280309] calling  setup_vcpu_hotplug_event+0x0/0x2d @ 1
[    1.285779] initcall setup_vcpu_hotplug_event+0x0/0x2d returned -19 after 0 usecs
[    1.293240] calling  register_xen_pci_notifier+0x0/0x38 @ 1
[    1.298795] initcall register_xen_pci_notifier+0x0/0x38 returned 0 after 0 usecs
[    1.306169] calling  xen_pcpu_init+0x0/0xcc @ 1
[    1.310687] initcall xen_pcpu_init+0x0/0xcc returned -19 after 0 usecs
[    1.317196] calling  dmi_id_init+0x0/0x31d @ 1
[    1.321735] initcall dmi_id_init+0x0/0x31d returned 0 after 0 usecs
[    1.327997] calling  dca_init+0x0/0x20 @ 1
[    1.332091] dca service started, version 1.12.1
[    1.336668] initcall dca_init+0x0/0x20 returned 0 after 976 usecs
[    1.342748] calling  iommu_init+0x0/0x58 @ 1
[    1.347025] initcall iommu_init+0x0/0x58 returned 0 after 0 usecs
[    1.353106] calling  pci_arch_init+0x0/0x69 @ 1
[    1.357644] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    1.366928] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    1.376239] PCI: Using configuration type 1 for base access
[    1.381800] initcall pci_arch_init+0x0/0x69 returned 0 after 4882 usecs
[    1.388435] calling  topology_init+0x0/0x98 @ 1
[    1.393173] initcall topology_init+0x0/0x98 returned 0 after 0 usecs
[    1.399518] calling  mtrr_init_finialize+0x0/0x36 @ 1
[    1.404558] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[    1.411413] calling  init_vdso+0x0/0x152 @ 1
[    1.415674] initcall init_vdso+0x0/0x152 returned 0 after 0 usecs
[    1.421755] calling  sysenter_setup+0x0/0x2f8 @ 1
[    1.426449] initcall sysenter_setup+0x0/0x2f8 returned 0 after 0 usecs
[    1.432965] calling  param_sysfs_init+0x0/0x192 @ 1
[    1.437999] kworker/u:0 (42) used greatest stack depth: 5720 bytes left
[    1.451142] initcall param_sysfs_init+0x0/0x192 returned 0 after 6835 usecs
[    1.458230] calling  pm_sysrq_init+0x0/0x19 @
[    1.488749] initcall init_bio+0x0/0xe8 returned 0 after 3906 usecs
[    1.494916] calling  fsnotify_notification_init+0x0/0x8b @ 1
[    1.500568] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs
[    1.508029] calling  cryptomgr_init+0x0/0x12 @ 1
[    1.512643] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    1.519072] calling  blk_settings_init+0x0/0x2c @ 1
[    1.523937] initcall blk_settings_init+0x0/0x2c returned 0 after 0 usecs
[    1.530627] calling  blk_ioc_init+0x0/0x2a @ 1
[    1.535081] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    1.541331] calling  blk_softirq_init+0x0/0x6e @ 1
[    1.546112] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[    1.552713] calling  blk_iopoll_setup+0x0/0x6e @ 1
[    1.557491] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[    1.564087] calling  genhd_device_init+0x0/0x86 @ 1
[    1.569099] initcall genhd_device_init+0x0/0x86 returned 0 after 0 usecs
[    1.575838] calling  pci_slot_init+0x0/0x50 @ 1
[    1.580360] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    1.586702] calling  fbmem_init+0x0/0x98 @ 1
[    1.591071] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[    1.597151] calling  acpi_init+0x0/0xbc @ 1
[    1.601343] ACPI: Added _OSI(Module Device)
[    1.605516] ACPI: Added _OSI(Processor Device)
[    1.609948] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.614638] ACPI: Added _OSI(Processor Aggregator Device)
[    1.620839] ACPI: EC: Look up EC in DSDT
[    1.628678] ACPI: Interpreter enabled
[    1.632341] ACPI: (supports S0ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
[    1.643158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
[    1.652386]  S3 S4 S5)
[    1.654805] ACPI: Using IOAPIC for interrupt routing
[    1.659850] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.678986] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    1.685362] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    1.691540] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
[    1.701814] PCI host bridge to bus 0000:00
[    1.705909] pci_bus 0000:00: root bus resource [bus 00-04]
[    1.711398] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    1.717564] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    1.723736] pci_bus 0000:00: root bus resource [io  0x8000-0xffff]
[    1.729907] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    1.736077] pci_bus 0000:00: root bus resource [io  0x1c00-0x1c80]
[    1.742248] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff]
[    1.749102] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.755956] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff]
[    1.762813] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff]
[    1.769696] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[    1.775983] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[    1.782012] pci 0000:00:01.0: reg 18: [io  0x1d00-0x1dff]
[    1.787526] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[    1.793531] pci 0000:00:01.1: reg 10: [io  0xfc00-0xfc3f]
[    1.798938] pci 0000:00:01.1: reg 20: [io  0x1c00-0x1c3f]
[    1.804325] pci 0000:00:01.1: reg 24: [io  0xf400-0xf43f]
[    1.809741] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    1.815686] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[    1.821851] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[    1.827856] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[    1.833971] pci 0000:00:02.0: supports D1 D2
[    1.838230] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.844879] pci 0000:00:02.0: System wakeup disabled by ACPI
[    1.850659] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[    1.856657] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
[    1.862769] pci 0000:00:02.1: supports D1 D2
[    1.867034] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.873697] pci 0000:00:02.1: System wakeup disabled by ACPI
[    1.879438] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[    1.885480] pci 0000:00:04.0: System wakeup disabled by ACPI
[    1.891209] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[    1.897215] pci 0000:00:05.0: reg 10: [mem 0xfe024000-0xfe027fff]
[    1.903335] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    1.909190] pci 0000:00:05.0: System wakeup disabled by ACPI
[    1.914918] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[    1.920936] pci 0000:00:06.0: reg 20: [io  0xf000-0xf00f]
[    1.926437] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[    1.932450] pci 0000:00:07.0: reg 10: [mem 0xfe02d000-0xfe02dfff]
[    1.938535] pci 0000:00:07.0: reg 14: [io  0xec00-0xec07]
[    1.943955] pci 0000:00:07.0: supports D1 D2
[    1.948217] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.954847] pci 0000:00:07.0: System wakeup disabled by ACPI
[    1.960579] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[    1.966590] pci 0000:00:08.0: reg 10: [io  0x09f0-0x09f7]
[    1.971978] pci 0000:00:08.0: reg 14: [io  0x0bf0-0x0bf3]
[    1.977369] pci 0000:00:08.0: reg 18: [io  0x0970-0x0977]
[    1.982760] pci 0000:00:08.0: reg 1c: [io  0x0b70-0x0b73]
[    1.988154] pci 0000:00:08.0: reg 20: [io  0xd800-0xd80f]
[    1.993545] pci 0000:00:08.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[    1.999748] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[    2.005749] pci 0000:00:08.1: reg 10: [io  0x09e0-0x09e7]
[    2.011141] pci 0000:00:08.1: reg 14: [io  0x0be0-0x0be3]
[    2.016532] pci 0000:00:08.1: reg 18: [io  0x0960-0x0967]
[    2.021924] pci 0000:00:08.1: reg 1c: [io  0x0b60-0x0b63]
[    2.027316] pci 0000:00:08.1: reg 20: [io  0xc400-0xc40f]
[    2.032708] pci 0000:00:08.1: reg 24: [mem 0xfe02b000-0xfe02bfff]
[    2.038892] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[    2.044912] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.051536] pci 0000:00:09.0: System wakeup disabled by ACPI
[    2.057274] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[    2.063301] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.069921] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    2.075656] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[    2.081676] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.088294] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    2.094011] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[    2.100016] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
[    2.106095] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    2.113131] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
[    2.119735] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.126367] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    2.132503] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    2.138630] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    2.144755] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    2.150878] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    2.157069] pci 0000:01:06.0: [8086:1026] type 00 class 0x020000
[    2.163076] pci 0000:01:06.0: reg 10: [mem 0xfd8c0000-0xfd8dffff 64bit]
[    2.169679] pci 0000:01:06.0: reg 18: [mem 0xfd880000-0xfd8bffff 64bit]
[    2.176280] pci 0000:01:06.0: reg 20: [io  0xbc00-0xbc3f]
[    2.181678] pci 0000:01:06.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    2.188217] pci 0000:01:06.0: PME# supported from D0 D3hot D3cold
[    2.194411] pci 0000:01:08.0: [10b7:1700] type 00 class 0x020000
[    2.200432] pci 0000:01:08.0: reg 10: [mem 0xfd8fc000-0xfd8fffff]
[    2.206519] pci 0000:01:08.0: reg 14: [io  0xb800-0xb8ff]
[    2.211933] pci 0000:01:08.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.218466] pci 0000:01:08.0: supports D1 D2
[    2.222727] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.229469] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[    2.236249] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    2.242331] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.249110] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    2.256316] pci 0000:00:04.0:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    2.264209] pci 0000:00:04.0:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    2.272102] pci 0000:00:04.0:   bridge window [io  0x8000-0xffff] (subtractive decode)
[    2.279994] pci 0000:00:04.0:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    2.287890] pci 0000:00:04.0:   bridge window [io  0x1c00-0x1c80] (subtractive decode)
[    2.295791] pci 0000:00:04.0:   bridge window [mem 0xfec80000-0xfecbffff] (subtractive decode)
[    2.304385] pci 0000:00:04.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    2.312971] pci 0000:00:04.0:   bridge window [mem 0xc0000000-0xefffffff] (subtractive decode)
[    2.321557] pci 0000:00:04.0:   bridge window [mem 0xf4000000-0xfe02ffff] (subtractive decode)
[    2.330229] pci 0000:00:09.0: PCI bridge to [bus 02]
[    2.335195] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    2.341273] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.348050] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    2.355869] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    2.360832] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    2.366911] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.373686] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    2.381505] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    2.386469] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    2.392563] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.399340] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    2.407073] ACPI _OSC control for PCIe not granted, disabling ASPM
[    2.413896] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 *7 9 10 11 14 15)
[    2.420537] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.428336] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 7 9 10 11 14 15)
[    2.434972] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.442769] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.450559] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.458357] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.466148] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.473948] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
[    2.480583] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.488382] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 *11 14 15)
[    2.495022] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[    2.501659] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
[    2.508296] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.516096] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
[    2.522733] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 *7 9 10 11 14 15)
[    2.529372] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.537172] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    2.543808] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[    2.550499] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[    2.555982] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    2.562419] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    2.567887] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    2.574324] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    2.580765] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    2.587205] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    2.593642] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    2.600084] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[    2.606108] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    2.612130] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[    2.618153] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0, disabled.
[    2.625148] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[    2.631170] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[    2.637196] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    2.643220] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[    2.650211] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    2.657205] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[    2.662675] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[    2.668246] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.673071] acpi root: \_SB_.PCI0 notify handler is installed
[    2.678849] Found 1 acpi root devices
[    2.682592] initcall acpi_init+0x0/0xbc returned 0 after 580078 usecs
[    2.689029] calling  dock_init+0x0/0x7b @ 1
[    2.693316] ACPI: No dock devices found.
[    2.697233] initcall dock_init+0x0/0x7b returned 0 after 976 usecs
[    2.703402] calling  pnp_init+0x0/0x19 @ 1
[    2.707563] initcall pnp_init+0x0/0x19 returned 0 after 0 usecs
[    2.713474] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[    2.718947] initcall xen_setup_shutdown_event+0x0/0x30 returned -19 after 0 usecs
[    2.726411] calling  balloon_init+0x0/0x133 @ 1
[    2.730934] initcall balloon_init+0x0/0x133 returned -19 after 0 usecs
[    2.737442] calling  xenbus_probe_backend_init+0x0/0x34 @ 1
[    2.743086] initcall xenbus_probe_backend_init+0x0/0x34 returned 0 after 0 usecs
[    2.750462] calling  xenbus_probe_frontend_init+0x0/0x34 @ 1
[    2.756182] initcall xenbus_probe_frontend_init+0x0/0x34 returned 0 after 0 usecs
[    2.763651] calling  xen_acpi_pad_init+0x0/0x47 @ 1
[    2.768523] initcall xen_acpi_pad_init+0x0/0x47 returned -19 after 0 usecs
[    2.775386] calling  balloon_init+0x0/0xfa @ 1
[    2.779816] initcall balloon_init+0x0/0xfa returned -19 after 0 usecs
[    2.786239] calling  xen_selfballoon_init+0x0/0xb9 @ 1
[    2.791363] initcall xen_selfballoon_init+0x0/0xb9 returned -19 after 0 usecs
[    2.798477] calling  misc_init+0x0/0xba @ 1
[    2.802721] initcall misc_init+0x0/0xba returned 0 after 0 usecs
[    2.808720] calling  vga_arb_device_init+0x0/0xde @ 1
[    2.813877] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[    2.821960] vgaarb: loaded
[    2.824668] vgaarb: bridge control possible 0000:00:0d.0
[    2.829972] initcall vga_arb_device_init+0x0/0xde returned 0 after 2929 usecs
[    2.837087] calling  cn_init+0x0/0xc0 @ 1
[    2.841098] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[    2.846920] calling  phy_init+0x0/0x2e @ 1
[    2.851148] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[    2.857058] calling  init_pcmcia_cs+0x0/0x3d @ 1
[    2.861726] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 0 usecs
[    2.868158] calling  usb_init+0x0/0x170 @ 1
[    2.872334] ACPI: bus type usb registered
[    2.876438] usbcore: registered new interface driver usbfs
[    2.881984] usbcore: registered new interface driver hub
[    2.887411] usbcore: registered new device driver usb
[    2.892463] initcall usb_init+0x0/0x170 returned 0 after 11718 usecs
[    2.898805] calling  serio_init+0x0/0x38 @ 1
[    2.903136] initcall serio_init+0x0/0x38 returned 0 after 0 usecs
[    2.909218] calling  input_init+0x0/0x103 @ 1
[    2.913629] initcall input_init+0x0/0x103 returned 0 after 0 usecs
[    2.919797] calling  rtc_init+0x0/0x6a @ 1
[    2.923958] initcall rtc_init+0x0/0x6a returned 0 after 0 usecs
[    2.929873] calling  pps_init+0x0/0xb7 @ 1
[    2.934031] pps_core: LinuxPPS API ver. 1 registered
[    2.938991] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    2.948105] initcall pps_init+0x0/0xb7 returned 0 after 13671 usecs
[    2.954360] calling  ptp_init+0x0/0xa4 @ 1
[    2.958501] PTP clock support registered
[    2.962424] initcall ptp_init+0x0/0xa4 returned 0 after 3906 usecs
[    2.968591] calling  power_supply_class_init+0x0/0x44 @ 1
[    2.974050] initcall power_supply_class_init+0x0/0x44 returned 0 after 0 usecs
[    2.981262] calling  hwmon_init+0x0/0xf6 @ 1
[    2.985595] initcall hwmon_init+0x0/0xf6 returned 0 after 0 usecs
[    2.991685] calling  leds_init+0x0/0x48 @ 1
[    2.995961] initcall leds_init+0x0/0x48 returned 0 after 0 usecs
[    3.001966] calling  pci_subsys_init+0x0/0x4f @ 1
[    3.006663] PCI: Using ACPI for IRQ routing
[    3.012258] PCI: pci_cache_line_size set to 64 bytes
[    3.017224] pci 0000:00:01.0: no compatible bridge window for [io  0x1d00-0x1dff]
[    3.024723] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    3.030715] e820: reserve RAM buffer [mem 0xb7ee0000-0xb7ffffff]
[    3.036713] initcall pci_subsys_init+0x0/0x4f returned 0 after 5859 usecs
[    3.043490] calling  proto_init+0x0/0x12 @ 1
[    3.047751] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    3.053831] calling  net_dev_init+0x0/0x1bb @ 1
[    3.058562] initcall net_dev_init+0x0/0x1bb returned 0 after 0 usecs
[    3.064904] calling  neigh_init+0x0/0x80 @ 1
[    3.069174] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    3.075253] calling  fib_rules_init+0x0/0xaf @ 1
[    3.079858] initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs
[    3.086280] calling  pktsched_init+0x0/0xfe @ 1
[    3.090799] initcall pktsched_init+0x0/0xfe returned 0 after 0 usecs
[    3.097141] calling  tc_filter_init+0x0/0x55 @ 1
[    3.101746] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[    3.108167] calling  tc_action_init+0x0/0x55 @ 1
[    3.112771] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    3.119194] calling  genl_init+0x0/0x75 @ 1
[    3.123373] initcall genl_init+0x0/0x75 returned 0 after 0 usecs
[    3.129368] calling  cipso_v4_init+0x0/0x61 @ 1
[    3.133891] initcall cipso_v4_init+0x0/0x61 returned 0 after 0 usecs
[    3.140234] calling  netlbl_init+0x0/0x81 @ 1
[    3.144579] NetLabel: Initializing
[    3.147970] NetLabel:  domain hash size = 128
[    3.152315] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.157273] NetLabel:  unlabeled traffic allowed by default
[    3.162832] initcall netlbl_init+0x0/0x81 returned 0 after 3906 usecs
[    3.169254] calling  rfkill_init+0x0/0x79 @ 1
[    3.173706] initcall rfkill_init+0x0/0x79 returned 0 after 0 usecs
[    3.179922] calling  xen_p2m_debugfs+0x0/0x4a @ 1
[    3.184622] initcall xen_p2m_debugfs+0x0/0x4a returned 0 after 0 usecs
[    3.191134] calling  xen_spinlock_debugfs+0x0/0x24e @ 1
[    3.196363] initcall xen_spinlock_debugfs+0x0/0x24e returned 0 after 0 usecs
[    3.203398] calling  hpet_late_init+0x0/0x101 @ 1
[    3.208091] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    3.215129] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[    3.220154] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    3.230020] initcall hpet_late_init+0x0/0x101 returned 0 after 7812 usecs
[    3.236791] calling  init_amd_nbs+0x0/0xb8 @ 10 usecs
[    3.247496] calling  clocksource_done_booting+0x0/0x5a @ 1
[    3.252973] Switching to clocksource hpet
[    3.256994] initcall clocksource_done_booting+0x0/0x5a returned 0 after 987 usecs
[    3.264476] calling  tracer_init_debugfs+0x0/0x3f5 @ 1
[    3.269677] initcall tracer_init_debugfs+0x0/0x3f5 returned 0 after 60 usecs
[    3.276708] calling  init_trace_printk_function_export+0x0/0x2f @ 1
[    3.282972] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 2 usecs
[    3.291049] calling  event_trace_init+0x0/0x237 @ 1
[    3.297557] initcall event_trace_init+0x0/0x237 returned 0 after 1593 usecs
[    3.304512] calling  init_kprobe_trace+0x0/0x93 @ 1
[    3.309388] initcall init_kprobe_trace+0x0/0x93 returned 0 after 5 usecs
[    3.316080] calling  init_pipe_fs+0x0/0x4c @ 1
[    3.320540] initcall init_pipe_fs+0x0/0x4c returned 0 after 18 usecs
[    3.326881] calling  eventpoll_init+0x0/0xda @ 1
[    3.331523] initcall eventpoll_init+0x0/0xda returned 0 after 26 usecs
[    3.338038] calling  anon_inode_init+0x0/0x5b @ 1
[    3.342746] initcall anon_inode_init+0x0/0x5b returned 0 after 7 usecs
[    3.349263] calling  blk_scsi_ioctl_init+0x0/0x289 @ 1
[    3.354396] initcall blk_scsi_ioctl_init+0x0/0x289 returned 0 after 1 usecs
[    3.361347] calling  acpi_event_init+0x0/0x81 @ 1
[    3.366056] initcall acpi_event_init+0x0/0x81 returned 0 after 11 usecs
[    3.372656] calling  pnp_system_init+0x0/0x12 @ 1
[    3.377481] initcall pnp_system_init+0x0/0x12 returned 0 after 120 usecs
[    3.384172] calling  pnpacpi_init+0x0/0x8c @ 1
[    3.388618] pnp: PnP ACPI init
[    3.391679] ACPI: bus type pnp registered
[    3.395956] system 00:00: [io  0x1000-0x107f] has been reserved
[    3.401870] system 00:00: [io  0x1080-0x10ff] has been reserved
[    3.407793] system 00:00: [io  0x1400-0x147f] has been reserved
[    3.413708] system 00:00: [io  0x1480-0x14ff] has been reserved
[    3.419620] system 00:00: [io  0x1800-0x187f] has been reserved
[    3.425531] system 00:00: [io  0x1880-0x18ff] has been reserved
[    3.431443] system 00:00: [io  0x2000-0x207f] has been reserved
[    3.437352] system 00:00: [io  0x2080-0x20ff] has been reserved
[    3.443264] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.450093] pnp 00:01: disabling [io  0x0010-0x001f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.460160] pnp 00:01: disabling [io  0x0022-0x003f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.470224] pnp 00:01: disabling [io  0x0044-0x005f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.480290] pnp 00:01: disabling [io  0x0062-0x0063] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.490360] pnp 00:01: disabling [io  0x0065-0x006f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.500421] pnp 00:01: disabling [io  0x0074-0x007f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.510486] pnp 00:01: disabling [io  0x0091-0x0093] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.520553] pnp 00:01: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.530625] pnp 00:01: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.540801] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    3.546721] system 00:01: [io  0x0800-0x087f] has been reserved
[    3.552629] system 00:01: [io  0x0290-0x029f] has been reserved
[    3.558540] system 00:01: [io  0x0290-0x0297] has been reserved
[    3.564452] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.571238] pnp 00:02: [dma 4]
[    3.574379] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    3.581040] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    3.587678] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.594282] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    3.600904] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    3.607889] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.615404] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    3.622006] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.628989] system 00:09: [mem 0x000f0000-0x000fffff] could not be reserved
[    3.635942] system 00:09: [mem 0xfeff0000-0xfeff00ff] has been reserved
[    3.642554] system 00:09: [mem 0xb7ee0000-0xb7efffff] could not be reserved
[    3.649504] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
[    3.656107] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    3.663056] system 00:09: [mem 0x00100000-0xb7edffff] could not be reserved
[    3.670004] system 00:09: [mem 0xb8000000-0xbfffffff] has been reserved
[    3.676610] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    3.683559] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[    3.690164] system 00:09: [mem 0xfefff000-0xfeffffff] has been reserved
[    3.696767] system 00:09: [mem 0xfff80000-0xfff80fff] has been reserved
[    3.703369] system 00:09: [mem 0xfff90000-0xfffbffff] has been reserved
[    3.709975] system 00:09: [mem 0xfffed000-0xfffeffff] has been reserved
[    3.716579] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.723371] pnp: PnP ACPI: found 10 devices
[    3.727552] ACPI: ACPI bus type pnp unregistered
[    3.732168] initcall pnpacpi_init+0x0/0x8c returned 0 after 335951 usecs
[    3.738857] calling  pcistub_init+0x0/0x29f @ 1
[    3.743769] initcall pcistub_init+0x0/0x29f returned 0 after 371 usecs
[    3.750297] calling  chr_dev_init+0x0/0xc6 @ 1
[    3.757901] initcall chr_dev_init+0x0/0xc6 returned 0 after 3089 usecs
[    3.764430] calling  firmware_class_init+0x0/0xe0 @ 1
[    3.769553] initcall firmware_class_init+0x0/0xe0 returned 0 after 62 usecs
[    3.776556] calling  init_pcmcia_bus+0x0/0x6c @ 1
[    3.781378] initcall init_pcmcia_bus+0x0/0x6c returned 0 after 117 usecs
[    3.788077] calling  thermal_init+0x0/0x79 @ 1
[    3.792588] initcall thermal_init+0x0/0x79 returned 0 after 69 usecs
[    3.798936] calling  thermal_gov_step_wise_init+0x0/0x12 @ 1
[    3.804598] initcall thermal_gov_step_wise_init+0x0/0x12 returned 0 after 1 usecs
[    3.812067] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    3.817896] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 1 usecs
[    3.825535] calling  init_acpi_pm_clocksource+0x0/0xec @ 1
[    3.835540] initcall init_acpi_pm_clocksource+0x0/0xec returned 0 after 4426 usecs
[    3.843097] calling  pcibios_assign_resources+0x0/0xbd @ 1
[    3.848598] pci 0000:00:0d.0: BAR 6: assigned [mem 0xc0000000-0xc001ffff pref]
[    3.855813] pci 0000:00:01.0: BAR 2: assigned [io  0xc000-0xc0ff]
[    3.861897] pci 0000:01:06.0: BAR 6: assigned [mem 0xfdf00000-0xfdf3ffff pref]
[    3.869106] pci 0000:01:08.0: BAR 6: assigned [mem 0xfdf40000-0xfdf5ffff pref]
[    3.876313] pci 0000:00:04.0: PCI bridge to [bus 01]
[    3.881273] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    3.887358] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    3.894139] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    3.901354] pci 0000:00:09.0: PCI bridge to [bus 02]
[    3.906311] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    3.912396] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    3.919174] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    3.926903] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    3.931861] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    3.937947] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    3.944723] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    3.952452] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    3.957410] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    3.963496] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    3.970271] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    3.978014] pci 0000:00:04.0: setting latency timer to 64
[    3.983414] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    3.988975] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    3.994539] pci_bus 0000:00: resource 6 [io  0x8000-0xffff]
[    4.000104] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df]
[    4.005670] pci_bus 0000:00: resource 8 [io  0x1c00-0x1c80]
[    4.011236] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.017492] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff]
[    4.023837] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff]
[    4.030181] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.036525] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    4.042090] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    4.048347] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[    4.055038] pci_bus 0000:01: resource 4 [io  0x0000-0x03af]
[    4.060602] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7]
[    4.066167] pci_bus 0000:01: resource 6 [io  0x8000-0xffff]
[    4.071733] pci_bus 0000:01: resource 7 [io  0x03b0-0x03df]
[    4.077298] pci_bus 0000:01: resource 8 [io  0x1c00-0x1c80]
[    4.082876] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.089137] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff]
[    4.095482] pci_bus 0000:01: resource 11 [mem 0xc0000000-0xefffffff]
[    4.101825] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.108170] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    4.113735] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
[    4.119993] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    4.127204] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    4.132768] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    4.139026] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    4.146235] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    4.151800] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
[    4.158056] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
[    4.165269] initcall pcibios_assign_resources+0x0/0xbd returned 0 after 309691 usecs
[    4.172995] calling  sysctl_core_init+0x0/0x2c @ 1
[    4.177792] initcall sysctl_core_init+0x0/0x2c returned 0 after 8 usecs
[    4.184394] calling  inet_init+0x0/0x2a1 @ 1
[    4.188705] NET: Registered protocol family 2
[    4.193203] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    4.200547] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    4.207275] TCP: Hash tables configured (established 32768 bind 32768)
[    4.213840] TCP: reno registered
[    4.217072] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    4.223097] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    4.229632] initcall inet_init+0x0/0x2a1 returned 0 after 40061 usecs
[    4.236066] calling  ipv4_offload_init+0x0/0x68 @ 1
[    4.240940] initcall ipv4_offload_init+0x0/0x68 returned 0 after 1 usecs
[    4.247627] calling  af_unix_init+0x0/0x55 @ 1
[    4.252080] NET: Registered protocol family 1
[    4.256435] initcall af_unix_init+0x0/0x55 returned 0 after 4269 usecs
[    4.262954] calling  ipv6_offload_init+0x0/0x6e @ 1
[    4.267829] initcall ipv6_offload_init+0x0/0x6e returned 0 after 1 usecs
[    4.274516] calling  init_sunrpc+0x0/0x69 @ 1
[    4.278972] RPC: Registered named UNIX socket transport module.
[    4.284896] RPC: Registered udp transport module.
[    4.289596] RPC: Registered tcp transport module.
[    4.294294] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.300727] initcall init_sunrpc+0x0/0x69 returned 0 after 21371 usecs
[    4.307243] calling  pci_apply_final_quirks+0x0/0x117 @ 1
[    4.312963] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    4.381850] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    4.387736] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.393269] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.398806] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.404338] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.409870] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.415417] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.420964] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.426508] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.431998] pci 0000:00:0d.0: Boot video device
[    4.436551] PCI: CLS 64 bytes, default 64
[    4.440557] initcall pci_apply_final_quirks+0x0/0x117 returned 0 after 125089 usecs
[    4.448204] calling  populate_rootfs+0x0/0x112 @ 1
[    4.453072] Unpacking initramfs...
[    5.838305] Freeing initrd memory: 79984k freed
[    5.867402] initcall populate_rootfs+0x0/0x112 returned 0 after 1383129 usecs
[    5.874540] calling  pci_iommu_init+0x0/0x4.
[    5.884489] PCI-DMA: aperture base @ ac000000 size 65536 KB
[    5.890054] PCI-DMA: using GART IOMMU.
[    5.893802] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    5.902813] initcall pci_iommu_init+0x0/0x41 returned 0 after 23126 usecs
[    5.909590] calling  calgary_fixup_tce_spaces+0x0/0x105 @ 1
[    5.915154] initcall calgary_fixup_tce_spaces+0x0/0x105 returned -19 after 1 usecs
[    5.922752] calling  irqfd_module_init+0x0/0x33 @ 1
[    5.927688] initcall irqfd_module_init+0x0/0x33 returned 0 after 54 usecs
[    5.934473] calling  i8259A_init_ops+0x0/0x21 @ 1
[    5.939173] initcall i8259A_init_ops+0x0/0x21 returned 0 after 1 usecs
[    5.945689] calling  vsyscall_init+0x0/0x27 @ 1
[    5.950233] initcall vsyscall_init+0x0/0x27 returned 0 after 16 usecs
[    5.956662] calling  sbf_init+0x0/0xf6 @ 1
[    5.960758] initcall sbf_init+0x0/0xf6 returned 0 after 0 usecs
[    5.966668] calling  init_tsc_clocksource+0x0/0x89 @ 1
[    5.971806] initcall init_tsc_clocksource+0x0/0x89 returned 0 after 4 usecs
[    5.978758] calling  add_rtc_cmos+0x0/0x96 @ 1
[    5.983203] initcall add_rtc_cmos+0x0/0x96 returned 0 after 2 usecs
[    5.989456] calling  i8237A_init_ops+0x0/0x14 @ 1
[    5.994158] initcall i8237A_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.000673] calling  cache_sysfs_init+0x0/0x6c @ 1
[    6.005510] initcall cache_sysfs_init+0x0/0x6c returned 0 after 46 usecs
[    6.012202] calling  intel_uncore_init+0x0/0x3fa @ 1
[    6.017163] initcall intel_uncore_init+0x0/0x3fa returned -19 after 1 usecs
[    6.024112] calling  inject_init+0x0/0x30 @ 1
[    6.028465] Machine check injector initialized
[    6.032906] initcall inject_init+0x0/0x30 returned 0 after 4341 usecs
[    6.039335] calling  thermal_throttle_init_device+0x0/0x9d @ 1
[    6.045161] initcall thermal_throttle_init_device+0x0/0x9d returned 0 after 1 usecs
[    6.052802] calling  amd_ibs_init+0x0/0x48d @ 1
[    6.057329] LVT offset 1 assigned for vector 0x400
[    6.062119] IBS: LVT offset 1 assigned
[    6.065887] perf: AMD IBS detected (0x0000001f)
[    6.070416] initcall amd_ibs_init+0x0/0x48d returned 0 after 12797 usecs
[    6.077104] calling  msr_init+0x0/0x162 @ 1
[    6.081504] initcall msr_init+0x0/0x162 returned 0 after 210 usecs
[    6.087689] calling  cpuid_init+0x0/0x162 @ 1
[    6.092215] initcall cpuid_init+0x0/0x162 returned 0 after 168 usecs
[    6.098562] calling  ioapic_init_ops+0x0/0x14 @ 1
[    6.103264] initcall ioapic_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.109776] calling  add_pcspkr+0x0/0x40 @ 1
[    6.114138] initcall add_pcspkr+0x0/0x40 returned 0 after 91 usecs
[    6.120324] calling  microcode_init+0x0/0x1b1 @ 1
[    6.125128] microcode: CPU0: patch_level=0x01000098
[    6.130002] microcode: CPU1: patch_level=0x01000098
[    6.134962] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    6.143734] initcall microcode_init+0x0/0x1b1 returned 0 after 18291 usecs
[    6.150616] calling  start_periodic_check_for_corruption+0x0/0x50 @ 1
[    6.157053] Scanning for low memory corruption every 60 seconds
[    6.162964] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 5778 usecs
[    6.171469] calling  audit_classes_init+0x0/0xaf @ 1
[    6.176435] initcall audit_classes_init+0x0/0xaf returned 0 after 3 usecs
[    6.183214] calling  pt_dump_init+0x0/0x30 @ 1
[    6.187662] initcall pt_dump_init+0x0/0x30 returned 0 after 5 usecs
[    6.193921] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    6.198711] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 4 usecs
[    6.205310] calling  proc_execdomains_init+0x0/0x22 @ 1
[    6.210539] initcall proc_execdomains_init+0x0/0x22 returned 0 after 5 usecs
[    6.217581] calling  ioresources_init+0x0/0x3c @ 1
[    6.222371] initcall ioresources_init+0x0/0x3c returned 0 after 2 usecs
[    6.228979] calling  uid_cache_init+0x0/0xa5 @ 1
[    6.233612] initcall uid_cache_init+0x0/0xa5 returned 0 after 9 usecs
[    6.240042] calling  init_posix_timers+0x0/0x1f4 @ 1
[    6.245017] initcall init_posix_timers+0x0/0x1f4 returned 0 after 8 usecs
[    6.251803] calling  init_posix_cpu_timers+0x0/0xbf @ 1
[    6.257032] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 1 usecs
[    6.264068] calling  proc_schedstat_init+0x0/0x22 @ 1
[    6.269124] initcall proc_schedstat_init+0x0/0x22 returned 0 after 1 usecs
[    6.275987] calling  snapshot_device_init+0x0/0x12 @ 1
[    6.281206] initcall snapshot_device_init+0x0/0x12 returned 0 after 77 usecs
[    6.288248] calling  create_proc_profile+0x0/0x2f0 @ 1
[    6.293394] initcall create_proc_profile+0x0/0x2f0 returned 0 after 1 usecs
[    6.300341] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    6.305480] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[    6.312438] calling  init_clocksource_sysfs+0x0/0x52 @ 1
[    6.317875] initcall init_clocksource_sysfs+0x0/0x52 returned 0 after 126 usecs
[    6.325182] calling  init_timer_list_procfs+0x0/0x2c @ 1
[    6.330496] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 6 usecs
[    6.337617] calling  alarmtimer_init+0x0/0x15d @ 1
[    6.342521] initcall alarmtimer_init+0x0/0x15d returned 0 after 113 usecs
[    6.349301] calling  init_tstats_procfs+0x0/0x2c @ 1
[    6.354276] initcall init_tstats_procfs+0x0/0x2c returned 0 after 2 usecs
[    6.361060] calling  futex_init+0x0/0x65 @ 1
[    6.365341] initcall futex_init+0x0/0x65 returned 0 after 9 usecs
[    6.371423] calling  proc_dma_init+0x0/0x22 @ 1
[    6.375959] initcall proc_dma_init+0x0/0x22 returned 0 after 6 usecs
[    6.382308] calling  proc_modules_init+0x0/0x22 @ 1
[    6.387187] initcall proc_modules_init+0x0/0x22 returned 0 after 2 usecs
[    6.393879] calling  kallsyms_init+0x0/0x25 @ 1
[    6.398409] initcall kallsyms_init+0x0/0x25 returned 0 after 6 usecs
[    6.404753] calling  crash_save_vmcoreinfo_init+0x0/0x521 @ 1
[    6.410518] initcall crash_save_vmcoreinfo_init+0x0/0x521 returned 0 after 23 usecs
[    6.418162] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    6.423561] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 8 usecs
[    6.430777] calling  pid_namespaces_init+0x0/0x2d @ 1
[    6.435841] initcall pid_namespaces_init+0x0/0x2d returned 0 after 14 usecs
[    6.442799] calling  ikconfig_init+0x0/0x3a @ 1
[    6.447334] initcall ikconfig_init+0x0/0x3a returned 0 after 6 usecs
[    6.453685] calling  audit_init+0x0/0x141 @ 1
[    6.458047] audit: initializing netlink socket (disabled)
[    6.463460] type=2000 audit(1362497454.769:1): initialized
[    6.468948] initcall audit_init+0x0/0x141 returned 0 after 10663 usecs
[    6.475471] calling  audit_watch_init+0x0/0x3a @ 1
[    6.480266] initcall audit_watch_init+0x0/0x3a returned 0 after 5 usecs
[    6.486877] calling  audit_tree_init+0x0/0x49 @ 1
[    6.491590] initcall audit_tree_init+0x0/0x49 returned 0 after 1 usecs
[    6.498107] calling  init_kprobes+0x0/0x16c @ 1
[    6.515268] initcall init_kprobes+0x0/0x16c returned 0 after 12354 usecs
[    6.521959] calling  hung_task_init+0x0/0x56 @ 1
[    6.526636] initcall hung_task_init+0x0/0x56 returned 0 after 54 usecs
[    6.533160] calling  irq_pm_init_ops+0x0/0x14 @ 1
[    6.537872] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.544400] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    6.549462] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 6 usecs
[    6.556333] calling  init_tracepoints+0x0/0x20 @ 1
[    6.561132] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[    6.567734] calling  init_blk_tracer+0x0/0x5a @ 1
[    6.572445] initcall init_blk_tracer+0x0/0x5a returned 0 after 3 usecs
[    6.578966] calling  irq_work_init_cpu_notifier+0x0/0x29 @ 1
[    6.584631] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 1 usecs
[    6.592103] calling  perf_event_sysfs_init+0x0/0x9a @ 1
[    6.597650] initcall perf_event_sysfs_init+0x0/0x9a returned 0 after 317 usecs
[    6.604863] calling  init_per_zone_wmark_min+0x0/0x8c @ 1
[    6.610454] initcall init_per_zone_wmark_min+0x0/0x8c returned 0 after 191 usecs
[    6.617839] calling  kswapd_init+0x0/0x76 @ 1
[    6.622259] initcall kswapd_init+0x0/0x76 returned 0 after 63 usecs
[    6.628520] calling  extfrag_debug_init+0x0/0x7e @ 1
[    6.633491] initcall extfrag_debug_init+0x0/0x7e returned 0 after 7 usecs
[    6.640273] calling  setup_vmstat+0x0/0xc8 @ 1
[    6.644729] initcall setup_vmstat+0x0/0xc8 returned 0 after 7 usecs
[    6.650994] calling  mm_sysfs_init+0x0/0x29 @ 1
[    6.655534] initcall mm_sysfs_init+0x0/0x29 returned 0 after 3 usecs
[    6.661880] calling  slab_proc_init+0x0/0x25 @ 1
[    6.666506] initcall slab_proc_init+0x0/0x25 returned 0 after 1 usecs
[    6.672942] calling  proc_vmalloc_init+0x0/0x25 @ 1
[    6.677819] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 1 usecs
[    6.684514] calling  procswaps_init+0x0/0x22 @ 1
[    6.689137] initcall procswaps_init+0x0/0x22 returned 0 after 1 usecs
[    6.695568] calling  init_frontswap+0x0/0x96 @ 1
[    6.700195] initcall init_frontswap+0x0/0x96 returned 0 after 6 usecs
[    6.706626] calling  hugetlb_init+0x0/0x42f @ 1
[    6.711162] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    6.717526] initcall hugetlb_init+0x0/0x42f returned 0 after 6225 usecs
[    6.724138] calling  mmu_notifier_init+0x0/0x12 @ 1
[    6.729020] initcall mmu_notifier_init+0x0/0x12 returned 0 after 2 usecs
[    6.735717] calling  slab_proc_init+0x0/0x8 @ 1
[    6.740252] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[    6.746598] calling  cpucache_init+0x0/0x52 @ 1
[    6.751133] initcall cpucache_init+0x0/0x52 returned 0 after 2 usecs
[    6.757482] calling  hugepage_init+0x0/0x145 @ 1
[    6.762348] initcall hugepage_init+0x0/0x145 returned 0 after 237 usecs
[    6.768962] calling  init_cleancache+0x0/0x96 @ 1
[    6.773667] initcall init_cleancache+0x0/0x96 returned 0 after 5 usecs
[    6.780192] calling  fcntl_init+0x0/0x2a @ 1
[    6.784480] initcall fcntl_init+0x0/0x2a returned 0 after 8 usecs
[    6.790569] calling  proc_filesystems_init+0x0/0x22 @ 1
[    6.795791] initcall proc_filesystems_init+0x0/0x22 returned 0 after 6 usecs
[    6.802832] calling  dio_init+0x0/0x2d @ 1
[    6.806939] initcall dio_init+0x0/0x2d returned 0 after 14 usecs
[    6.812942] calling  fsnotify_mark_init+0x0/0x40 @ 1
[    6.817952] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 53 usecs
[    6.824813] calling  dnotify_init+0x0/0x7b @ 1
[    6.829273] initcall dnotify_init+0x0/0x7b returned 0 after 21 usecs
[    6.835612] calling  inotify_user_setup+0x0/0x70 @ 1
[    6.840594] initcall inotify_user_setup+0x0/0x70 returned 0 after 21 usecs
[    6.847454] calling  aio_setup+0x0/0x7c @ 1
[    6.851659] initcall aio_setup+0x0/0x7c returned 0 after 23 usecs
[    6.857744] calling  proc_locks_init+0x0/0x22 @ 1
[    6.862447] initcall proc_locks_init+0x0/0x22 returned 0 after 1 usecs
[    6.868960] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    6.873819] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 70 usecs
[    6.880506] calling  dquot_init+0x0/0x121 @ 1
[    6.884859] VFS: Disk quotas dquot_6.5.2
[    6.888808] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    6.895240] initcall dquot_init+0x0/0x121 returned 0 after 10149 usecs
[    6.901753] calling  init_v2_quota_format+0x0/0x22 @ 1
[    6.906888] initcall init_v2_quota_format+0x0/0x22 returned 0 after 1 usecs
[    6.913837] calling  quota_init+0x0/0x26 @ 1
[    6.918109] initcall quota_init+0x0/0x26 returned 0 after 6 usecs
[    6.924188] calling  proc_cmdline_init+0x0/0x22 @ 1
[    6.929063] initcall proc_cmdline_init+0x0/0x22 returned 0 after 2 usecs
[    6.935750] calling  proc_consoles_init+0x0/0x22 @ 1
[    6.940713] initcall proc_consoles_init+0x0/0x22 returned 0 after 1 usecs
[    6.947487] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[    6.952362] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 1 usecs
[    6.959049] calling  proc_devices_init+0x0/0x22 @ 1
[    6.963924] initcall proc_devices_init+0x0/0x22 returned 0 after 1 usecs
[    6.970612] calling  proc_interrupts_init+0x0/0x22 @ 1
[    6.975747] initcall proc_interrupts_init+0x0/0x22 returned 0 after 1 usecs
[    6.982695] calling  proc_loadavg_init+0x0/0x22 @ 1
[    6.987570] initcall proc_loadavg_init+0x0/0x22 returned 0 after 1 usecs
[    6.994258] calling  proc_meminfo_init+0x0/0x22 @ 1
[    6.999133] initcall proc_meminfo_init+0x0/0x22 returned 0 after 1 usecs
[    7.005821] calling  proc_stat_init+0x0/0x22 @ 1
[    7.010437] initcall proc_stat_init+0x0/0x22 returned 0 after 2 usecs
[    7.016864] calling  proc_uptime_init+0x0/0x22 @ 1
[    7.021653] initcall proc_uptime_init+0x0/0x22 returned 0 after 1 usecs
[    7.028255] calling  proc_version_init+0x0/0x22 @ 1
[    7.033130] initcall proc_version_init+0x0/0x22 returned 0 after 1 usecs
[    7.039817] calling  proc_softirqs_init+0x0/0x22 @ 1
[    7.044778] initcall proc_softirqs_init+0x0/0x22 returned 0 after 1 usecs
[    7.051554] calling  proc_kcore_init+0x0/0xb5 @ 1
[    7.056259] initcall proc_kcore_init+0x0/0xb5 returned 0 after 5 usecs
[    7.062779] calling  vmcore_init+0x0/0x36f @ 1
[    7.067220] initcall vmcore_init+0x0/0x36f returned 0 after 0 usecs
[    7.073477] calling  proc_kmsg_init+0x0/0x25 @ 1
[    7.078091] initcall proc_kmsg_init+0x0/0x25 returned 0 after 1 usecs
[    7.080852] tsc: Refined TSC clocksource calibration: 2913.425 MHz
[    7.080855] Switching to clocksource tsc
[    7.094596] calling  proc_page_init+0x0/0x42 @ 1
[    7.099211] initcall proc_page_init+0x0/0x42 returned 0 after 2 usecs
[    7.105639] calling  init_devpts_fs+0x0/0x62 @ 1
[    7.110269] initcall init_devpts_fs+0x0/0x62 returned 0 after 16 usecs
[    7.116785] calling  init_ramfs_fs+0x0/0x12 @ 1
[    7.121313] initcall init_ramfs_fs+0x0/0x12 returned 0 after 1 usecs
[    7.127655] calling  init_hugetlbfs_fs+0x0/0x15d @ 1
[    7.132640] initcall init_hugetlbfs_fs+0x0/0x15d returned 0 after 23 usecs
[    7.139504] calling  init_fat_fs+0x0/0x4f @ 1
[    7.143865] initcall init_fat_fs+0x0/0x4f returned 0 after 6 usecs
[    7.150038] calling  init_vfat_fs+0x0/0x12 @ 1
[    7.154480] initcall init_vfat_fs+0x0/0x12 returned 0 after 1 usecs
[    7.160735] calling  init_msdos_fs+0x0/0x12 @ 1
[    7.165264] initcall init_msdos_fs+0x0/0x12 returned 0 after 1 usecs
[    7.171605] calling  init_iso9660_fs+0x0/0x70 @ 1
[    7.176317] initcall init_iso9660_fs+0x0/0x70 returned 0 after 11 usecs
[    7.182917] calling  init_nfs_fs+0x0/0x16c @ 1
[    7.187438] initcall init_nfs_fs+0x0/0x16c returned 0 after 77 usecs
[    7.193779] calling  init_nfs_v2+0x0/0x14 @ 1
[    7.198137] initcall init_nfs_v2+0x0/0x14 returned 0 after 6 usecs
[    7.204306] calling  init_nfs_v3+0x0/0x14 @ 1
[    7.208661] initcall init_nfs_v3+0x0/0x14 returned 0 after 6 usecs
[    7.214831] calling  init_nfs_v4+0x0/0x3b @ 1
[    7.219185] NFS: Registering the id_resolver key type
[    7.224241] Key type id_resolver registered
[    7.228420] Key type id_legacy registered
[    7.232429] initcall init_nfs_v4+0x0/0x3b returned 0 after 12956 usecs
[    7.238942] calling  init_nlm+0x0/0x4c @ 1
[    7.243042] initcall init_nlm+0x0/0x4c returned 0 after 9 usecs
[    7.248952] calling  init_nls_cp437+0x0/0x12 @ 1
[    7.253571] initcall init_nls_cp437+0x0/0x12 returned 0 after 6 usecs
[    7.260001] calling  init_nls_ascii+0x0/0x12 @ 1
[    7.264614] initcall init_nls_ascii+0x0/0x12 returned 0 after 6 usecs
[    7.271043] calling  init_nls_iso8859_1+0x0/0x12 @ 1
[    7.276006] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 6 usecs
[    7.282780] calling  init_nls_utf8+0x0/0x2b @ 1
[    7.287308] initcall init_nls_utf8+0x0/0x2b returned 0 after 6 usecs
[    7.293653] calling  init_ntfs_fs+0x0/0x1d1 @ 1
[    7.298178] NTFS driver 2.1.30 [Flags: R/W].
[    7.302470] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 4201 usecs
[    7.309076] calling  init_autofs4_fs+0x0/0x2a @ 1
[    7.313864] initcall init_autofs4_fs+0x0/0x2a returned 0 after 86 usecs
[    7.320484] calling  init_pstore_fs+0x0/0x53 @ 1
[    7.325097] initcall init_pstore_fs+0x0/0x53 returned 0 after 7 usecs
[    7.331520] calling  ipc_init+0x0/0x2f @ 1
[    7.335613] msgmni has been set to 7665
[    7.339451] initcall ipc_init+0x0/0x2f returned 0 after 3760 usecs
[    7.345619] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    7.350325] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 7 usecs
[    7.356836] calling  init_mqueue_fs+0x0/0xa2 @ 1
[    7.361481] initcall init_mqueue_fs+0x0/0xa2 returned 0 after 32 usecs
[    7.367992] calling  key_proc_init+0x0/0x5e @ 1
[    7.372520] initcall key_proc_init+0x0/0x5e returned 0 after 2 usecs
[    7.378862] calling  selinux_nf_ip_init+0x0/0x69 @ 1
[    7.383814] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 0 usecs
[    7.390589] calling  init_sel_fs+0x0/0xa5 @ 1
[    7.394935] initcall init_sel_fs+0x0/0xa5 returned 0 after 0 usecs
[    7.401109] calling  selnl_init+0x0/0x56 @ 1
[    7.405378] initcall selnl_init+0x0/0x56 returned 0 after 5 usecs
[    7.411458] calling  sel_netif_init+0x0/0x5c @ 1
[    7.416077] initcall sel_netif_init+0x0/0x5c returned 0 after 0 usecs
[    7.422501] calling  sel_netnode_init+0x0/0x6a @ 1
[    7.427294] initcall sel_netnode_init+0x0/0x6a returned 0 after 0 usecs
[    7.433896] calling  sel_netport_init+0x0/0x6a @ 1
[    7.438678] initcall sel_netport_init+0x0/0x6a returned 0 after 0 usecs
[    7.445288] calling  aurule_init+0x0/0x2d @ 1
[    7.449635] initcall aurule_init+0x0/0x2d returned 0 after 0 usecs
[    7.455812] calling  crypto_wq_init+0x0/0x33 @ 1
[    7.460462] initcall crypto_wq_init+0x0/0x33 returned 0 after 42 usecs
[    7.466978] calling  crypto_algapi_init+0x0/0xd @ 1
[    7.471843] initcall crypto_algapi_init+0x0/0xd returned 0 after 1 usecs
[    7.478532] calling  skcipher_module_init+0x0/0x35 @ 1
[    7.483657] initcall skcipher_module_init+0x0/0x35 returned 0 after 0 usecs
[    7.490606] calling  chainiv_module_init+0x0/0x12 @ 1
[    7.495644] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.502506] calling  eseqiv_module_init+0x0/0x12 @ 1
[    7.507458] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.514236] calling  hmac_module_init+0x0/0x12 @ 1
[    7.519020] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.525615] calling  md5_mod_init+0x0/0x12 @ 1
[    7.530114] initcall md5_mod_init+0x0/0x12 returned 0 after 57 usecs
[    7.536476] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    7.541766] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 63 usecs
[    7.548902] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    7.554204] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.561325] calling  des_generic_mod_init+0x0/0x17 @ 1
[    7.566535] initcall des_generic_mod_init+0x0/0x17 returned 0 after 78 usecs
[    7.573580] calling  aes_init+0x0/0x12 @ 1
[    7.577726] initcall aes_init+0x0/0x12 returned 0 after 57 usecs
[    7.583717] calling  zlib_mod_init+0x0/0x12 @ 1
[    7.588292] initcall zlib_mod_init+0x0/0x12 returned 0 after 47 usecs
[    7.594729] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[    7.600378] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.607846] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[    7.613845] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.621659] calling  lzo_mod_init+0x0/0x12 @ 1
[    7.626162] initcall lzo_mod_init+0x0/0x12 returned 0 after 61 usecs
[    7.632507] calling  krng_mod_init+0x0/0x12 @ 1
[    7.637104] initcall krng_mod_init+0x0/0x12 returned 0 after 53 usecs
[    7.643549] calling  proc_genhd_init+0x0/0x3c @ 1
[    7.648256] initcall proc_genhd_init+0x0/0x3c returned 0 after 8 usecs
[    7.654773] calling  bsg_init+0x0/0x12e @ 1
[    7.659058] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    7.666441] initcall bsg_init+0x0/0x12e returned 0 after 7330 usecs
[    7.672697] calling  noop_init+0x0/0x12 @ 1
[    7.676867] io scheduler noop registered
[    7.680781] initcall noop_init+0x0/0x12 returned 0 after 3826 usecs
[    7.687038] calling  deadline_init+0x0/0x12 @ 1
[    7.691555] io scheduler deadline registered
[    7.695813] initcall deadline_init+0x0/0x12 returned 0 after 4162 usecs
[    7.702409] calling  cfq_init+0x0/0x8b @ 1
[    7.706514] io scheduler cfq registered (default)
[    7.711212] initcall cfq_init+0x0/0x8b returned 0 after 4613 usecs
[    7.717383] calling  percpu_counter_startup+0x0/0x38 @ 1
[    7.722690] initcall percpu_counter_startup+0x0/0x38 returned 0 after 2 usecs
[    7.729812] calling  pci_proc_init+0x0/0x6a @ 1
[    7.734370] initcall pci_proc_init+0x0/0x6a returned 0 after 32 usecs
[    7.740794] calling  pcie_portdrv_init+0x0/0x7a @ 1
[    7.745777] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[    7.751101] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[    7.756433] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[    7.761816] initcall pcie_portdrv_init+0x0/0x7a returned 0 after 15795 usecs
[    7.768875] calling  aer_service_init+0x0/0x2b @ 1
[    7.773733] initcall aer_service_init+0x0/0x2b returned 0 after 72 usecs
[    7.780418] calling  pci_hotplug_init+0x0/0x1d @ 1
[    7.785202] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.790759] initcall pci_hotplug_init+0x0/0x1d returned 0 after 5433 usecs
[    7.797623] calling  pcifront_init+0x0/0x3f @ 1
[    7.802149] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[    7.808666] calling  genericbl_driver_init+0x0/0x12 @ 1
[    7.813945] initcall genericbl_driver_init+0x0/0x12 returned 0 after 59 usecs
[    7.821065] calling  cirrusfb_init+0x0/0xcc @ 1
[    7.825665] initcall cirrusfb_init+0x0/0xcc returned 0 after 76 usecs
[    7.832098] calling  efifb_init+0x0/0x298 @ 1
[    7.836456] initcall efifb_init+0x0/0x298 returned -19 after 6 usecs
[    7.842793] calling  intel_idle_init+0x0/0x338 @ 1
[    7.847580] initcall intel_idle_init+0x0/0x338 returned -19 after 0 usecs
[    7.854355] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    7.859655] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 2 usecs
[    7.866776] calling  acpi_ac_init+0x0/0x28 @ 1
[    7.871306] initcall acpi_ac_init+0x0/0x28 returned 0 after 87 usecs
[    7.877658] calling  acpi_button_driver_init+0x0/0x12 @ 1
[    7.883138] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    7.891483] ACPI: Power Button [PWRB]
[    7.895298] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    7.902678] ACPI: Power Button [PWRF]
[    7.906425] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 22854 usecs
[    7.913990] calling  acpi_fan_driver_init+0x0/0x12 @ 1
[    7.919268] ACPI: Fan [FAN] (on)
[    7.922568] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 3372 usecs
[    7.929776] calling  acpi_processor_init+0x0/0x6d @ 1
[    7.934860] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.940836] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.949128] initcall acpi_processor_init+0x0/0x6d returned 0 after 13981 usecs
[    7.956343] calling  acpi_thermal_init+0x0/0x42 @ 1
[    7.961382] ACPI Warning: For \_TZ_.THRM._PSL: Return Package has no elements (empty) (20130117/nsprepkg-119)
[    7.971327] ACPI: [Package] has zero elements (ffff880129ab9e80)
[    7.977325] ACPI: Invalid passive threshold
[    7.981807] thermal LNXTHERM:00: registered as thermal_zone0
[    7.987461] ACPI: Thermal Zone [THRM] (20 C)
[    7.991806] initcall acpi_thermal_init+0x0/0x42 returned 0 after 29905 usecs
[    7.998854] calling  acpi_battery_init+0x0/0x16 @ 1
[    8.003726] initcall acpi_battery_init+0x0/0x16 returned 0 after 3 usecs
[    8.003738] calling  1_acpi_battery_init_async+0x0/0x1b @ 6
[    8.003868] initcall 1_acpi_battery_init_async+0x0/0x1b returned 0 after 124 usecs
[    8.023524] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[    8.028752] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 101 usecs
[    8.035867] calling  erst_init+0x0/0x2bb @ 1
[    8.040133] initcall erst_init+0x0/0x2bb returned 0 after 0 usecs
[    8.046209] calling  ghes_init+0x0/0x171 @ 1
[    8.050475] GHES: HEST is not enabled!
[    8.054216] initcall ghes_init+0x0/0x171 returned -22 after 3657 usecs
[    8.060732] initcall ghes_init+0x0/0x171 returned with error code -22 
[    8.067241] calling  einj_init+0x0/0x49d @ 1
[    8.071506] initcall einj_init+0x0/0x49d returned -19 after 0 usecs
[    8.077755] calling  ioat_init_module+0x0/0x80 @ 1
[    8.082532] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    8.088456] initcall ioat_init_module+0x0/0x80 returned 0 after 5791 usecs
[    8.095317] calling  virtio_mmio_init+0x0/0x12 @ 1
[    8.100175] initcall virtio_mmio_init+0x0/0x12 returned 0 after 69 usecs
[    8.106867] calling  virtio_balloon_driver_init+0x0/0x12 @ 1
[    8.112569] initcall virtio_balloon_driver_init+0x0/0x12 returned 0 after 52 usecs
[    8.120123] calling  xenbus_probe_initcall+0x0/0x39 @ 1
[    8.125341] initcall xenbus_probe_initcall+0x0/0x39 returned -19 after 0 usecs
[    8.132541] calling  xenbus_init+0x0/0x3d @ 1
[    8.136886] initcall xenbus_init+0x0/0x3d returned -19 after 0 usecs
[    8.143222] calling  xenbus_backend_init+0x0/0x51 @ 1
[    8.148267] initcall xenbus_backend_init+0x0/0x51 returned -19 after 0 usecs
[    8.155296] calling  gntdev_init+0x0/0x57 @ 1
[    8.159640] initcall gntdev_init+0x0/0x57 returned -19 after 0 usecs
[    8.165975] calling  gntalloc_init+0x0/0x3d @ 1
[    8.170493] initcall gntalloc_init+0x0/0x3d returned -19 after 0 usecs
[    8.177003] calling  hypervisor_subsys_init+0x0/0x25 @ 1
[    8.182310] initcall hypervisor_subsys_init+0x0/0x25 returned -19 after 0 usecs
[    8.189603] calling  hyper_sysfs_init+0x0/0xfb @ 1
[    8.194381] initcall hyper_sysfs_init+0x0/0xfb returned -19 after 0 usecs
[    8.201149] calling  platform_pci_module_init+0x0/0x1b @ 1
[    8.206684] initcall platform_pci_module_init+0x0/0x1b returned 0 after 62 usecs
[    8.214064] calling  xen_tmem_init+0x0/0xb1 @ 1
[    8.218590] initcall xen_tmem_init+0x0/0xb1 returned 0 after 0 usecs
[    8.224934] calling  xen_late_init_mcelog+0x0/0x3d @ 1
[    8.230065] initcall xen_late_init_mcelog+0x0/0x3d returned -19 after 0 usecs
[    8.237180] calling  xen_pcibk_init+0x0/0x13f @ 1
[    8.241878] initcall xen_pcibk_init+0x0/0x13f returned -19 after 0 usecs
[    8.248562] calling  pty_init+0x0/0x453 @ 1
[    8.271290] initcall pty_init+0x0/0x453 returned 0 after 18134 usecs
[    8.277639] calling  sysrq_init+0x0/0xb0 @ 1
[    8.281994] initcall sysrq_init+0x0/0xb0 returned 0 after 7 usecs
[    8.288071] calling  xen_hvc_init+0x0/0x249 @ 1
[    8.292597] initcall xen_hvc_init+0x0/0x249 returned -19 after 0 usecs
[    8.299114] calling  serial8250_init+0x0/0x1a8 @ 1
[    8.303892] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    8.330617] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    8.336540] initcall serial8250_init+0x0/0x1a8 returned 0 after 31925 usecs
[    8.343504] calling  serial_pci_driver_init+0x0/0x1b @ 1
[    8.348914] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 100 usecs
[    8.356220] calling  init_kgdboc+0x0/0x16 @ 1
[    8.360574] initcall init_kgdboc+0x0/0x16 returned 0 after 0 usecs
[    8.366745] calling  rand_initialize+0x0/0x30 @ 1
[    8.371453] initcall rand_initialize+0x0/0x30 returned 0 after 7 usecs
[    8.377969] calling  init+0x0/0x111 @ 1
[    8.381980] initcall init+0x0/0x111 returned 0 after 178 usecs
[    8.387802] calling  hpet_init+0x0/0x6a @ 1
[    8.392227] initcall hpet_init+0x0/0x6a returned 0 after 239 usecs
[    8.398400] calling  nvram_init+0x0/0x82 @ 1
[    8.402750] Non-volatile memory driver v1.3
[    8.406942] initcall nvram_init+0x0/0x82 returned 0 after 4179 usecs
[    8.413282] calling  mod_init+0x0/0x5a @ 1
[    8.417375] initcall mod_init+0x0/0x5a returned -19 after 0 usecs
[    8.423452] calling  rng_init+0x0/0x12 @ 1
[    8.427623] initcall rng_init+0x0/0x12 returned 0 after 76 usecs
[    8.433632] calling  agp_init+0x0/0x26 @ 1
[    8.437723] Linux agpgart interface v0.103
[    8.441808] initcall agp_init+0x0/0x26 returned 0 after 3994 usecs
[    8.447980] calling  agp_amd64_mod_init+0x0/0x22 @ 1
[    8.452938] initcall agp_amd64_mod_init+0x0/0x22 returned -19 after 0 usecs
[    8.459879] calling  agp_intel_init+0x0/0x29 @ 1
[    8.464573] initcall agp_intel_init+0x0/0x29 returned 0 after 86 usecs
[    8.471100] calling  agp_sis_init+0x0/0x29 @ 1
[    8.475616] initcall agp_sis_init+0x0/0x29 returned 0 after 76 usecs
[    8.481971] calling  agp_via_init+0x0/0x29 @ 1
[    8.486484] initcall agp_via_init+0x0/0x29 returned 0 after 75 usecs
[    8.492830] calling  drm_core_init+0x0/0x139 @ 1
[    8.497541] [drm] Initialized drm 1.1.0 20060810
[    8.502163] initcall drm_core_init+0x0/0x139 returned 0 after 4613 usecs
[    8.508851] calling  cn_proc_init+0x0/0x3d @ 1
[    8.513290] initcall cn_proc_init+0x0/0x3d returned 0 after 1 usecs
[    8.519546] calling  topology_sysfs_init+0x0/0x58 @ 1
[    8.524594] initcall topology_sysfs_init+0x0/0x58 returned 0 after 10 usecs
[    8.531542] calling  loop_init+0x0/0x14e @ 1
[    8.536721] loop: module loaded
[    8.539862] initcall loop_init+0x0/0x14e returned 0 after 3970 usecs
[    8.546205] calling  xen_blkif_init+0x0/0x25f @ 1
[    8.550903] initcall xen_blkif_init+0x0/0x25f returned -19 after 0 usecs
[    8.557585] calling  mac_hid_init+0x0/0x22 @ 1
[    8.562030] initcall mac_hid_init+0x0/0x22 returned 0 after 4 usecs
[    8.568283] calling  macvlan_init_module+0x0/0x3d @ 1
[    8.573330] initcall macvlan_init_module+0x0/0x3d returned 0 after 2 usecs
[    8.580192] calling  macvtap_init+0x0/0x100 @ 1
[    8.584807] initcall macvtap_init+0x0/0x100 returned 0 after 86 usecs
[    8.591246] calling  net_olddevs_init+0x0/0xb5 @ 1
[    8.596050] initcall net_olddevs_init+0x0/0xb5 returned 0 after 1 usecs
[    8.602652] calling  fixed_mdio_bus_init+0x0/0x105 @ 1
[    8.607893] libphy: Fixed MDIO Bus: probed
[    8.611995] initcall fixed_mdio_bus_init+0x0/0x105 returned 0 after 4116 usecs
[    8.619200] calling  tun_init+0x0/0x93 @ 1
[    8.623292] tun: Universal TUN/TAP device driver, 1.6
[    8.628331] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    8.634582] initcall tun_init+0x0/0x93 returned 0 after 11039 usecs
[    8.640852] calling  tg3_init+0x0/0x1b @ 1
[    8.645031] initcall tg3_init+0x0/0x1b returned 0 after 87 usecs
[    8.651036] calling  ixgbevf_init_module+0x0/0x4c @ 1
[    8.656078] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.7.12-k
[    8.665443] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[    8.671606] initcall ixgbevf_init_module+0x0/0x4c returned 0 after 15183 usecs
[    8.678816] calling  init_nic+0x0/0x1b @ 1
[    8.682942] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    8.690526] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[    8.696282] forcedeth 0000:00:07.0: setting latency timer to 64
[    9.222756] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:30:67:6a:6f:d1
[    9.231024] forcedeth 0000:00: initcall init_nic+0x0/0x1b returned 0 after 542811 usecs
[    9.244366] calling  netback_init+0x0/0x212 @ 1
[    9.248888] initcall netback_init+0x0/0x212 returned -19 after 0 usecs
[    9.255396] calling  nonstatic_sysfs_init+0x0/0x12 @ 1
[    9.260522] initcall nonstatic_sysfs_init+0x0/0x12 returned 0 after 0 usecs
[    9.267471] calling  yenta_socket_init+0x0/0x1b @ 1
[    9.272429] initcall yenta_socket_init+0x0/0x1b returned 0 after 84 usecs
[    9.279211] calling  mon_init+0x0/0xfe @ 1
[    9.283430] initcall mon_init+0x0/0xfe returned 0 after 124 usecs
[    9.289522] calling  ehci_hcd_init+0x0/0xb7 @ 1
[    9.294041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.300551] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    9.306550] initcall ehci_hcd_init+0x0/0xb7 returned 0 after 12231 usecs
[    9.313238] calling  ehci_pci_init+0x0/0x69 @ 1
[    9.317764] ehci-pci: EHCI PCI platform driver
[    9.322320] ehci-pci 0000:00:02.1: setting latency timer to 64
[    9.328145] ehci-pci 0000:00:02.1: EHCI Host Controller
[    9.333488] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    9.340871] ehci-pci 0000:00:02.1: debug port 1
[    9.345393] ehci-pci 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    9.353818] ehci-pci 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    9.360416] ehci-pci 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    9.368503] ehci-pci 0000:00:02.1: park 0
[    9.372511] ehci-pci 0000:00:02.1: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
[    9.381364] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    9.388136] ehci-pci 0000:00:02.1: supports USB remote wakeup
[    9.393887] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[    9.399539] ehci-pci 0000:00:02.1: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[    9.413680] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    9.419451] usb usb1: default language 0x0409
[    9.42380ngs: Mfr=3, Product=2, SerialNumber=1
[    9.442473] usb usb1: Product: EHCI Host Controller
[    9.447336] usb usb1: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ehci_hcd
[    9.455490] usb usb1: SerialNumber: 0000:00:02.1
[    9.460235] usb usb1: usb_probe_device
[    9.463993] usb usb1: configuration #1 chosen from 1 choice
[    9.469567] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    9.475386] hub 1-0:1.0: usb_probe_interface
[    9.479648] hub 1-0:1.0: usb_probe_interface - got id
[    9.484704] hub 1-0:1.0: USB hub found
[    9.488452] hub 1-0:1.0: 10 ports detected
[    9.492541] hub 1-0:1.0: standalone hub
[    9.496367] hub 1-0:1.0: no power switching (usb 1.0)
[    9.501404] hub 1-0:1.0: individual port over-current protection
[    9.507393] hub 1-0:1.0: power on to power good time: 20ms
[    9.512864] hub 1-0:1.0: local power source is good
[    9.517768] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    9.524795] initcall ehci_pci_init+0x0/0x69 returned 0 after 202448 usecs
[    9.531575] calling  ohci_hcd_mod_init+0x0/0xbf @ 1
[    9.536439] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.542601] ohci_hcd: block sizes: ed 80 td 96
[    9.547191] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    9.553029] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    9.558372] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    9.565768] ohci_hcd 0000:00:02.0: created debug files
[    9.570894] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[    9.576643] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfe02f000
[    9.624430] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    9.634374] ohci_hcd 0000:00:02.0: OHCI controller state
[    9.639676] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers, rh state running
[    9.647915] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[    9.655288] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[    9.660760] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[    9.666323] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[    9.673006] ohci_hcd 0000:00:02.0: hcca frame #0029
[    9.677878] ohci_hcd 0000:00:02.0: roothub.a 0100020a POTPGT=1 NPS NDP=10(10)
[    9.684993] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[    9.691596] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[    9.697500] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[    9.704189] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[    9.710870] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[    9.717552] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[    9.724235] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[    9.730924] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[    9.737605] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[    9.744289] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[    9.750977] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[    9.757659] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[    9.764357] usb usb2: default language 0x0409
[    9.768707] usb usb2: udev 1, busnum 2, minor = 128
[    9.773576] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    9.780352] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.787555] usb usb2: Product: OHCI Host Controller
[    9.792433] usb usb2: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ohci_hcd
[    9.800594] usb usb2: SerialNumber: 0000:00:02.0
[    9.805347] usb usb2: usb_probe_device
[    9.809100] usb usb2: configuration #1 chosen from 1 choice
[    9.814665] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    9.820484] hub 2-0:1.0: usb_probe_interface
[    9.824753] hub 2-0:1.0: usb_probe_interface - got id
[    9.829813] hub 2-0:1.0: USB hub found
[    9.833559] hub 2-0:1.0: 10 ports detected
[    9.837647] hub 2-0:1.0: standalone hub
[    9.841474] hub 2-0:1.0: no power switching (usb 1.0)
[    9.846518] hub 2-0:1.0: global over-current protection
[    9.851731] hub 2-0:1.0: power on to power good time: 2ms
[    9.857124] hub 2-0:1.0: local power source is good
[    9.861995] hub 2-0:1.0: no over-current condition exists
[    9.867418] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    9.874312] ehci-pci 0000:00:02.1: HS companion for 0000:00:02.0
[    9.880423] initcall ohci_hcd_mod_init+0x0/0xbf returned 0 after 336371 usecs
[    9.887548] calling  uhci_hcd_init+0x0/0x129 @ 1
[    9.892156] uhci_hcd: USB Universal Host Controller Interface driver
[    9.898602] initcall uhci_hcd_init+0x0/0x129 returned 0 after 6295 usecs
[    9.905300] calling  usblp_driver_init+0x0/0x1b @ 1
[    9.910269] usbcore: registered new interface driver usblp
[    9.915742] initcall usblp_driver_init+0x0/0x1b returned 0 after 5451 usecs
[    9.922693] calling  kgdbdbgp_start_thread+0x0/0x4f @ 1
[    9.927911] initcall kgdbdbgp_start_thread+0x0/0x4f returned 0 after 0 usecs
[    9.934947] calling  i8042_init+0x0/0x3c5 @ 1
[    9.939498] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    9.973938] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    9.980933] i8042: Failed to disable AUX port, but continuing[   10.245649] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.250732] initcall i8042_init+0x0/0x3c5 returned 0 after 304549 usce
[   10.278209] initcall mousedev_init+0x0/0x62 returned 0 after 5515 usecs
[   10.284806] calling  evdev_init+0x0/0x12 @ 1
[   10.289246] initcall evdev_init+0x0/0x12 returned 0 after 158 usecs
[   10.295513] calling  atkbd_init+0x0/0x27 @ 1
[   10.299849] initcall atkbd_init+0x0/0x27 returned 0 after 69 usecs
[   10.306020] calling  psmouse_init+0x0/0x7b @ 1
[   10.310543] initcall psmouse_init+0x0/0x7b returned 0 after 83 usecs
[   10.316894] calling  cmos_init+0x0/0x6a @ 1
[   10.321095] rtc_cmos 00:04: RTC can wake from S4
[   10.325885] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   10.332018] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[   10.339634] initcall cmos_init+0x0/0x6a returned 0 after 18152 usecs
[   10.345989] calling  i2c_i801_init+0x0/0xad @ 1
[   10.350600] initcall i2c_i801_init+0x0/0xad returned 0 after 70 usecs
[   10.357048] calling  cpufreq_gov_dbs_init+0x0/0x95 @ 1
[   10.362182] initcall cpufreq_gov_dbs_init+0x0/0x95 returned 0 after 1 usecs
[   10.369128] calling  init_ladder+0x0/0x12 @ 1
[   10.373474] cpuidle: using governor ladder
[   10.377559] initcall init_ladder+0x0/0x12 returned 0 after 3995 usecs
[   10.383981] calling  init_menu+0x0/0x12 @ 1
[   10.388152] cpuidle: using governor menu
[   10.392064] initcall init_menu+0x0/0x12 returned 0 after 3825 usecs
[   10.398317] calling  efivars_init+0x0/0x109 @ 1
[   10.402839] EFI Variables Facility v0.08 2004-May-17
[   10.407791] initcall efivars_init+0x0/0x109 returned 0 after 4842 usecs
[   10.414387] calling  vhost_net_init+0x0/0x30 @ 1
[   10.419117] initcall vhost_net_init+0x0/0x30 returned 0 after 108 usecs
[   10.425735] calling  staging_init+0x0/0x8 @ 1
[   10.430088] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[   10.436257] calling  zram_init+0x0/0x2bf @ 1
[   10.440713] zram: Created 1 device(s) ...
[   10.444718] initcall zram_init+0x0/0x2bf returned 0 after 4101 usecs
[   10.451058] calling  zs_init+0x0/0x90 @ 1
[   10.455069] initcall zs_init+0x0/0x90 returned 0 after 3 usecs
[   10.460889] calling  eeepc_laptop_init+0x0/0x58 @ 1
[   10.465944] initcall eeepc_laptop_init+0x0/0x58 returned -19 after 186 usecs
[   10.472990] calling  sock_diag_init+0x0/0x12 @ 1
[   10.477609] initcall sock_diag_init+0x0/0x12 returned 0 after 5 usecs
[   10.484032] calling  flow_cache_init_global+0x0/0x19f @ 1
[   10.489442] initcall flow_cache_init_global+0x0/0x19f returned 0 after 25 usecs
[   10.496729] calling  llc_init+0x0/0x20 @ 1
[   10.500815] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[   10.506725] calling  snap_init+0x0/0x38 @ 1
[   10.510898] initcall snap_init+0x0/0x38 returned 0 after 0 usecs
[   10.516896] calling  blackhole_module_init+0x0/0x12 @ 1
[   10.522116] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[   10.529151] calling  nfnetlink_init+0x0/0x59 @ 1
[   10.533754] Netfilter messages via NETLINK v0.30.
[   10.538447] initcall nfnetlink_init+0x0/0x59 returned 0 after 4588 usecs
[   10.545136] calling  nfnetlink_log_init+0x0/0xdb @ 1
[   10.550104] initcall nfnetlink_log_init+0x0/0xdb returned 0 after 7 usecs
[   10.556873] calling  nf_conntrack_standalone_init+0x0/0x7a @ 1
[   10.562697] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.568865] initcall nf_conntrack_standalone_init+0x0/0x7a returned 0 after 6030 usecs
[   10.576772] calling  ctnetlink_init+0x0/0xa4 @ 1
[   10.581383] ctnetlink v0.93: registering with nfnetlink.
[   10.586681] initcall ctnetlink_init+0x0/0xa4 returned 0 after 5180 usecs
[   10.593370] calling  nf_conntrack_ftp_init+0x0/0x1ca @ 1
[   10.598668] initcall nf_conntrack_ftp_init+0x0/0x1ca returned 0 after 1 usecs
[   10.605789] calling  nf_conntrack_irc_init+0x0/0x173 @ 1
[   10.611090] initcall nf_conntrack_irc_init+0x0/0x173 returned 0 after 1 usecs
[   10.618211] calling  nf_conntrack_sip_init+0x0/0x215 @ 1
[   10.623515] initcall nf_conntrack_sip_init+0x0/0x215 returned 0 after 0 usecs
[   10.630631] calling  xt_init+0x0/0x118 @ 1
[   10.634726] initcall xt_init+0x0/0x118 returned 0 after 1 usecs
[   10.640635] calling  tcpudp_mt_init+0x0/0x17 @ 1
[   10.645248] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.651678] calling  connsecmark_tg_init+0x0/0x12 @ 1
[   10.656716] initcall connsecmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.663579] calling  nflog_tg_init+0x0/0x12 @ 1
[   10.668097] initcall nflog_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.674439] calling  secmark_tg_init+0x0/0x12 @ 1
[   10.679133] initcall secmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.685649] calling  tcpmss_tg_init+0x0/0x17 @ 1
[   10.690255] initcall tcpmss_tg_init+0x0/0x17 returned 0 after 0 usecs
[   10.696684] calling  conntrack_mt_init+0x0/0x17 @ 1
[   10.701549] initcall conntrack_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.708239] calling  policy_mt_init+0x0/0x17 @ 1
[   10.712851] initcall policy_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.719274] calling  state_mt_init+0x0/0x12 @ 1
[   10.723799] initcall state_mt_init+0x0/0x12 returned 0 after 0 usecs
[   10.730135] calling  sysctl_ipv4_init+0x0/0x92 @ 1
[   10.734949] initcall sysctl_ipv4_init+0x0/0x92 returned 0 after 26 usecs
[   10.741639] calling  init_syncookies+0x0/0x19 @ 1
[   10.746348] initcall init_syncookies+0x0/0x19 returned 0 after 10 usecs
[   10.752950] calling  tunnel4_init+0x0/0x72 @ 1
[   10.757390] initcall tunnel4_init+0x0/0x72 returned 0 after 0 usecs
[   10.763647] calling  ipv4_netfilter_init+0x0/0x12 @ 1
[   10.768686] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[   10.775549] calling  nf_conntrack_l3proto_ipv4_init+0x0/0x17c @ 1
[   10.781796] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x17c returned 0 after 153 usecs
[   10.789873] calling  nf_defrag_init+0x0/0x17 @ 1
[   10.794484] initcall nf_defrag_init+0x0/0x17 returned 0 after 0 usecs
[   10.800908] calling  ip_tables_init+0x0/0xaa @ 1
[   10.805524] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.810826] initcall ip_tables_init+0x0/0xaa returned 0 after 5188 usecs
[   10.817514] calling  iptable_filter_init+0x0/0x51 @ 1
[   10.822606] initcall iptable_filter_init+0x0/0x51 returned 0 after 52 usecs
[   10.829564] calling  iptable_mangle_init+0x0/0x51 @ 1
[   10.834624] initcall iptable_mangle_init+0x0/0x51 returned 0 after 13 usecs
[   10.841572] calling  reject_tg_init+0x0/0x12 @ 1
[   10.846188] initcall reject_tg_init+0x0/0x12 returned 0 after 6 usecs
[   10.852615] calling  ulog_tg_init+0x0/0x104 @ 1
[   10.857153] initcall ulog_tg_init+0x0/0x104 returned 0 after 14 usecs
[   10.863584] calling  cubictcp_register+0x0/0x5c @ 1
[   10.868456] TCP: cubic registered
[   10.871771] initcall cubictcp_register+0x0/0x5c returned 0 after 3247 usecs
[   10.878720] calling  xfrm_user_init+0x0/0x4a @ 1
[   10.883332] Initializing XFRM netlink socket
[   10.887604] initcall xfrm_user_init+0x0/0x4a returned 0 after 4182 usecs
[   10.894301] calling  inet6_init+0x0/0x315 @ 1
[   10.898682] NET: Registered protocol family 10
[   10.903268] initcall inet6_init+0x0/0x315 returned 0 after 4518 usecs
[   10.909698] calling  ah6_init+0x0/0x79 @ 1
[   10.913789] initcall ah6_init+0x0/0x79 returned 0 after 6 usecs
[   10.919694] calling  esp6_init+0x0/0x79 @ 1
[   10.923874] initcall esp6_init+0x0/0x79 returned 0 after 6 usecs
[   10.929869] calling  xfrm6_transport_init+0x0/0x17 @ 1
[   10.935003] initcall xfrm6_transport_init+0x0/0x17 returned 0 after 6 usecs
[   10.941947] calling  xfrm6_mode_tunnel_init+0x0/0x17 @ 1
[   10.947251] initcall xfrm6_mode_tunnel_init+0x0/0x17 returned 0 after 6 usecs
[   10.954367] calling  xfrm6_beet_init+0x0/0x17 @ 1
[   10.959065] initcall xfrm6_beet_init+0x0/0x17 returned 0 after 6 usecs
[   10.965580] calling  ip6_tables_init+0x0/0xaa @ 1
[   10.970285] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.975681] initcall ip6_tables_init+0x0/0xaa returned 0 after 5281 usecs
[   10.982459] calling  ip6table_filter_init+0x0/0x51 @ 1
[   10.987661] initcall ip6table_filter_init+0x0/0x51 returned 0 after 74 usecs
[   10.994698] calling  ip6table_mangle_init+0x0/0x51 @ 1
[   10.999886] initcall ip6table_mangle_init+0x0/0x51 returned 0 after 61 usecs
[   11.006921] calling  nf_conntrack_l3proto_ipv6_init+0x0/0x154 @ 1
[   11.013018] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x154 returned 0 after 13 usecs
[   11.021002] calling  nf_defrag_init+0x0/0x54 @ 1
[   11.025624] initcall nf_defrag_init+0x0/0x54 returned 0 after 10 usecs
[   11.032146] calling  ipv6header_mt6_init+0x0/0x12 @ 1
[   11.037192] initcall ipv6header_mt6_init+0x0/0x12 returned 0 after 6 usecs
[   11.044048] calling  reject_tg6_init+0x0/0x12 @ 1
[   11.048747] initcall reject_tg6_init+0x0/0x12 returned 0 after 6 usecs
[   11.055258] calling  sit_init+0x0/0x8c @ 1
[   11.059349] sit: IPv6 over IPv4 tunneling driver
[   11.064209] initcall sit_init+0x0/0x8c returned 0 after 4758 usecs
[   11.070390] calling  packet_init+0x0/0x47 @ 1
[   11.074740] NET: Registered protocol family 17
[   11.079192] initcall packet_init+0x0/0x47 returned 0 after 4352 usecs
[   11.085618] calling  br_init+0x0/0xa2 @ 1
[   11.089636] initcall br_init+0x0/0xa2 returned 0 after 17 usecs
[   11.095552] calling  init_rpcsec_gss+0x0/0x64 @ 1
[   11.100264] initcall init_rpcsec_gss+0x0/0x64 returned 0 after 17 usecs
[   11.106866] calling  dcbnl_init+0x0/0x4d @ 1
[   11.111132] initcall dcbnl_init+0x0/0x4d returned 0 after 6 usecs
[   11.117211] calling  init_dns_resolver+0x0/0xe4 @ 1
[   11.122093] Key type dns_resolver registered
[   11.126363] initcall init_dns_resolver+0x0/0xe4 returned 0 after 4181 usecs
[   11.133309] calling  mcheck_init_device+0x0/0x123 @ 1
[   11.138558] initcall mcheck_init_device+0x0/0x123 returned 0 after 197 usecs
[   11.145638] calling  tboot_late_init+0x0/0x216 @ 1
[   11.150435] initcall tboot_late_init+0x0/0x216 returned 0 after 0 usecs
[   11.157030] calling  mcheck_debugfs_init+0x0/0x3c @ 1
[   11.162081] initcall mcheck_debugfs_init+0x0/0x3c returned 0 after 11 usecs
[   11.169028] calling  severities_debugfs_init+0x0/0x3c @ 1
[   11.174421] initcall severities_debugfs_init+0x0/0x3c returned 0 after 1 usecs
[   11.181636] calling  threshold_init_device+0x0/0x8d @ 1
[   11.186882] initcall threshold_init_device+0x0/0x8d returned 0 after 35 usecs
[   11.194012] calling  hpet_insert_resource+0x0/0x23 @ 1
[   11.199146] initcall hpet_insert_resource+0x0/0x23 returned 0 after 8 usecs
[   11.206094] calling  update_mp_table+0x0/0x586 @ 1
[   11.210880] initcall update_mp_table+0x0/0x586 returned 0 after 6 usecs
[   11.217483] calling  lapic_insert_resource+0x0/0x3f @ 1
[   11.222702] initcall lapic_insert_resource+0x0/0x3f returned 0 after 6 usecs
[   11.229733] calling  io_apic_bug_finalize+0x0/0x1b @ 1
[   11.234872] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 6 usecs
[   11.241822] calling  print_ICs+0x0/0x466 @ 1
[   11.246088] initcall print_ICs+0x0/0x466 returned 0 after 6 usecs
[   11.252166] calling  check_early_ioremap_leak+0x0/0x65 @ 1
[   11.257652] initcall check_early_ioremap_leak+0x0/0x65 returned 0 after 6 usecs
[   11.264946] calling  pat_memtype_list_init+0x0/0x32 @ 1
[   11.270161] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 1 usecs
[   11.277204] calling  init_oops_id+0x0/0x40 @ 1
[   11.281645] initcall init_oops_id+0x0/0x40 returned 0 after 7 usecs
[   11.287909] calling  printk_late_init+0x0/0x59 @ 1
[   11.292695] initcall printk_late_init+0x0/0x59 returned 0 after 6 usecs
[   11.299299] calling  pm_qos_power_init+0x0/0x7b @ 1
[   11.304313] initcall pm_qos_power_init+0x0/0x7b returned 0 after 144 usecs
[   11.311190] calling  pm_debugfs_init+0x0/0x24 @ 1
[   11.315886] initcall pm_debugfs_init+0x0/0x24 returned 0 after 1 usecs
[   11.322409] calling  software_resume+0x0/0x290 @ 1
[   11.327192] PM: Hibernation image not present or could not be loaded.
[   11.333618] initcall software_resume+0x0/0x290 returned -2 after 6289 usecs
[   11.340573] initcall software_resume+0x0/0x290 returned with error code -2 
[   11.347524] calling  debugfs_kprobe_init+0x0/0x90 @ 1
[   11.352575] initcall debugfs_kprobe_init+0x0/0x90 returned 0 after 10 usecs
[   11.359528] calling  taskstats_init+0x0/0x95 @ 1
[   11.364146] registered taskstats version 1
[   11.368236] initcall taskstats_init+0x0/0x95 returned 0 after 4010 usecs
[   11.374925] calling  clear_boot_tracer+0x0/0x2d @ 1
[   11.379800] initcall clear_boot_tracer+0x0/0x2d returned 0 after 6 usecs
[   11.386490] calling  max_swapfiles_check+0x0/0x8 @ 1
[   11.391451] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[   11.398228] calling  set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[   11.404494] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 177 usecs
[   11.412575] calling  fail_make_request_debugfs+0x0/0x2a @ 1
[   11.418150] initcall fail_make_request_debugfs+0x0/0x2a returned 0 after 8 usecs
[   11.425539] calling  prandom_reseed+0x0/0xb4 @ 1
[   11.430161] initcall prandom_reseed+0x0/0xb4 returned 0 after 7 usecs
[   11.436594] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[   11.442861] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 1 usecs
[   11.450942] calling  pci_sysfs_init+0x0/0x51 @ 1
[   11.455736] initcall pci_sysfs_init+0x0/0x51 returned 0 after 176 usecs
[   11.462343] calling  boot_wait_for_devices+0x0/0x30 @ 1
[   11.467567] initcall boot_wait_for_devices+0x0/0x30 returned 0 after 0 usecs
[   11.474605] calling  random_int_secret_init+0x0/0x19 @ 1
[   11.479917] initcall random_int_secret_init+0x0/0x19 returned 0 after 5 usecs
[   11.487042] calling  deferred_probe_initcall+0x0/0x70 @ 1
[   11.492499] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 63 usecs
[   11.499809] calling  late_resume_init+0x0/0x1d0 @ 1
[   11.504674]   Magic number: 5:424:537
[   11.508499] initcall late_resume_init+0x0/0x1d0 returned 0 after 3739 usecs
[   11.515455] calling  acpi_cpufreq_init+0x0/0x212 @ 1
[   11.520417] acpi_processor_preregister_performance:694: RC:0
[   11.526093] acpi_processor_preregister_performance:710: RC:0
[   11.531744] acpi_processor_preregister_performance:792: RC:0
[   11.537395] acpi_processor_preregister_performance:812: RC:0
[   11.543066] acpi_processor_get_performance_info:503: RC:0
[   11.548459] acpi_processor_get_platform_limit:136: status:0
[   11.554024] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.561240] CPU 0: _PPC is 0 - frequency not limited
[   11.566191] acpi_processor_get_performance_info:508: RC:0
[   11.571583] acpi-cpufreq: overriding BIOS provided _PSD data
[   11.577270] acpi_processor_get_performance_info:503: RC:0
[   11.582662] acpi_processor_get_platform_limit:136: status:0
[   11.588227] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.595429] CPU 1: _PPC is 0 - frequency not limited
[   11.600387] acpi_processor_get_performance_info:508: RC:0
[   11.605791] initcall acpi_cpufreq_init+0x0/0x212 returned 0 after 83496 usecs
[   11.612913] calling  firmware_memmap_init+0x0/0x38 @ 1
[   11.618074] initcall firmware_memmap_init+0x0/0x38 returned 0 after 27 usecs
[   11.625113] calling  zcache_init+0x0/0x734 @ 1
[   11.629627] initcall zcache_init+0x0/0x734 returned 0 after 78 usecs
[   11.635976] calling  pci_mmcfg_late_insert_resources+0x0/0x50 @ 1
[   11.642060] initcall pci_mmcfg_late_insert_resources+0x0/0x50 returned 0 after 1 usecs
[   11.649955] calling  net_secret_init+0x0/0x19 @ 1
[   11.654668] initcall net_secret_init+0x0/0x19 returned 0 after 12 usecs
[   11.661273] calling  tcp_congestion_default+0x0/0x12 @ 1
[   11.666580] initcall tcp_congestion_default+0x0/0x12 returned 0 after 6 usecs
[   11.673695] calling  tcp_fastopen_init+0x0/0x30 @ 1
[   11.678580] initcall tcp_fastopen_init+0x0/0x30 returned 0 after 11 usecs
[   11.685361] calling  ip_auto_config+0x0/0xe65 @ 1
[   11.690065] initcall ip_auto_config+0x0/0xe65 returned 0 after 12 usecs
[   11.696672] calling  initialize_hashrnd+0x0/0x19 @ 1
[   11.701633] initcall initialize_hashrnd+0x0/0x19 returned 0 after 6 usecs
[   11.708578] async_waiting @ 1
[   11.711553] async_continuing @ 1 after 0 usec
[   11.716565] Freeing unused kernel memory: 1028k freed
[   11.721863] Write protecting the kernel read-only data: 10240k
[   11.730594] Freeing unused kernel memory: 1536k freed
[   11.736344] Freeing unused kernel memory: 112k freed
init started: BusyBox v1.14.3 ([   11.743587] consoletype (1173) used greatest stack depth: 5288 bytes left
2013-02-25 08:05:07 EST)
Mounting directories  [  OK  ]
mount: mount point /proc/bus/usb does not exist
mount: mount po[   11.861721] core_filesystem (1174) used greatest stack depth:es not exi[   11.875084] udevd (1209): /proc/1209/oom_adj is deprecated, please use /proc/1209/oom_score_adj instead.
st
^G^G^G^G^G^G^Gcat: /sys/hypervisor/type: No such file or directory
/usr/bin/load_xen_modules: line 3: [: ==: unary operator expected
^G^G^G^G^G^G^G^G^G^G^[   11.899248] calling  init_scsi+0x0/0x91 [scsi_mod] @ 1350
G^G^G^G^G[   11.905648] SCSI subsystem initialized
[   11.909710] initcall init_scsi+0x0/0x91 [scsi_mod] returned 0 after 4419 usecs
[   11.926260] calling  ata_init+0x0/0x4d3 [libata] @ 1350
[   11.931486] ACPI: bus type scsi registered
[   11.942979] calling  skge_init_module+0x0/0x1000 [skge] @ 1362
[   11.949173] ACPI: PCI Interrupt Link [APC1] enabled at IRQ41] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 1472
[   11.954986] skge: 1.14 addr 0xfd8fc000 irq 16 chip Yukon rev 1
[   11.966297] calling  e1000_init_module+0x0/0x1000 [e1000] @ 1361
[   11.972295] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   11.979327] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   11.982592] wmi: Mapper loaded
[   11.982598] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 15997 usecs
[   11.995525] libata version 3.00 loaded.
^G^G^G^G[   11.999400] initcall ata_init+0x0/0x4d3 [libata] returned 0 after 66402 usecs
[   12.003951] skge 0000:01:08.0 eth1: addr 00:0a:5e:65:74:93
[   12.004310] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   12.018550] initcall skge_init_module+0x0/0x1000 [skge] returned 0 after 68179 usecs
[   12.026297] calling  ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] @ 1350
[   12.035598] calling  acpi_video_init+0x0/0xfee [video] @ 1472
[   12.041696] calling  nv_pci_driver_init+0x0/0x1000 [sata_nv] @ 1432
[   12.049096] initcall acpi_video_init+0x0/0xfee [video] returned 0 after 7565 usecs
udevd-work[1569]: error opening [   12.061228] calling  mxm_wmi_init+0x0/0x1000 [mxm_wmi] @ 1472
ATTR{/sys/device[   12.067950] initcall mxm_wmi_init+0x0/0x1000 [mxm_wmi] returned 0 after 0 usecs
s/system/cpu/cpu[   12.077270] calling  svm_init+0x0/0x23 [kvm_amd] @ 1575
0/online} for writing: No such file or directory

[   12.088571] calling  drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] @ 1472
[   12.096951] initcall drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] returned 0 after 1220 usecs
[   12.106787] calling  fb_console_init+0x0/0x1000 [fbcon] @ 1620
[   12.114668] initcall fb_console_init+0x0/0x1000 [fbcon] returned 0 after 1994 usecs
[   12.122659] calling  ttm_init+0x0/0x1000 [ttm] @ 1472
[   12.127858] initcall ttm_init+0x0/0x1000 [ttm] returned 0 after 142 usecs
[   12.162689] calling  nouveau_drm_init+0x0/0x1000 [nouveau] @ 1472
[   12.207503] ip (1737) used greatest stack depth: 3928 bytes left
[   12.287889] sata_nv 0000:00:08.0: version 3.5
[   12.292527] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[   12.29831^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^GWaiting for devices [  OK  ]
[   12.328549] e1000 0000:01:06.0 eth2: (PCI:66MHz:32-bit) 00:04:23:a7:5a:01
[   12.335333] e1000 0000:01:06.0 eth2: Intel(R) PRO/1000 Network Connection
[   12.342265] initcall e1000_init_module+0x0/0x1000 [e1000] returned 0 after 361779 usecs
[   12.342266] scsi0 : sata_nv
[   12.353203] scsi1 : sata_nv
[   12.356112] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[   12.363066] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 23
[   12.370266] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[   12.376037] sata_nv 0000:00:08.1: setting latency timer to 64
[   12.382025] scsi2 : sata_nv
[   12.384913] scsi3 : sata_nv
[   12.387783] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
[   12.394731] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
[   12.401767] kvm: Nested Virtualization enabled
[   12.402662] nouveau 0000:00:0d.0: setting latency timer to 64
[   12.402921] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 22
[   12.403152] initcall nv_pci_driver_init+0x0/0x1000 [sata_nv] returned 0 after 347338 usecs
[   12.425918] kvm: Nested Paging enabled
[   12.430725] initcall svm_init+0x0/0x23 [kvm_amd] returned 0 after 339791 usecs
[   12.437964] nouveau  [  DEVICE][0000:00:0d.0] BOOT0  : 0x04c000a2
[   12.444058] nouveau  [  DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
[   12.450137] nouveau  [  DEVICE][0000:00:0d.0] Family : NV40
[   12.456419] nouveau  [   VBIOS][0000:00:0d.0] checking PRAMIN for image...
[   12.501761] nouveau  [   VBIOS][0000:00:0d.0] ... appears to be valid
[   12.508195] nouveau  [   VBIOS][0000:00:0d.0] using12.514762] nouveau  [   VBIOS][0000:00:0d.0] BIT signature found
[   12.520840] nouveau  [   VBIOS][0000:00:0d.0] version 05.61.32.22.01
^G^G^G^G^G^G[   12.527366] nouveau  [     PFB][0000:00:0d.0] RAM type: unknown
[   12.534194] nouveau  [     PFB][0000:00:0d.0] RAM size: 128 MiB
[   12.540123] nouveau  [     PFB][0000:00:0d.0]    ZCOMP: 0 tags
[   12.571850] nouveau  [  PTHERM][0000:00:0d.0] FAN control: none / external
[   12.578721] nouveau  [  PTHERM][0000:00:0d.0] ^G[   12.686575] ata1: SATA link down (SStatus 0 SControl 300)
[   12.713537] ata3: SATA link down (SStatus 0 SControl 300)
[   13.145627] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   13.154866] ata2.00: ATA-7: HDT722516DLA380, V43OA96A, max UDMA/133
[   13.161124] ata2.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   13.173837] ata2.00: configured for UDMA/133
[   13.178189] scsi 1:0:0:0: Direct-Access     ATA      HDT722516DLA380  V43O P^G^G^[   13.194232] sd 1:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
G^G^G^G^G^G^G^G^[   13.202245] sd 1:0:0:0: [sda] Write Protect is off
G^G^G^G^G[   13.208370] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   13.214183] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   13.223287] initcall init_sd+0x0/0x1000 [sd_mod] returned 0 after 28876 usecs
[   13.274641]  sda: sda1 sda2 sda3
[   13.278297] sd 1:0:0:0: [sda] Attached SCSI disk
[   13.499473] ata4: SATA link down (SStatus 0 SControl 300)
[   13.506546] calling  init_sg+0x0/0x1000 [sg] @ 2425
[   13.511ttached scsi generic sg0 type 0
[   13.516919] initcall init_sg+0x0/0x1000 [sg] returned 0 after 5369 usecs
^G^G^G^G^G[   13.584312] nouveau  [  PTHERM][0000:00:0d.0] programmed thresholds [ 90(2), 95(3), 145(2), 135(5) ]
[   13.593418] nouveau  [  PTHERM][0000:00:0d.0] temperature (6248 C) hit the 'fanboost' threshold
[   13.602097] nouveau  [  PTHERM][0000:00:0d.0] Thermal management: automatic
[   13.609040] nouveau  [  PTHERM][0000:00:0d.0] temperature (6246 C) hit the 'downclock' threshold
[   13.617805] nouveau  [  PTHERM][0000:00:0d.0] temperature (6252 C) hit the 'critical' threshold
[   13.626477] nouveau  [  PTHERM][0000:00:0d.0] temperature (6250 C) hit the 'shutdown' threshold
[   13.635236] [TTM] Zone  kernel: Available graphics memory: 1963774 kiB
[   13.641756] [TTM] Initializing pool allocator
[   13.646111] [TTM] Initializing DMA pool allocator
Usage: /etc/init[   13.651192] nouveau  [     DRM] VRAM: 125 MiB
[   13.656551] nouveau  [     DRM] GART: 512 MiB
.d/halt {start}[   13.660913] nouveau  [     DRM] TMDS table version 1.1

The system is [   13.667409] nouveau  [     DRM] DCB version 3.0
going down NOW![   13.673311] nouveau  [     DRM] DCB outp 00: 01000310 00000023
[   13.680425] nouveau  [     DRM] DCB outp 01: 00110204 97e50000

[   13.686259] nouveau  [     DRM] DCB conn 00: 0000
Sent SIGTERM to[   13.691271] nouveau  [     DRM] Saving VGA fonts
 all processes
[   13.735228] nouveau W[     DRM] DCB type 4 not known
[   13.740182] nouveau W[     DRM] Unknown-1 has no encoders, removing0).
[   13.753923] [drm] No driver support for vblank timestamp query.
^G[   13.759929] ttyS0: 2 input overrun(s)
[   13.760399] nouveau  [     DRM] 1 available performance level(s)
[   13.760402] nouveau  [     DRM] 0: core 425MHz shader 425MHz fanspeed 100%
[   13.760403] nouveau  [     DRM] c:
^G^G^G^G^G^G^G^G[   13.780296] nouveau  [     DRM] MM: using M2MF for buffer copies
^G^G^G^G^G^G^G[   13.820695] nouveau 0000:00:0d.0: No connectors reported connected with modes
[   13.827823] [drm] Cannot find any crtc or s8
[   13.834066] nouveau  [     DRM] allocated 1024x768 fb: 0x9000, bo ffff88012e200400
^G^G^G^G^G[   13.841722] fbcon: nouveaufb (fb0) is primary device
[   13.845592] Console: switching to colour frame buffer device 128x48
[   13.857739] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
[   13.864084] nouveau 0000:00:0d.0: registered panic notifier
[   13.869650] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
[   13.877175] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 1670582 usecs
udevd-work[1340]: '/sbin/modprobe -b pci:v000010DEd000003D0sv00001565sd00001405bc03sc00i00' unexpected exit with status 0x000f

Sent SIGKILL to all processes
Requesting system poweroff
[   15.688822] kvm: exiting hardware virtualization
[   15.693484] sd 1:0:0:0: shutdown
[   15.696712] sd 1:0:0:0: [sda] SynchG^G^G^G[   16.072923] i2c i2c-2: shutdown
[   16.076081] i2c i2c-1: shutdown
[   16.079215] i2c i2c-0: shutdown
[   16.082371] serio] pnp 00:03: shutdown
[   16.112683] pnp 00:02: shutdown
[   16.115825] system 00:01: shutdown
[   16.119226] system 00:00: shutdown
[   16.122631] skge 0000:01:08.0: shutdown
[   16.127152] pci 0000:00:04.0: System wakeup enabled by ACPI
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   16.143525] e1000 0000:01:06.0: shutdown
^G^G^G^G^G^G[   16.159517] pci 0000:00:18.4: shutdown
[   16.163274] pci 0000:00:18.3: shutdown
[   16.167027] pci 0000:00:18.2: shutdown
[   16.190920] pcieport 0000:00:09.0: shutdown
[   16.195110] sata_nv 0000:00:08.1: shutdown
[   16.199206] sata_nv 0000:00:08.0: shutdown
[   16.203301] forcedeth 0000:00:07.0: shutdown
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   16.218438] pci 0000:00:06.0: shutdown
[   16.222198] pci 0000:00:05.0: shutdown
[   16.225950] pci 0000:00:04.0: shutdown
[   16.229697] ehci-pci 0000:00:02.1: shutdown
[   16.233974] ohci_hcd 0000:00:02.0: shutdown
[   16.238210] pci 0000:00:01.2: shutdown
[   16.241963] pci 0000:00:01.1: shutdown
[   16.245718] pci 0000:00:01.0: shutdown
[   16.249464] pci 0000:00:00.0: shutdown
[   16.253303] ACPI: Preparing to enter system sleep state S5
[   16.259322] Disabling non-boot CPUs ...
[   16.264733] PM: Calling mce_syscore_shutdown+0x0/0x70
[   16.269787] PM: Calling i8259A_shutdown+0x0/0x10
[   16.274395] Power down.
[   16.277159] acpi_power_off called
?
PXELINUX 3.82 2009-06-09  Copyright (C) 1994-2009 H. Peter Anvin et al
boot: 
Loading vmlinuz........................................................................
Loading initramfs.cpio.gz....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ready.
Hh?r??????II=I??????????????????????mu9a  0.000000] DMI: BIOSTAR Group N61PB-M2S/N61PB-M2S, BIOS 6.00 PG 09/03/2009
[    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 = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR def000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 000100000000 mask FFFFC0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000140000000 aka 5120M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xb7ee0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f3a30-0x000f3a3f] mapped at [ffff8800000f3a30]
[    0.000000] memblock_reserve: [0x000000000f3a30-0x000000000f3a40] smp_scan_config+0xee/0x12b
[    0.000000] memblock_reserve: [0x000000000f1f44-0x000000000f2088] smp_scan_config+0x10c/0x12b
[    0.000000] memblock_reserve: [0x00000001cb9000-0x00000001cbf000] setup_arch+0x65f/0xcfe
[    0.000000] MEMBLOCK configurati
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes
[    0.000000]  reserved.cnt  = 0x3
[    0.000000]  reserved[0x0]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x1]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x2]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000] memblock_reserve: [0x00000000001000-0x00000000010000] setup_bios_corruption_check+0xee/0x180
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] memblock_reserve: [0x00000000098000-0x0000000009e000] reserve_real_mode+0x65/0x8b
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] memblock_reserve: [0x00000000000000-0x00000000010000] setup_arch+0x73d/0xcfe
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01cba000, 0x01cbafff] PGTABLE
[    0.000000] BRK [0x01cbb000, 0x01cbbfff] PGTABLE
[    0.000000] BRK [0x01cbc000, 0x01cbcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
[    0.000000]  [mem 0x13c000000-0x13fdfffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000]  [mem 0x100000000-0x13bffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x00100000-0xb7edffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xb7dfffff] page 2M
[    0.000000]  [mem 0xb7e00000-0xb7edffff] page 4k
[    0.000000] memblock_reserve: [0x0000013ffff000-0x00000140000000] alloc_low_pages+0xd5/0x180
[    0.000000] memblock_reserve: [0x0000013fffe000-0x0000013ffff000] alloc_low_pages+0xd5/0x180
[    0.000000] RAMDISK: [mem 0x7b1e3000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f7e60 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 00000000b7ee3000 00038 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: FACP 00000000b7ee3080 00074 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130117/tbfadt-599)
[    0.000000] ACPI: DSDT 00000000b7ee3100 05B85 (v01 NVIDIA NVDAACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000b7ee0000 00040
[    0.000000] ACPI: SSDT 00000000b7ee8d80 008F5 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: HPET 00000000b7ee9680 00038 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000098)
[    0.000000] ACPI: MCFG 00000000b7ee96c0 0003C (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: APIC 00000000b7ee8cc0 00098 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[    0.000000] memblock_reserve: [0x0000013fffa000-0x0000013fffe000] memblock_alloc_base_nid+0x3f/0x52
[    0.000000]   NODE_DATA [mem 0x13fffa000-0x13fffdfff]
[    0.000000] MEMBLOCK configuration:
[    0.000000]  memory size = 0xf7e7e400 reserved size = 0x5b58400
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes on node 0
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes on node 0
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes on node 0
[    0.000000]  reserved.cnt  = 0x6
[    0.000000]  reserved[0x0]	[0x00000000000000-0x0000000000ffff], 0x10000 bytes
[    0.000000]  reserved[0x1]	[0x00000000098000-0x0000000009dfff], 0x6000 bytes
[    0.000000]  reserved[0x2]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x3]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x4]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000]  reserved[0x5]	[0x0000013fffa000-0x0000013fffffff], 0x6000 bytes
[    0.000000] memblock_reserve: [0x0000013fff9000-0x0000013fffa000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf9000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf8c00-0x0000013fbf8fe0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f8c00-0x0000013fbf8c00] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013b800000-0x0000013f600000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f7000-0x0000013f7f8000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f6000-0x0000013f7f7000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013f000000-0x0000013f600000] free_bootmem+0x9/0xb
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b800000-ffff88013effffff] on node 0
[    0.000000]    memblock_free: [0x0000013f7f8c00-0x0000013fbf8c00] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fbf9000-0x0000013fff9000] free_bootmem+0x9/0xb
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    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-0xb7edffff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] On node 0 totalpages: 1015422
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000] memblock_reserve: [0x0000013ffe1000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   DMA32 zone: 10245 pages used for memmap
[    0.000000]   DMA32 zone: 749280 pages, LIFO batch:31
[    0.000000] memblock_reserve: [0x0000013ffc9000-0x0000013ffe1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.0000[    0.000000] memblock_reserve: [0x0000013ffb0000-0x0000013ffb1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] ACPI: P02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[    0.000000] memblock_reserve: [0x0000013ffaff80-0x0000013ffaffc1] __alloc_memory_core_early+0x5c/0x64
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] memblock_reserve: [0x0000013ffaff00-0x0000013ffaff43] __alloc_memory_core_early+0x5c/0x64
[    0.000000] nr_irqs_gsi: 40
[    0.000000] memblock_reserve: [0x0000013ffafc40-0x0000013ffafee0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafbc0-0x0000013ffafc28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafb40-0x0000013ffafba8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafac0-0x0000013ffafb28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafa40-0x0000013ffafaa8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf9c0-0x0000013ffafa28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf940-0x0000013ffaf9a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf8c0-0x0000013ffaf928] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf840-0x0000013ffaf8a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf7c0-0x0000013ffaf828] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf740-0x0000013ffaf7a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf6c0-0x0000013ffaf728] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf680-0x0000013ffaf6a0] __alloc_memory_core_early+0x5c/0x64
[    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] memblock_reserve: [0x0000013ffaf640-0x0000013ffaf660] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000b7ee0000 - 00000000b7ee3000
[    0.000000] PM: Registered nosave memory: 00000000b7ee3000 - 00000000b7ef0000
[    0.000000] PM: Registered nosave memory: 00000000b7ef0000 - 00000000b7f00000
[    0.000000] PM: Registered nosave memory: 00000000b7f00000 - 00000000b8000000
[    0.000000] PM: Registered nosave memory: 00000000b8000000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] memblock_reserve: [0x0000013ffaf580-0x0000013ffaf638] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf4c0-0x0000013ffaf578] __alloc_memory_core_early+0x5c/0x64
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] memblock_reserve: [0x0000013ffae4c0-0x0000013ffaf4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad4c0-0x0000013ffae4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fc00000-0x0000013fe00000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013fc1c000-0x0000013fc80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fc9c000-0x0000013fd00000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd1c000-0x0000013fd80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd9c000-0x0000013fe00000] free_bootmem+0x9/0xb
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s84992 r8192 d21504 u524288
[    0.000000] memblock_reserve: [0x0000013ffad480-0x0000013ffad488] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad440-0x0000013ffad448] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad400-0x0000013ffad410] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad3c0-0x0000013ffad3e0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] pcpu-alloc: s84992 r8192 d21504 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] memblock_reserve: [0x0000013ffad280-0x0000013ffad3b0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad200-0x0000013ffad250] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad180-0x0000013ffad1d0] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013ffae4c0-0x0000013ffaf4c0] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013ffad4c0-0x0000013ffae4c0] free_bootmem+0x9/0xb
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1001515
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=10000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
[    0.000000] memblock_reserve: [0x0000013ffa5180-0x0000013ffad180] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] memblock_reserve: [0x000000b3ee0000-0x000000b7ee0000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] membloc+0x5c/0x64
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ fdfc000000 size 32 MB
[    0.000000] Aperture beyond 4GB. 000000ac000000-0x000000b0000000] gart_iommu_hole_init+0x3b1/0x512
[    0.000000] Mapping aperture over 65536 KB of RAM @ ac000000
[    0.000000] memblock_reserve: [0x0000013ffaf480-0x0000013ffaf4a0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000ac000000 - 00000000b0000000
[    0.000000] Memory: 3778912k/5242880k available (6643k kernel code, 1181192k absent, 282776k reserved, 4275k data, 1028k initle: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] hpet clockevent registered
[    0.001000] tsc: Fast TSC calibration using PIT
[    0.002000] tsc: Detected 2913.112 MHz processor
[    0.000002] Calibrat8 rder: 10, 4194304 bytes)
[    0.031960] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.039629] Mount-cache hash table entries: 256
[    0.044338] Initializing cgroup subsys cpuacct
[    0.048790] Initializing cgroup subsys freezer
[    0.053263] tseg: 00b7f00000
[    0.056159] CPU: Physical Processor ID: 0
[    0.060175] CPU: Processor Core ID: 0
[    0.063848] mce: CPU supports 6 MCE banks
[    0.067871] LVT offset 0 assigned for vector 0xf9
[    0.072590] process: using AMD E400 aware idle routine
[    0.077736] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.077736] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.077736] tlb_flushall_shift: 4
[    0.092413] Freeing SMP alternatives: 24k freed
[    0.098485] ACPI: Core revision 20130117
[    0.105400] ACPI: All ACPI Tables successfully acquired
[    0.112800] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.128825] smpboot: CPU0: AMD Athlon(tm) II X2 245 Processor (fam: 10, model: 06, stepping: 02)
[    0.239018] calling  set_real_mode_permissions+0x0/0xab @ 1
[    0.244600] initcall set_real_mode_permissions+0x0/0xab returned 0 after 0 usecs
[    0.251999] calling  trace_init_flags_sys_exit+0x0/0x12 @ 1
[    0.257580] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[    0.264983] calling  trace_init_flags_sys_enter+0x0/0x12 @ 1
[    0.270640] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[    0.278123] calling  init_hw_perf_events+0x0/0x438 @ 1
[    0.283261] Performance Events: AMD PMU driver.
[    0.287809] ... version:                0
[    0.291819] ... bit width:              48
[    0.295914] ... generic registers:      4
[    0.299924] ... value mask:             0000ffffffffffff
[    0.305236] ... max period:             00007fffffffffff
[    0.310548] ... fixed-purpose events:   0
[    0.314558] ... event mask:             000000000000000f
[    0.319877] initcall init_hw_perf_events+0x0/0x438 returned 0 after 8789 usecs
[    0.327102] calling  register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[    0.333455] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[    0.341630] calling  spawn_ksoftirqd+0x0/0x28 @ 1
[    0.346352] initcall spawn_ksoftirqd+0x0/0x28 returned 0 after 0 usecs
[    0.352879] calling  init_workqueues+0x0/0x3c6 @ 1
[    0.357756] initcall init_workqueues+0x0/0x3c6 returned 0 after 0 usecs
[    0.364372] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    0.369510] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    0.376470] calling  migration_init+0x0/0x71 @ 1
[    0.381090] initcall migration_init+0x0/0x71 returned 0 after 0 usecs
[    0.387538] calling  cpu_stop_init+0x0/0x76 @ 1
[    0.392083] initcall cpu_stop_init+0x0/0x76 returned 0 after 0 usecs
[    0.398441] calling  rcu_scheduler_really_started+0x0/0x12 @ 1
[    0.404281] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[    0.411937] calling  rcu_spawn_gp_kthread+0x0/0x89 @ 1
[    0.417092] initcall rcu_spawn_gp_kthread+0x0/0x89 returned 0 after 0 usecs
[    0.424053] calling  relay_init+0x0/0x14 @ 1
[    0.428322] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    0.434415] calling  tracer_alloc_buffers+0x0/0x1f1 @ 1
[    0.439680] initcall tracer_alloc_buffers+0x0/0x1f1 returned 0 after 0 usecs
[    0.446732] calling  init_events+0x0/0x61 @ 1
[    0.451091] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[    0.457278] calling  init_trace_printk+0x0/0x12 @ 1
[    0.462156] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    0.468856] calling  jump_label_init_module+0x0/0x12 @ 1
[    0.474168] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    0.481303] calling  mce_amd_init+0x0/0x165 @ 1
[    0.485833] MCE: In-kernel MCE decoding enabled.
[    0.490451] initcall mce_amd_init+0x0/0x165 returned 0 after 976 usecs
[    0.497026] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.505142] smpboot: Booting Node   0, Processors  #1
[    0.523182] Brought up 2 CPUs
[    0.526343] smpboot: Total of 2 processors activated (11652.44 BogoMIPS)
[    0.536427]  init_mmap_min_addr+0x0/0x26 @ 1
[    0.551947] initcall init_mmap_min_addr+0x0/0x26 returned 0 after 0 usecs
[    0.558742] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    0.565359] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    0.573802] calling  net_ns_init+0x0/0xfd @ 1
[    0.578231] initcall net_ns_init+0x0/0xfd returned 0 after 0 usecs
[    0.584454] calling  e820_mark_nvs_memory+0x0/0x41 @ 1
[    0.589599] PM: Registering ACPI NVS region [mem 0xb7ee0000-0xb7ee2fff] (12288 bytes)
[    0.597437] initcall e820_mark_nvs_memory+0x0/0x41 returned 0 after 6835 usecs
[    0.604667] calling  cpufreq_tsc+0x0/0x37 @ 1
[    0.609031] initcall cpufreq_tsc+0x0/0x37 returned 0 after 0 usecs
[    0.615221] calling  reboot_init+0x0/0x1d @ 1
[    0.619583] initcall reboot_init+0x0/0x1d returned 0 after 976 usecs
[    0.625940] calling  init_lapic_sysfs+0x0/0x20 @ 1
[    0.630731] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[    0.637345] calling  cpu_hotplug_pm_sync_init+0x0/0x2f @ 1
[    0.642830] initcall cpu_hotplug_pm_sync_init+0x0/0x2f returned 0 after 0 usecs
[    0.650140] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    0.654939] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    0.661553] calling  ksysfs_init+0x0/0x94 @ 1
[    0.665925] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs
[    0.672106] calling  pm_init+0x0/0x4e @ 1
[    0.676121] initcall pm_init+0x0/0x4e returned 0 after 0 usecs
[    0.681958] calling  pm_disk_init+0x0/0x19 @ 1
[    0.686403] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    0.692685] calling  swsusp_header_init+0x0/0x30 @ 1
[    0.697651] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[    0.704438] calling  init_jiffies_clocksource+0x0/0x12 @ 1
[    0.709924] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[    0.717233] calling  event_trace_enable+0x0/0xa9 @ 1
[    0.722245] initcall event_trace_enable+0x0/0xa9 returned 0 after 0 usecs
[    0.729038] calling  init_zero_pfn+0x0/0x4f @ 1
[    0.733576] initcall init_zero_pfn+0x0/0x4f returned 0 after 0 usecs
[    0.739929] calling  fsnotify_init+0x0/0x26 @ 1
[    0.744461] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[    0.750821] calling  filelock_init+0x0/0x2a @ 1
[    0.755367] initcall filelock_init+0x0/0x2a returned 0 after 0 usecs
[    0.761722] calling  init_misc_binfmt+0x0/0x31 @ 1
[    0.766515] initcall init_misc_binfmt+0x0/0x31 returned 0 after 0 usecs
[    0.773137] calling  init_script_binfmt+0x0/0x16 @ 1
[    0.778102] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.784889] calling  init_elf_binfmt+0x0/0x16 @ 1
[    0.789592] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.796119] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    0.801432] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.808566] calling  debugfs_init+0x0/0x5c @ 1
[    0.813012] initcall debugfs_init+0x0/0x5c returned 0 after 0 usecs
[    0.819286] calling  securityfs_init+0x0/0x53 @ 1
[    0.823992] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs
[    0.830527] calling  prandom_init+0x0/0xd9 @ 1
[    0.834970] initcall prandom_init+0x0/0xd9 returned 0 after 0 usecs
[    0.841237] calling  virtio_init+0x0/0x30 @ 1
[    0.845698] kworker/u:0 (20) used greatest stack depth: 6152 bytes left
[    0.845700] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    0.845703] calling  __gnttab_init+0x0/0x30 @ 1
[    0.845707] initcall __gnttab_init+0x0/0x30 returned -19 after 0 usecs
[    0.845709] calling  early_resume_init+0x0/0x1d0 @ 1
[    0.845755] RTC time: 15:33:12, date: 03/05/13
[    0.845756] initcall early_resume_init+0x0/0x1d0 returned 0 after 0 usecs
[    0.845758] calling  cpufreq_core_init+0x0/0xc7 @ 1
[    0.845760] initcall cpufreq_core_init+0x0/0xc7 returned 0 after 0 usecs
[    0.845761] calling  cpuidle_init+0x0/0x40 @ 1
[    0.845764] initcall cpuidle_init+0x0/0x40 returned 0 after 0 usecs
[    0.845765] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    0.845767] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    0.845768] calling  sock_init+0x0/0x89 @ 1
[    0.923841] initcall sock_init+0x0/0x89 returned 0 after 976 usecs
[    0.930032] calling  net_inuse_init+0x0/0x26 @ 1
[    0.934656] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    0.941103] calling  netpoll_init+0x0/0x3d @ 1
[    0.945550] initcall netpoll_init+0x0/0x3d returned 0 after 0 usecs
[    0.951825] calling  netlink_proto_init+0x0/0x1b3 @ 1
[    0.956889] NET: Registered protocol family 16
[    0.961345] initcall netlink_proto_init+0x0/0x1b3 returned 0 after 4882 usecs
[    0.968513] calling  bdi_class_init+0x0/0x4d @ 1
[    0.973226] initcall bdi_class_init+0x0/0x4d returned 0 after 0 usecs
[    0.979669] calling  kobject_uevent_init+0x0/0x12 @ 1
[    0.984729] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    0.991610] calling  pcibus_class_init+0x0/0x19 @ 1
[    0.996548] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.003251] calling  pci_driver_init+0x0/0x19 @ 1
[    1.008038] initcall pci_driver_init+0x0/0x19 returned 0 after 0 usecs
[    1.014577] calling  backlight_class_init+0x0/0x5d @ 1
[    1.019786] initcall backlight_class_init+0x0/0x5d returned 0 after 0 usecs
[    1.026765] calling  video_output_class_init+0x0/0x19 @ 1
[    1.032253] initcall video_output_class_init+0x0/0x19 returned 0 after 976 usecs
[    1.039657] calling  xenbus_init+0x0/0x233 @ 1
[    1.044113] initcall xenbus_init+0x0/0x233 returned -19 after 0 usecs
[    1.050553] calling  tty_class_init+0x0/0x38 @ 1
[    1.055259] initcall tty_class_init+0x0/0x38 returned 0 after 976 usecs
[    1.061891] calling  vtconsole_class_init+0x0/0xc2 @ 1
[    1.067146] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs
[    1.074120] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    1.079875] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    1.087450] calling  register_node_type+0x0/0x34 @ 1
[    1.092483] initcall register_node_type+0x0/0x34 returned 0 after 0 usecs
[    1.099284] calling  i2c_init+0x0/0x77 @ 1
[    1.103481] initcall i2c_init+0x0/0x77 returned 0 after 0 usecs
[    1.109406] calling  amd_postcore_init+0x0/0x143 @ 1
[    1.114377] node 0 link 0: io port [8000, ffff]
[    1.118914] TOM: 00000000c0000000 aka 3072M
[    1.123097] Fam 10h mmconf [mem 0xf0000000-0xf00fffff]
[    1.128235] node 0 link 0: mmio [a0000, bffff]
[    1.132697] node 0 link 0: mmio [c0000000, efffffff]
[    1.137676] node 0 link 0: mmio [f4000000, fe02ffff]
[    1.142660] node 0 link 0: mmio [f0000000, f03fffff] ==> [f0100000, f03fffff]
[    1.149830] TOM2: 0000000140000000 aka 5120M
[    1.154102] bus: [bus 00-04] on node 0 link 0
[    1.158466] bus: 00 [io  0x0000-0xffff]
[    1.162303] bus: 00 [mem 0x000a0000-0x000bffff]
[    1.166832] bus: 00 [mem 0xc0000000-0xefffffff]
[    1.171364] bus: 00 [mem 0xf0400000-0xffffffff]
[    1.175895] bus: 00 [mem 0xf0100000-0xf03fffff]
[    1.180426] bus: 00 [mem 0x140000000-0xfcffffffff]
[    1.185231] initcall amd_postcore_init+0x0/0x143 returned 0 after 68359 usecs
[    1.192403] calling  arch_kdebugfs_init+0x0/0x233 @ 1
[    1.197464] initcall arch_kdebugfs_init+0x0/0x233 returned 0 after 0 usecs
[    1.204338] calling  mtrr_if_init+0x0/0x78 @ 1
[    1.208785] initcall mtrr_if_init+0x0/0x78 returned 0 after 0 usecs
[    1.215057] calling  ffh_cstate_init+0x0/0x2a @ 1
[    1.219763] initcall ffh_cstate_init+0x0/0x2a returned -1 after 0 usecs
[    1.226384] initcall ffh_cstate_init+0x0/0x2a returned with error code -1 
[    1.233259] calling  activate_jump_labels+0x0/0x32 @ 1
[    1.238398] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[    1.245367] calling  acpi_pci_init+0x0/0x5c @ 1
[    1.249897] ACPI: bus type pci registered
[    1.253907] initcall acpi_pci_init+0x0/0x5c returned 0 after 3906 usecs
[    1.260521] calling  dma_bus_init+0x0/0x19 @ 1
[    1.265032] initcall dma_bus_init+0x0/0x19 returned 0 after 0 usecs
[    1.271314] calling  dma_channel_table_init+0x0/0xde @ 1
[    1.276636] initcall dma_channel_table_init+0x0/0xde returned 0 after 0 usecs
[    1.283775] calling  setup_vcpu_hotplug_event+0x0/0x2d @ 1
[    1.289269] initcall setup_vcpu_hotplug_event+0x0/0x2d returned -19 after 0 usecs
[    1.296760] calling  register_xen_pci_notifier+0x0/0x38 @ 1
[    1.302339] initcall register_xen_pci_notifier+0x0/0x38 returned 0 after 0 usecs
[    1.309735] calling  xen_pcpu_init+0x0/0xcc @ 1
[    1.314266] initcall xen_pcpu_init+0x0/0xcc returned -19 after 0 usecs
[    1.320801] calling  dmi_id_init+0x0/0x31d @ 1
[    1.325368] initcall dmi_id_init+0x0/0x31d returned 0 after 0 usecs
[    1.331646] calling  dca_init+0x0/0x20 @ 1
[    1.335748] dca service started, version 1.12.1
[    1.340347] initcall dca_init+0x0/0x20 returned 0 after 3906 usecs
[    1.346539] calling  iommu_init+0x0/0x58 @ 1
[    1.350818] initcall iommu_init+0x0/0x58 returned 0 after 0 usecs
[    1.356917] calling  pci_arch_init+0x0/0x69 @ 1
[    1.361460] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    1.370769] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    1.380105] PCI: Using configuration type 1 for base access
[    1.385685] initcall pci_arch_init+0x0/0x69 returned 0 after 23437 usecs
[    1.392425] calling  topology_init+0x0/0x98 @ 1
[    1.397157] initcall topology_init+0x0/0x98 returned 0 after 0 usecs
[    1.403530] calling  mtrr_init_finialize+0x0/0x36 @ 1
[    1.408588] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[    1.415469] calling  init_vdso+0x0/0x152 @ 1
[    1.419749] initcall init_vdso+0x0/0x152 returned 0 after 0 usecs
[    1.425849] calling  sysenter_setup+0x0/0x2f8 @ 1
[    1.430557] initcall sysenter_setup+0x0/0x2f8 returned 0 after 0 usecs
[    1.437089] calling  param_sysfs_init+0x0/0x192 @ 1
[    1.442355] kworker/u:0 (50) used greatest stack depth: 5720 bytes left
[    1.454811] initcall param_sysfs_init+0x0/0x192 returned 0 after 12695 usecs
[    1.461868] calling  pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[    1.472767] calling  default_bdi_init+0x0/0x37 @ 1
[    1.477707] initcall default_bdi_init+0x0/0x37 returned 0 after 0 usecs
[    1.484328] calling  init_bio+0x0/0xe8 @ 1
[    1.488464] bio: create slab <bio-0> at 0
[    1.492479] initcall init_bio+0x0/0xe8 returned 0 after 3906 usecs
[    1.498664] calling  fsnotify_notification_init+0x0/0x8b @ 1
[    1.504348] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs
[    1.511830] calling  cryptomgr_init+0x0/0x12 @ 1
[    1.516448] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    1.522887] calling  blk_settings_init+0x0/0x2c @ 1
[    1.527766] initcall blk_settings_init+0x0/0x2c returned 0 after 0 usecs
[    1.534466] calling  blk_ioc_init+0x0/0x2a @ 1
[    1.538927] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    1.545195] calling  blk_softirq_init+0x0/0x6e @ 1
[    1.549988] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[    1.556608] calling  blk_iopoll_setup+0x0/0x6e @ 1
[    1.561399] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[    1.568012] calling  genhd_device_init+0x0/0x86 @ 1
[    1.573039] initcall genhd_device_init+0x0/0x86 returned 0 after 976 usecs
[    1.579948] calling  pci_slot_init+0x0/0x50 @ 1
[    1.584489] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    1.590849] calling  fbmem_init+0x0/0x98 @ 1
[    1.595207] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[    1.601317] calling  acpi_init+0x0/0xbc @ 1
[    1.605514] ACPI: Added _OSI(Module Device)
[    1.609700] ACPI: Added _OSI(Processor Device)
[    1.614145] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.618850] ACPI: Added _OSI(Processor Aggregator Device)
[    1.625083] ACPI: EC: Look up EC in DSDT
[    1.632952] ACPI: Interpreter enabled
[    1.636619] ACPI: (supports S0ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
[    1.647466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
[    1.656721]  S3 S4 S5)
[    1.659147] ACPI: Using IOAPIC for interrupt routing
[    1.664194] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.683431] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    1.689862] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    1.696057] acpi PNP0A08:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c
[    1.706338] PCI host bridge to bus 0000:00
[    1.710448] pci_bus 0000:00: root bus resource [bus 00-04]
[    1.715955] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    1.722136] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    1.728316] pci_bus 0000:00: root bus resource [io  0x8000-0xffff]
[    1.734496] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    1.740677] pci_bus 0000:00: root bus resource [io  0x1c00-0x1c80]
[    1.746865] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff]
[    1.753739] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.760622] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff]
[    1.767495] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff]
[    1.774390] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[    1.780708] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[    1.786734] pci 0000:00:01.0: reg 18: [io  0x1d00-0x1dff]
[    1.792251] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[    1.798275] pci 0000:00:01.1: reg 10: [io  0xfc00-0xfc3f]
[    1.803693] pci 0000:00:01.1: reg 20: [io  0x1c00-0x1c3f]
[    1.809100] pci 0000:00:01.1: reg 24: [io  0xf400-0xf43f]
[    1.814529] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    1.820471] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[    1.826637] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[    1.832662] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[    1.838786] pci 0000:00:02.0: supports D1 D2
[    1.843059] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.849702] pci 0000:00:02.0: System wakeup disabled by ACPI
[    1.855462] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[    1.861493] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
[    1.867628] pci 0000:00:02.1: supports D1 D2
[    1.871903] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.878616] pci 0000:00:02.1: System wakeup disabled by ACPI
[    1.884412] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[    1.890473] pci 0000:00:04.0: System wakeup disabled by ACPI
[    1.896230] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[    1.902257] pci 0000:00:05.0: reg 10: [mem 0xfe024000-0xfe027fff]
[    1.908398] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    1.914265] pci 0000:00:05.0: System wakeup disabled by ACPI
[    1.920019] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[    1.926057] pci 0000:00:06.0: reg 20: [io  0xf000-0xf00f]
[    1.931564] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[    1.937593] pci 0000:00:07.0: reg 10: [mem 0xfe02d000-0xfe02dfff]
[    1.943693] pci 0000:00:07.0: reg 14: [io  0xec00-0xec07]
[    1.949131] pci 0000:00:07.0: supports D1 D2
[    1.953404] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.960075] pci 0000:00:07.0: System wakeup disabled by ACPI
[    1.965866] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[    1.971880] pci 0000:00:08.0: reg 10: [io  0x09f0-0x09f7]
[    1.977283] pci 0000:00:08.0: reg 14: [io  0x0bf0-0x0bf3]
[    1.982692] pci 0000:00:08.0: reg 18: [io  0x0970-0x0977]
[    1.988097] pci 0000:00:08.0: reg 1c: [io  0x0b70-0x0b73]
[    1.993505] pci 0000:00:08.0: reg 20: [io  0xd800-0xd80f]
[    1.998913] pci 0000:00:08.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[    2.005124] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[    2.011147] pci 0000:00:08.1: reg 10: [io  0x09e0-0x09e7]
[    2.016549] pci 0000:00:08.1: reg 14: [io  0x0be0-0x0be3]
[    2.021958] pci 0000:00:08.1: reg 18: [io  0x0960-0x0967]
[    2.027364] pci 0000:00:08.1: reg 1c: [io  0x0b60-0x0b63]
[    2.032772] pci 0000:00:08.1: reg 20: [io  0xc400-0xc40f]
[    2.038179] pci 0000:00:08.1: reg 24: [mem 0xfe02b000-0xfe02bfff]
[    2.044399] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[    2.050444] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.057086] pci 0000:00:09.0: System wakeup disabled by ACPI
[    2.062828] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[    2.068859] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.075499] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    2.081252] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[    2.087291] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.093940] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    2.099679] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[    2.105695] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
[    2.111797] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    2.118848] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
[    2.125471] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.132120] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    2.138283] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    2.144501] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    2.150655] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    2.156809] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    2.163024] pci 0000:01:06.0: [8086:1026] type 00 class 0x020000
[    2.169053] pci 0000:01:06.0: reg 10: [mem 0xfd8c0000-0xfd8dffff 64bit]
[    2.175680] pci 0000:01:06.0: reg 18: [mem 0xfd880000-0xfd8bffff 64bit]
[    2.182307] pci 0000:01:06.0: reg 20: [io  0xbc00-0xbc3f]
[    2.187721] pci 0000:01:06.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    2.194277] pci 0000:01:06.0: PME# supported from D0 D3hot D3cold
[    2.200477] pci 0000:01:08.0: [10b7:1700] type 00 class 0x020000
[    2.206509] pci 0000:01:08.0: reg 10: [mem 0xfd8fc000-0xfd8fffff]
[    2.212608] pci 0000:01:08.0: reg 14: [io  0xb800-0xb8ff]
[    2.218037] pci 0000:01:08.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.224595] pci 0000:01:08.0: supports D1 D2
[    2.228866] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.235590] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[    2.242388] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    2.248486] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.255280] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    2.262501] pci 0000:00:04.0:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    2.270416] pci 0000:00:04.0:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    2.278332] pci 0000:00:04.0:   bridge window [io  0x8000-0xffff] (subtractive decode)
[    2.286250] pci 0000:00:04.0:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    2.294172] pci 0000:00:04.0:   bridge window [io  0x1c00-0x1c80] (subtractive decode)
[    2.302088] pci 0000:00:04.0:   bridge window [mem 0xfec80000-0xfecbffff] (subtractive decode)
[    2.310698] pci 0000:00:04.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    2.319309] pci 0000:00:04.0:   bridge window [mem 0xc0000000-0xefffffff] (subtractive decode)
[    2.327919] pci 0000:00:04.0:   bridge window [mem 0xf4000000-0xfe02ffff] (subtractive decode)
[    2.336619] pci 0000:00:09.0: PCI bridge to [bus 02]
[    2.341600] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    2.347700] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.354497] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    2.362321] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    2.367296] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    2.373392] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.380189] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    2.388029] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    2.393009] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    2.399109] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.405897] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    2.413653] ACPI _OSC control for PCIe not granted, disabling ASPM
[    2.420498] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 *7 9 10 11 14 15)
[    2.427157] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.434977] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 7 9 10 11 14 15)
[    2.441638] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.449453] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.457272] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.465094] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.472913] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.480736] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
[    2.487392] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.495212] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 *11 14 15)
[    2.501869] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[    2.508526] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
[    2.515185] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.523005] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
[    2.529660] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 *7 9 10 11 14 15)
[    2.536324] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.544141] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    2.550801] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[    2.557517] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[    2.563002] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    2.569459] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    2.574943] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    2.581399] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    2.587864] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    2.594313] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    2.600764] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    2.607219] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[    2.613256] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    2.619296] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[    2.625338] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0, disabled.
[    2.632349] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[    2.638391] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[    2.644431] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    2.650472] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[    2.657485] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    2.664498] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[    2.669982] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[    2.675585] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.680420] acpi root: \_SB_.PCI0 notify handler is installed
[    2.686209] Found 1 acpi root devices
[    2.689954] initcall acpi_init+0x0/0xbc returned 0 after 708007 usecs
[    2.696404] calling  dock_init+0x0/0x7b @ 1
[    2.700694] ACPI: No dock devices found.
[    2.704628] initcall dock_init+0x0/0x7b returned 0 after 3906 usecs
[    2.710897] calling  pnp_init+0x0/0x19 @ 1
[    2.715055] initcall pnp_init+0x0/0x19 returned 0 after 0 usecs
[    2.720985] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[    2.726476] initcall xen_setup_shutdown_event+0x0/0x30 returned -19 after 0 usecs
[    2.733960] calling  balloon_init+0x0/0x133 @ 1
[    2.738498] initcall balloon_init+0x0/0x133 returned -19 after 0 usecs
[    2.745026] calling  xenbus_probe_backend_init+0x0/0x34 @ 1
[    2.750678] initcall xenbus_probe_backend_init+0x0/0x34 returned 0 after 0 usecs
[    2.758083] calling  xenbus_probe_frontend_init+0x0/0x34 @ 1
[    2.763804] initcall xenbus_probe_frontend_init+0x0/0x34 returned 0 after 0 usecs
[    2.771301] calling  xen_acpi_pad_init+0x0/0x47 @ 1
[    2.776186] initcall xen_acpi_pad_init+0x0/0x47 returned -19 after 0 usecs
[    2.783067] calling  balloon_init+0x0/0xfa @ 1
[    2.787513] initcall balloon_init+0x0/0xfa returned -19 after 0 usecs
[    2.793962] calling  xen_selfballoon_init+0x0/0xb9 @ 1
[    2.799108] initcall xen_selfballoon_init+0x0/0xb9 returned -19 after 0 usecs
[    2.806252] calling  misc_init+0x0/0xba @ 1
[    2.810517] initcall misc_init+0x0/0xba returned 0 after 0 usecs
[    2.816539] calling  vga_arb_device_init+0x0/0xde @ 1
[    2.821679] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[    2.829783] vgaarb: loaded
[    2.832498] vgaarb: bridge control possible 0000:00:0d.0
[    2.837811] initcall vga_arb_device_init+0x0/0xde returned 0 after 15625 usecs
[    2.845041] calling  cn_init+0x0/0xc0 @ 1
[    2.849066] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[    2.854901] calling  phy_init+0x0/0x2e @ 1
[    2.859124] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[    2.865051] calling  init_pcmcia_cs+0x0/0x3d @ 1
[    2.869741] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 0 usecs
[    2.876188] calling  usb_init+0x0/0x170 @ 1
[    2.880378] ACPI: bus type usb registered
[    2.884504] usbcore: registered new interface driver usbfs
[    2.890053] usbcore: registered new interface driver hub
[    2.895454] usbcore: registered new device driver usb
[    2.900523] initcall usb_init+0x0/0x170 returned 0 after 19531 usecs
[    2.906881] calling  serio_init+0x0/0x38 @ 1
[    2.911212] initcall serio_init+0x0/0x38 returned 0 after 0 usecs
[    2.917312] calling  input_init+0x0/0x103 @ 1
[    2.921745] initcall input_init+0x0/0x103 returned 0 after 0 usecs
[    2.927940] calling  rtc_init+0x0/0x6a @ 1
[    2.932101] initcall rtc_init+0x0/0x6a returned 0 after 0 usecs
[    2.938025] calling  pps_init+0x0/0xb7 @ 1
[    2.942187] pps_core: LinuxPPS API ver. 1 registered
[    2.947160] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    2.956294] initcall pps_init+0x0/0xb7 returned 0 after 13671 usecs
[    2.962562] calling  ptp_init+0x0/0xa4 @ 1
[    2.966727] PTP clock support registered
[    2.970663] initcall ptp_init+0x0/0xa4 returned 0 after 3906 usecs
[    2.976847] calling  power_supply_class_init+0x0/0x44 @ 1
[    2.982299] initcall power_supply_class_init+0x0/0x44 returned 0 after 0 usecs
[    2.989539] calling  hwmon_init+0x0/0xf6 @ 1
[    2.993888] initcall hwmon_init+0x0/0xf6 returned 0 after 0 usecs
[    2.999999] calling  leds_init+0x0/0x48 @ 1
[    3.004252] initcall leds_init+0x0/0x48 returned 0 after 0 usecs
[    3.010269] calling  pci_subsys_init+0x0/0x4f @ 1
[    3.014976] PCI: Using ACPI for IRQ routing
[    3.020589] PCI: pci_cache_line_size set to 64 bytes
[    3.025569] pci 0000:00:01.0: no compatible bridge window for [io  0x1d00-0x1dff]
[    3.033089] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    3.039099] e820: reserve RAM buffer [mem 0xb7ee0000-0xb7ffffff]
[    3.045114] initcall pci_subsys_init+0x0/0x4f returned 0 after 5859 usecs
[    3.051908] calling  proto_init+0x0/0x12 @ 1
[    3.056184] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    3.062280] calling  net_dev_init+0x0/0x1bb @ 1
[    3.067067] initcall net_dev_init+0x0/0x1bb returned 0 after 0 usecs
[    3.073427] calling  neigh_init+0x0/0x80 @ 1
[    3.077704] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    3.083796] calling  fib_rules_init+0x0/0xaf @ 1
[    3.088416] initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs
[    3.094856] calling  pktsched_init+0x0/0xfe @ 1
[    3.099398] initcall pktsched_init+0x0/0xfe returned 0 after 0 usecs
[    3.105757] calling  tc_filter_init+0x0/0x55 @ 1
[    3.110374] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[    3.116815] calling  tc_action_init+0x0/0x55 @ 1
[    3.121433] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    3.127872] calling  genl_init+0x0/0x75 @ 1
[    3.132066] initcall genl_init+0x0/0x75 returned 0 after 0 usecs
[    3.138080] calling  cipso_v4_init+0x0/0x61 @ 1
[    3.142611] initcall cipso_v4_init+0x0/0x61 returned 0 after 0 usecs
[    3.148973] calling  netlbl_init+0x0/0x81 @ 1
[    3.153329] NetLabel: Initializing
[    3.156732] NetLabel:  domain hash size = 128
[    3.161088] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.166064] NetLabel:  unlabeled traffic allowed by default
[    3.171643] initcall netlbl_init+0x0/0x81 returned 0 after 3906 usecs
[    3.178084] calling  rfkill_init+0x0/0x79 @ 1
[    3.182538] initcall rfkill_init+0x0/0x79 returned 0 after 0 usecs
[    3.188782] calling  xen_p2m_debugfs+0x0/0x4a @ 1
[    3.193497] initcall xen_p2m_debugfs+0x0/0x4a returned 0 after 0 usecs
[    3.200025] calling  xen_spinlock_debugfs+0x0/0x24e @ 1
[    3.205271] initcall xen_spinlock_debugfs+0x0/0x24e returned 0 after 0 usecs
[    3.212325] calling  hpet_late_init+0x0/0x101 @ 1
[    3.217031] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    3.224089] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[    3.229127] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    3.237050] initcall hpet_late_init+0x0/0x101 returned 0 after 5859 usecs
[    3.243849] calling  init_amd_nbs+0x0/0xb8 @ 1
[    3.248317] initcall init_amd_nbs+0x0/0xb8 returned 0 after 0 usecs
[    3.254587] calling  clocksource_done_booting+0x0/0x5a @ 1
[    3.260080] Switching to clocksource hpet
[    3.264122] initcall clocksource_done_booting+0x0/0x5a returned 0 after 988 usecs
[    3.271623] calling  tracer_init_debugfs+0x0/0x3f5 @ 1
[    3.276829] initcall tracer_init_debugfs+0x0/0x3f5 returned 0 after 57 usecs
[    3.283883] calling  init_trace_printk_function_export+0x0/0x2f @ 1
[    3.290162] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 1 usecs
[    3.298257] calling  event_trace_init+0x0/0x237 @ 1
[    3.304772] initcall event_trace_init+0x0/0x237 returned 0 after 1584 usecs
[    3.311747] calling  init_kprobe_trace+0x0/0x93 @ 1
[    3.316635] initcall init_kprobe_trace+0x0/0x93 returned 0 after 3 usecs
[    3.323341] calling  init_pipe_fs+0x0/0x4c @ 1
[    3.327816] initcall init_pipe_fs+0x0/0x4c returned 0 after 20 usecs
[    3.334183] calling  eventpoll_init+0x0/0xda @ 1
[    3.338836] initcall eventpoll_init+0x0/0xda returned 0 after 26 usecs
[    3.345369] calling  anon_inode_init+0x0/0x5b @ 1
[    3.350093] initcall anon_inode_init+0x0/0x5b returned 0 after 9 usecs
[    3.356628] calling  blk_scsi_ioctl_init+0x0/0x289 @ 1
[    3.361778] initcall blk_scsi_ioctl_init+0x0/0x289 returned 0 after 3 usecs
[    3.368745] calling  acpi_event_init+0x0/0x81 @ 1
[    3.373469] initcall acpi_event_init+0x0/0x81 returned 0 after 12 usecs
[    3.380087] calling  pnp_system_init+0x0/0x12 @ 1
[    3.384927] initcall pnp_system_init+0x0/0x12 returned 0 after 121 usecs
[    3.391636] calling  pnpacpi_init+0x0/0x8c @ 1
[    3.396095] pnp: PnP ACPI init
[    3.399167] ACPI: bus type pnp registered
[    3.403450] system 00:00: [io  0x1000-0x107f] has been reserved
[    3.409386] system 00:00: [io  0x1080-0x10ff] has been reserved
[    3.415326] system 00:00: [io  0x1400-0x147f] has been reserved
[    3.421255] system 00:00: [io  0x1480-0x14ff] has been reserved
[    3.427182] system 00:00: [io  0x1800-0x187f] has been reserved
[    3.433111] system 00:00: [io  0x1880-0x18ff] has been reserved
[    3.439040] system 00:00: [io  0x2000-0x207f] has been reserved
[    3.444966] system 00:00: [io  0x2080-0x20ff] has been reserved
[    3.450897] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.457746] pnp 00:01: disabling [io  0x0010-0x001f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.467840] pnp 00:01: disabling [io  0x0022-0x003f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.477933] pnp 00:01: disabling [io  0x0044-0x005f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.488026] pnp 00:01: disabling [io  0x0062-0x0063] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.498121] pnp 00:01: disabling [io  0x0065-0x006f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.508214] pnp 00:01: disabling [io  0x0074-0x007f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.518310] pnp 00:01: disabling [io  0x0091-0x0093] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.528404] pnp 00:01: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.538497] pnp 00:01: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.548712] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    3.554651] system 00:01: [io  0x0800-0x087f] has been reserved
[    3.560579] system 00:01: [io  0x0290-0x029f] has been reserved
[    3.566507] system 00:01: [io  0x0290-0x0297] has been reserved
[    3.572437] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.579259] pnp 00:02: [dma 4]
[    3.582443] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    3.589150] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    3.595796] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.602492] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    3.609117] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    3.616158] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.623694] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    3.630330] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.637330] system 00:09: [mem 0x000f0000-0x000fffff] could not be reserved
[    3.644312] system 00:09: [mem 0xfeff0000-0xfeff00ff] has been reserved
[    3.650946] system 00:09: [mem 0xb7ee0000-0xb7efffff] could not be reserved
[    3.657913] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
[    3.664535] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    3.671506] system 00:09: [mem 0x00100000-0xb7edffff] could not be reserved
[    3.678473] system 00:09: [mem 0xb8000000-0xbfffffff] has been reserved
[    3.685097] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    3.692066] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[    3.698690] system 00:09: [mem 0xfefff000-0xfeffffff] has been reserved
[    3.705311] system 00:09: [mem 0xfff80000-0xfff80fff] has been reserved
[    3.711936] system 00:09: [mem 0xfff90000-0xfffbffff] has been reserved
[    3.718556] system 00:09: [mem 0xfffed000-0xfffeffff] has been reserved
[    3.725180] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.731985] pnp: PnP ACPI: found 10 devices
[    3.736176] ACPI: ACPI bus type pnp unregistered
[    3.740807] initcall pnpacpi_init+0x0/0x8c returned 0 after 336128 usecs
[    3.747513] calling  pcistub_init+0x0/0x29f @ 1
[    3.752421] initcall pcistub_init+0x0/0x29f returned 0 after 355 usecs
[    3.758967] calling  chr_dev_init+0x0/0xc6 @ 1
[    3.766561] initcall chr_dev_init+0x0/0xc6 returned 0 after 3057 usecs
[    3.773108] calling  firmware_class_init+0x0/0xe0 returned 0 after 93 usecs
[    3.796656] calling  thermal_init+0x0/0x79 @ 1
[    3.801178] initcall thermal_init+0x0/0x79 returned 0 after 67 usecs
[    3.807539] calling  thermal_gov_step_wise_init+0x0/0x12 @ 1
[    3.813209] initcall thermal_gov_step_wise_init+0x0/0x12 returned 0 after 1 usecs
[    3.820698] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    3.826541] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 1 usecs
[    3.834203] calling  init_acpi_pm_clocksource+0x0/0xec @ 1
[    3.844236] initcall init_acpi_pm_clocksource+0x0/0xec returned 0 after 4425 usecs
[    3.851814] calling  pcibios_assign_resources+0x0/0xbd @ 1
[    3.857332] pci 0000:00:0d.0: BAR 6: assigned [mem 0xc0000000-0xc001ffff pref]
[    3.864567] pci 0000:00:01.0: BAR 2: assigned [io  0xc000-0xc0ff]
[    3.870669] pci 0000:01:06.0: BAR 6: assigned [mem 0xfdf00000-0xfdf3ffff pref]
[    3.877896] pci 0000:01:08.0: BAR 6: assigned [mem 0xfdf40000-0xfdf5ffff pref]
[    3.885126] pci 0000:00:04.0: PCI bridge to [bus 01]
[    3.890099] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    3.896202] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    3.902998] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    3.910229] pci 0000:00:09.0: PCI bridge to [bus 02]
[    3.915202] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    3.921302] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    3.928105] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    3.935860] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    3.940830] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    3.946935] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    3.953731] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    3.961481] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    3.966454] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    3.972556] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    3.979352] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    3.987108] pci 0000:00:04.0: setting latency timer to 64
[    3.992513] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    3.998090] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    4.003671] pci_bus 0000:00: resource 6 [io  0x8000-0xffff]
[    4.009251] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df]
[    4.014834] pci_bus 0000:00: resource 8 [io  0x1c00-0x1c80]
[    4.020415] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.026691] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff]
[    4.033053] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff]
[    4.039413] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.045775] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    4.051356] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    4.057633] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[    4.064342] pci_bus 0000:01: resource 4 [io  0x0000-0x03af]
[    4.069924] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7]
[    4.075504] pci_bus 0000:01: resource 6 [io  0x8000-0xffff]
[    4.081085] pci_bus 0000:01: resource 7 [io  0x03b0-0x03df]
[    4.086666] pci_bus 0000:01: resource 8 [io  0x1c00-0x1c80]
[    4.092247] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.098521] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff]
[    4.104883] pci_bus 0000:01: resource 11 [mem 0xc0000000-0xefffffff]
[    4.111246] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.117607] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    4.123190] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
[    4.129466] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    4.136695] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    4.142277] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    4.148551] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    4.155781] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    4.161363] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
[    4.167637] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
[    4.174870] initcall pcibios_assign_resources+0x0/0xbd returned 0 after 309657 usecs
[    4.182618] calling  sysctl_core_init+0x0/0x2c @ 1
[    4.187429] initcall sysctl_core_init+0x0/0x2c returned 0 after 8 usecs
[    4.194050] calling  inet_init+0x0/0x2a1 @ 1
[    4.198372] NET: Registered protocol family 2
[    4.202887] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    4.210248] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    4.216991] TCP: Hash tables configured (established 32768 bind 32768)
[    4.223585] TCP: reno registered
[    4.226831] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    4.232872] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    4.239423] initcall inet_init+0x0/0x2a1 returned 0 after 40066 usecs
[    4.245868] calling  ipv4_offload_init+0x0/0x68 @ 1
[    4.250756] initcall ipv4_offload_init+0x0/0x68 returned 0 after 1 usecs
[    4.257464] calling  af_unix_init+0x0/0x55 @ 1
[    4.261921] NET: Registered protocol family 1
[    4.266287] initcall af_unix_init+0x0/0x55 returned 0 after 4260 usecs
[    4.272817] calling  ipv6_offload_init+0x0/0x6e @ 1
[    4.277705] initcall ipv6_offload_init+0x0/0x6e returned 0 after 1 usecs
[    4.284413] calling  init_sunrpc+0x0/0x69 @ 1
[    4.288898] RPC: Registered named UNIX socket transport module.
[    4.294832] RPC: Registered udp transport module.
[    4.299541] RPC: Registered tcp transport module.
[    4.304254] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.310709] initcall init_sunrpc+0x0/0x69 returned 0 after 21380 usecs
[    4.317241] calling  pci_apply_final_quirks+0x0/0x117 @ 1
[    4.322972] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    4.392189] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    4.398092] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.403648] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.409195] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.414737] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.420284] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.425837] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.431393] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.436949] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.442448] pci 0000:00:0d.0: Boot video device
[    4.447014] PCI: CLS 64 bytes, default 64
[    4.451038] initcall pci_apply_final_quirks+0x0/0x117 returned 0 after 125190 usecs
[    4.458701] calling  populate_rootfs+0x0/0x112 @ 1
[    4.463580] Unpacking initramfs...
[    5.852599] Freeing initrd memory: 79984k freed
[    5.881873] initcall populate_rootfs+0x0/0x112 returned 0 after 1383063 usecs
[    5.889034] calling  pci_iommu_init+0x0/0x4.
[    5.899002] PCI-DMA: aperture base @ ac000000 size 65536 KB
[    5.904579] PCI-DMA: using GART IOMMU.
[    5.908335] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    5.917376] initcall pci_iommu_init+0x0/0x41 returned 0 after 23112 usecs
[    5.924180] calling  calgary_fixup_tce_spaces+0x0/0x105 @ 1
[    5.929760] initcall calgary_fixup_tce_spaces+0x0/0x105 returned -19 after 1 usecs
[    5.937378] calling  irqfd_module_init+0x0/0x33 @ 1
[    5.942336] initcall irqfd_module_init+0x0/0x33 returned 0 after 62 usecs
[    5.949143] calling  i8259A_init_ops+0x0/0x21 @ 1
[    5.953856] initcall i8259A_init_ops+0x0/0x21 returned 0 after 1 usecs
[    5.960388] calling  vsyscall_init+0x0/0x27 @ 1
[    5.964945] initcall vsyscall_init+0x0/0x27 returned 0 after 16 usecs
[    5.971395] calling  sbf_init+0x0/0xf6 @ 1
[    5.975501] initcall sbf_init+0x0/0xf6 returned 0 after 1 usecs
[    5.981430] calling  init_tsc_clocksource+0x0/0x89 @ 1
[    5.986580] initcall init_tsc_clocksource+0x0/0x89 returned 0 after 3 usecs
[    5.993544] calling  add_rtc_cmos+0x0/0x96 @ 1
[    5.998002] initcall add_rtc_cmos+0x0/0x96 returned 0 after 2 usecs
[    6.004272] calling  i8237A_init_ops+0x0/0x14 @ 1
[    6.008988] initcall i8237A_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.015522] calling  cache_sysfs_init+0x0/0x6c @ 1
[    6.020370] initcall cache_sysfs_init+0x0/0x6c returned 0 after 47 usecs
[    6.027082] calling  intel_uncore_init+0x0/0x3fa @ 1
[    6.032061] initcall intel_uncore_init+0x0/0x3fa returned -19 after 0 usecs
[    6.039026] calling  inject_init+0x0/0x30 @ 1
[    6.043390] Machine check injector initialized
[    6.047845] initcall inject_init+0x0/0x30 returned 0 after 4343 usecs
[    6.054294] calling  thermal_throttle_init_device+0x0/0x9d @ 1
[    6.060135] initcall thermal_throttle_init_device+0x0/0x9d returned 0 after 1 usecs
[    6.067797] calling  amd_ibs_init+0x0/0x48d @ 1
[    6.072339] LVT offset 1 assigned for vector 0x400
[    6.077144] IBS: LVT offset 1 assigned
[    6.080930] perf: AMD IBS detected (0x0000001f)
[    6.085471] initcall amd_ibs_init+0x0/0x48d returned 0 after 12804 usecs
[    6.092179] calling  msr_init+0x0/0x162 @ 1
[    6.096590] initcall msr_init+0x0/0x162 returned 0 after 207 usecs
[    6.102787] calling  cpuid_init+0x0/0x162 @ 1
[    6.107307] initcall cpuid_init+0x0/0x162 returned 0 after 150 usecs
[    6.113670] calling  ioapic_init_ops+0x0/0x14 @ 1
[    6.118386] initcall ioapic_init_ops+0x0/0x14 returned 0 after 2 usecs
[    6.124919] calling  add_pcspkr+0x0/0x40 @ 1
[    6.129278] initcall add_pcspkr+0x0/0x40 returned 0 after 78 usecs
[    6.135479] calling  microcode_init+0x0/0x1b1 @ 1
[    6.140292] microcode: CPU0: patch_level=0x01000098
[    6.145173] microcode: CPU1: patch_level=0x01000098
[    6.150147] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    6.158945] initcall microcode_init+0x0/0x1b1 returned 0 after 18280 usecs
[    6.165827] calling  start_periodic_check_for_corruption+0x0/0x50 @ 1
[    6.172276] Scanning for low memory corruption every 60 seconds
[    6.178206] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 5781 usecs
[    6.186735] calling  audit_classes_init+0x0/0xaf @ 1
[    6.191712] initcall audit_classes_init+0x0/0xaf returned 0 after 4 usecs
[    6.198505] calling  pt_dump_init+0x0/0x30 @ 1
[    6.202964] initcall pt_dump_init+0x0/0x30 returned 0 after 5 usecs
[    6.209243] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    6.214046] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 4 usecs
[    6.220663] calling  proc_execdomains_init+0x0/0x22 @ 1
[    6.225902] initcall proc_execdomains_init+0x0/0x22 returned 0 after 4 usecs
[    6.232953] calling  ioresources_init+0x0/0x3c @ 1
[    6.237763] initcall ioresources_init+0x0/0x3c returned 0 after 3 usecs
[    6.244390] calling  uid_cache_init+0x0/0xa5 @ 1
[    6.249029] initcall uid_cache_init+0x0/0xa5 returned 0 after 8 usecs
[    6.255483] calling  init_posix_timers+0x0/0x1f4 @ 1
[    6.260475] initcall init_posix_timers+0x0/0x1f4 returned 0 after 8 usecs
[    6.267277] calling  init_posix_cpu_timers+0x0/0xbf @ 1
[    6.272515] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 1 usecs
[    6.279577] calling  proc_schedstat_init+0x0/0x22 @ 1
[    6.284644] initcall proc_schedstat_init+0x0/0x22 returned 0 after 1 usecs
[    6.291529] calling  snapshot_device_init+0x0/0x12 @ 1
[    6.296749] initcall snapshot_device_init+0x0/0x12 returned 0 after 67 usecs
[    6.303818] calling  create_proc_profile+0x0/0x2f0 @ 1
[    6.308962] initcall create_proc_profile+0x0/0x2f0 returned 0 after 0 usecs
[    6.315930] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    6.321083] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 5 usecs
[    6.328055] calling  init_clocksource_sysfs+0x0/0x52 @ 1
[    6.333547] initcall init_clocksource_sysfs+0x0/0x52 returned 0 after 155 usecs
[    6.340872] calling  init_timer_list_procfs+0x0/0x2c @ 1
[    6.346201] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 4 usecs
[    6.353348] calling  alarmtimer_init+0x0/0x15d @ 1
[    6.358249] initcall alarmtimer_init+0x0/0x15d returned 0 after 99 usecs
[    6.364961] calling  init_tstats_procfs+0x0/0x2c @ 1
[    6.369936] initcall init_tstats_procfs+0x0/0x2c returned 0 after 2 usecs
[    6.376729] calling  futex_init+0x0/0x65 @ 1
[    6.381013] initcall futex_init+0x0/0x65 returned 0 after 4 usecs
[    6.387110] calling  proc_dma_init+0x0/0x22 @ 1
[    6.391652] initcall proc_dma_init+0x0/0x22 returned 0 after 1 usecs
[    6.398011] calling  proc_modules_init+0x0/0x22 @ 1
[    6.402902] initcall proc_modules_init+0x0/0x22 returned 0 after 1 usecs
[    6.409608] calling  kallsyms_init+0x0/0x25 @ 1
[    6.414150] initcall kallsyms_init+0x0/0x25 returned 0 after 1 usecs
[    6.420508] calling  crash_save_vmcoreinfo_init+0x0/0x521 @ 1
[    6.426284] initcall crash_save_vmcoreinfo_init+0x0/0x521 returned 0 after 18 usecs
[    6.433945] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    6.439360] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 3 usecs
[    6.446591] calling  pid_namespaces_init+0x0/0x2d @ 1
[    6.451673] initcall pid_namespaces_init+0x0/0x2d returned 0 after 19 usecs
[    6.458640] calling  ikconfig_init+0x0/0x3a @ 1
[    6.463182] initcall ikconfig_init+0x0/0x3a returned 0 after 1 usecs
[    6.469540] calling  audit_init+0x0/0x141 @ 1
[    6.473910] audit: initializing netlink socket (disabled)
[    6.479325] type=2000 audit(1362497596.358:1): initialized
[    6.484820] initcall audit_init+0x0/0x141 returned 0 after 10637 usecs
[    6.491353] calling  audit_watch_init+0x0/0x3a @ 1
[    6.496153] initcall audit_watch_init+0x0/0x3a returned 0 after 1 usecs
[    6.502774] calling  audit_tree_init+0x0/0x49 @ 1
[    6.507490] initcall audit_tree_init+0x0/0x49 returned 0 after 1 usecs
[    6.514023] calling  init_kprobes+0x0/0x16c @ 1
[    6.531291] initcall init_kprobes+0x0/0x16c returned 0 after 12411 usecs
[    6.538003] calling  hung_task_init+0x0/0x56 @ 1 0 after 1 usecs
[    6.560467] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    6.565541] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 11 usecs
[    6.572508] calling  init_tracepoints+0x0/0x20 @ 1
[    6.577308] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[    6.583929] calling  init_blk_tracer+0x0/0x5a @ 1
[    6.588646] initcall init_blk_tracer+0x0/0x5a returned 0 after 2 usecs
[    6.595177] calling  irq_work_init_cpu_notifier+0x0/0x29 @ 1
[    6.600848] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 2 usecs
[    6.608335] calling  perf_event_sysfs_init+0x0/0x9a @ 1
[    6.613873] initcall perf_event_sysfs_init+0x0/0x9a returned 0 after 295 usecs
[    6.621119] calling  init_per_zone_wmark_min+0x0/0x8c @ 1
[    6.626714] initcall init_per_zone_wmark_min+0x0/0x8c returned 0 after 180 usecs
[    6.634114] calling  kswapd_init+0x0/0x76 @ 1
[    6.638530] initcall kswapd_init+0x0/0x76 returned 0 after 46 usecs
[    6.644810] calling  extfrag_debug_init+0x0/0x7e @ 1
[    6.649793] initcall extfrag_debug_init+0x0/0x7e returned 0 after 8 usecs
[    6.656585] calling  setup_vmstat+0x0/0xc8 @ 1
[    6.661055] initcall setup_vmstat+0x0/0xc8 returned 0 after 14 usecs
[    6.667419] calling  mm_sysfs_init+0x0/0x29 @ 1
[    6.671960] initcall mm_sysfs_init+0x0/0x29 returned 0 after 3 usecs
[    6.678320] calling  slab_proc_init+0x0/0x25 @ 1
[    6.682950] initcall slab_proc_init+0x0/0x25 returned 0 after 1 usecs
[    6.689395] calling  proc_vmalloc_init+0x0/0x25 @ 1
[    6.694286] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 1 usecs
[    6.700990] calling  procswaps_init+0x0/0x22 @ 1
[    6.705621] initcall procswaps_init+0x0/0x22 returned 0 after 1 usecs
[    6.712066] calling  init_frontswap+0x0/0x96 @ 1
[    6.716698] initcall init_frontswap+0x0/0x96 returned 0 after 6 usecs
[    6.723148] calling  hugetlb_init+0x0/0x42f @ 1
[    6.727691] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    6.734062] initcall hugetlb_init+0x0/0x42f returned 0 after 6213 usecs
[    6.740685] calling  mmu_notifier_init+0x0/0x12 @ 1
[    6.745573] initcall mmu_notifier_init+0x0/0x12 returned 0 after 2 usecs
[    6.752279] calling  slab_proc_init+0x0/0x8 @ 1
[    6.756819] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[    6.763181] calling  cpucache_init+0x0/0x52 @ 1
[    6.767720] initcall cpucache_init+0x0/0x52 returned 0 after 1 usecs
[    6.774082] calling  hugepage_init+0x0/0x145 @ 1
[    6.778954] initcall hugepage_init+0x0/0x145 returned 0 after 239 usecs
[    6.785577] calling  init_cleancache+0x0/0x96 @ 1
[    6.790297] initcall init_cleancache+0x0/0x96 returned 0 after 5 usecs
[    6.796839] calling  fcntl_init+0x0/0x2a @ 1
[    6.801136] initcall fcntl_init+0x0/0x2a returned 0 after 7 usecs
[    6.807246] calling  proc_filesystems_init+0x0/0x22 @ 1
[    6.812491] initcall proc_filesystems_init+0x0/0x22 returned 0 after 2 usecs
[    6.819553] calling  dio_init+0x0/0x2d @ 1
[    6.823666] initcall dio_init+0x0/0x2d returned 0 after 5 usecs
[    6.829595] calling  fsnotify_mark_init+0x0/0x40 @ 1
[    6.834630] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 50 usecs
[    6.841516] calling  dnotify_init+0x0/0x7b @ 1
[    6.845996] initcall dnotify_init+0x0/0x7b returned 0 after 18 usecs
[    6.852355] calling  inotify_user_setup+0x0/0x70 @ 1
[    6.857352] initcall inotify_user_setup+0x0/0x70 returned 0 after 21 usecs
[    6.864236] calling  aio_setup+0x0/0x7c @ 1
[    6.868455] initcall aio_setup+0x0/0x7c returned 0 after 24 usecs
[    6.874556] calling  proc_locks_init+0x0/0x22 @ 1
[    6.879272] initcall proc_locks_init+0x0/0x22 returned 0 after 1 usecs
[    6.885804] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    6.890677] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 70 usecs
[    6.897384] calling  dquot_init+0x0/0x121 @ 1
[    6.901750] VFS: Disk quotas dquot_6.5.2
[    6.905699] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    6.912149] initcall dquot_init+0x0/0x121 returned 0 after 10139 usecs
[    6.918684] calling  init_v2_quota_format+0x0/0x22 @ 1
[    6.923832] initcall init_v2_quota_format+0x0/0x22 returned 0 after 1 usecs
[    6.930801] calling  quota_init+0x0/0x26 @ 1
[    6.935087] initcall quota_init+0x0/0x26 returned 0 after 5 usecs
[    6.941191] calling  proc_cmdline_init+0x0/0x22 @ 1
[    6.946078] initcall proc_cmdline_init+0x0/0x22 returned 0 after 2 usecs
[    6.952785] calling  proc_consoles_init+0x0/0x22 @ 1
[    6.957763] initcall proc_consoles_init+0x0/0x22 returned 0 after 1 usecs
[    6.964554] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[    6.969442] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 1 usecs
[    6.976151] calling  proc_devices_init+0x0/0x22 @ 1
[    6.981040] initcall proc_devices_init+0x0/0x22 returned 0 after 1 usecs
[    6.987747] calling  proc_interrupts_init+0x0/0x22 @ 1
[    6.992896] initcall proc_interrupts_init+0x0/0x22 returned 0 after 1 usecs
[    6.999863] calling  proc_loadavg_init+0x0/0x22 @ 1
[    7.004752] initcall proc_loadavg_init+0x0/0x22 returned 0 after 2 usecs
[    7.011458] calling  proc_meminfo_init+0x0/0x22 @ 1
[    7.016350] initcall proc_meminfo_init+0x0/0x22 returned 0 after 1 usecs
[    7.023053] calling  proc_stat_init+0x0/0x22 @ 1
[    7.027684] initcall proc_stat_init+0x0/0x22 returned 0 after 1 usecs
[    7.034131] calling  proc_uptime_init+0x0/0x22 @ 1
[    7.038933] initcall proc_uptime_init+0x0/0x22 returned 0 after 1 usecs
[    7.045554] calling  proc_version_init+0x0/0x22 @ 1
[    7.050442] initcall proc_version_init+0x0/0x22 returned 0 after 1 usecs
[    7.057149] calling  proc_softirqs_init+0x0/0x22 @ 1
[    7.062124] initcall proc_softirqs_init+0x0/0x22 returned 0 after 1 usecs
[    7.068919] calling  proc_kcore_init+0x0/0xb5 @ 1
[    7.073639] initcall proc_kcore_init+0x0/0xb5 returned 0 after 5 usecs
[    7.080175] calling  vmcore_init+0x0/0x36f @ 1
[    7.084630] initcall vmcore_init+0x0/0x36f returned 0 after 1 usecs
[    7.090904] calling  proc_kmsg_init+0x0/0x25 @ 1
[    7.095532] initcall proc_kmsg_init+0x0/0x25 returned 0 after 1 usecs
[    7.101981] calling  proc_page_init+0x0/0x42 @ 1
[    7.106616] initcall proc_page_init+0x0/0x42 returned 0 after 3 usecs
[    7.113063] calling  init_devpts_fs+0x0/0x62 @ 1
[    7.117715] initcall init_devpts_fs+0x0/0x62 returned 0 after 18 usecs
[    7.124258] calling  init_ramfs_fs+0x0/0x12 @ 1
[    7.128805] initcall init_ramfs_fs+0x0/0x12 returned 0 after 1 usecs
[    7.135177] calling  init_hugetlbfs_fs+0x0/0x15d @ 1
[    7.140178] initcall init_hugetlbfs_fs+0x0/0x15d returned 0 after 24 usecs
[    7.147067] calling  init_fat_fs+0x0/0x4f @ 1
[    7.151455] initcall init_fat_fs+0x0/0x4f returned 0 after 11 usecs
[    7.157734] calling  init_vfat_fs+0x0/0x12 @ 1
[    7.162197] initcall init_vfat_fs+0x0/0x12 returned 0 after 1 usecs
[    7.168479] calling  init_msdos_fs+0x0/0x12 @ 1
[    7.173025] initcall init_msdos_fs+0x0/0x12 returned 0 after 1 usecs
[    7.179382] calling  init_iso9660_fs+0x0/0x70 @ 1
[    7.184120] initcall init_iso9660_fs+0x0/0x70 returned 0 after 16 usecs
[    7.190751] calling  init_nfs_fs+0x0/0x16c @ 1
[    7.195224] tsc: Refined TSC clocksource calibration: 2913.425 MHz
[    7.201418] Switching to clocksource tsc
[    7.205381] initcall init_nfs_fs+0x0/0x16c returned 0 after 9909 usecs
[    7.211915] calling  init_nfs_v2+0x0/0x14 @ 1
[    7.216282] initcall init_nfs_v2+0x0/0x14 returned 0 after 1 usecs
[    7.222467] calling  init_nfs_v3+0x0/0x14 @ 1
[    7.226835] initcall init_nfs_v3+0x0/0x14 returned 0 after 1 usecs
[    7.233025] calling  init_nfs_v4+0x0/0x3b @ 1
[    7.237388] NFS: Registering the id_resolver key type
[    7.242456] Key type id_resolver registered
[    7.246649] Key type id_legacy registered
[    7.250670] initcall init_nfs_v4+0x0/0x3b returned 0 after 12950 usecs
[    7.257204] calling  init_nlm+0x0/0x4c @ 1
[    7.261316] initcall init_nlm+0x0/0x4c returned 0 after 4 usecs
[    7.267246] calling  init_nls_cp437+0x0/0x12 @ 1
[    7.271873] initcall init_nls_cp437+0x0/0x12 returned 0 after 1 usecs
[    7.278320] calling  init_nls_ascii+0x0/0x12 @ 1
[    7.282947] initcall init_nls_ascii+0x0/0x12 returned 0 after 0 usecs
[    7.289395] calling  init_nls_iso8859_1+0x0/0x12 @ 1
[    7.294372] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 0 usecs
[    7.301166] calling  init_nls_utf8+0x0/0x2b @ 1
[    7.305706] initcall init_nls_utf8+0x0/0x2b returned 0 after 1 usecs
[    7.312068] calling  init_ntfs_fs+0x0/0x1d1 @ 1
[    7.316607] NTFS driver 2.1.30 [Flags: R/W].
[    7.320903] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 4188 usecs
[    7.327525] calling  init_autofs4_fs+0x0/0x2a @ 1
[    7.332302] initcall init_autofs4_fs+0x0/0x2a returned 0 after 61 usecs
[    7.338921] calling  init_pstore_fs+0x0/0x53 @ 1
[    7.343549] initcall init_pstore_fs+0x0/0x53 returned 0 after 2 usecs
[    7.349995] calling  ipc_init+0x0/0x2f @ 1
[    7.354095] msgmni has been set to 7665
[    7.357940] initcall ipc_init+0x0/0x2f returned 0 after 3751 usecs
[    7.364125] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    7.368836] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 5 usecs
[    7.375365] calling  init_mqueue_fs+0x0/0xa2 @ 1
[    7.380020] initcall init_mqueue_fs+0x0/0xa2 returned 0 after 36 usecs
[    7.386552] calling  key_proc_init+0x0/0x5e @ 1
[    7.391087] initcall key_proc_init+0x0/0x5e returned 0 after 2 usecs
[    7.397445] calling  selinux_nf_ip_init+0x0/0x69 @ 1
[    7.402411] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 0 usecs
[    7.409208] calling  init_sel_fs+0x0/0xa5 @ 1
[    7.413572] initcall init_sel_fs+0x0/0xa5 returned 0 after 0 usecs
[    7.419753] calling  selnl_init+0x0/0x56 @ 1
[    7.424035] initcall selnl_init+0x0/0x56 returned 0 after 4 usecs
[    7.430133] calling  sel_netif_init+0x0/0x5c @ 1
[    7.434751] initcall sel_netif_init+0x0/0x5c returned 0 after 0 usecs
[    7.441199] calling  sel_netnode_init+0x0/0x6a @ 1
[    7.445992] initcall sel_netnode_init+0x0/0x6a returned 0 after 0 usecs
[    7.452614] calling  sel_netport_init+0x0/0x6a @ 1
[    7.457412] initcall sel_netport_init+0x0/0x6a returned 0 after 0 usecs
[    7.464028] calling  aurule_init+0x0/0x2d @ 1
[    7.468393] initcall aurule_init+0x0/0x2d returned 0 after 0 usecs
[    7.474571] calling  crypto_wq_init+0x0/0x33 @ 1
[    7.479243] initcall crypto_wq_init+0x0/0x33 returned 0 after 51 usecs
[    7.485778] calling  crypto_algapi_init+0x0/0xd @ 1
[    7.490666] initcall crypto_algapi_init+0x0/0xd returned 0 after 1 usecs
[    7.497375] calling  skcipher_module_init+0x0/0x35 @ 1
[    7.502521] initcall skcipher_module_init+0x0/0x35 returned 0 after 0 usecs
[    7.509483] calling  chainiv_module_init+0x0/0x12 @ 1
[    7.514543] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.521425] calling  eseqiv_module_init+0x0/0x12 @ 1
[    7.526389] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.533177] calling  hmac_module_init+0x0/0x12 @ 1
[    7.537968] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.544582] calling  md5_mod_init+0x0/0x12 @ 1
[    7.549093] initcall md5_mod_init+0x0/0x12 returned 0 after 57 usecs
[    7.555463] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    7.560748] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 52 usecs
[    7.567889] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    7.573208] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.580342] calling  des_generic_mod_init+0x0/0x17 @ 1
[    7.585604] initcall des_generic_mod_init+0x0/0x17 returned 0 after 104 usecs
[    7.592753] calling  aes_init+0x0/0x12 @ 1
[    7.596911] initcall aes_init+0x0/0x12 returned 0 after 47 usecs
[    7.602936] calling  zlib_mod_init+0x0/0x12 @ 1
[    7.607545] initcall zlib_mod_init+0x0/0x12 returned 0 after 61 usecs
[    7.614009] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[    7.619671] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.627160] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[    7.633176] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.641013] calling  lzo_mod_init+0x0/0x12 @ 1
[    7.645528] initcall lzo_mod_init+0x0/0x12 returned 0 after 61 usecs
[    7.651903] calling  krng_mod_init+0x0/0x12 @ 1
[    7.656507] initcall krng_mod_init+0x0/0x12 returned 0 after 61 usecs
[    7.662969] calling  proc_genhd_init+0x0/0x3c @ 1
[    7.667688] initcall proc_genhd_init+0x0/0x3c returned 0 after 9 usecs
[    7.674221] calling  bsg_init+0x0/0x12e @ 1
[    7.678530] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    7.685930] initcall bsg_init+0x0/0x12e returned 0 after 7329 usecs
[    7.692204] calling  noop_init+0x0/0x12 @ 1
[    7.696387] io scheduler noop registered
[    7.700311] initcall noop_init+0x0/0x12 returned 0 after 3826 usecs
[    7.706578] calling  deadline_init+0x0/0x12 @ 1
[    7.711116] io scheduler deadline registered
[    7.715388] initcall deadline_init+0x0/0x12 returned 0 after 4165 usecs
[    7.722011] calling  cfq_init+0x0/0x8b @ 1
[    7.726124] io scheduler cfq registered (default)
[    7.730829] initcall cfq_init+0x0/0x8b returned 0 after 4595 usecs
[    7.737017] calling  percpu_counter_startup+0x0/0x38 @ 1
[    7.742332] initcall percpu_counter_startup+0x0/0x38 returned 0 after 1 usecs
[    7.749472] calling  pci_proc_init+0x0/0x6a @ 1
[    7.754035] initcall pci_proc_init+0x0/0x6a returned 0 after 30 usecs
[    7.760480] calling  pcie_portdrv_init+0x0/0x7a @ 1
[    7.765490] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[    7.770899] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[    7.776232] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[    7.781639] initcall pcie_portdrv_init+0x0/0x7a returned 0 after 15862 usecs
[    7.788714] calling  aer_service_init+0x0/0x2b @ 1
[    7.793596] initcall aer_service_init+0x0/0x2b returned 0 after 73 usecs
[    7.800319] calling  pci_hotplug_init+0x0/0x1d @ 1
[    7.805117] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.810690] initcall pci_hotplug_init+0x0/0x1d returned 0 after 5433 usecs
[    7.817572] calling  pcifront_init+0x0/0x3f @ 1
[    7.822105] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[    7.828643] calling  genericbl_driver_init+0x0/0x12 @ 1
[    7.833999] initcall genericbl_driver_init+0x0/0x12 returned 0 after 115 usecs
[    7.841235] calling  cirrusfb_init+0x0/0xcc @ 1
[    7.845891] initcall cirrusfb_init+0x0/0xcc returned 0 after 115 usecs
[    7.852422] calling  efifb_init+0x0/0x298 @ 1
[    7.856793] initcall efifb_init+0x0/0x298 returned -19 after 6 usecs
[    7.863149] calling  intel_idle_init+0x0/0x338 @ 1
[    7.867940] initcall intel_idle_init+0x0/0x338 returned -19 after 0 usecs
[    7.874727] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    7.880041] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 2 usecs
[    7.887183] calling  acpi_ac_init+0x0/0x28 @ 1
[    7.891733] initcall acpi_ac_init+0x0/0x28 returned 0 after 89 usecs
[    7.898112] calling  acpi_button_driver_init+0x0/0x12 @ 1
[    7.903658] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    7.912018] ACPI: Power Button [PWRB]
[    7.915810] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    7.923222] ACPI: Power Button [PWRF]
[    7.926975] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 22873 usecs
[    7.934560] calling  acpi_fan_driver_init+0x0/0x12 @ 1
[    7.939797] ACPI: Fan [FAN] (on)
[    7.943108] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 3320 usecs
[    7.950338] calling  acpi_processor_init+0x0/0x6d @ 1
[    7.955423] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.961425] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.969743] initcall acpi_processor_init+0x0/0x6d returned 0 after 13987 usecs
[    7.976974] calling  acpi_thermal_init+0x0/0x42 @ 1
[    7.982025] ACPI Warning: For \_TZ_.THRM._PSL: Return Package has no elements (empty) (20130117/nsprepkg-119)
[    7.991992] ACPI: [Package] has zero elements (ffff8801324b6d80)
[    7.998004] ACPI: Invalid passive threshold
[    8.002479] thermal LNXTHERM:00: registered as thermal_zone0
[    8.008157] ACPI: Thermal Zone [THRM] (22 C)
[    8.012504] initcall acpi_thermal_init+0x0/0x42 returned 0 after 29880 usecs
[    8.019558] calling  acpi_battery_init+0x0/0x16 @ 1
[    8.024454] initcall acpi_battery_init+0x0/0x16 returned 0 after 2 usecs
[    8.024476] calling  1_acpi_battery_init_async+0x0/0x1b @ 6
[    8.024607] initcall 1_acpi_battery_init_async+0x0/0x1b returned 0 after 124 usecs
[    8.044303] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[    8.049517] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 68 usecs
[    8.056567] calling  erst_init+0x0/0x2bb @ 1
[    8.060844] initcall erst_init+0x0/0x2bb returned 0 after 0 usecs
[    8.066945] calling  ghes_init+0x0/0x171 @ 1
[    8.071214] GHES: HEST is not enabled!
[    8.074967] initcall ghes_init+0x0/0x171 returned -22 after 3658 usecs
[    8.081503] initcall ghes_init+0x0/0x171 returned with error code -22 
[    8.088037] calling  einj_init+0x0/0x49d @ 1
[    8.092317] initcall einj_init+0x0/0x49d returned -19 after 0 usecs
[    8.098591] calling  ioat_init_module+0x0/0x80 @ 1
[    8.103381] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    8.109309] initcall ioat_init_module+0x0/0x80 returned 0 after 5773 usecs
[    8.116209] calling  virtio_mmio_init+0x0/0x12 @ 1
[    8.121108] initcall virtio_mmio_init+0x0/0x12 returned 0 after 102 usecs
[    8.127902] calling  virtio_balloon_driver_init+0x0/0x12 @ 1
[    8.133627] initcall virtio_balloon_driver_init+0x0/0x12 returned 0 after 58 usecs
[    8.141205] calling  xenbus_probe_initcall+0x0/0x39 @ 1
[    8.146436] initcall xenbus_probe_initcall+0x0/0x39 returned -19 after 0 usecs
[    8.153664] calling  xenbus_init+0x0/0x3d @ 1
[    8.158030] initcall xenbus_init+0x0/0x3d returned -19 after 0 usecs
[    8.164392] calling  xenbus_backend_init+0x0/0x51 @ 1
[    8.169453] initcall xenbus_backend_init+0x0/0x51 returned -19 after 0 usecs
[    8.176508] calling  gntdev_init+0x0/0x57 @ 1
[    8.180875] initcall gntdev_init+0x0/0x57 returned -19 after 0 usecs
[    8.187237] calling  gntalloc_init+0x0/0x3d @ 1
[    8.191776] initcall gntalloc_init+0x0/0x3d returned -19 after 0 usecs
[    8.198310] calling  hypervisor_subsys_init+0x0/0x25 @ 1
[    8.203622] initcall hypervisor_subsys_init+0x0/0x25 returned -19 after 0 usecs
[    8.210932] calling  hyper_sysfs_init+0x0/0xfb @ 1
[    8.215732] initcall hyper_sysfs_init+0x0/0xfb returned -19 after 0 usecs
[    8.222526] calling  platform_pci_module_init+0x0/0x1b @ 1
[    8.228130] initcall platform_pci_module_init+0x0/0x1b returned 0 after 114 usecs
[    8.235617] calling  xen_tmem_init+0x0/0xb1 @ 1
[    8.240155] initcall xen_tmem_init+0x0/0xb1 returned 0 after 0 usecs
[    8.246508] calling  xen_late_init_mcelog+0x0/0x3d @ 1
[    8.251647] initcall xen_late_init_mcelog+0x0/0x3d returned -19 after 0 usecs
[    8.258781] calling  xen_pcibk_init+0x0/0x13f @ 1
[    8.263488] initcall xen_pcibk_init+0x0/0x13f returned -19 after 0 usecs
[    8.270196] calling  pty_init+0x0/0x453 @ 1
[    8.293064] initcall pty_init+0x0/0x453 returned 0 after 18206 usecs
[    8.299439] calling  sysrq_init+0x0/0xb0 @ 1
[    8.303797] initcall sysrq_init+0x0/0xb0 returned 0 after 7 usecs
[    8.309898] calling  xen_hvc_init+0x0/0x249 @ 1
[    8.314435] initcall xen_hvc_init+0x0/0x249 returned -19 after 0 usecs
[    8.320972] calling  serial8250_init+0x0/0x1a8 @ 1
[    8.325772] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    8.352578] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    8.358513] initcall serial8250_init+0x0/0x1a8 returned 0 after 31925 usecs
[    8.365495] calling  serial_pci_driver_init+0x0/0x1b @ 1
[    8.370897] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 84 usecs
[    8.378130] calling  init_kgdboc+0x0/0x16 @ 1
[    8.382493] initcall init_kgdboc+0x0/0x16 returned 0 after 0 usecs
[    8.388681] calling  rand_initialize+0x0/0x30 @ 1
[    8.393401] initcall rand_initialize+0x0/0x30 returned 0 after 7 usecs
[    8.399929] calling  init+0x0/0x111 @ 1
[    8.403979] initcall init+0x0/0x111 returned 0 after 195 usecs
[    8.409825] calling  hpet_init+0x0/0x6a @ 1
[    8.414224] initcall hpet_init+0x0/0x6a returned 0 after 203 usecs
[    8.420415] calling  nvram_init+0x0/0x82 @ 1
[    8.424770] Non-volatile memory driver v1.3
[    8.428969] initcall nvram_init+0x0/0x82 returned 0 after 4171 usecs
[    8.435325] calling  mod_init+0x0/0x5a @ 1
[    8.439429] initcall mod_init+0x0/0x5a returned -19 after 0 usecs
[    8.445523] calling  rng_init+0x0/0x12 @ 1
[    8.449703] initcall rng_init+0x0/0x12 returned 0 after 72 usecs
[    8.455717] calling  agp_init+0x0/0x26 @ 1
[    8.459818] Linux agpgart interface v0.103
[    8.463914] initcall agp_init+0x0/0x26 returned 0 after 3993 usecs
[    8.470095] calling  agp_amd64_mod_init+0x0/0x22 @ 1
[    8.475068] initcall agp_amd64_mod_init+0x0/0x22 returned -19 after 0 usecs
[    8.482028] calling  agp_intel_init+0x0/0x29 @ 1
[    8.486732] initcall agp_intel_init+0x0/0x29 returned 0 after 83 usecs
[    8.493273] calling  agp_sis_init+0x0/0x29 @ 1
[    8.497801] initcall agp_sis_init+0x0/0x29 returned 0 after 76 usecs
[    8.504174] calling  agp_via_init+0x0/0x29 @ 1
[    8.508705] initcall agp_via_init+0x0/0x29 returned 0 after 77 usecs
[    8.515075] calling  drm_core_init+0x0/0x139 @ 1
[    8.519779] [drm] Initialized drm 1.1.0 20060810
[    8.524415] initcall drm_core_init+0x0/0x139 returned 0 after 4598 usecs
[    8.531128] calling  cn_proc_init+0x0/0x3d @ 1
[    8.535581] initcall cn_proc_init+0x0/0x3d returned 0 after 7 usecs
[    8.541858] calling  topology_sysfs_init+0x0/0x58 @ 1
[    8.546926] initcall topology_sysfs_init+0x0/0x58 returned 0 after 17 usecs
[    8.553902] calling  loop_init+0x0/0x14e @ 1
[    8.559074] loop: module loaded
[    8.562233] initcall loop_init+0x0/0x14e returned 0 after 3947 usecs
[    8.568617] calling  xen_blkif_init+0x0/0x25f @ 1
[    8.573331] initcall xen_blkif_init+0x0/0x25f returned -19 after 0 usecs
[    8.580040] calling  mac_hid_init+0x0/0x22 @ 1
[    8.584502] initcall mac_hid_init+0x0/0x22 returned 0 after 9 usecs
[    8.590784] calling  macvlan_init_module+0x0/0x3d @ 1
[    8.595845] initcall macvlan_init_module+0x0/0x3d returned 0 after 2 usecs
[    8.602738] calling  macvtap_init+0x0/0x100 @ 1
[    8.607330] initcall macvtap_init+0x0/0x100 returned 0 after 51 usecs
[    8.613791] calling  net_olddevs_init+0x0/0xb5 @ 1
[    8.618588] initcall net_olddevs_init+0x0/0xb5 returned 0 after 1 usecs
[    8.625207] calling  fixed_mdio_bus_init+0x0/0x105 @ 1
[    8.630514] libphy: Fixed MDIO Bus: probed
[    8.634627] initcall fixed_mdio_bus_init+0x0/0x105 returned 0 after 4169 usecs
[    8.641855] calling  tun_init+0x0/0x93 @ 1
[    8.645959] tun: Universal TUN/TAP device driver, 1.6
[    8.651010] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    8.657259] initcall tun_init+0x0/0x93 returned 0 after 11016 usecs
[    8.663529] calling  tg3_init+0x0/0x1b @ 1
[    8.667725] initcall tg3_init+0x0/0x1b returned 0 after 89 usecs
[    8.673741] calling  ixgbevf_init_module+0x0/0x4c @ 1
[    8.678796] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.7.12-k
[    8.688196] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[    8.694356] initcall ixgbevf_init_module+0x0/0x4c returned 0 after 15172 usecs
[    8.701583] calling  init_nic+0x0/0x1b @ 1
[    8.705698] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    8.713294] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[    8.719058] forcedeth 0000:00:07.0: setting latency timer to 64
[    9.247871] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:30:67:6a:6f:d1
[    9.256160] forcedeth 0000:00:nstatic_sysfs_init+0x0/0x12 @ 1
[    9.285760] initcall nonstatic_sysfs_init+0x0/0x12 returned 0 after 0 usecs
[    9.292728] calling  yenta_socket_init+0x0/0x1b @ 1
[    9.297695] initcall yenta_socket_init+0x0/0x1b returned 0 after 84 usecs
[    9.304501] calling  mon_init+0x0/0xfe @ 1
[    9.308731] initcall mon_init+0x0/0xfe returned 0 after 123 usecs
[    9.314842] calling  ehci_hcd_init+0x0/0xb7 @ 1
[    9.319375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.325910] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    9.331929] initcall ehci_hcd_init+0x0/0xb7 returned 0 after 12240 usecs
[    9.338635] calling  ehci_pci_init+0x0/0x69 @ 1
[    9.343175] ehci-pci: EHCI PCI platform driver
[    9.347768] ehci-pci 0000:00:02.1: setting latency timer to 64
[    9.353618] ehci-pci 0000:00:02.1: EHCI Host Controller
[    9.358984] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    9.366389] ehci-pci 0000:00:02.1: debug port 1
[    9.370925] ehci-pci 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    9.379374] ehci-pci 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    9.385991] ehci-pci 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    9.394098] ehci-pci 0000:00:02.1: park 0
[    9.398119] ehci-pci 0000:00:02.1: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
[    9.407000] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    9.413790] ehci-pci 0000:00:02.1: supports USB remote wakeup
[    9.419558] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[    9.425223] ehci-pci 0000:00:02.1: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[    9.439338] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    9.445138] usb usb1: default language 0x0409
[    9.449506] usb usb1: udev 1, busnum 1, minor = 0
[    9.454212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    9.460997] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.468220] usb usb1: Product: EHCI Host Controller
[    9.473097] usb usb1: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ehci_hcd
[    9.481273] usb usb1: SerialNumber: 0000:00:02.1
[    9.486034] usb usb1: usb_probe_device
[    9.489800] usb usb1: configuration #1 chosen from 1 choice
[    9.495394] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    9.501230] hub 1-0:1.0: usb_probe_interface
[    9.505510] hub 1-0:1.0: usb_probe_interface - got id
[    9.510582] hub 1-0:1.0: USB hub found
[    9.514338] hub 1-0:1.0: 10 ports detected
[    9.518441] hub 1-0:1.0: standalone hub
[    9.522286] hub 1-0:1.0: no power switching (usb 1.0)
[    9.527346] hub 1-0:1.0: individual port over-current protection
[    9.533353] hub 1-0:1.0: power on to power good time: 20ms
[    9.538847] hub 1-0:1.0: local power source is good
[    9.543763] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    9.550810] initcall ehci_pci_init+0x0/0x69 returned 0 after 202461 usecs
[    9.557612] calling  ohci_hcd_mod_init+0x0/0xbf @ 1
[    9.562498] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.568685] ohci_hcd: block sizes: ed 80 td 96
[    9.573284] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    9.579143] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    9.584505] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    9.591917] ohci_hcd 0000:00:02.0: created debug files
[    9.597059] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[    9.602826] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfe02f000
[    9.650700] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    9.660673] ohci_hcd 0000:00:02.0: OHCI controller state
[   0000:00:02.0: cmdstatus 0x00000 SOC=0
[    9.687155] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[    9.692736] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[    9.699446] ohci_hcd 0000:00:02.0: hcca frame #0029
[    9.704331] ohci_hcd 0000:00:02.0: roothub.a 0100020a POTPGT=1 NPS NDP=10(10)
[    9.711475] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[    9.718097] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[    9.724018] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[    9.730725] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[    9.737425] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[    9.744127] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[    9.750827] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[    9.757529] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[    9.764239] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[    9.770947] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[    9.777647] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[    9.784348] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[    9.791060] usb usb2: default language 0x0409
[    9.795426] usb usb2: udev 1, busnum 2, minor = 128
[    9.800309] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    9.807096] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.814318] usb usb2: Product: OHCI Host Controller
[    9.819195] usb usb2: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ohci_hcd
[    9.827373] usb usb2: SerialNumber: 0000:00:02.0
[    9.832144] usb usb2: usb_probe_device
[    9.835909] usb usb2: configuration #1 chosen from 1 choice
[    9.841493] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    9.847329] hub 2-0:1.0: usb_probe_interface
[    9.851616] hub 2-0:1.0: usb_probe_interface - got id
[    9.856690] hub 2-0:1.0: USB hub found
[    9.860447] hub 2-0:1.0: 10 ports detected
[    9.864547] hub 2-0:1.0: standalone hub
[    9.868383] hub 2-0:1.0: no power switching (usb 1.0)
[    9.873435] hub 2-0:1.0: global over-current protection
[    9.878659] hub 2-0:1.0: power on to power good time: 2ms
[    9.884063] hub 2-0:1.0: local power source is good
[    9.888945] hub 2-0:1.0: no over-current condition exists
[    9.894376] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    9.901292] ehci-pci 0000:00:02.1: HS companion for 0000:00:02.0
[    9.907420] initcall ohci_hcd_mod_init+0x0/0xbf returned 0 after 336330 usecs
[    9.914562] calling  uhci_hcd_init+0x0/0x129 @ 1
[    9.919185] uhci_hcd: USB Universal Host Controller Interface driver
[    9.925647] initcall uhci_hcd_init+0x0/0x129 returned 0 after 6294 usecs
[    9.932364] calling  usblp_driver_init+0x0/0x1b @ 1
[    9.937353] usbcore: registered new interface driver usblp
[    9.942847] initcall usblp_driver_init+0x0/0x1b returned 0 after 5458 usecs
[    9.949817] calling  kgdbdbgp_start_thread+0x0/0x4f @ 1
[    9.955051] initcall kgdbdbgp_start_thread+0x0/0x4f returned 0 after 0 usecs
[    9.962107] calling  i8042_init+0x0/0x3c5 @ 1
[    9.966639] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   10.006894] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[   10.014823] i8042: If AUX port is [   10.272684] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.277782] initcall i8042_init+0x0/0x3c5 returned 0 after 303556 us 10.284406] calling  serport_init+0x0/0x34 @ 1
[   10.288859] initcall serport_init+0x0/0x34 returned 0 after 0 usecs
[   10.295142] calling  mousedev_init+0x0/0x62 @ 1
[   10.299742] mousedev: PS/2 mouse device common for all mice
[   10.305325] initcall mousedev_init+0x0/0x62 returned 0 after 5511 usecs
[   10.311945] calling  evdev_init+0x0/0x12 @ 1
[   10.316334] initcall evdev_init+0x0/0x12 returned 0 after 114 usecs
[   10.322616] calling  atkbd_init+0x0/0x27 @ 1
[   10.326978] initcall atkbd_init+0x0/0x27 returned 0 after 83 usecs
[   10.333174] calling  psmouse_init+0x0/0x7b @ 1
[   10.337729] initcall psmouse_init+0x0/0x7b returned 0 after 95 usecs
[   10.344088] calling  cmos_init+0x0/0x6a @ 1
[   10.348314] rtc_cmos 00:04: RTC can wake from S4
[   10.353135] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   10.359277] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[   10.366917] initcall cmos_init+0x0/0x6a returned 0 after 18165 usecs
[   10.373275] calling  i2c_i801_init+0x0/0xad @ 1
[   10.377903] initcall i2c_i801_init+0x0/0xad returned 0 after 86 usecs
[   10.384359] calling  cpufreq_gov_dbs_init+0x0/0x95 @ 1
[   10.389508] initcall cpufreq_gov_dbs_init+0x0/0x95 returned 0 after 1 usecs
[   10.396477] calling  init_ladder+0x0/0x12 @ 1
[   10.400842] cpuidle: using governor ladder
[   10.404948] initcall init_ladder+0x0/0x12 returned 0 after 4003 usecs
[   10.411396] calling  init_menu+0x0/0x12 @ 1
[   10.415578] cpuidle: using governor menu
[   10.419502] initcall init_menu+0x0/0x12 returned 0 after 3825 usecs
[   10.425774] calling  efivars_init+0x0/0x109 @ 1
[   10.430307] EFI Variables Facility v0.08 2004-May-17
[   10.435274] initcall efivars_init+0x0/0x109 returned 0 after 4842 usecs
[   10.441897] calling  vhost_net_init+0x0/0x30 @ 1
[   10.446637] initcall vhost_net_init+0x0/0x30 returned 0 after 111 usecs
[   10.453260] calling  staging_init+0x0/0x8 @ 1
[   10.457623] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[   10.463803] calling  zram_init+0x0/0x2bf @ 1
[   10.468227] zram: Created 1 device(s) ...
[   10.472242] initcall zram_init+0x0/0x2bf returned 0 after 4065 usecs
[   10.478601] calling  zs_init+0x0/0x90 @ 1
[   10.482617] initcall zs_init+0x0/0x90 returned 0 after 5 usecs
[   10.488453] calling  eeepc_laptop_init+0x0/0x58 @ 1
[   10.493525] initcall eeepc_laptop_init+0x0/0x58 returned -19 after 180 usecs
[   10.500584] calling  sock_diag_init+0x0/0x12 @ 1
[   10.505212] initcall sock_diag_init+0x0/0x12 returned 0 after 5 usecs
[   10.511654] calling  flow_cache_init_global+0x0/0x19f @ 1
[   10.517077] initcall flow_cache_init_global+0x0/0x19f returned 0 after 14 usecs
[   10.524387] calling  llc_init+0x0/0x20 @ 1
[   10.528491] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[   10.534413] calling  snap_init+0x0/0x38 @ 1
[   10.538606] initcall snap_init+0x0/0x38 returned 0 after 1 usecs
[   10.544619] calling  blackhole_module_init+0x0/0x12 @ 1
[   10.549846] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[   10.556901] calling  nfnetlink_init+0x0/0x59 @ 1
[   10.561526] Netfilter messages via NETLINK v0.30.
[   10.566233] initcall nfnetlink_init+0x0/0x59 returned 0 after 4590 usecs
[   10.572942] calling  nfnetlink_log_init+0x0/0xdb @ 1
[   10.577922] initcall nfnetlink_log_init+0x0/0xdb returned 0 after 6 usecs
[   10.584709] calling  nf_conntrack_standalone_init+0x0/0x7a @ 1
[   10.590542] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.596718] initcall nf_conntrack_standalone_init+0x0/0x7a returned 0 after 6020 usecs
[   10.604639] calling  ctnetlink_init+0x0/0xa4 @ 1
[   10.609263] ctnetlink v0.93: registering with nfnetlink.
[   10.614578] initcall ctnetlink_init+0x0/0xa4 returned 0 after 5181 usecs
[   10.621286] calling  nf_conntrack_ftp_init+0x0/0x1ca @ 1
[   10.626607] initcall nf_conntrack_ftp_init+0x0/0x1ca returned 0 after 1 usecs
[   10.633749] calling  nf_conntrack_irc_init+0x0/0x173 @ 1
[   10.639063] initcall nf_conntrack_irc_init+0x0/0x173 returned 0 after 1 usecs
[   10.646204] calling  nf_conntrack_sip_init+0x0/0x215 @ 1
[   10.651518] initcall nf_conntrack_sip_init+0x0/0x215 returned 0 after 0 usecs
[   10.658660] calling  xt_init+0x0/0x118 @ 1
[   10.662758] initcall xt_init+0x0/0x118 returned 0 after 1 usecs
[   10.668685] calling  tcpudp_mt_init+0x0/0x17 @ 1
[   10.673302] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.679742] calling  connsecmark_tg_init+0x0/0x12 @ 1
[   10.684794] initcall connsecmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.691668] calling  nflog_tg_init+0x0/0x12 @ 1
[   10.696199] initcall nflog_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.702560] calling  secmark_tg_init+0x0/0x12 @ 1
[   10.707267] initcall secmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.713802] calling  tcpmss_tg_init+0x0/0x17 @ 1
[   10.718427] initcall tcpmss_tg_init+0x0/0x17 returned 0 after 0 usecs
[   10.724868] calling  conntrack_mt_init+0x0/0x17 @ 1
[   10.729746] initcall conntrack_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.736455] calling  policy_mt_init+0x0/0x17 @ 1
[   10.741073] initcall policy_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.747522] calling  state_mt_init+0x0/0x12 @ 1
[   10.752060] initcall state_mt_init+0x0/0x12 returned 0 after 0 usecs
[   10.758414] calling  sysctl_ipv4_init+0x0/0x92 @ 1
[   10.763232] initcall sysctl_ipv4_init+0x0/0x92 returned 0 after 25 usecs
[   10.769941] calling  init_syncookies+0x0/0x19 @ 1
[   10.774655] initcall init_syncookies+0x0/0x19 returned 0 after 9 usecs
[   10.781190] calling  tunnel4_init+0x0/0x72 @ 1
[   10.785643] initcall tunnel4_init+0x0/0x72 returned 0 after 0 usecs
[   10.791916] calling  ipv4_netfilter_init+0x0/0x12 @ 1
[   10.796970] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[   10.803852] calling  nf_conntrack_l3proto_ipv4_init+0x0/0x17c @ 1
[   10.810069] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x17c returned 0 after 114 usecs
[   10.818179] calling  nf_defrag_init+0x0/0x17 @ 1
[   10.822801] initcall nf_defrag_init+0x0/0x17 returned 0 after 0 usecs
[   10.829249] calling  ip_tables_init+0x0/0xaa @ 1
[   10.833878] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.839202] initcall ip_tables_init+0x0/0xaa returned 0 after 5194 usecs
[   10.845906] calling  iptable_filter_init+0x0/0x51 @ 1
[   10.851035] initcall iptable_filter_init+0x0/0x51 returned 0 after 67 usecs
[   10.858005] calling  iptable_mangle_init+0x0/0x51 @ 1
[   10.863072] initcall iptable_mangle_init+0x0/0x51 returned 0 after 7 usecs
[   10.869946] calling  reject_tg_init+0x0/0x12 @ 1
[   10.874564] initcall reject_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.881004] calling  ulog_tg_init+0x0/0x104 @ 1
[   10.885542] initcall ulog_tg_init+0x0/0x104 returned 0 after 6 usecs
[   10.891898] calling  cubictcp_register+0x0/0x5c @ 1
[   10.896784] TCP: cubic registered
[   10.900099] initcall cubictcp_register+0x0/0x5c returned 0 after 3232 usecs
[   10.907061] calling  xfrm_user_init+0x0/0x4a @ 1
[   10.911677] Initializing XFRM netlink socket
[   10.915952] initcall xfrm_user_init+0x0/0x4a returned 0 after 4167 usecs
[   10.922657] calling  inet6_init+0x0/0x315 @ 1
[   10.927050] NET: Registered protocol family 10
[   10.931648] initcall inet6_init+0x0/0x315 returned 0 after 4518 usecs
[   10.938091] calling  ah6_init+0x0/0x79 @ 1
[   10.942195] initcall ah6_init+0x0/0x79 returned 0 after 0 usecs
[   10.948116] calling  esp6_init+0x0/0x79 @ 1
[   10.952308] initcall esp6_init+0x0/0x79 returned 0 after 0 usecs
[   10.958323] calling  xfrm6_transport_init+0x0/0x17 @ 1
[   10.963468] initcall xfrm6_transport_init+0x0/0x17 returned 0 after 0 usecs
[   10.970429] calling  xfrm6_mode_tunnel_init+0x0/0x17 @ 1
[   10.975741] initcall xfrm6_mode_tunnel_init+0x0/0x17 returned 0 after 0 usecs
[   10.982876] calling  xfrm6_beet_init+0x0/0x17 @ 1
[   10.987581] initcall xfrm6_beet_init+0x0/0x17 returned 0 after 0 usecs
[   10.994108] calling  ip6_tables_init+0x0/0xaa @ 1
[   10.998816] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   11.004219] initcall ip6_tables_init+0x0/0xaa returned 0 after 5272 usecs
[   11.011010] calling  ip6table_filter_init+0x0/0x51 @ 1
[   11.016228] initcall ip6table_filter_init+0x0/0x51 returned 0 after 71 usecs
[   11.023290] calling  ip6table_mangle_init+0x0/0x51 @ 1
[   11.028491] initcall ip6table_mangle_init+0x0/0x51 returned 0 after 54 usecs
[   11.035547] calling  nf_conntrack_l3proto_ipv6_init+0x0/0x154 @ 1
[   11.041653] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x154 returned 0 after 6 usecs
[   11.049570] calling  nf_defrag_init+0x0/0x54 @ 1
[   11.054194] initcall nf_defrag_init+0x0/0x54 returned 0 after 4 usecs
[   11.060637] calling  ipv6header_mt6_init+0x0/0x12 @ 1
[   11.065688] initcall ipv6header_mt6_init+0x0/0x12 returned 0 after 0 usecs
[   11.072564] calling  reject_tg6_init+0x0/0x12 @ 1
[   11.077276] initcall reject_tg6_init+0x0/0x12 returned 0 after 0 usecs
[   11.083802] calling  sit_init+0x0/0x8c @ 1
[   11.087900] sit: IPv6 over IPv4 tunneling driver
[   11.092770] initcall sit_init+0x0/0x8c returned 0 after 4748 usecs
[   11.098966] calling  packet_init+0x0/0x47 @ 1
[   11.103323] NET: Registered protocol family 17
[   11.107771] initcall packet_init+0x0/0x47 returned 0 after 4336 usecs
[   11.114217] calling  br_init+0x0/0xa2 @ 1
[   11.118253] initcall br_init+0x0/0xa2 returned 0 after 18 usecs
[   11.124181] calling  init_rpcsec_gss+0x0/0x64 @ 1
[   11.128894] initcall init_rpcsec_gss+0x0/0x64 returned 0 after 9 usecs
[   11.135428] calling  dcbnl_init+0x0/0x4d @ 1
[   11.139700] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[   11.145801] calling  init_dns_resolver+0x0/0xe4 @ 1
[   11.150685] Key type dns_resolver registered
[   11.154960] initcall init_dns_resolver+0x0/0xe4 returned 0 after 4174 usecs
[   11.161929] calling  mcheck_init_device+0x0/0x123 @ 1
[   11.167194] initcall mcheck_init_device+0x0/0x123 returned 0 after 200 usecs
[   11.174293] calling  tboot_late_init+0x0/0x216 @ 1
[   11.179103] initcall tboot_late_init+0x0/0x216 returned 0 after 0 usecs
[   11.185719] calling  mcheck_debugfs_init+0x0/0x3c @ 1
[   11.190786] initcall mcheck_debugfs_init+0x0/0x3c returned 0 after 6 usecs
[   11.197661] calling  severities_debugfs_init+0x0/0x3c @ 1
[   11.203061] initcall severities_debugfs_init+0x0/0x3c returned 0 after 1 usecs
[   11.210292] calling  threshold_init_device+0x0/0x8d @ 1
[   11.215538] initcall threshold_init_device+0x0/0x8d returned 0 after 12 usecs
[   11.222677] calling  hpet_insert_resource+0x0/0x23 @ 1
[   11.227825] initcall hpet_insert_resource+0x0/0x23 returned 0 after 1 usecs
[   11.234793] calling  update_mp_table+0x0/0x586 @ 1
[   11.239586] initcall update_mp_table+0x0/0x586 returned 0 after 0 usecs
[   11.246208] calling  lapic_insert_resource+0x0/0x3f @ 1
[   11.251441] initcall lapic_insert_resource+0x0/0x3f returned 0 after 0 usecs
[   11.258497] calling  io_apic_bug_finalize+0x0/0x1b @ 1
[   11.263635] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 0 usecs
[   11.270597] calling  print_ICs+0x0/0x466 @ 1
[   11.274877] initcall print_ICs+0x0/0x466 returned 0 after 0 usecs
[   11.280978] calling  check_early_ioremap_leak+0x0/0x65 @ 1
[   11.286473] initcall check_early_ioremap_leak+0x0/0x65 returned 0 after 0 usecs
[   11.293790] calling  pat_memtype_list_init+0x0/0x32 @ 1
[   11.299025] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 1 usecs
[   11.306085] calling  init_oops_id+0x0/0x40 @ 1
[   11.310533] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[   11.316807] calling  printk_late_init+0x0/0x59 @ 1
[   11.321609] initcall printk_late_init+0x0/0x59 returned 0 after 0 usecs
[   11.328228] calling  pm_qos_power_init+0x0/0x7b @ 1
[   11.333271] initcall pm_qos_power_init+0x0/0x7b returned 0 after 158 usecs
[   11.340158] calling  pm_debugfs_init+0x0/0x24 @ 1
[   11.344878] initcall pm_debugfs_init+0x0/0x24 returned 0 after 7 usecs
[   11.351413] calling  software_resume+0x0/0x290 @ 1
[   11.356212] PM: Hibernation image not present or could not be loaded.
[   11.362660] initcall software_resume+0x0/0x290 returned -2 after 6287 usecs
[   11.369623] initcall software_resume+0x0/0x290 returned with error code -2 
[   11.376593] calling  debugfs_kprobe_init+0x0/0x90 @ 1
[   11.381656] initcall debugfs_kprobe_init+0x0/0x90 returned 0 after 4 usecs
[   11.388535] calling  taskstats_init+0x0/0x95 @ 1
[   11.393155] registered taskstats version 1
[   11.397259] initcall taskstats_init+0x0/0x95 returned 0 after 4004 usecs
[   11.403967] calling  clear_boot_tracer+0x0/0x2d @ 1
[   11.408854] initcall clear_boot_tracer+0x0/0x2d returned 0 after 0 usecs
[   11.415556] calling  max_swapfiles_check+0x0/0x8 @ 1
[   11.420528] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[   11.427325] calling  set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[   11.433612] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 180 usecs
[   11.441706] calling  fail_make_request_debugfs+0x0/0x2a @ 1
[   11.447296] initcall fail_make_request_debugfs+0x0/0x2a returned 0 after 8 usecs
[   11.454700] calling  prandom_reseed+0x0/0xb4 @ 1
[   11.459334] initcall prandom_reseed+0x0/0xb4 returned 0 after 7 usecs
[   11.465775] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[   11.472051] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 1 usecs
[   11.480147] calling  pci_sysfs_init+0x0/0x51 @ 1
[   11.484945] initcall pci_sysfs_init+0x0/0x51 returned 0 after 175 usecs
[   11.491562] calling  boot_wait_for_devices+0x0/0x30 @ 1
[   11.496795] initcall boot_wait_for_devices+0x0/0x30 returned 0 after 0 usecs
[   11.503842] calling  random_int_secret_init+0x0/0x19 @ 1
[   11.509159] initcall random_int_secret_init+0x0/0x19 returned 0 after 5 usecs
[   11.516299] calling  deferred_probe_initcall+0x0/0x70 @ 1
[   11.521756] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 48 usecs
[   11.529080] calling  late_resume_init+0x0/0x1d0 @ 1
[   11.533961]   Magic number: 5:974:587
[   11.537695] tty ptyc5: hash matches
[   11.541276] initcall late_resume_init+0x0/0x1d0 returned 0 after 7132 usecs
[   11.548239] calling  acpi_cpufreq_init+0x0/0x212 @ 1
[   11.553214] acpi_processor_preregister_performance:694: RC:0
[   11.558896] acpi_processor_preregister_performance:710: RC:0
[   11.564555] acpi_processor_preregister_performance:792: RC:0
[   11.570217] acpi_processor_preregister_performance:812: RC:0
[   11.575900] acpi_processor_get_performance_info:503: RC:0
[   11.581303] acpi_processor_get_platform_limit:136: status:0
[   11.586880] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.594111] CPU 0: _PPC is 0 - frequency not limited
[   11.599082] acpi_processor_get_performance_info:508: RC:0
[   11.604483] acpi-cpufreq: overriding BIOS provided _PSD data
[   11.610178] acpi_processor_get_performance_info:503: RC:0
[   11.615587] acpi_processor_get_platform_limit:136: status:0
[   11.621165] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.628393] CPU 1: _PPC is 0 - frequency not limited
[   11.633360] acpi_processor_get_performance_info:508: RC:0
[   11.638783] initcall acpi_cpufreq_init+0x0/0x212 returned 0 after 83441 usecs
[   11.645920] calling  firmware_memmap_init+0x0/0x38 @ 1
[   11.651086] initcall firmware_memmap_init+0x0/0x38 returned 0 after 20 usecs
[   11.658140] calling  zcache_init+0x0/0x734 @ 1
[   11.662664] initcall zcache_init+0x0/0x734 returned 0 after 77 usecs
[   11.669024] calling  pci_mmcfg_late_insert_resources+0x0/0x50 @ 1
[   11.675127] initcall pci_mmcfg_late_insert_resources+0x0/0x50 returned 0 after 0 usecs
[   11.683050] calling  net_secret_init+0x0/0x19 @ 1
[   11.687760] initcall net_secret_init+0x0/0x19 returned 0 after 6 usecs
[   11.694291] calling  tcp_congestion_default+0x0/0x12 @ 1
[   11.699613] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[   11.706754] calling  tcp_fastopen_init+0x0/0x30 @ 1
[   11.711657] initcall tcp_fastopen_init+0x0/0x30 returned 0 after 6 usecs
[   11.718358] calling  ip_auto_config+0x0/0xe65 @ 1
[   11.723069] initcall ip_auto_config+0x0/0xe65 returned 0 after 4 usecs
[   11.729600] calling  initialize_hashrnd+0x0/0x19 @ 1
[   11.734575] initcall initialize_hashrnd+0x0/0x19 returned 0 after 1 usecs
[   11.741533] async_waiting @ 1
[   11.744511] async_continuing @ 1 after 6 usec
[   11.749534] Freeing unused kernel memory: 1028k freed
[   11.754861] Write protecting the kernel read-only data: 10240k
[   11.763633] Freeing unused kernel memory: 1536k freed
[   11.769399] Freeing unused kernel memory: 112k freed
init started: BusyBox v1.14.3 ([   11.776761] consoletype (1173) used greatest stack depth: 5288 bytes left
2013-02-25 08:05:07 EST)
Mounting directories  [  OK  ]
mount: mount point /proc/bus/usb does not exist
mount: mount po[   11.896752] core_filesystem (1174) used greatest stack depth:t: mount point /sys/kernel/config does not exi[   11.910289] udevd (1209): /proc/1209/oom_adj is deprecated, please use /proc/1209/oom_score_adj instead.
st
^G^G^G^G^G^G^Gcat: /sys/hypervisor/type: No such file or directory
/usr/bin/load_xen_modules: line 3: [: ==: unary operator expected
^G^G^G^G^G^G[   11.963862] calling  init_scsi+0x0/0x91 [scsi_mod] @ 1427
[   11.969547] calling  skge_init_module+0x0/0x1000 [skge] @ 1459
[   11.975414] calling  e1000_init_module+0x0/0x1000 [e1000] @ 1458
[   11.975662] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   11.975721] skge: 1.14 addr 0xfd8fc000 irq 16 chip Yukon rev 1
[   11.993012] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   12.000070] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   12.005828] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 1461
[   12.011568] wmi: Mapper loaded
[   12.012849] SCSI subsystem initialized
[   12.012863] initcall init_scsi+0x0/0x91 [scsi_mod] returned 0 after 42487 usecs
[   12.025699] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 14018 usecs
[   12.033151] calling  ata_init+0x0/0x4d3 [libata] @ 1425
[   12.033260] skge 0000:01:08.0 eth1: addr 00:0a:5e:65:74:93
[   12.033530] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   12.035515] initcall skge_init_module+0x0/0x1000 [skge] returned 0 after 58619 usecs
[   12.057372] ACPI: bus type scsi registered
[   12.061484] calling  acpi_video_init+0x0/0xfee [video] @ 1461
[   12.067349] initcall acpi_video_init+0x0/0xfee [video] returned 0 after 109 usecs
[   12.075948] libata version 3.00 loaded.
[   12.079819] initcall ata_init+0x0/0x4d3 [libata] returned 0 after 21878 usecs
[   12.087161] calling  mxm_wmi_init+0x0/0x1000 [mxm_wmi] @ 1461
[   12.092930] initcall mxm_wmi_init+0x0/0x1000 [mxm_wmi] returned 0 after 0 usecs
udevd-work[1557]: error opening [   12.105133] calling  nv_pci_driver_init+0x0/0x1000 [sata_nv] @ 1425
ATTR{/sys/device[   12.112676] calling  drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] @ 1461
s/system/cpu/cpu[   12.122065] calling  svm_init+0x0/0x23 [kvm_amd] @ 1573
0/online} for wr[   12.128008] initcall drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] returned 0 after 6813 usecs
iting: No such file or directory

[   12.141895] calling  ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] @ 1424
[   12.149424] calling  ttm_init+0x0/0x1000 [ttm] @ 1461
[   12.154599] calling  fb_console_init+0x0/0x1000 [fbcon] @ 1578
[   12.160584] initcall ttm_init+0x0/0x1000 [ttm] returned 0 after 5939 usecs
[   12.184974] initcall fb_console_init+0x0/0x100^G[   12.235149] ip (1711) used greatest stack depth: 3928 bytes left
[   12.324327] sata_nv 0000:00:08.0: version 3.5
[   12.328975] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
Waiting for devi[   12.334775] sata_nv 0000:00:08.0: setting latency timer to 64
ces [  OK  ]
[   12.342233] scsi0 : sata_nv
[   12.346099] scsi1 : sata_nv
[   12.362268] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[   12.369242] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 23
[   12.376472] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[   12.382252] sata_nv 0000:00:08.1: setting latency timer to 64
[   12.388112] e1000 0000:01:06.0 eth2: (PCI:66MHz:32-bit) 00:04:23:a7:5a:01
[   12.394913] e1000 0000:01:06.0 eth2: Intel(R) PRO/1000 Network Connection
[   12.401819] initcall e1000_init_module+0x0/0x1000 [e1000] returned 0 after 398623 usecs
[   12.410424] scsi2 : sata_nv
[   12.413526] scsi3 : sata_nv
[   12.416476] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
[   12.423455] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
[   12.430537] nouveau 0000:00:0d.0: setting latency timer to 64
[   12.436526] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 22
[   12.436894] initcall ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] returned 0 after 280392 usecs
[   12.451780] initcall nv_pci_driver_init+0x0/0x1000 [sata_nv] returned 0 after 330855 usecs
[   12.460442] nouveau  [  DEVICE][0000:00:0d.0] BOOT0  : 0x04c000a2
[   12.466546] nouveau  [  DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
[   12.472640] nouveau  [  DEVICE][0000:00:0d.0] Family : NV40
[   12.478945] nouveau  [   VBIOS][0000:00:0d.0] checking PRAMIN for image...
[   12.524266] nouveau  [   VBIOS][0000:00:0d.0] ... appears to be valid
[   12.530706] nouveau  [   VBIOS][0000:00:0d.0] using image from PRAMIN
[   12.537293] nouveau  [   VBIOS][0000:00:0d.0] BIT signature found
[   12.543389] nouveau  [   VBIOS][0000:00:0d.0] version 05.61.32.22.01
[   12.549921] nouveau  [     PFB][0000:00:0d.0] RAM type: unknown
[   12.555847] nouveau  [     PFB][0000:00:0d.0] RAM size: 128 MiB
[   12.561772] nouveau  [     PFB][0000:00:0d.0]    ZCOMP: 0 tags
[   12.593520] nouveau  [  PTHERM][0000:00:0d.0] FAN control: none / external
[   12.600401] nouveau  [  PTHERM][0000:00:0d.0] Thermal management: disabled
[   12.690515] ata1: SATA link down (SStatus 0 SControl 300)
[   12.747597] ata3: SATA link down (SStatus 0 SControl 300)
[   13.149881] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   13.159147] ata2.00: ATA-7: HDT722516DLA380, V43OA96A, 16: LBA48 NCQ (depth 0/32)
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   13.178171] ata2.00: configured for UDMA/133
[   13.182537] scsi 1:0:0:0: Direct-Access     ATA      HDT722516DLA380  V43O PQ: 0 ANSI: 5
[   13.192530] calling  init_sd+0x0/0x1000 [sd_mod] @ 2380
[   13.198043] sd 1:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
[   13.205560] sd 1:0:0:0: [sda] Write Protect is off
[   13.210356] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   13.215600] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   13.224736] initcall init_sd+0x0/0x1000 [sd_mod] returned 0 after 26297 usecs
[   13.278322]  sda: sda1 sda2 sda3
[   13.281991] sd 1:0:0:0: [sda] Attached SCSI disk
[   13.504725] ata4: SATA link down (SStatus 0 SControl 300)
[   13.511661] calling  init_sg+0x0/0x1000 [sg] @ 2393
[   13.516696] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   13.522024] initcall init_sg+0x0/0x1000 [sg] returned 0 after 5339 usecs




[   22.622027] nouveau  [  PTHERM][0000:00:0d.0] programmed thresholds [ 90(2), 95(3), 145(2), 135(5) ]
[   22.631163] nouveau  [  PTHERM][0000:00:0d.0] temperature (210 C) hit the 'fanboost' threshold
[   22.639778] nouveau  [  PTHERM][0000:00:0d.0] Thermal management: automatic
[   22.646742] nouveau  [  PTHERM][0000:00:0d.0] temperature (204 C) hit the 'downclock' threshold
[   22.655447] nouveau  [  PTHERM][0000:00:0d.0] temperature (204 C) hit the 'critical' threshold
[   22.664055] nouveau  [  PTHERM][0000:00:0d.0] temperature (204 C) hit the 'shutdown' threshold
[   22.672759] [TTM] Zone  kernel: Available graphics memory: 1963774 kiB
[   22.679289] [sched_delayed] sched: RT throttling activated
[   22.684777] [TTM] Initializing pool allocator
Usage: /etc/init[   22.689153] [TTM] Initializing DMA pool allocator
.d/halt {start}[   22.695602] nouveau  [     DRM] VRAM: 125 MiB

The system is [   22.700999] nouveau  [     DRM] GART: 512 MiB
going down NOW![   22.706737] nouveau  [     DRM] TMDS table version 1.1
[   22.713261] nouveau  [     DRM] DCB version 3.0

Sent SIGTERM t[   22.717802] nouveau  [     DRM] DCB outp 00: 01000310 00000023
o all processes[   22.725018] nouveau  [     DRM] DCB outp 01: 00110204 97e50000
[   22.732148] nouveau  [     DRM] DCB conn 00: 
0000
[   22.737182] nouveau  [     DRM] Saving VGA fonts
[   22.779749] nouveau W[     DRM] DCB type 4 not known
[   22.784732] nouveau W[     DRM] Unknown-1 has no encoders, removing
[   22.791882] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   22.798511] [drm] No driver support for vblank timestamp query.
[   22.804902] nouveau  [     DRM] 1 available performance level(s)
[   22.810917] nouveau  [     DRM] 0: core 425MHz shader 425MHz fanspeed 100%
[   22.817800] nouveau  [     DRM] c:
[   22.822505] nouveau  [     DRM] MM: using M2MF for buffer copies
[   22.862312] nouveau 0000:00:0d.0: No connectors reported connected with modes
[   22.869454] [drm] Cannot find any crtc or sizes - going 1024x768
[   22.875715] nouveau  [     DRM] allocated 1024x768 fb: 0x9000, bo ffff880129f72400
[   22.883424] fbcon: nouveaufb (fb0) is primary device
[   22.887282] Console: switching to colour frame buffer device 128x48r device
[   22.905817] nouveau 0000:00:0d.0: registered panic notifier
[   22.911392] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
^G^G^G^G^G^G^G^G[   22.918929] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 10451760 usecs
^G^G^G^G^G^G^G^G[   22.928544] kvm: Nested Virtualization enabled
[   22.934356] kvm: Nested Paging enabled
udevd-work[1284][   22.938289] initcall svm_init+0x0/0x23 [kvm_amd] returned 0 after 10541549 usecs
: '/sbin/modprobe -b pci:v000010DEd000003D0sv00001565sd00001405bc03sc00i00' unexpected exit with status 0x000f

udevd-work[1557]: '/sbin/modprobe -b x86cpu:vendor:0002:family:0010:model:0006:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,003E,003F,0064,0068,006A,006E,0070,0071,0074,0078,007A,0080,0083,008D,0097,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00E8,0105,0106,0107,0108
' unexpected exit with status 0x000f

Sent SIGKILL to all processes
Requesting system poweroff
[   24.739714] kvm: exiting hardware virtualization
[   24.744389] sd 1:0:0:0: shutdown
[   24.747628] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[   24.752936] sd 1:0:0:0: [sda] Stopping disk
[   25.129946] i2c i2c-2: shutdown
[   25.133118] i2c i2c-1: shutdown
[   25.136262] i2c i2c-0: shutdown
[   25.139428] serio: shutdown
[   25.149785] system 00:08: shutdown
[   25.153188] serial 00:07: shutdown
[   25.156604] pnp 00:06: shutdown
[   25.159756] pnp 00:05: shutdown
[   25.162908] rtc_cmos 00:04: shutdown
[   25.166496] pnp 00:03: shutdown
[   25.169651] pnp 00:02: shutdown
[   25.172803] system 00:01: shutdown
[   25.176213] system 00:00: shutdown
[   25.179626] skge 0000:01:08.0: shutdown
[   25.184161] pci 0000:00:04.0: System wakeup enabled by ACPI
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   25.200788] e1000 0000:01:06.0: shutdown
[   25.215810] pci 0000:00:18.4: shutdown
[   25.219580] pci 0000:00:18.3: shutdow0000:00:18.1: shutdown
[   25.230922] pci 0000:00:18.0: shutdown
[   25.234671] nouveau 0000:00:0d.0: shutdown
[   25.238775] pcieport 0000:00:0c.0: shutdown
[   25.242963] pcieport 0000:00:0b.0: shutdown
[   25.247153] pcieport 0000:00:09.0: shutdown
[   25.251337] sata_nv 0000:00:08.1: shutdown
[   25.255444] sata_nv 0000:00:08.0: shutdown
[   25.259546] forcedeth 0000:00:07.0: shutdown
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   25.274899] pci 0000:00:06.0: shutdown
[   25.278663] pci 0000:00:05.0: shutdown
[   25.282418] pci 0000:00:04.0: shutdownhutdown
[   25.310017] ACPI: Preparing to enter system sleep state S5
[   25.316062] Disabling non-boot CPUs ...
^G^G^G^G^G^G^G^G[   25.319988] ttyS0: 2 input overrun(s)
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   25.326586] PM: Calling mce_syscore_shutdown+0x0/0x70
^G^G^G^G^G^G^G^G[   25.332870] PM: Calling i8259A_shutdown+0x0/0x10
^G^G^G^G^G^G^G^G[   25.338872] Power down.
^G^G^G^G^G^G^G^G[   25.343026] acpi_power_off called

PXELINUX 3.82 2009-06-09  Copyright (C) 1994-2009 H. Peter Anvin et al
boot: 
Loading vmlinuz........................................................................
Loading initramfs.cpio.gz....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ready.
Hh?r??????II=I??????????????????????mu9a????????????????????[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: BIOSTAR Group N61PB-M2S/N61PB-M2S, BIOS 6.00 PG 09/03/2009
[    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 = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR def0-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 000100000000 mask FFFFC0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000140000000 aka 5120M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xb7ee0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f3a30-0x000f3a3f] mapped at [ffff8800000f3a30]
[    0.000000] memblock_reserve: [0x000000000f3a30-0x000000000f3a40] smp_scan_config+0xee/0x12b
[    0.000000] memblock_reserve: [0x000000000f1f44-0x000000000f2088] smp_scan_config+0x10c/0x12b
[    0.000000] memblock_reserve: [0x00000001cb9000-0x00000001cbf000] setup_arch+0x65f/0xcfe
[    0.000000] MEMBLOCK configuration:
[    0.000000]  memory size = 0xf7e7e400 reserved size = 0x5b3c400
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes
[    0.000000]  reserved.cnt  = 0x3
[    0.000000]  reserved[0x0]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x1]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x2]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000] memblock_reserve: [0x00000000001000-0x00000000010000] setup_bios_corruption_check+0xee/0x180
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] memblock_reserve: [0x00000000098000-0x0000000009e000] reserve_real_mode+0x65/0x8b
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] memblock_reserve: [0x00000000000000-0x00000000010000] setup_arch+0x73d/0xcfe
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01cba000, 0x01cbafff] PGTABLE
[    0.000000] BRK [0x01cbb000, 0x01cbbfff] PGTABLE
[    0.000000] BRK [0x01cbc000, 0x01cbcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
[    0.000000]  [mem 0x13c000000-0x13fdfffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000]  [mem 0x100000000-0x13bffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x00100000-0xb7edffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xb7dfffff] page 2M
[    0.000000]  [mem 0xb7e00000-0xb7edffff] page 4k
[    0.000000] memblock_reserve: [0x0000013ffff000-0x00000140000000] alloc_low_pages+0xd5/0x180
[    0.000000] memblock_reserve: [0x0000013fffe000-0x0000013ffff000] alloc_low_pages+0xd5/0x180
[    0.000000] RAMDISK: [mem 0x7b1e3000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f7e60 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 00000000b7ee3000 00038 (v01 Nvidia NVDA00)
[    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130117/tbfadt-599)
[    0.000000] ACPI: DSDT 00000000b7ee3100 05B85 (v01 NVIDIA NVDAACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000b7ee0000 00040
[    0.000000] ACPI: SSDT 00000000b7ee8d80 008F5 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: HPET 00000000b7ee9680 00038 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000098)
[    0.000000] ACPI: MCFG 00000000b7ee96c0 0003C (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: APIC 00000000b7ee8cc0 00098 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[    0.000000] memblock_reserve: [0x0000013fffa000-0x0000013fffe000] memblock_alloc_base_nid+0x3f/0x52
[    0.000000]   NODE_DATA [mem 0x13fffa000-0x13fffdfff]
[    0.000000] MEMBLOCK configuration:
[    0.000000]  memory size = 0xf7e7e400 reserved size = 0x5b58400
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes on node 0
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes on node 0
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes on node 0
[    0.000000]  reserved.cnt  = 0x6
[    0.000000]  reserved[0x0]	[0x00000000000000-0x0000000000ffff], 0x10000 bytes
[    0.000000]  reserved[0x1]	[0x00000000098000-0x0000000009dfff], 0x6000 bytes
[    0.000000]  reserved[0x2]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x3]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x4]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000]  reserved[0x5]	[0x0000013fffa000-0x0000013fffffff], 0x6000 bytes
[    0.000000] memblock_reserve: [0x0000013fff9000-0x0000013fffa000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf9000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf8c00-0x0000013fbf8fe0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f8c00-0x0000013fbf8c00] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013b800000-0x0000013f600000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] membloc 0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b800000-ffff88013effffff] on node 0
[    0.000000]    memblock_free: [0x0000013f7f8c00-0x0000013fbf8c00] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fbf9000-0x0000013fff9000] free_bootmem+0x9/0xb
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    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-0xb7edffff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] On node 0 totalpages: 1015422
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000] memblock_reserve: [0x0000013ffe1000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   DMA32 zone: 10245 pages used for memmap
[    0.000000]   DMA32 zone: 749280 pages, LIFO batch:31
[    0.000000] memblock_reserve: [0x0000013ffc9000-0x0000013ffe1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] memblock_reserve: [0x0000013ffb1000-0x0000013ffc9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffb0000-0x0000013ffb1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] ACPI: P 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[    0.000000] memblock_reserve: [0x0000013ffaff80-0x0000013ffaffc1] __alloc_memory_core_early+0x5c/0x64
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] memblock_reserve: [0x0000013ffaff00-0x0000013ffaff43] __alloc_memory_core_early+0x5c/0x64
[    0.000000] nr_irqs_gsi: 40
[    0.000000] memblock_reserve: [0x0000013ffafc40-0x0000013ffafee0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafbc0-0x0000013ffafc28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafb40-0x0000013ffafba8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafac0-0x0000013ffafb28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafa40-0x0000013ffafaa8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf9c0-0x0000013ffafa28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf940-0x0000013ffaf9a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf8c0-0x0000013ffaf928] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf840-0x0000013ffaf8a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf7c0-0x0000013ffaf828] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf740-0x0000013ffaf7a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf6c0-0x0000013ffaf728] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf680-0x0000013ffaf6a0] __alloc_memory_core_early+0x5c/0x64
[    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] memblock_reserve: [0x0000013ffaf640-0x0000013ffaf660] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000b7ee0000 - 00000000b7ee3000
[    0.000000] PM: Registered nosave memory: 00000000b7ee3000 - 00000000b7ef0000
[    0.000000] PM: Registered nosave memory: 00000000b7ef0000 - 00000000b7f00000
[    0.000000] PM: Registered nosave memory: 00000000b7f00000 - 00000000b8000000
[    0.000000] PM: Registered nosave memory: 00000000b8000000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] memblock_reserve: [0x0000013ffaf580-0x0000013ffaf638] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf4c0-0x0000013ffaf578] __alloc_memory_core_early+0x5c/0x64
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] memblock_reserve: [0x0000013ffae4c0-0x0000013ffaf4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad4c0-0x0000013ffae4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fc00000-0x0000013fe00000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013fc1c000-0x0000013fc80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fc9c000-0x0000013fd00000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd1c000-0x0000013fd80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd9c000-0x0000013fe00000] free_bootmem+0x9/0xb
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s84992 r8192 d21504 u524288
[    0.000000] memblock_reserve: [0x0000013ffad480-0x0000013ffad488] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad440-0x0000013ffad448] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad400-0x0000013ffad410] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad3c0-0x0000013ffad3e0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] pcpu-alloc: s84992 r8192 d21504 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] memblock_reserve: [0x0000013ffad280-0x0000013ffad3b0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad200-0x0000013ffad250] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad180-0x0000013ffad1d0] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013ffae4c0-0x0000013ffaf4c0] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013ffad4c0-0x0000013ffae4c0] free_bootmem+0x9/0xb
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1001515
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=10000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
[    0.000000] memblock_reserve: [0x0000013ffa5180-0x0000013ffad180] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] memblock_reserve: [0x000000b3ee0000-0x000000b7ee0000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x000000b3ed8000-0x000000b3ee0000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ff85000-0x0000013ffa5000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ff45000-0x0000013ff85000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ e000000000 size 32 MB
[    0.000000] Aperture beyond 4GB.the IOMMU option in the BIOS setup
[    0.000000] This costs you 64 MB of RAM
[    0.000000] memblock_reserve: [0x000000ac000000-0x000000b0000000] gart_iommu_hole_init+0x3b1/0x512
[    0.000000] Mapping aperture over 65536 KB of RAM @ ac000000
[    0.000000] memblock_reserve: [0x0000013ffaf480-0x0000013ffaf4a0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000ac000000 - 00000000b0000000
[    0.000000] Memory: 3778912k/5242880k available (6643k kernel code, 1181192k absent, 282776k reserved, 4275k data, 1028k initir:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] hpet clockevent registered
[    0.001000] tsc: Fast TSC calibration using PIT
[    0.002000] tsc: Detected 2913.407 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5826.81 BogoMIPS (lpj=2913407)
[    0.010610] pid_max: default: 32768 minimum: 301
[    0.015251] Security Framework initialized
[    0.019346] SELinux:  Disabled at boot.
[    0.023366] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.031864] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.039533] Mount-cache hash table entries: 256
[    0.044225] Initializing cgroup subsys cpuacct
[    0.048669] Initializing cgroup subsys freezer
[    0.053130] tseg: 00b7f00000
[    0.056016] CPU: Physical Processor ID: 0
[    0.060022] CPU: Processor Core ID: 0
[    0.063683] mce: CPU supports 6 MCE banks
[    0.067694] LVT offset 0 assigned for vector 0xf9
[    0.072401] process: using AMD E400 aware idle routine
[    0.077532] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.077532] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.077532] tlb_flushall_shift: 4
[    0.092169] Freeing SMP alternatives: 24k freed
[    0.098216] ACPI: Core revision 20130117
[    0.105093] ACPI: All ACPI Tables successfully acquired
[    0.112484] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1[    0.128468] smpboot: CPU0: AMD Athlon(tm) II X2 245 Processor (fam: 10, model: 06, stepping: 02)
[    0.239120] calling  set_real_mode_permissions+0x0/0xab @ 1
[    0.244683] initcall set_real_mode_permissions+0x0/0xab retur  0.257617] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[    0.264999] calling  trace_init_flags_sys_enter+0x0/0x12 @ 1
[    0.270642] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[    0.278103] calling  init_hw_perf_events+0x0/0x438 @ 1
[    0.283225] Performance Events: AMD PMU driver.
[    0.287762] ... version:                0
[    0.291758] ... bit width:              48
[    0.295845] ... generic registers:      4
[    0.299841] ... value mask:             0000ffffffffffff
[    0.305140] ... max period:             00007fffffffffff
[    0.310437] ... fixed-purpose events:   0
[    0.314434] ... event mask:             000000000000000f
[    0.319737] initcall init_hw_perf_events+0x0/0x438 returned 0 after 8789 usecs
[    0.326944] calling  register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[    0.333287] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[    0.341438] calling  spawn_ksoftirqd+0x0/0x28 @ 1
[    0.346146] initcall spawn_ksoftirqd+0x0/0x28 returned 0 after 0 usecs
[    0.352657] calling  init_workqueues+0x0/0x3c6 @ 1
[    0.357526] initcall init_workqueues+0x0/0x3c6 returned 0 after 0 usecs
[    0.364124] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    0.369248] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    0.376187] calling  migration_init+0x0/0x71 @ 1
[    0.380795] initcall migration_init+0x0/0x71 returned 0 after 0 usecs
[    0.387223] calling  cpu_stop_init+0x0/0x76 @ 1
[    0.391756] initcall cpu_stop_init+0x0/0x76 returned 0 after 0 usecs
[    0.398095] calling  rcu_scheduler_really_started+0x0/0x12 @ 1
[    0.403910] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[    0.411544] calling  rcu_spawn_gp_kthread+0x0/0x89 @ 1
[    0.416687] initcall rcu_spawn_gp_kthread+0x0/0x89 returned 0 after 0 usecs
[    0.423635] calling  relay_init+0x0/0x14 @ 1
[    0.427893] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    0.433969] calling  tracer_alloc_buffers+0x0/0x1f1 @ 1
[    0.439216] initcall tracer_alloc_buffers+0x0/0x1f1 returned 0 after 0 usecs
[    0.446252] calling  init_events+0x0/0x61 @ 1
[    0.450605] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[    0.456774] calling  init_trace_printk+0x0/0x12 @ 1
[    0.461640] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    0.468319] calling  jump_label_init_module+0x0/0x12 @ 1
[    0.473617] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    0.480732] calling  mce_amd_init+0x0/0x165 @ 1
[    0.485250] MCE: In-kernel MCE decoding enabled.
[    0.489855] initcall mce_amd_init+0x0/0x165 returned 0 after 976 usecs
[    0.496409] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.504505] smpboot: Booting Node   0, Processors  #1
[    0.522495] Brought up 2 CPUs
[    0.525651] smpboot: Total of 2 processors activated (11653.62 BogoMIPS)
[    0.535697] ng  ipc_ns_init+0x0/0x14 @ 1
[    0.540046] initcall ipc_ns_init+0x0/0x14 returned 0 after 0 usecs
[    0.546215] calling  init_mmap_min_addr+0x0/0x26 @ 1
[    0.551169] initcall init_mmap_min_addr+0x0/0x26 returned 0 after 0 usecs
[    0.557943] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    0.564548] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    0.572967] calling  net_ns_init+0x0/0xfd @ 1
[    0.577376] initcall net_ns_init+0x0/0xfd returned 0 after 0 usecs
[    0.583581] calling  e820_mark_nvs_memory+0x0/0x41 @ 1
[    0.588710] PM: Registering ACPI NVS region [mem 0xb7ee0000-0xb7ee2fff] (12288 bytes)
[    0.596519] initcall e820_mark_nvs_memory+0x0/0x41 returned 0 after 6835 usecs
[    0.603727] calling  cpufreq_tsc+0x0/0x37 @ 1
[    0.608072] initcall cpufreq_tsc+0x0/0x37 returned 0 after 0 usecs
[    0.614235] calling  reboot_init+0x0/0x1d @ 1
[    0.618599] initcall reboot_init+0x0/0x1d returned 0 after 0 usecs
[    0.624768] calling  init_lapic_sysfs+0x0/0x20 @ 1
[    0.629553] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[    0.636147] calling  cpu_hotplug_pm_sync_init+0x0/0x2f @ 1
[    0.641617] initcall cpu_hotplug_pm_sync_init+0x0/0x2f returned 0 after 0 usecs
[    0.648906] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    0.653682] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    0.660278] calling  ksysfs_init+0x0/0x94 @ 1
[    0.664628] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs
[    0.670794] calling  pm_init+0x0/0x4e @ 1
[    0.674796] initcall pm_init+0x0/0x4e returned 0 after 0 usecs
[    0.680617] calling  pm_disk_init+0x0/0x19 @ 1
[    0.685051] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    0.691307] calling  swsusp_header_init+0x0/0x30 @ 1
[    0.696258] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[    0.703035] calling  init_jiffies_clocksource+0x0/0x12 @ 1
[    0.708514] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[    0.715807] calling  event_trace_enable+0x0/0xa9 @ 1
[    0.720794] initcall event_trace_enable+0x0/0xa9 returned 0 after 0 usecs
[    0.727563] calling  init_zero_pfn+0x0/0x4f @ 1
[    0.732089] initcall init_zero_pfn+0x0/0x4f returned 0 after 0 usecs
[    0.738433] calling  fsnotify_init+0x0/0x26 @ 1
[    0.742950] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[    0.749285] calling  filelock_init+0x0/0x2a @ 1
[    0.753807] initcall filelock_init+0x0/0x2a returned 0 after 0 usecs
[    0.760146] calling  init_misc_binfmt+0x0/0x31 @ 1
[    0.764925] initcall init_misc_binfmt+0x0/0x31 returned 0 after 0 usecs
[    0.771520] calling  init_script_binfmt+0x0/0x16 @ 1
[    0.776470] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.783238] calling  init_elf_binfmt+0x0/0x16 @ 1
[    0.787929] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.794437] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    0.799734] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.806849] calling  debugfs_init+0x0/0x5c @ 1
[    0.811281] initcall debugfs_init+0x0/0x5c returned 0 after 0 usecs
[    0.817538] calling  securityfs_init+0x0/0x53 @ 1
[    0.822231] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs
[    0.828746] calling  prandom_init+0x0/0xd9 @ 1
[    0.833178] initcall prandom_init+0x0/0xd9 returned 0 after 0 usecs
[    0.839427] calling  virtio_init+0x0/0x30 @ 1
[    0.843883] kworker/u:0 (20) used greatest stack depth: 6152 bytes left
[    0.843885] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    0.843887] calling  __gnttab_init+0x0/0x30 @ 1
[    0.843891] initcall __gnttab_init+0x0/0x30 returned -19 after 0 usecs
[    0.843893] calling  early_resume_init+0x0/0x1d0 @ 1
[    0.843938] RTC time: 15:35:07, date: 03/05/13
[    0.843940] initcall early_resume_init+0x0/0x1d0 returned 0 after 0 usecs
[    0.843941] calling  cpufreq_core_init+0x0/0xc7 @ 1
[    0.843944] initcall cpufreq_core_init+0x0/0xc7 returned 0 after 0 usecs
[    0.843944] calling  cpuidle_init+0x0/0x40 @ 1
[    0.843947] initcall cpuidle_init+0x0/0x40 returned 0 after 0 usecs
[    0.843948] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    0.843950] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    0.843951] calling  sock_init+0x0/0x89 @ 1
[    0.921811] initcall sock_init+0x0/0x89 returned 0 after 976 usecs
[    0.927976] calling  net_inuse_init+0x0/0x26 @ 1
[    0.932589] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    0.939019] calling  netpoll_init+0x0/0x3d @ 1
[    0.943451] initcall netpoll_init+0x0/0x3d returned 0 after 0 usecs
[    0.949707] calling  netlink_proto_init+0x0/0x1b3 @ 1
[    0.954749] NET: Registered protocol family 16
[    0.959192] initcall netlink_proto_init+0x0/0x1b3 returned 0 after 4882 usecs
[    0.966341] calling  bdi_class_init+0x0/0x4d @ 1
[    0.971052] initcall bdi_class_init+0x0/0x4d returned 0 after 0 usecs
[    0.977483] calling  kobject_uevent_init+0x0/0x12 @ 1
[    0.982528] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    0.989391] calling  pcibus_class_init+0x0/0x19 @ 1
[    0.994320] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.001014] calling  pci_driver_init+0x0/0x19 @ 1
[    1.005809] initcall pci_driver_init+0x0/0x19 returned 0 after 0 usecs
[    1.012328] calling  backlight_class_init+0x0/0x5d @ 1
[    1.017535] initcall backlight_class_init+0x0/0x5d returned 0 after 0 usecs
[    1.024496] calling  video_output_class_init+0x0/0x19 @ 1
[    1.029987] initcall video_output_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.037194] calling  xenbus_init+0x0/0x233 @ 1
[    1.041633] initcall xenbus_init+0x0/0x233 returned -19 after 0 usecs
[    1.048061] calling  tty_class_init+0x0/0x38 @ 1
[    1.052735] initcall tty_class_init+0x0/0x38 returned 0 after 0 usecs
[    1.059159] calling  vtconsole_class_init+0x0/0xc2 @ 1
[    1.064394] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs
[    1.071340] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    1.077078] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    1.084628] calling  register_node_type+0x0/0x34 @ 1
[    1.089663] initcall register_node_type+0x0/0x34 returned 0 after 0 usecs
[    1.096445] calling  i2c_init+0x0/0x77 @ 1
[    1.100647] initcall i2c_init+0x0/0x77 returned 0 after 0 usecs
[    1.106566] calling  amd_postcore_init+0x0/0x143 @ 1
[    1.111524] node 0 link 0: io port [8000, ffff]
[    1.116047] TOM: 00000000c0000000 aka 3072M
[    1.120217] Fam 10h mmconf [mem 0xf0000000-0xf00fffff]
[    1.125342] node 0 link 0: mmio [a0000, bffff]
[    1.129790] node 0 link 0: mmio [c0000000, efffffff]
[    1.134757] node 0 link 0: mmio [f4000000, fe02ffff]
[    1.139724] node 0 link 0: mmio [f0000000, f03fffff] ==> [f0100000, f03fffff]
[    1.146874] TOM2: 0000000140000000 aka 5120M
[    1.151133] bus: [bus 00-04] on node 0 link 0
[    1.155478] bus: 00 [io  0x0000-0xffff]
[    1.159304] bus: 00 [mem 0x000a0000-0x000bffff]
[    1.163821] bus: 00 [mem 0xc0000000-0xefffffff]
[    1.168338] bus: 00 [mem 0xf0400000-0xffffffff]
[    1.172857] bus: 00 [mem 0xf0100000-0xf03fffff]
[    1.177374] bus: 00 [mem 0x140000000-0xfcffffffff]
[    1.182161] initcall amd_postcore_init+0x0/0x143 returned 0 after 69335 usecs
[    1.189319] calling  arch_kdebugfs_init+0x0/0x233 @ 1
[    1.194364] initcall arch_kdebugfs_init+0x0/0x233 returned 0 after 0 usecs
[    1.201219] calling  mtrr_if_init+0x0/0x78 @ 1
[    1.205654] initcall mtrr_if_init+0x0/0x78 returned 0 after 0 usecs
[    1.211909] calling  ffh_cstate_init+0x0/0x2a @ 1
[    1.216609] initcall ffh_cstate_init+0x0/0x2a returned -1 after 0 usecs
[    1.223212] initcall ffh_cstate_init+0x0/0x2a returned with error code -1 
[    1.230075] calling  activate_jump_labels+0x0/0x32 @ 1
[    1.235199] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[    1.242139] calling  acpi_pci_init+0x0/0x5c @ 1
[    1.246658] ACPI: bus type pci registered
[    1.250657] initcall acpi_pci_init+0x0/0x5c returned 0 after 3906 usecs
[    1.257251] calling  dma_bus_init+0x0/0x19 @ 1
[    1.261770] initcall dma_bus_init+0x0/0x19 returned 0 after 976 usecs
[    1.268204] calling  dma_channel_table_init+0x0/0xde @ 1
[    1.273523] initcall dma_channel_table_init+0x0/0xde returned 0 after 0 usecs
[    1.280637] calling  setup_vcpu_hotplug_event+0x0/0x2d @ 1
[    1.286107] initcall setup_vcpu_hotplug_event+0x0/0x2d returned -19 after 0 usecs
[    1.293568] calling  register_xen_pci_notifier+0x0/0x38 @ 1
[    1.299134] initcall register_xen_pci_notifier+0x0/0x38 returned 0 after 0 usecs
[    1.306515] calling  xen_pcpu_init+0x0/0xcc @ 1
[    1.311032] initcall xen_pcpu_init+0x0/0xcc returned -19 after 0 usecs
[    1.317542] calling  dmi_id_init+0x0/0x31d @ 1
[    1.322087] initcall dmi_id_init+0x0/0x31d returned 0 after 0 usecs
[    1.328355] calling  dca_init+0x0/0x20 @ 1
[    1.332445] dca service started, version 1.12.1
[    1.337011] initcall dca_init+0x0/0x20 returned 0 after 4882 usecs
[    1.343188] calling  iommu_init+0x0/0x58 @ 1
[    1.347456] initcall iommu_init+0x0/0x58 returned 0 after 0 usecs
[    1.353539] calling  pci_arch_init+0x0/0x69 @ 1
[    1.358080] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    1.367360] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    1.376677] PCI: Using configuration type 1 for base access
[    1.382241] initcall pci_arch_init+0x0/0x69 returned 0 after 23437 usecs
[    1.388962] calling  topology_init+0x0/0x98 @ 1
[    1.393723] initcall topology_init+0x0/0x98 returned 0 after 976 usecs
[    1.400249] calling  mtrr_init_finialize+0x0/0x36 @ 1
[    1.405302] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[    1.412158] calling  init_vdso+0x0/0x152 @ 1
[    1.416419] initcall init_vdso+0x0/0x152 returned 0 after 0 usecs
[    1.422501] calling  sysenter_setup+0x0/0x2f8 @ 1
[    1.427203] initcall sysenter_setup+0x0/0x2f8 returned 0 after 0 usecs
[    1.433716] calling  param_sysfs_init+0x0/0x192 @ 1
[    1.438968] kworker/u:0 (50) used greatest stack depth: 5720 bytes left
[    1.451388] initcall param_sysfs_init+0x0/0x192 returned 0 after 11718 usecs
[    1.458478] calling  pm_sysrq_init+0x0/0x19 @ 1
[    1.462998] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[    1.469341] calling  default_bdi_init+0x0/0x37 @ 1
[    1.474263] initcall default_bdi_init+0x0/0x37 returned 0 after 0 usecs
[    1.480872] calling  init_bio+0x0/0xe8 @ 1
[    1.484997] bio: create slab <bio-0> at 0
[    1.488998] initcall init_bio+0x0/0xe8 returned 0 after 3906 usecs
[    1.495167] calling  fsnotify_notification_init+0x0/0x8b @ 1
[    1.500824] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs
[    1.508288] calling  cryptomgr_init+0x0/0x12 @ 1
[    1.512894] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    1.519322] calling  blk_settings_init+0x0/0x2c @ 1
[    1.524187] initcall blk_settings_init+0x0/0x2c returned 0 after 0 usecs
[    1.530869] calling  blk_ioc_init+0x0/0x2a @ 1
[    1.535322] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    1.541574] calling  blk_softirq_init+0x0/0x6e @ 1
[    1.546355] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[    1.552956] calling  blk_iopoll_setup+0x0/0x6e @ 1
[    1.557735] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[    1.564336] calling  genhd_device_init+0x0/0x86 @ 1
[    1.569348] initcall genhd_device_init+0x0/0x86 returned 0 after 976 usecs
[    1.576227] calling  pci_slot_init+0x0/0x50 @ 1
[    1.580748] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    1.587091] calling  fbmem_init+0x0/0x98 @ 1
[    1.591446] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[    1.597538] calling  acpi_init+0x0/0xbc @ 1
[    1.601722] ACPI: Added _OSI(Module Device)
[    1.605896] ACPI: Added _OSI(Processor Device)
[    1.610329] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.615021] ACPI: Added _OSI(Processor Aggregator Device)
[    1.621223] ACPI: EC: Look up EC in DSDT
[    1.629047] ACPI: Interpreter enabled
[    1.632704] ACPI: (supports S0ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
[    1.643521] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
[    1.652749]  S3 S4 S5)
[    1.655162] ACPI: Using IOAPIC for interrupt routing
[    1.660195] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.679377] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    1.685795] acpi PNP0A08:00: Requesting ACPI _OSC contiled (AE_SUPPORT), returned control mask: 0x0c
[    1.702215] PCI host bridge to bus 0000:00
[    1.706307] pci_bus 0000:00: root bus resource [bus 00-04]
[    1.711802] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    1.717972] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    1.724141] pci_bus 0000:00: root bus resource [io  0x8000-0xffff]
[    1.730305] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    1.736475] pci_bus 0000:00: root bus resource [io  0x1c00-0x1c80]
[    1.742637] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff]
[    1.749492] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.756354] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff]
[    1.763209] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff]
[    1.770085] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[    1.776384] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[    1.782394] pci 0000:00:01.0: reg 18: [io  0x1d00-0x1dff]
[    1.787894] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[    1.793900] pci 0000:00:01.1: reg 10: [io  0xfc00-0xfc3f]
[    1.799295] pci 0000:00:01.1: reg 20: [io  0x1c00-0x1c3f]
[    1.804687] pci 0000:00:01.1: reg 24: [io  0xf400-0xf43f]
[    1.810100] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    1.816030] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[    1.822179] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[    1.828182] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[    1.834289] pci 0000:00:02.0: supports D1 D2
[    1.838550] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.845175] pci 0000:00:02.0: System wakeup disabled by ACPI
[    1.850908] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[    1.856912] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
[    1.863029] pci 0000:00:02.1: supports D1 D2
[    1.867292] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.873934] pci 0000:00:02.1: System wakeup disabled by ACPI
[    1.879688] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[    1.885728] pci 0000:00:04.0: System wakeup disabled by ACPI
[    1.891457] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[    1.897457] pci 0000:00:05.0: reg 10: [mem 0xfe024000-0xfe027fff]
[    1.903579] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    1.909432] pci 0000:00:05.0: System wakeup disabled by ACPI
[    1.915176] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[    1.921192] pci 0000:00:06.0: reg 20: [io  0xf000-0xf00f]
[    1.926683] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[    1.932682] pci 0000:00:07.0: reg 10: [mem 0xfe02d000-0xfe02dfff]
[    1.938770] pci 0000:00:07.0: reg 14: [io  0xec00-0xec07]
[    1.944188] pci 0000:00:07.0: supports D1 D2
[    1.948452] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.955088] pci 0000:00:07.0: System wakeup disabled by ACPI
[    1.960811] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[    1.966817] pci 0000:00:08.0: reg 10: [io  0x09f0-0x09f7]
[    1.972213] pci 0000:00:08.0: reg 14: [io  0x0bf0-0x0bf3]
[    1.977603] pci 0000:00:08.0: reg 18: [io  0x0970-0x0977]
[    1.982995] pci 0000:00:08.0: reg 1c: [io  0x0b70-0x0b73]
[    1.988387] pci 0000:00:08.0: reg 20: [io  0xd800-0xd80f]
[    1.993780] pci 0000:00:08.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[    1.999967] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[    2.005971] pci 0000:00:08.1: reg 10: [io  0x09e0-0x09e7]
[    2.011367] pci 0000:00:08.1: reg 14: [io  0x0be0-0x0be3]
[    2.016757] pci 0000:00:08.1: reg 18: [io  0x0960-0x0967]
[    2.022150] pci 0000:00:08.1: reg 1c: [io  0x0b60-0x0b63]
[    2.027542] pci 0000:00:08.1: reg 20: [io  0xc400-0xc40f]
[    2.032934] pci 0000:00:08.1: reg 24: [mem 0xfe02b000-0xfe02bfff]
[    2.039138] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[    2.045166] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.051790] pci 0000:00:09.0: System wakeup disabled by ACPI
[    2.057525] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[    2.063549] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.070196] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    2.075948] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[    2.081967] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.088593] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    2.094336] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[    2.100334] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
[    2.106415] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    2.113452] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
[    2.120055] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.126671] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    2.132801] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    2.138919] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    2.145055] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    2.151186] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    2.157444] pci 0000:01:06.0: [8086:1026] type 00 class 0x020000
[    2.163469] pci 0000:01:06.0: reg 10: [mem 0xfd8c0000-0xfd8dffff 64bit]
[    2.170077] pci 0000:01:06.0: reg 18: [mem 0xfd880000-0xfd8bffff 64bit]
[    2.176679] pci 0000:01:06.0: reg 20: [io  0xbc00-0xbc3f]
[    2.182075] pci 0000:01:06.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    2.188617] pci 0000:01:06.0: PME# supported from D0 D3hot D3cold
[    2.194812] pci 0000:01:08.0: [10b7:1700] type 00 class 0x020000
[    2.200825] pci 0000:01:08.0: reg 10: [mem 0xfd8fc000-0xfd8fffff]
[    2.206910] pci 0000:01:08.0: reg 14: [io  0xb800-0xb8ff]
[    2.212322] pci 0000:01:08.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.218853] pci 0000:01:08.0: supports D1 D2
[    2.223114] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.229821] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[    2.236595] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    2.242680] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.249454] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    2.256661] pci 0000:00:04.0:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    2.264556] pci 0000:00:04.0:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    2.272456] pci 0000:00:04.0:   bridge window [io  0x8000-0xffff] (subtractive decode)
[    2.280349] pci 0000:00:04.0:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    2.288243] pci 0000:00:04.0:   bridge window [io  0x1c00-0x1c80] (subtractive decode)
[    2.296136] pci 0000:00:04.0:   bridge window [mem 0xfec80000-0xfecbffff] (subtractive decode)
[    2.304721] pci 0000:00:04.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    2.313309] pci 0000:00:04.0:   bridge window [mem 0xc0000000-0xefffffff] (subtractive decode)
[    2.321903] pci 0000:00:04.0:   bridge window [mem 0xf4000000-0xfe02ffff] (subtractive decode)
[    2.330588] pci 0000:00:09.0: PCI bridge to [bus 02]
[    2.335547] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    2.341626] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.348396] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    2.356209] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    2.361166] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    2.367247] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.374023] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    2.381844] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    2.386807] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    2.392901] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.399676] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    2.407400] ACPI _OSC control for PCIe not granted, disabling ASPM
[    2.414226] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 *7 9 10 11 14 15)
[    2.420867] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.428664] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 7 9 10 11 14 15)
[    2.435302] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.443101] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.450896] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.458685] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.466475] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.474274] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
[    2.480911] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.488702] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 *11 14 15)
[    2.495340] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[    2.501979] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
[    2.508617] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.516415] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
[    2.523054] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 *7 9 10 11 14 15)
[    2.529693] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.537489] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    2.544129] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[    2.550820] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[    2.556291] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    2.562729] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    2.568197] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    2.574636] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    2.581077] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    2.587515] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    2.593954] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    2.600401] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[    2.606426] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    2.612451] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[    2.618473] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0, disabled.
[    2.625467] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[    2.631491] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[    2.637514] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    2.643537] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[    2.650532] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    2.657524] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[    2.662994] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[    2.668577] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.673409] acpi root: \_SB_.PCI0 notify handler is installed
[    2.679191] Found 1 acpi root devices
[    2.682931] initcall acpi_init+0x0/0xbc returned 0 after 354492 usecs
[    2.689365] calling  dock_init+0x0/0x7b @ 1
[    2.693645] ACPI: No dock devices found.
[    2.697560] initcall dock_init+0x0/0x7b returned 0 after 976 usecs
[    2.703724] calling  pnp_init+0x0/0x19 @ 1
[    2.707882] initcall pnp_init+0x0/0x19 returned 0 after 0 usecs
[    2.713793] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[    2.719278] initcall xen_setup_shutdown_event+0x0/0x30 returned -19 after 0 usecs
[    2.726747] calling  balloon_init+0x0/0x133 @ 1
[    2.731271] initcall balloon_init+0x0/0x133 returned -19 after 0 usecs
[    2.737780] calling  xenbus_probe_backend_init+0x0/0x34 @ 1
[    2.743407] initcall xenbus_probe_backend_init+0x0/0x34 returned 0 after 0 usecs
[    2.750790] calling  xenbus_probe_frontend_init+0x0/0x34 @ 1
[    2.756503] initcall xenbus_probe_frontend_init+0x0/0x34 returned 0 after 0 usecs
[    2.763970] calling  xen_acpi_pad_init+0x0/0x47 @ 1
[    2.768833] initcall xen_acpi_pad_init+0x0/0x47 returned -19 after 0 usecs
[    2.775689] calling  balloon_init+0x0/0xfa @ 1
[    2.780120] initcall balloon_init+0x0/0xfa returned -19 after 0 usecs
[    2.786542] calling  xen_selfballoon_init+0x0/0xb9 @ 1
[    2.791666] initcall xen_selfballoon_init+0x0/0xb9 returned -19 after 0 usecs
[    2.798781] calling  misc_init+0x0/0xba @ 1
[    2.803033] initcall misc_init+0x0/0xba returned 0 after 0 usecs
[    2.809030] calling  vga_arb_device_init+0x0/0xde @ 1
[    2.814153] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[    2.822229] vgaarb: loaded
[    2.824933] vgaarb: bridge control possible 0000:00:0d.0
[    2.830231] initcall vga_arb_device_init+0x0/0xde returned 0 after 2929 usecs
[    2.837349] calling  cn_init+0x0/0xc0 @ 1
[    2.841364] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[    2.847187] calling  phy_init+0x0/0x2e @ 1
[    2.851410] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[    2.857316] calling  init_pcmcia_cs+0x0/0x3d @ 1
[    2.861996] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 0 usecs
[    2.868427] calling  usb_init+0x0/0x170 @ 1
[    2.872608] ACPI: bus type usb registered
[    2.876713] usbcore: registered new interface driver usbfs
[    2.882267] usbcore: registered new interface driver hub
[    2.887655] usbcore: registered new device driver usb
[    2.892697] initcall usb_init+0x0/0x170 returned 0 after 3906 usecs
[    2.898951] calling  serio_init+0x0/0x38 @ 1
[    2.903283] initcall serio_init+0x0/0x38 returned 0 after 0 usecs
[    2.909366] calling  input_init+0x0/0x103 @ 1
[    2.913792] initcall input_init+0x0/0x103 returned 0 after 0 usecs
[    2.919957] calling  rtc_init+0x0/0x6a @ 1
[    2.924112] initcall rtc_init+0x0/0x6a returned 0 after 0 usecs
[    2.930023] calling  pps_init+0x0/0xb7 @ 1
[    2.934190] pps_core: LinuxPPS API ver. 1 registered
[    2.939145] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    2.948251] initcall pps_init+0x0/0xb7 returned 0 after 1953 usecs
[    2.954411] calling  ptp_init+0x0/0xa4 @ 1
[    2.958556] PTP clock support registered
[    2.962472] initcall ptp_init+0x0/0xa4 returned 0 after 976 usecs
[    2.968559] calling  power_supply_class_init+0x0/0x44 @ 1
[    2.974015] initcall power_supply_class_init+0x0/0x44 returned 0 after 0 usecs
[    2.981218] calling  hwmon_init+0x0/0xf6 @ 1
[    2.985546] initcall hwmon_init+0x0/0xf6 returned 0 after 0 usecs
[    2.991629] calling  leds_init+0x0/0x48 @ 1
[    2.995875] initcall leds_init+0x0/0x48 returned 0 after 0 usecs
[    3.001878] calling  pci_subsys_init+0x0/0x4f @ 1
[    3.006575] PCI: Using ACPI for IRQ routing
[    3.012176] PCI: pci_cache_line_size set to 64 bytes
[    3.017146] pci 0000:00:01.0: no compatible bridge window for [io  0x1d00-0x1dff]
[    3.024644] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    3.030638] e820: reserve RAM buffer [mem 0xb7ee0000-0xb7ffffff]
[    3.036635] initcall pci_subsys_init+0x0/0x4f returned 0 after 29296 usecs
[    3.043499] calling  proto_init+0x0/0x12 @ 1
[    3.047762] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    3.053839] calling  net_dev_init+0x0/0x1bb @ 1
[    3.058601] initcall net_dev_init+0x0/0x1bb returned 0 after 0 usecs
[    3.064938] calling  neigh_init+0x0/0x80 @ 1
[    3.069203] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    3.075279] calling  fib_rules_init+0x0/0xaf @ 1
[    3.079884] initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs
[    3.086314] calling  pktsched_init+0x0/0xfe @ 1
[    3.090836] initcall pktsched_init+0x0/0xfe returned 0 after 0 usecs
[    3.097176] calling  tc_filter_init+0x0/0x55 @ 1
[    3.101781] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[    3.108211] calling  tc_action_init+0x0/0x55 @ 1
[    3.112817] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    3.119246] calling  genl_init+0x0/0x75 @ 1
[    3.123427] initcall genl_init+0x0/0x75 returned 0 after 0 usecs
[    3.129417] calling  cipso_v4_init+0x0/0x61 @ 1
[    3.133944] initcall cipso_v4_init+0x0/0x61 returned 0 after 0 usecs
[    3.140286] calling  netlbl_init+0x0/0x81 @ 1
[    3.144629] NetLabel: Initializing
[    3.148023] NetLabel:  domain hash size = 128
[    3.152366] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.157326] NetLabel:  unlabeled traffic allowed by default
[    3.162884] initcall netlbl_init+0x0/0x81 returned 0 after 17578 usecs
[    3.169400] calling  rfkill_init+0x0/0x79 @ 1
[    3.173863] initcall rfkill_init+0x0/0x79 returned 0 after 0 usecs
[    3.180073] calling  xen_p2m_debugfs+0x0/0x4a @ 1
[    3.184778] initcall xen_p2m_debugfs+0x0/0x4a returned 0 after 0 usecs
[    3.191289] calling  xen_spinlock_debugfs+0x0/0x24e @ 1
[    3.196524] initcall xen_spinlock_debugfs+0x0/0x24e returned 0 after 0 usecs
[    3.203554] calling  hpet_late_init+0x0/0x101 @ 1
[    3.208255] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    3.215293] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[    3.220317] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    3.228235] initcall hpet_late_init+0x0/0x101 returned 0 after 19531 usecs
[    3.235097] calling  init_amd_nbs+0x0/0xb8 @ 1
[    3.239551] initcall init_amd_nbs+0x0/0xb8 returned 0 after 0 usecs
[    3.245807] calling  clocksource_done_booting+0x0/0x5a @ 1
[    3.251277] Switching to clocksource hpet
[    3.255309] initcall clocksource_done_booting+0x0/0x5a returned 0 after 988 usecs
[    3.262780] calling  tracer_init_debugfs+0x0/0x3f5 @ 1
[    3.267986] initcall tracer_init_debugfs+0x0/0x3f5 returned 0 after 68 usecs
[    3.275020] calling  init_trace_printk_function_export+0x0/0x2f @ 1
[    3.281286] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 1 usecs
[    3.289362] calling  event_trace_init+0x0/0x237 @ 1
[    3.295855] initcall event_trace_init+0x0/0x237 returned 0 after 1580 usecs
[    3.302804] calling  init_kprobe_trace+0x0/0x93 @ 1
[    3.307680] initcall init_kprobe_trace+0x0/0x93 returned 0 after 4 usecs
[    3.314364] calling  init_pipe_fs+0x0/0x4c @ 1
[    3.318827] initcall init_pipe_fs+0x0/0x4c returned 0 after 20 usecs
[    3.325166] calling  eventpoll_init+0x0/0xda @ 1
[    3.329807] initcall eventpoll_init+0x0/0xda returned 0 after 27 usecs
[    3.336324] calling  anon_inode_init+0x0/0x5b @ 1
[    3.341031] initcall anon_inode_init+0x0/0x5b returned 0 after 7 usecs
[    3.347550] calling  blk_scsi_ioctl_init+0x0/0x289 @ 1
[    3.352684] initcall blk_scsi_ioctl_init+0x0/0x289 returned 0 after 1 usecs
[    3.359631] calling  acpi_event_init+0x0/0x81 @ 1
[    3.364345] initcall acpi_event_init+0x0/0x81 returned 0 after 12 usecs
[    3.370944] calling  pnp_system_init+0x0/0x12 @ 1
[    3.375769] initcall pnp_system_init+0x0/0x12 returned 0 after 122 usecs
[    3.382456] calling  pnpacpi_init+0x0/0x8c @ 1
[    3.386894] pnp: PnP ACPI init
[    3.389957] ACPI: bus type pnp registered
[    3.394212] system 00:00: [io  0x1000-0x107f] has been reserved
[    3.400123] system 00:00: [io  0x1080-0x10ff] has been reserved
[    3.406030] system 00:00: [io  0x1400-0x147f] has been reserved
[    3.411942] system 00:00: [io  0x1480-0x14ff] has been reserved
[    3.417851] system 00:00: [io  0x1800-0x187f] has been reserved
[    3.423764] system 00:00: [io  0x1880-0x18ff] has been reserved
[    3.429675] system 00:00: [io  0x2000-0x207f] has been reserved
[    3.435587] system 00:00: [io  0x2080-0x20ff] has been reserved
[    3.441499] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.448328] pnp 00:01: disabling [io  0x0010-0x001f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.458393] pnp 00:01: disabling [io  0x0022-0x003f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.468458] pnp 00:01: disabling [io  0x0044-0x005f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.478523] pnp 00:01: disabling [io  0x0062-0x0063] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.488590] pnp 00:01: disabling [io  0x0065-0x006f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.498655] pnp 00:01: disabling [io  0x0074-0x007f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.508720] pnp 00:01: disabling [io  0x0091-0x0093] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.518787] pnp 00:01: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.528852] pnp 00:01: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.539012] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    3.544941] system 00:01: [io  0x0800-0x087f] has been reserved
[    3.550854] system 00:01: [io  0x0290-0x029f] has been reserved
[    3.556766] system 00:01: [io  0x0290-0x0297] has been reserved
[    3.562677] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.569463] pnp 00:02: [dma 4]
[    3.572606] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    3.579268] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    3.585920] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.592526] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    3.599136] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    3.606131] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.613650] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    3.620257] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.627231] system 00:09: [mem 0x000f0000-0x000fffff] could not be reserved
[    3.634183] system 00:09: [mem 0xfeff0000-0xfeff00ff] has been reserved
[    3.640786] system 00:09: [mem 0xb7ee0000-0xb7efffff] could not be reserved
[    3.647737] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
[    3.654342] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    3.661291] system 00:09: [mem 0x00100000-0xb7edffff] could not be reserved
[    3.668241] system 00:09: [mem 0xb8000000-0xbfffffff] has been reserved
[    3.674843] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    3.681793] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[    3.688397] system 00:09: [mem 0xfefff000-0xfeffffff] has been reserved
[    3.695002] system 00:09: [mem 0xfff80000-0xfff80fff] has been reserved
[    3.701605] system 00:09: [mem 0xfff90000-0xfffbffff] has been reserved
[    3.708210] system 00:09: [mem 0xfffed000-0xfffeffff] has been reserved
[    3.714813] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.721599] pnp: PnP ACPI: found 10 devices
[    3.725775] ACPI: ACPI bus type pnp unregistered
[    3.730393] initcall pnpacpi_init+0x0/0x8c returned 0 after 335901 usecs
[    3.737082] calling  pcistub_init+0x0/0x29f @ 1
[    3.742033] initcall pcistub_init+0x0/0x29f returned 0 after 412 usecs
[    3.748554] calling  chr_dev_init+0x0/0xc6 @ 1
[    3.756097] initcall chr_dev_init+0x0/0xc6 returned 0 after 3034 usecs
[    3.762633] calling  firmware_class_init+0x0/0xe0 @ 1
[    3.767743] initcall firmware_class_init+0x0/0xe0 returned 0 after 60 usecs
[    3.774750] calling  init_pcmcia_bus+0x0/0x6c @ 1
[    3.779529] initcall init_pcmcia_bus+0x0/0x6c returned 0 after 79 usecs
[    3.786156] calling  thermal_init+0x0/0x79 @ 1
[    3.790681] initcall thermal_init+0x0/0x79 returned 0 after 83 usecs
[    3.797030] calling  thermal_gov_step_wise_init+0x0/0x12 @ 1
[    3.802698] initcall thermal_gov_step_wise_init+0x0/0x12 returned 0 after 1 usecs
[    3.810170] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    3.816004] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 5 usecs
[    3.823647] calling  init_acpi_pm_clocksource+0x0/0xec @ 1
[    3.833661] initcall init_acpi_pm_clocksource+0x0/0xec returned 0 after 4426 usecs
[    3.841224] calling  pcibios_assign_reef]
[    3.853951] pci 0000:00:01.0: BAR 2: assigned [io  0xc000-0xc0ff]
[    3.860042] pci 0000:01:06.0: BAR 6: assigned [mem 0xfdf00000-0xfdf3ffff pref]
[    3.867259] pci 0000:01:08.0: BAR 6: assigned [mem 0xfdf40000-0xfdf5ffff pref]
[    3.874475] pci 0000:00:04.0: PCI bridge to [bus 01]
[    3.879436] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    3.885530] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    3.892315] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    3.899533] pci 0000:00:09.0: PCI bridge to [bus 02]
[    3.904494] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    3.910577] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    3.917360] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    3.925101] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    3.930066] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    3.936153] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    3.942936] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    3.950674] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    3.955636] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    3.961720] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    3.968503] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    3.976247] pci 0000:00:04.0: setting latency timer to 64
[    3.981646] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    3.987216] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    3.992788] pci_bus 0000:00: resource 6 [io  0x8000-0xffff]
[    3.998356] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df]
[    4.003925] pci_bus 0000:00: resource 8 [io  0x1c00-0x1c80]
[    4.009485] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.015742] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff]
[    4.022087] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff]
[    4.028433] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.034782] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    4.040354] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    4.046608] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[    4.053298] pci_bus 0000:01: resource 4 [io  0x0000-0x03af]
[    4.058868] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7]
[    4.064443] pci_bus 0000:01: resource 6 [io  0x8000-0xffff]
[    4.070016] pci_bus 0000:01: resource 7 [io  0x03b0-0x03df]
[    4.075583] pci_bus 0000:01: resource 8 [io  0x1c00-0x1c80]
[    4.081155] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.087414] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff]
[    4.093765] pci_bus 0000:01: resource 11 [mem 0xc0000000-0xefffffff]
[    4.100116] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.106462] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    4.112034] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
[    4.118294] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    4.125512] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    4.131084] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    4.137338] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    4.144545] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    4.150110] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
[    4.156369] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
[    4.163586] initcall pcibios_assign_resources+0x0/0xbd returned 0 after 309873 usecs
[    4.171317] calling  sysctl_core_init+0x0/0x2c @ 1
[    4.176120] initcall sysctl_core_init+0x0/0x2c returned 0 after 15 usecs
[    4.182816] calling  inet_init+0x0/0x2a1 @ 1
[    4.187127] NET: Registered protocol family 2
[    4.191638] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    4.199045] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    4.205795] TCP: Hash tables configured (established 32768 bind 32768)
[    4.212367] TCP: reno registered
[    4.215606] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    4.221634] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    4.228156] initcall inet_init+0x0/0x2a1 returned 0 after 40151 usecs
[    4.234591] calling  ipv4_offload_init+0x0/0x68 @ 1
[    4.239473] initcall ipv4_offload_init+0x0/0x68 returned 0 after 1 usecs
[    4.246164] calling  af_unix_init+0x0/0x55 @ 1
[    4.250619] NET: Registered protocol family 1
[    4.254982] initcall af_unix_init+0x0/0x55 returned 0 after 4273 usecs
[    4.261505] calling  ipv6_offload_init+0x0/0x6e @ 1
[    4.266392] initcall ipv6_offload_init+0x0/0x6e returned 0 after 1 usecs
[    4.273080] calling  init_sunrpc+0x0/0x69 @ 1
[    4.277546] RPC: Registered named UNIX socket transport module.
[    4.283476] RPC: Registered udp transport module.
[    4.288182] RPC: Registered tcp transport module.
[    4.292896] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.299331] initcall init_sunrpc+0x0/0x69 returned 0 after 21404 usecs
[    4.305856] calling  pci_apply_final_quirks+0x0/0x117 @ 1
[    4.311592] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    4.380152] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    4.386031] pci 0000:00:00.0: Found enabled HT MSI Mappingpci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.397100] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.402628] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.408159] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.413693] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.419226] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.424773] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.430259] pci 0000:00:0d.0: Boot video device
[    4.434804] PCI: CLS 64 bytes, default 64
[    4.438816] initcall pci_apply_final_quirks+0x0/0x117 returned 0 after 124734 usecs
[    4.446460] calling  populate_rootfs+0x0/0x112 @ 1
[    4.451322] Unpacking initramfs...
[    5.836931] Freeing initrd memory: 79984k freed
[    5.866129] initcall populate_rootfs+0x0/0x112 returned 0 after 1383593 usecs
[    5.873267] calling  pci_iommu_init+0x0/0x4sing GART IOMMU.
[    5.892520] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    5.901615] initcall pci_iommu_init+0x0/0x41 returned 0 after 23205 usecs
[    5.908405] calling  calgary_fixup_tce_spaces+0x0/0x105 @ 1
[    5.913975] initcall calgary_fixup_tce_spaces+0x0/0x105 returned -19 after 5 usecs
[    5.921582] calling  irqfd_module_init+0x0/0x33 @ 1
[    5.926542] initcall irqfd_module_init+0x0/0x33 returned 0 after 71 usecs
[    5.933327] calling  i8259A_init_ops+0x0/0x21 @ 1
[    5.938031] initcall i8259A_init_ops+0x0/0x21 returned 0 after 1 usecs
[    5.944545] calling  vsyscall_init+0x0/0x27 @ 1
[    5.949079] initcall vsyscall_init+0x0/0x27 returned 0 after 5 usecs
[    5.955424] calling  sbf_init+0x0/0xf6 @ 1
[    5.959518] initcall sbf_init+0x0/0xf6 returned 0 after 0 usecs
[    5.965429] calling  init_tsc_clocksource+0x0/0x89 @ 1
[    5.970566] initcall init_tsc_clocksource+0x0/0x89 returned 0 after 3 usecs
[    5.977512] calling  add_rtc_cmos+0x0/0x96 @ 1
[    5.981954] initcall add_rtc_cmos+0x0/0x96 returned 0 after 2 usecs
[    5.988210] calling  i8237A_init_ops+0x0/0x14 @ 1
[    5.992911] initcall i8237A_init_ops+0x0/0x14 returned 0 after 1 usecs
[    5.999425] calling  cache_sysfs_init+0x0/0x6c @ 1
[    6.004273] initcall cache_sysfs_init+0x0/0x6c returned 0 after 57 usecs
[    6.010962] calling  intel_uncore_init+0x0/0x3fa @ 1
[    6.015923] initcall intel_uncore_init+0x0/0x3fa returned -19 after 0 usecs
[    6.022873] calling  inject_init+0x0/0x30 @ 1
[    6.027226] Machine check injector initialized
[    6.031666] initcall inject_init+0x0/0x30 returned 0 after 4341 usecs
[    6.038097] calling  thermal_throttle_init_device+0x0/0x9d @ 1
[    6.043922] initcall thermal_throttle_init_device+0x0/0x9d returned 0 after 1 usecs
[    6.051563] calling  amd_ibs_init+0x0/0x48d @ 1
[    6.056090] LVT offset 1 assigned for vector 0x400
[    6.060883] IBS: LVT offset 1 assigned
[    6.064646] perf: AMD IBS detected (0x0000001f)
[    6.069168] initcall amd_ibs_init+0x0/0x48d returned 0 after 12789 usecs
[    6.075856] calling  msr_init+0x0/0x162 @ 1
[    6.080273] initcall msr_init+0x0/0x162 returned 0 after 225 usecs
[    6.086469] calling  cpuid_init+0x0/0x162 @ 1
[    6.090972] initcall cpuid_init+0x0/0x162 returned 0 after 144 usecs
[    6.097321] calling  ioapic_init_ops+0x0/0x14 @ 1
[    6.102029] initcall ioapic_init_ops+0x0/0x14 returned 0 after 6 usecs
[    6.108549] calling  add_pcspkr+0x0/0x40 @ 1
[    6.112884] initcall add_pcspkr+0x0/0x40 returned 0 after 64 usecs
[    6.119069] calling  microcode_init+0x0/0x1b1 @ 1
[    6.123863] microcode: CPU0: patch_level=0x01000098
[    6.128737] microcode: CPU1: patch_level=0x01000098
[    6.133697] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    6.142468] initcall microcode_init+0x0/0x1b1 returned 0 after 18280 usecs
[    6.149330] calling  start_periodic_check_for_corruption+0x0/0x50 @ 1
[    6.155761] Scanning for low memory corruption every 60 seconds
[    6.161674] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 5781 usecs
[    6.170179] calling  audit_classes_init+0x0/0xaf @ 1
[    6.175146] initcall audit_classes_init+0x0/0xaf returned 0 after 4 usecs
[    6.181925] calling  pt_dump_init+0x0/0x30 @ 1
[    6.186372] initcall pt_dump_init+0x0/0x30 returned 0 after 5 usecs
[    6.192631] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    6.197423] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 4 usecs
[    6.204029] calling  proc_execdomains_init+0x0/0x22 @ 1
[    6.209252] initcall proc_execdomains_init+0x0/0x22 returned 0 after 4 usecs
[    6.216284] calling  ioresources_init+0x0/0x3c @ 1
[    6.221074] initcall ioresources_init+0x0/0x3c returned 0 after 2 usecs
[    6.227675] calling  uid_cache_init+0x0/0xa5 @ 1
[    6.232302] initcall uid_cache_init+0x0/0xa5 returned 0 after 12 usecs
[    6.238821] calling  init_posix_timers+0x0/0x1f4 @ 1
[    6.243799] initcall init_posix_timers+0x0/0x1f4 returned 0 after 15 usecs
[    6.250661] calling  init_posix_cpu_timers+0x0/0xbf @ 1
[    6.255882] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 1 usecs
[    6.262917] calling  proc_schedstat_init+0x0/0x22 @ 1
[    6.267966] initcall proc_schedstat_init+0x0/0x22 returned 0 after 1 usecs
[    6.274826] calling  snapshot_device_init+0x0/0x12 @ 1
[    6.280049] initcall snapshot_device_init+0x0/0x12 returned 0 after 85 usecs
[    6.287092] calling  create_proc_profile+0x0/0x2f0 @ 1
[    6.292234] initcall create_proc_profile+0x0/0x2f0 returned 0 after 0 usecs
[    6.299183] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    6.304315] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[    6.311262] calling  init_clocksource_sysfs+0x0/0x52 @ 1
[    6.316675] initcall init_clocksource_sysfs+0x0/0x52 returned 0 after 102 usecs
[    6.323980] calling  init_timer_list_procfs+0x0/0x2c @ 1
[    6.329285] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 2 usecs
[    6.336407] calling  alarmtimer_init+0x0/0x15d @ 1
[    6.341299] initcall alarmtimer_init+0x0/0x15d returned 0 after 102 usecs
[    6.348084] calling  init_tstats_procfs+0x0/0x2c @ 1
[    6.353049] initcall init_tstats_procfs+0x0/0x2c returned 0 after 6 usecs
[    6.359829] calling  futex_init+0x0/0x65 @ 1
[    6.364103] initcall futex_init+0x0/0x65 returned 0 after 9 usecs
[    6.370191] calling  proc_dma_init+0x0/0x22 @ 1
[    6.374727] initcall proc_dma_init+0x0/0x22 returned 0 after 6 usecs
[    6.381081] calling  proc_modules_init+0x0/0x22 @ 1
[    6.385964] initcall proc_modules_init+0x0/0x22 returned 0 after 6 usecs
[    6.392658] calling  kallsyms_init+0x0/0x25 @ 1
[    6.397188] initcall kallsyms_init+0x0/0x25 returned 0 after 6 usecs
[    6.403533] calling  crash_save_vmcoreinfo_init+0x0/0x521 @ 1
[    6.409298] initcall crash_save_vmcoreinfo_init+0x0/0x521 returned 0 after 23 usecs
[    6.416939] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    6.422336] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 3 usecs
[    6.429547] calling  pid_namespaces_init+0x0/0x2d @ 1
[    6.434611] initcall pid_namespaces_init+0x0/0x2d returned 0 after 15 usecs
[    6.441569] calling  ikconfig_init+0x0/0x3a @ 1
[    6.446101] initcall ikconfig_init+0x0/0x3a returned 0 after 2 usecs
[    6.452442] calling  audit_init+0x0/0x141 @ 1
[    6.456802] audit: initializing netlink socket (disabled)
[    6.462211] type=2000 audit(1362497710.910:1): initialized
[    6.467700] initcall audit_init+0x0/0x141 returned 0 after 10660 usecs
[    6.474222] calling  audit_watch_init+0x0/0x3a @ 1
[    6.479007] initcall audit_watch_init+0x0/0x3a returned 0 after 1 usecs
[    6.485612] calling  audit_tree_init+0x0/0x49 @ 1
[    6.490314] initcall audit_tree_init+0x0/0x49 returned 0 after 5 usecs
[    6.496838] calling  init_kprobes+0x0/0x16c @ 1
[    6.513999] initcall init_kprobes+0x0/0x16c returned 0 after 12357 usecs
[    6.520693] calling  hung_task_init+0x0/0x56 @ 1ed 0 after 58 usecs
[    6.531899] calling  irq_pm_init_ops+0x0/0x14 @ 1
[    6.536604] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.543126] calling  utsname_sysctl_init+0x0/0x14 @ 1
[    6.548188] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 6 usecs
[    6.555053] calling  init_tracepoints+0x0/0x20 @ 1
[    6.559849] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[    6.566460] calling  init_blk_tracer+0x0/0x5a @ 1
[    6.571165] initcall init_blk_tracer+0x0/0x5a returned 0 after 2 usecs
[    6.577685] calling  irq_work_init_cpu_notifier+0x0/0x29 @ 1
[    6.583347] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 1 usecs
[    6.590824] calling  perf_event_sysfs_init+0x0/0x9a @ 1
[    6.596379] initcall perf_event_sysfs_init+0x0/0x9a returned 0 after 317 usecs
[    6.603592] calling  init_per_zone_wmark_min+0x0/0x8c @ 1
[    6.609165] initcall init_per_zone_wmark_min+0x0/0x8c returned 0 after 177 usecs
[    6.616556] calling  kswapd_init+0x0/0x76 @ 1
[    6.620973] initcall kswapd_init+0x0/0x76 returned 0 after 54 usecs
[    6.627232] calling  extfrag_debug_init+0x0/0x7e @ 1
[    6.632199] initcall extfrag_debug_init+0x0/0x7e returned 0 after 11 usecs
[    6.639059] calling  setup_vmstat+0x0/0xc8 @ 1
[    6.643518] initcall setup_vmstat+0x0/0xc8 returned 0 after 17 usecs
[    6.649861] calling  mm_sysfs_init+0x0/0x29 @ 1
[    6.654395] initcall mm_sysfs_init+0x0/0x29 returned 0 after 6 usecs
[    6.660739] calling  slab_proc_init+0x0/0x25 @ 1
[    6.665358] initcall slab_proc_init+0x0/0x25 returned 0 after 3 usecs
[    6.671784] calling  proc_vmalloc_init+0x0/0x25 @ 1
[    6.676670] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 2 usecs
[    6.683355] calling  procswaps_init+0x0/0x22 @ 1
[    6.687971] initcall procswaps_init+0x0/0x22 returned 0 after 1 usecs
[    6.694397] calling  init_frontswap+0x0/0x96 @ 1
[    6.699020] initcall init_frontswap+0x0/0x96 returned 0 after 6 usecs
[    6.705451] calling  hugetlb_init+0x0/0x42f @ 1
[    6.709979] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    6.716334] initcall hugetlb_init+0x0/0x42f returned 0 after 6215 usecs
[    6.722933] calling  mmu_notifier_init+0x0/0x12 @ 1
[    6.727810] initcall mmu_notifier_init+0x0/0x12 returned 0 after 3 usecs
[    6.734497] calling  slab_proc_init+0x0/0x8 @ 1
[    6.739025] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[    6.745367] calling  cpucache_init+0x0/0x52 @ 1
[    6.749895] initcall cpucache_init+0x0/0x52 returned 0 after 1 usecs
[    6.756237] calling  hugepage_init+0x0/0x145 @ 1
[    6.761107] initcall hugepage_init+0x0/0x145 returned 0 after 242 usecs
[    6.767728] calling  init_cleancache+0x0/0x96 @ 1
[    6.772444] initcall init_cleancache+0x0/0x96 returned 0 after 16 usecs
[    6.779044] calling  fcntl_init+0x0/0x2a @ 1
[    6.783332] initcall fcntl_init+0x0/0x2a returned 0 after 20 usecs
[    6.789498] calling  proc_filesystems_init+0x0/0x22 @ 1
[    6.794727] initcall proc_filesystems_init+0x0/0x22 returned 0 after 6 usecs
[    6.801764] calling  dio_init+0x0/0x2d @ 1
[    6.805875] initcall dio_init+0x0/0x2d returned 0 after 17 usecs
[    6.811872] calling  fsnotify_mark_init+0x0/0x40 @ 1
[    6.816895] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 61 usecs
[    6.823757] calling  dnotify_init+0x0/0x7b @ 1
[    6.828220] initcall dnotify_init+0x0/0x7b returned 0 after 23 usecs
[    6.834565] calling  inotify_user_setup+0x0/0x70 @ 1
[    6.839548] initcall inotify_user_setup+0x0/0x70 returned 0 after 22 usecs
[    6.846406] calling  aio_setup+0x0/0x7c @ 1
[    6.850612] initcall aio_setup+0x0/0x7c returned 0 after 25 usecs
[    6.856697] calling  proc_locks_init+0x0/0x22 @ 1
[    6.861399] initcall proc_locks_init+0x0/0x22 returned 0 after 1 usecs
[    6.867912] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    6.872772] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 69 usecs
[    6.879457] calling  dquot_init+0x0/0x121 @ 1
[    6.883811] VFS: Disk quotas dquot_6.5.2
[    6.887763] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    6.894192] initcall dquot_init+0x0/0x121 returned 0 after 10150 usecs
[    6.900706] calling  init_v2_quota_format+0x0/0x22 @ 1
[    6.905839] initcall init_v2_quota_format+0x0/0x22 returned 0 after 1 usecs
[    6.912788] calling  quota_init+0x0/0x26 @ 1
[    6.917064] initcall quota_init+0x0/0x26 returned 0 after 6 usecs
[    6.923149] calling  proc_cmdline_init+0x0/0x22 @ 1
[    6.928024] initcall proc_cmdline_init+0x0/0x22 returned 0 after 2 usecs
[    6.934711] calling  proc_consoles_init+0x0/0x22 @ 1
[    6.939673] initcall proc_consoles_init+0x0/0x22 returned 0 after 1 usecs
[    6.946447] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[    6.951323] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 1 usecs
[    6.958012] calling  proc_devices_init+0x0/0x22 @ 1
[    6.962887] initcall proc_devices_init+0x0/0x22 returned 0 after 1 usecs
[    6.969573] calling  proc_interrupts_init+0x0/0x22 @ 1
[    6.974708] initcall proc_interrupts_init+0x0/0x22 returned 0 after 1 usecs
[    6.981655] calling  proc_loadavg_init+0x0/0x22 @ 1
[    6.986532] initcall proc_loadavg_init+0x0/0x22 returned 0 after 1 usecs
[    6.993218] calling  proc_meminfo_init+0x0/0x22 @ 1
[    6.998094] initcall proc_meminfo_init+0x0/0x22 returned 0 after 1 usecs
[    7.004781] calling  proc_stat_init+0x0/0x22 @ 1
[    7.009397] initcall proc_stat_init+0x0/0x22 returned 0 after 1 usecs
[    7.015826] calling  proc_uptime_init+0x0/0x22 @ 1
[    7.020614] initcall proc_uptime_init+0x0/0x22 returned 0 after 1 usecs
[    7.027215] calling  proc_version_init+0x0/0x22 @ 1
[    7.032091] initcall proc_version_init+0x0/0x22 returned 0 after 1 usecs
[    7.038779] calling  proc_softirqs_init+0x0/0x22 @ 1
[    7.043741] initcall proc_softirqs_init+0x0/0x22 returned 0 after 1 usecs
[    7.050513] calling  proc_kcore_init+0x0/0xb5 @ 1
[    7.055222] initcall proc_kcore_init+0x0/0xb5 returned 0 after 6 usecs
[    7.061740] calling  vmcore_init+0x0/0x36f @ 1
[    7.066183] initcall vmcore_init+0x0/0x36f returned 0 after 0 usecs
[    7.072437] calling  proc_kmsg_init+0x0/0x25 @ 1
[    7.077052] initcall proc_kmsg_init+0x0/0x25 returned 0 after 1 usecs
[    7.079165] tsc: Refined TSC clocksource calibration: 2913.425 MHz
[    7.079169] Switching to clocksource tsc
[    7.093558] calling  proc_page_init+0x0/0x42 @ 1
[    7.098173] initcall proc_page_init+0x0/0x42 returned 0 after 2 usecs
[    7.104599] calling  init_devpts_fs+0x0/0x62 @ 1
[    7.109233] initcall init_devpts_fs+0x0/0x62 returned 0 after 18 usecs
[    7.115746] calling  init_ramfs_fs+0x0/0x12 @ 1
[    7.120275] initcall init_ramfs_fs+0x0/0x12 returned 0 after 1 usecs
[    7.126616] calling  init_hugetlbfs_fs+0x0/0x15d @ 1
[    7.131600] initcall init_hugetlbfs_fs+0x0/0x15d returned 0 after 22 usecs
[    7.138466] calling  init_fat_fs+0x0/0x4f @ 1
[    7.142825] initcall init_fat_fs+0x0/0x4f returned 0 after 6 usecs
[    7.148998] calling  init_vfat_fs+0x0/0x12 @ 1
[    7.153441] initcall init_vfat_fs+0x0/0x12 returned 0 after 1 usecs
[    7.159695] calling  init_msdos_fs+0x0/0x12 @ 1
[    7.164226] initcall init_msdos_fs+0x0/0x12 returned 0 after 1 usecs
[    7.170567] calling  init_iso9660_fs+0x0/0x70 @ 1
[    7.175276] initcall init_iso9660_fs+0x0/0x70 returned 0 after 9 usecs
[    7.181792] calling  init_nfs_fs+0x0/0x16c @ 1
[    7.186313] initcall init_nfs_fs+0x0/0x16c returned 0 after 76 usecs
[    7.192653] calling  init_nfs_v2+0x0/0x14 @ 1
[    7.197013] initcall init_nfs_v2+0x0/0x14 returned 0 after 6 usecs
[    7.203182] calling  init_nfs_v3+0x0/0x14 @ 1
[    7.207537] initcall init_nfs_v3+0x0/0x14 returned 0 after 6 usecs
[    7.213707] calling  init_nfs_v4+0x0/0x3b @ 1
[    7.218059] NFS: Registering the id_resolver key type
[    7.223115] Key type id_resolver registered
[    7.227294] Key type id_legacy registered
[    7.231306] initcall init_nfs_v4+0x0/0x3b returned 0 after 12958 usecs
[    7.237826] calling  init_nlm+0x0/0x4c @ 1
[    7.241925] initcall init_nlm+0x0/0x4c returned 0 after 9 usecs
[    7.247836] calling  init_nls_cp437+0x0/0x12 @ 1
[    7.252455] initcall init_nls_cp437+0x0/0x12 returned 0 after 6 usecs
[    7.258889] calling  init_nls_ascii+0x0/0x12 @ 1
[    7.263509] initcall init_nls_ascii+0x0/0x12 returned 0 after 0 usecs
[    7.269938] calling  init_nls_iso8859_1+0x0/0x12 @ 1
[    7.274898] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 0 usecs
[    7.281673] calling  init_nls_utf8+0x0/0x2b @ 1
[    7.286202] initcall init_nls_utf8+0x0/0x2b returned 0 after 0 usecs
[    7.292545] calling  init_ntfs_fs+0x0/0x1d1 @ 1
[    7.297070] NTFS driver 2.1.30 [Flags: R/W].
[    7.301361] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 4195 usecs
[    7.307968] calling  init_autofs4_fs+0x0/0x2a @ 1
[    7.312782] initcall init_autofs4_fs+0x0/0x2a returned 0 after 104 usecs
[    7.319479] calling  init_pstore_fs+0x0/0x53 @ 1
[    7.324092] initcall init_pstore_fs+0x0/0x53 returned 0 after 6 usecs
[    7.330515] calling  ipc_init+0x0/0x2f @ 1
[    7.334609] msgmni has been set to 7665
[    7.338438] initcall ipc_init+0x0/0x2f returned 0 after 3751 usecs
[    7.344607] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    7.349315] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 9 usecs
[    7.355830] calling  init_mqueue_fs+0x0/0xa2 @ 1
[    7.360479] initcall init_mqueue_fs+0x0/0xa2 returned 0 after 42 usecs
[    7.366996] calling  key_proc_init+0x0/0x5e @ 1
[    7.371516] initcall key_proc_init+0x0/0x5e returned 0 after 2 usecs
[    7.377859] calling  selinux_nf_ip_init+0x0/0x69 @ 1
[    7.382819] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 0 usecs
[    7.389593] calling  init_sel_fs+0x0/0xa5 @ 1
[    7.393938] initcall init_sel_fs+0x0/0xa5 returned 0 after 0 usecs
[    7.400100] calling  selnl_init+0x0/0x56 @ 1
[    7.404364] initcall selnl_init+0x0/0x56 returned 0 after 4 usecs
[    7.410444] calling  sel_netif_init+0x0/0x5c @ 1
[    7.415057] initcall sel_netif_init+0x0/0x5c returned 0 after 0 usecs
[    7.421480] calling  sel_netnode_init+0x0/0x6a @ 1
[    7.426265] initcall sel_netnode_init+0x0/0x6a returned 0 after 0 usecs
[    7.432860] calling  sel_netport_init+0x0/0x6a @ 1
[    7.437638] initcall sel_netport_init+0x0/0x6a returned 0 after 0 usecs
[    7.444241] calling  aurule_init+0x0/0x2d @ 1
[    7.448585] initcall aurule_init+0x0/0x2d returned 0 after 0 usecs
[    7.454747] calling  crypto_wq_init+0x0/0x33 @ 1
[    7.459407] initcall crypto_wq_init+0x0/0x33 returned 0 after 52 usecs
[    7.465922] calling  crypto_algapi_init+0x0/0xd @ 1
[    7.470795] initcall crypto_algapi_init+0x0/0xd returned 0 after 1 usecs
[    7.477484] calling  skcipher_module_init+0x0/0x35 @ 1
[    7.482608] initcall skcipher_module_init+0x0/0x35 returned 0 after 0 usecs
[    7.489550] calling  chainiv_module_init+0x0/0x12 @ 1
[    7.494597] initcall chainiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.501458] calling  eseqiv_module_init+0x0/0x12 @ 1
[    7.506411] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.513187] calling  hmac_module_init+0x0/0x12 @ 1
[    7.517973] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.524576] calling  md5_mod_init+0x0/0x12 @ 1
[    7.529074] initcall md5_mod_init+0x0/0x12 returned 0 after 57 usecs
[    7.535434] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    7.540716] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 57 usecs
[    7.547849] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    7.553146] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.560261] calling  des_generic_mod_init+0x0/0x17 @ 1
[    7.565494] initcall des_generic_mod_init+0x0/0x17 returned 0 after 97 usecs
[    7.572527] calling  aes_init+0x0/0x12 @ 1
[    7.576668] initcall aes_init+0x0/0x12 returned 0 after 46 usecs
[    7.582665] calling  zlib_mod_init+0x0/0x12 @ 1
[    7.587245] initcall zlib_mod_init+0x0/0x12 returned 0 after 57 usecs
[    7.593680] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[    7.599331] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.606797] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[    7.612787] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.620593] calling  lzo_mod_init+0x0/0x12 @ 1
[    7.625089] initcall lzo_mod_init+0x0/0x12 returned 0 after 60 usecs
[    7.631441] calling  krng_mod_init+0x0/0x12 @ 1
[    7.636028] initcall krng_mod_init+0x0/0x12 returned 0 after 60 usecs
[    7.642466] calling  proc_genhd_init+0x0/0x3c @ 1
[    7.647173] initcall proc_genhd_init+0x0/0x3c returned 0 after 7 usecs
[    7.653682] calling  bsg_init+0x0/0x12e @ 1
[    7.657963] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    7.665351] initcall bsg_init+0x0/0x12e returned 0 after 7323 usecs
[    7.671607] calling  noop_init+0x0/0x12 @ 1
[    7.675786] io scheduler noop registered
[    7.679700] initcall noop_init+0x0/0x12 returned 0 after 3826 usecs
[    7.685957] calling  deadline_init+0x0/0x12 @ 1
[    7.690483] io scheduler deadline registered
[    7.694741] initcall deadline_init+0x0/0x12 returned 0 after 4163 usecs
[    7.701345] calling  cfq_init+0x0/0x8b @ 1
[    7.705458] io scheduler cfq registered (default)
[    7.710155] initcall cfq_init+0x0/0x8b returned 0 after 4612 usecs
[    7.716326] calling  percpu_counter_startup+0x0/0x38 @ 1
[    7.721626] initcall percpu_counter_startup+0x0/0x38 returned 0 after 2 usecs
[    7.728746] calling  pci_proc_init+0x0/0x6a @ 1
[    7.733297] initcall pci_proc_init+0x0/0x6a returned 0 after 30 usecs
[    7.739721] calling  pcie_portdrv_init+0x0/0x7a @ 1
[    7.744716] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[    7.750060] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[    7.755376] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[    7.760765] initcall pcie_portdrv_init+0x0/0x7a returned 0 after 15806 usecs
[    7.767816] calling  aer_service_init+0x0/0x2b @ 1
[    7.772670] initcall aer_service_init+0x0/0x2b returned 0 after 67 usecs
[    7.779366] calling  pci_hotplug_init+0x0/0x1d @ 1
[    7.784146] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.789702] initcall pci_hotplug_init+0x0/0x1d returned 0 after 5432 usecs
[    7.796558] calling  pcifront_init+0x0/0x3f @ 1
[    7.801085] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[    7.807602] calling  genericbl_driver_init+0x0/0x12 @ 1
[    7.812894] initcall genericbl_driver_init+0x0/0x12 returned 0 after 71 usecs
[    7.820013] calling  cirrusfb_init+0x0/0xcc @ 1
[    7.824612] initcall cirrusfb_init+0x0/0xcc returned 0 after 70 usecs
[    7.831042] calling  efifb_init+0x0/0x298 @ 1
[    7.835399] initcall efifb_init+0x0/0x298 returned -19 after 6 usecs
[    7.841735] calling  intel_idle_init+0x0/0x338 @ 1
[    7.846514] initcall intel_idle_init+0x0/0x338 returned -19 after 0 usecs
[    7.853289] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    7.858589] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 2 usecs
[    7.865711] calling  acpi_ac_init+0x0/0x28 @ 1
[    7.870227] initcall acpi_ac_init+0x0/0x28 returned 0 after 76 usecs
[    7.876577] calling  acpi_button_driver_init+0x0/0x12 @ 1
[    7.882079] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    7.890424] ACPI: Power Button [PWRB]
[    7.894185] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    7.901589] ACPI: Power Button [PWRF]
[    7.905349] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 22864 usecs
[    7.912899] calling  acpi_fan_driver_init+0x0/0x12 @ 1
[    7.918129] ACPI: Fan [FAN] (on)
[    7.921411] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 3307 usecs
[    7.928622] calling  acpi_processor_init+0x0/0x6d @ 1
[    7.933691] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.939685] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.948005] initcall acpi_processor_init+0x0/0x6d returned 0 after 14023 usecs
[    7.955211] calling  acpi_thermal_init+0x0/0x42 @ 1
[    7.960251] ACPI Warning: For \_TZ_.THRM._PSL: Return Package has no elements (empty) (20130117/nsprepkg-119)
[    7.970177] ACPI: [Package] has zero elements (ffff880132725880)
[    7.976171] ACPI: Invalid passive threshold
[    7.980649] thermal LNXTHERM:00: registered as thermal_zone0
[    7.986302] ACPI: Thermal Zone [THRM] (24 C)
[    7.990641] initcall acpi_thermal_init+0x0/0x42 returned 0 after 29882 usecs
[    7.997672] calling  acpi_battery_init+0x0/0x16 @ 1
[    8.002553] initcall acpi_battery_init+0x0/0x16 returned 0 after 2 usecs
[    8.002574] calling  1_acpi_battery_init_async+0x0/0x1b @ 6
[    8.002707] initcall 1_acpi_battery_init_async+0x0/0x1b returned 0 after 128 usecs
[    8.022339] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[    8.027560] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 80 usecs
[    8.034604] calling  erst_init+0x0/0x2bb @ 1
[    8.038870] initcall erst_init+0x0/0x2bb returned 0 after 0 usecs
[    8.044953] calling  ghes_init+0x0/0x171 @ 1
[    8.049211] GHES: HEST is not enabled!
[    8.052950] initcall ghes_init+0x0/0x171 returned -22 after 3656 usecs
[    8.059460] initcall ghes_init+0x0/0x171 returned with error code -22 
[    8.065975] calling  einj_init+0x0/0x49d @ 1
[    8.070236] initcall einj_init+0x0/0x49d returned -19 after 0 usecs
[    8.076492] calling  ioat_init_module+0x0/0x80 @ 1
[    8.081287] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    8.087220] initcall ioat_init_module+0x0/0x80 returned 0 after 5800 usecs
[    8.094081] calling  virtio_mmio_init+0x0/0x12 @ 1
[    8.098934] initcall virtio_mmio_init+0x0/0x12 returned 0 after 60 usecs
[    8.105630] calling  virtio_balloon_driver_init+0x0/0x12 @ 1
[    8.111382] initcall virtio_balloon_driver_init+0x0/0x12 returned 0 after 101 usecs
[    8.119026] calling  xenbus_probe_initcall+0x0/0x39 @ 1
[    8.124242] initcall xenbus_probe_initcall+0x0/0x39 returned -19 after 0 usecs
[    8.131452] calling  xenbus_init+0x0/0x3d @ 1
[    8.135805] initcall xenbus_init+0x0/0x3d returned -19 after 0 usecs
[    8.142149] calling  xenbus_backend_init+0x0/0x51 @ 1
[    8.147196] initcall xenbus_backend_init+0x0/0x51 returned -19 after 0 usecs
[    8.154231] calling  gntdev_init+0x0/0x57 @ 1
[    8.158576] initcall gntdev_init+0x0/0x57 returned -19 after 0 usecs
[    8.164919] calling  gntalloc_init+0x0/0x3d @ 1
[    8.169437] initcall gntalloc_init+0x0/0x3d returned -19 after 0 usecs
[    8.175946] calling  hypervisor_subsys_init+0x0/0x25 @ 1
[    8.181244] initcall hypervisor_subsys_init+0x0/0x25 returned -19 after 0 usecs
[    8.188540] calling  hyper_sysfs_init+0x0/0xfb @ 1
[    8.193326] initcall hyper_sysfs_init+0x0/0xfb returned -19 after 0 usecs
[    8.200103] calling  platform_pci_module_init+0x0/0x1b @ 1
[    8.205660] initcall platform_pci_module_init+0x0/0x1b returned 0 after 76 usecs
[    8.213045] calling  xen_tmem_init+0x0/0xb1 @ 1
[    8.217574] initcall xen_tmem_init+0x0/0xb1 returned 0 after 0 usecs
[    8.223912] calling  xen_late_init_mcelog+0x0/0x3d @ 1
[    8.229044] initcall xen_late_init_mcelog+0x0/0x3d returned -19 after 0 usecs
[    8.236158] calling  xen_pcibk_init+0x0/0x13f @ 1
[    8.240851] initcall xen_pcibk_init+0x0/0x13f returned -19 after 0 usecs
[    8.247539] calling  pty_init+0x0/0x453 @ 1
[    8.270116] initcall pty_init+0x0/0x453 returned 0 after 17992 usecs
[    8.276553] calling  sysrq_init+0x0/0xb0 @ 1
[    80] calling  xen_hvc_init+0x0/0x249 @ 1
[    8.291428] initcall xen_hvc_init+0x0/0x249 returned -19 after 0 usecs
[    8.297938] calling  serial8250_init+0x0/0x1a8 @ 1
[    8.302723] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    8.329445] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    8.335363] initcall serial8250_init+0x0/0x1a8 returned 0 aftd_initialize+0x0/0x30 @ 1
[    8.370219] initcall rand_initialize+0x0/0x30 returned 0 after 13 usecs
[    8.376825] calling  init+0x0/0x111 @ 1
[    8.380804] initcall init+0x0/0x111 returned 0 after 148 usecs
[    8.386627] calling  hpet_init+0x0/0x6a @ 1
[    8.391045] initcall hpet_init+0x0/0x6a returned 0 after 205 usecs
[    8.397219] calling  nvram_init+0x0/0x82 @ 1
[    8.401560] Non-volatile memory driver v1.3
[    8.405736] initcall nvram_init+0x0/0x82 returned 0 after 4143 usecs
[    8.412087] calling  mod_init+0x0/0x5a @ 1
[    8.416174] initcall mod_init+0x0/0x5a returned -19 after 0 usecs
[    8.422262] calling  rng_init+0x0/0x12 @ 1
[    8.426427] initcall rng_init+0x0/0x12 returned 0 after 67 usecs
[    8.432433] calling  agp_init+0x0/0x26 @ 1
[    8.436519] Linux agpgart interface v0.103
[    8.440607] initcall agp_init+0x0/0x26 returned 0 after 3995 usecs
[    8.446782] calling  agp_amd64_mod_init+0x0/0x22 @ 1
[    8.451747] initcall agp_amd64_mod_init+0x0/0x22 returned -19 after 0 usecs
[    8.458699] calling  agp_intel_init+0x0/0x29 @ 1
[    8.463383] initcall agp_intel_init+0x0/0x29 returned 0 after 66 usecs
[    8.469907] calling  agp_sis_init+0x0/0x29 @ 1
[    8.474422] initcall agp_sis_init+0x0/0x29 returned 0 after 77 usecs
[    8.480774] calling  agp_via_init+0x0/0x29 @ 1
[    8.485286] initcall agp_via_init+0x0/0x29 returned 0 after 62 usecs
[    8.491626] calling  drm_core_init+0x0/0x139 @ 1
[    8.496305] [drm] Initialized drm 1.1.0 20060810
[    8.500922] initcall drm_core_init+0x0/0x139 returned 0 after 4587 usecs
[    8.507622] calling  cn_proc_init+0x0/0x3d @ 1
[    8.512061] initcall cn_proc_init+0x0/0x3d returned 0 after 1 usecs
[    8.518324] calling  topology_sysfs_init+0x0/0x58 @ 1
[    8.523380] initcall topology_sysfs_init+0x0/0x58 returned 0 after 16 usecs
[    8.530329] calling  loop_init+0x0/0x14e @ 1
[    8.535482] loop: module loaded
[    8.538634] initcall loop_init+0x0/0x14e returned 0 after 3953 usecs
[    8.544975] calling  xen_blkif_init+0x0/0x25f @ 1
[    8.549681] initcall xen_blkif_init+0x0/0x25f returned -19 after 0 usecs
[    8.556364] calling  mac_hid_init+0x0/0x22 @ 1
[    8.560807] initcall mac_hid_init+0x0/0x22 returned 0 after 9 usecs
[    8.567068] calling  macvlan_init_module+0x0/0x3d @ 1
[    8.572117] initcall macvlan_init_module+0x0/0x3d returned 0 after 2 usecs
[    8.578988] calling  macvtap_init+0x0/0x100 @ 1
[    8.583558] initcall macvtap_init+0x0/0x100 returned 0 after 51 usecs
[    8.590018] calling  net_olddevs_init+0x0/0xb5 @ 1
[    8.594804] initcall net_olddevs_init+0x0/0xb5 returned 0 after 1 usecs
[    8.601405] calling  fixed_mdio_bus_init+0x0/0x105 @ 1
[    8.606655] libphy: Fixed MDIO Bus: probed
[    8.610754] initcall fixed_mdio_bus_init+0x0/0x105 returned 0 after 4123 usecs
[    8.617972] calling  tun_init+0x0/0x93 @ 1
[    8.622064] tun: Universal TUN/TAP device driver, 1.6
[    8.627107] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    8.633357] initcall tun_init+0x0/0x93 returned 0 after 11036 usecs
[    8.639623] calling  tg3_init+0x0/0x1b @ 1
[    8.643835] initcall tg3_init+0x0/0x1b returned 0 after 122 usecs
[    8.649917] calling  ixgbevf_init_module+0x0/0x4c @ 1
[    8.654961] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.7.12-k
[    8.664326] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[    8.670482] initcall ixgbevf_init_module+0x0/0x4c returned 0 after 15176 usecs
[    8.677691] calling  init_nic+0x0/0x1b @ 1
[    8.681793] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    8.689352] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[    8.695106] forcedeth 0000:00:07.0: setting latency timer to 64
[    9.222067] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:30:67:6a:6f:d1
[    9.230332] forcedeth 0000:00:nit+0x0/0x212 @ 1
[    9.248205] initcall netback_init+0x0/0x212 returned -19 after 0 usecs
[    9.254724] calling  nonstatic_sysfs_init+0x0/0x12 @ 1
[    9.259856] initcall nonstatic_sysfs_init+0x0/0x12 returned 0 after 0 usecs
[    9.266805] calling  yenta_socket_init+0x0/0x1b @ 1
[    9.271771] initcall yenta_socket_init+0x0/0x1b returned 0 after 91 usecs
[    9.278552] calling  mon_init+0x0/0xfe @ 1
[    9.282771] initcall mon_init+0x0/0xfe returned 0 after 123 usecs
[    9.288864] calling  ehci_hcd_init+0x0/0xb7 @ 1
[    9.293384] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.299901] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    9.305902] initcall ehci_hcd_init+0x0/0xb7 returned 0 after 12239 usecs
[    9.312589] calling  ehci_pci_init+0x0/0x69 @ 1
[    9.317115] ehci-pci: EHCI PCI platform driver
[    9.321693] ehci-pci 0000:00:02.1: setting latency timer to 64
[    9.327530] ehci-pci 0000:00:02.1: EHCI Host Controller
[    9.332879] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    9.340264] ehci-pci 0000:00:02.1: debug port 1
[    9.344786] ehci-pci 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    9.353213] ehci-pci 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    9.359809] ehci-pci 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    9.367889] ehci-pci 0000:00:02.1: park 0
[    9.371897] ehci-pci 0000:00:02.1: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
[    9.380749] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    9.387523] ehci-pci 0000:00:02.1: supports USB remote wakeup
[    9.393280] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[    9.398931] ehci-pci 0000:00:02.1: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[    9.412992] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    9.418768] usb usb1: default language 0x0409
[    9.42312r
[    9.446669] usb usb1: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ehci_hcd
[    9.454825] usb usb1: SerialNumber: 0000:00:02.1
[    9.459575] usb usb1: usb_probe_device
[    9.463334] usb usb1: configuration #1 chosen from 1 choice
[    9.468901] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    9.474717] hub 1-0:1.0: usb_probe_interface
[    9.478982] hub 1-0:1.0: usb_probe_interface - got id
[    9.484038] hub 1-0:1.0: USB hub found
[    9.487786] hub 1-0:1.0: 10 ports detected
[    9.491875] hub 1-0:1.0: standalone hub
[    9.495701] hub 1-0:1.0: no power switching (usb 1.0)
[    9.500747] hub 1-0:1.0: individual port over-current protection
[    9.506744] hub 1-0:1.0: power on to power good time: 20ms
[    9.512215] hub 1-0:1.0: local power source is good
[    9.517119] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    9.524145] initcall ehci_pci_init+0x0/0x69 returned 0 after 202445 usecs
[    9.530926] calling  ohci_hcd_mod_init+0x0/0xbf @ 1
[    9.535790] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.541952] ohci_hcd: block sizes: ed 80 td 96
[    9.546535] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    9.552372] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    9.557713] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    9.565109] ohci_hcd 0000:00:02.0: created debug files
[    9.570236] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[    9.575991] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfe02f000
[    9.623787] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    9.633687] ohci_hcd 0000:00:02.0: OHCI controller state
[  te running
[    9.647242] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[    9.654630] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[    9.660108] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[    9.665666] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[    9.672357] ohci_hcd 0000:00:02.0: hcca frame #0029
[    9.677231] ohci_hcd 0000:00:02.0: roothub.a 0100020a POTPGT=1 NPS NDP=10(10)
[    9.684352] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[    9.690953] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[    9.696858] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[    9.703541] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[    9.710237] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[    9.716921] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[    9.723611] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[    9.730300] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[    9.736983] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[    9.743665] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[    9.750354] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[    9.757036] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[    9.763733] usb usb2: default language 0x0409
[    9.768084] usb usb2: udev 1, busnum 2, minor = 128
[    9.772952] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    9.779725] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.786931] usb usb2: Product: OHCI Host Controller
[    9.791802] usb usb2: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ohci_hcd
[    9.799954] usb usb2: SerialNumber: 0000:00:02.0
[    9.804710] usb usb2: usb_probe_device
[    9.808466] usb usb2: configuration #1 chosen from 1 choice
[    9.814034] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    9.819850] hub 2-0:1.0: usb_probe_interface
[    9.824120] hub 2-0:1.0: usb_probe_interface - got id
[    9.829172] hub 2-0:1.0: USB hub found
[    9.832919] hub 2-0:1.0: 10 ports detected
[    9.837008] hub 2-0:1.0: standalone hub
[    9.840841] hub 2-0:1.0: no power switching (usb 1.0)
[    9.845879] hub 2-0:1.0: global over-current protection
[    9.851098] hub 2-0:1.0: power on to power good time: 2ms
[    9.856491] hub 2-0:1.0: local power source is good
[    9.861361] hub 2-0:1.0: no over-current condition exists
[    9.866776] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    9.873672] ehci-pci 0000:00:02.1: HS companion for 0000:00:02.0
[    9.879780] initcall ohci_hcd_mod_init+0x0/0xbf returned 0 after 336378 usecs
[    9.886908] calling  uhci_hcd_init+0x0/0x129 @ 1
[    9.891515] uhci_hcd: USB Universal Host Controller Interface driver
[    9.897954] initcall uhci_hcd_init+0x0/0x129 returned 0 after 6295 usecs
[    9.904638] calling  usblp_driver_init+0x0/0x1b @ 1
[    9.909574] usbcore: registered new interface driver usblp
[    9.915055] initcall usblp_driver_init+0x0/0x1b returned 0 after 5422 usecs
[    9.921999] calling  kgdbdbgp_start_thread+0x0/0x4f @ 1
[    9.927218] initcall kgdbdbgp_start_thread+0x0/0x4f returned 0 after 0 usecs
[    9.934255] calling  i8042_init+0x0/0x3c5 @ 1
[    9.938772] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    9.979935] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    9.987837] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[    9.995613] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0000
[   10.244962] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.250045] initcall i8042_init+0x0/0x3c5 returned 0 after 304547 usecs
[   10.256654] calling  serport_init+0x0/0x34 @ 1
[   10.261090] initcall serport_init+0x0/0x34 returned 0 after 0 usecs
[   10.267356] calling  mousedev_init+0x0/0x62 @ 1
[   10.271956] mousedev: PS/2 mouse device common for all mice
[   10.277519] initcall mousedev_init+0x0/0x62 returned 0 after 5519 usecs
[   10.284121] calling  evdev_init+0x0/0x12 @ 1
[   10.288505] initcall evdev_init+0x0/0x12 returned 0 after 113 usecs
[   10.294760] calling  atkbd_init+0x0/0x27 @ 1
[   10.299087] initcall atkbd_init+0x0/0x27 returned 0 after 61 usecs
[   10.305270] calling  psmouse_init+0x0/0x7b @ 1
[   10.309812] initcall psmouse_init+0x0/0x7b returned 0 after 99 usecs
[   10.316159] calling  cmos_init+0x0/0x6a @ 1
[   10.320361] rtc_cmos 00:04: RTC can wake from S4
[   10.325161] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   10.331294] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[   10.338931] initcall cmos_init+0x0/0x6a returned 0 after 18181 usecs
[   10.345269] calling  i2c_i801_init+0x0/0xad @ 1
[   10.349877] initcall i2c_i801_init+0x0/0xad returned 0 after 80 usecs
[   10.356304] calling  cpufreq_gov_dbs_init+0x0/0x95 @ 1
[   10.361437] initcall cpufreq_gov_dbs_init+0x0/0x95 returned 0 after 1 usecs
[   10.368384] calling  init_ladder+0x0/0x12 @ 1
[   10.372730] cpuidle: using governor ladder
[   10.376814] initcall init_ladder+0x0/0x12 returned 0 after 3993 usecs
[   10.383236] calling  init_menu+0x0/0x12 @ 1
[   10.387408] cpuidle: using governor menu
[   10.391321] initcall init_menu+0x0/0x12 returned 0 after 3825 usecs
[   10.397570] calling  efivars_init+0x0/0x109 @ 1
[   10.402086] EFI Variables Facility v0.08 2004-May-17
[   10.407038] initcall efivars_init+0x0/0x109 returned 0 after 4841 usecs
[   10.413635] calling  vhost_net_init+0x0/0x30 @ 1
[   10.418329] initcall vhost_net_init+0x0/0x30 returned 0 after 80 usecs
[   10.424844] calling  staging_init+0x0/0x8 @ 1
[   10.429195] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[   10.435366] calling  zram_init+0x0/0x2bf @ 1
[   10.439828] zram: Created 1 device(s) ...
[   10.443837] initcall zram_init+0x0/0x2bf returned 0 after 4109 usecs
[   10.450177] calling  zs_init+0x0/0x90 @ 1
[   10.454185] initcall zs_init+0x0/0x90 returned 0 after 3 usecs
[   10.460009] calling  eeepc_laptop_init+0x0/0x58 @ 1
[   10.465060] initcall eeepc_laptop_init+0x0/0x58 returned -19 after 177 usecs
[   10.472090] calling  sock_diag_init+0x0/0x12 @ 1
[   10.476708] initcall sock_diag_init+0x0/0x12 returned 0 after 5 usecs
[   10.483133] calling  flow_cache_init_global+0x0/0x19f @ 1
[   10.488542] initcall flow_cache_init_global+0x0/0x19f returned 0 after 16 usecs
[   10.495830] calling  llc_init+0x0/0x20 @ 1
[   10.499922] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[   10.505826] calling  snap_init+0x0/0x38 @ 1
[   10.510007] initcall snap_init+0x0/0x38 returned 0 after 0 usecs
[   10.516004] calling  blackhole_module_init+0x0/0x12 @ 1
[   10.521223] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[   10.528259] calling  nfnetlink_init+0x0/0x59 @ 1
[   10.532862] Netfilter messages via NETLINK v0.30.
[   10.537557] initcall nfnetlink_init+0x0/0x59 returned 0 after 4590 usecs
[   10.544246] calling  nfnetlink_log_init+0x0/0xdb @ 1
[   10.549213] initcall nfnetlink_log_init+0x0/0xdb returned 0 after 7 usecs
[   10.555989] calling  nf_conntrack_standalone_init+0x0/0x7a @ 1
[   10.561806] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.567972] initcall nf_conntrack_standalone_init+0x0/0x7a returned 0 after 6028 usecs
[   10.575880] calling  ctnetlink_init+0x0/0xa4 @ 1
[   10.580491] ctnetlink v0.93: registering with nfnetlink.
[   10.585788] initcall ctnetlink_init+0x0/0xa4 returned 0 after 5179 usecs
[   10.592478] calling  nf_conntrack_ftp_init+0x0/0x1ca @ 1
[   10.597778] initcall nf_conntrack_ftp_init+0x0/0x1ca returned 0 after 1 usecs
[   10.604899] calling  nf_conntrack_irc_init+0x0/0x173 @ 1
[   10.610205] initcall nf_conntrack_irc_init+0x0/0x173 returned 0 after 1 usecs
[   10.617328] calling  nf_conntrack_sip_init+0x0/0x215 @ 1
[   10.622633] initcall nf_conntrack_sip_init+0x0/0x215 returned 0 after 0 usecs
[   10.629754] calling  xt_init+0x0/0x118 @ 1
[   10.633843] initcall xt_init+0x0/0x118 returned 0 after 1 usecs
[   10.639753] calling  tcpudp_mt_init+0x0/0x17 @ 1
[   10.644364] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.650788] calling  connsecmark_tg_init+0x0/0x12 @ 1
[   10.655832] initcall connsecmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.662688] calling  nflog_tg_init+0x0/0x12 @ 1
[   10.667215] initcall nflog_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.673558] calling  secmark_tg_init+0x0/0x12 @ 1
[   10.678258] initcall secmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.684774] calling  tcpmss_tg_init+0x0/0x17 @ 1
[   10.689380] initcall tcpmss_tg_init+0x0/0x17 returned 0 after 0 usecs
[   10.695810] calling  conntrack_mt_init+0x0/0x17 @ 1
[   10.700683] initcall conntrack_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.707373] calling  policy_mt_init+0x0/0x17 @ 1
[   10.711976] initcall policy_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.718399] calling  state_mt_init+0x0/0x12 @ 1
[   10.722916] initcall state_mt_init+0x0/0x12 returned 0 after 0 usecs
[   10.729253] calling  sysctl_ipv4_init+0x0/0x92 @ 1
[   10.734066] initcall sysctl_ipv4_init+0x0/0x92 returned 0 after 26 usecs
[   10.740755] calling  init_syncookies+0x0/0x19 @ 1
[   10.745456] initcall init_syncookies+0x0/0x19 returned 0 after 9 usecs
[   10.751971] calling  tunnel4_init+0x0/0x72 @ 1
[   10.756403] initcall tunnel4_init+0x0/0x72 returned 0 after 0 usecs
[   10.762661] calling  ipv4_netfilter_init+0x0/0x12 @ 1
[   10.767708] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[   10.774569] calling  nf_conntrack_l3proto_ipv4_init+0x0/0x17c @ 1
[   10.780753] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x17c returned 0 after 105 usecs
[   10.788835] calling  nf_defrag_init+0x0/0x17 @ 1
[   10.793450] initcall nf_defrag_init+0x0/0x17 returned 0 after 0 usecs
[   10.799876] calling  ip_tables_init+0x0/0xaa @ 1
[   10.804485] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.809786] initcall ip_tables_init+0x0/0xaa returned 0 after 5186 usecs
[   10.816468] calling  iptable_filter_init+0x0/0x51 @ 1
[   10.821555] initcall iptable_filter_init+0x0/0x51 returned 0 after 49 usecs
[   10.828502] calling  iptable_mangle_init+0x0/0x51 @ 1
[   10.833553] initcall iptable_mangle_init+0x0/0x51 returned 0 after 8 usecs
[   10.840418] calling  reject_tg_init+0x0/0x12 @ 1
[   10.845030] initcall reject_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.851459] calling  ulog_tg_init+0x0/0x104 @ 1
[   10.855980] initcall ulog_tg_init+0x0/0x104 returned 0 after 3 usecs
[   10.862322] calling  cubictcp_register+0x0/0x5c @ 1
[   10.867195] TCP: cubic registered
[   10.870509] initcall cubictcp_register+0x0/0x5c returned 0 after 3240 usecs
[   10.877451] calling  xfrm_user_init+0x0/0x4a @ 1
[   10.882064] Initializing XFRM netlink socket
[   10.886332] initcall xfrm_user_init+0x0/0x4a returned 0 after 4172 usecs
[   10.893020] calling  inet6_init+0x0/0x315 @ 1
[   10.897391] NET: Registered protocol family 10
[   10.901970] initcall inet6_init+0x0/0x315 returned 0 after 4501 usecs
[   10.908392] calling  ah6_init+0x0/0x79 @ 1
[   10.912486] initcall ah6_init+0x0/0x79 returned 0 after 0 usecs
[   10.918396] calling  esp6_init+0x0/0x79 @ 1
[   10.922569] initcall esp6_init+0x0/0x79 returned 0 after 0 usecs
[   10.928565] calling  xfrm6_transport_init+0x0/0x17 @ 1
[   10.933691] initcall xfrm6_transport_init+0x0/0x17 returned 0 after 0 usecs
[   10.940640] calling  xfrm6_mode_tunnel_init+0x0/0x17 @ 1
[   10.945938] initcall xfrm6_mode_tunnel_init+0x0/0x17 returned 0 after 0 usecs
[   10.953059] calling  xfrm6_beet_init+0x0/0x17 @ 1
[   10.957750] initcall xfrm6_beet_init+0x0/0x17 returned 0 after 0 usecs
[   10.964259] calling  ip6_tables_init+0x0/0xaa @ 1
[   10.968953] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.974342] initcall ip6_tables_init+0x0/0xaa returned 0 after 5273 usecs
[   10.981111] calling  ip6table_filter_init+0x0/0x51 @ 1
[   10.986312] initcall ip6table_filter_init+0x0/0x51 returned 0 after 66 usecs
[   10.993349] calling  ip6table_mangle_init+0x0/0x51 @ 1
[   10.998538] initcall ip6table_mangle_init+0x0/0x51 returned 0 after 47 usecs
[   11.005570] calling  nf_conntrack_l3proto_ipv6_init+0x0/0x154 @ 1
[   11.011658] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x154 returned 0 after 4 usecs
[   11.019556] calling  nf_defrag_init+0x0/0x54 @ 1
[   11.024173] initcall nf_defrag_init+0x0/0x54 returned 0 after 3 usecs
[   11.030600] calling  ipv6header_mt6_init+0x0/0x12 @ 1
[   11.035644] initcall ipv6header_mt6_init+0x0/0x12 returned 0 after 0 usecs
[   11.042501] calling  reject_tg6_init+0x0/0x12 @ 1
[   11.047200] initcall reject_tg6_init+0x0/0x12 returned 0 after 0 usecs
[   11.053716] calling  sit_init+0x0/0x8c @ 1
[   11.057801] sit: IPv6 over IPv4 tunneling driver
[   11.062626] initcall sit_init+0x0/0x8c returned 0 after 4717 usecs
[   11.068804] calling  packet_init+0x0/0x47 @ 1
[   11.073155] NET: Registered protocol family 17
[   11.077589] initcall packet_init+0x0/0x47 returned 0 after 4335 usecs
[   11.084018] calling  br_init+0x0/0xa2 @ 1
[   11.088042] initcall br_init+0x0/0xa2 returned 0 after 17 usecs
[   11.093953] calling  init_rpcsec_gss+0x0/0x64 @ 1
[   11.098662] initcall init_rpcsec_gss+0x0/0x64 returned 0 after 18 usecs
[   11.105265] calling  dcbnl_init+0x0/0x4d @ 1
[   11.109524] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[   11.115608] calling  init_dns_resolver+0x0/0xe4 @ 1
[   11.120476] Key type dns_resolver registered
[   11.124740] initcall init_dns_resolver+0x0/0xe4 returned 0 after 4174 usecs
[   11.131688] calling  mcheck_init_device+0x0/0x123 @ 1
[   11.136931] initcall mcheck_init_device+0x0/0x123 returned 0 after 199 usecs
[   11.144011] calling  tboot_late_init+0x0/0x216 @ 1
[   11.148802] initcall tboot_late_init+0x0/0x216 returned 0 after 0 usecs
[   11.155402] calling  mcheck_debugfs_init+0x0/0x3c @ 1
[   11.160446] initcall mcheck_debugfs_init+0x0/0x3c returned 0 after 4 usecs
[   11.167304] calling  severities_debugfs_init+0x0/0x3c @ 1
[   11.172691] initcall severities_debugfs_init+0x0/0x3c returned 0 after 2 usecs
[   11.179897] calling  threshold_init_device+0x0/0x8d @ 1
[   11.185120] initcall threshold_init_device+0x0/0x8d returned 0 after 12 usecs
[   11.192239] calling  hpet_insert_resource+0x0/0x23 @ 1
[   11.197363] initcall hpet_insert_resource+0x0/0x23 returned 0 after 1 usecs
[   11.204313] calling  update_mp_table+0x0/0x586 @ 1
[   11.209098] initcall update_mp_table+0x0/0x586 returned 0 after 0 usecs
[   11.215696] calling  lapic_insert_resource+0x0/0x3f @ 1
[   11.220912] initcall lapic_insert_resource+0x0/0x3f returned 0 after 0 usecs
[   11.227940] calling  io_apic_bug_finalize+0x0/0x1b @ 1
[   11.233065] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 0 usecs
[   11.240014] calling  print_ICs+0x0/0x466 @ 1
[   11.244275] initcall print_ICs+0x0/0x466 returned 0 after 0 usecs
[   11.250357] calling  check_early_ioremap_leak+0x0/0x65 @ 1
[   11.255838] initcall check_early_ioremap_leak+0x0/0x65 returned 0 after 0 usecs
[   11.263139] calling  pat_memtype_list_init+0x0/0x32 @ 1
[   11.268361] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 1 usecs
[   11.275404] calling  init_oops_id+0x0/0x40 @ 1
[   11.279852] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[   11.286108] calling  printk_late_init+0x0/0x59 @ 1
[   11.290896] initcall printk_late_init+0x0/0x59 returned 0 after 0 usecs
[   11.297498] calling  pm_qos_power_init+0x0/0x7b @ 1
[   11.302572] initcall pm_qos_power_init+0x0/0x7b returned 0 after 191 usecs
[   11.309443] calling  pm_debugfs_init+0x0/0x24 @ 1
[   11.314142] initcall pm_debugfs_init+0x0/0x24 returned 0 after 7 usecs
[   11.320652] calling  software_resume+0x0/0x290 @ 1
[   11.325438] PM: Hibernation image not present or could not be loaded.
[   11.331860] initcall software_resume+0x0/0x290 returned -2 after 6279 usecs
[   11.338812] initcall software_resume+0x0/0x290 returned with error code -2 
[   11.345759] calling  debugfs_kprobe_init+0x0/0x90 @ 1
[   11.350802] initcall debugfs_kprobe_init+0x0/0x90 returned 0 after 3 usecs
[   11.357661] calling  taskstats_init+0x0/0x95 @ 1
[   11.362280] registered taskstats version 1
[   11.366367] initcall taskstats_init+0x0/0x95 returned 0 after 4002 usecs
[   11.373048] calling  clear_boot_tracer+0x0/0x2d @ 1
[   11.377912] initcall clear_boot_tracer+0x0/0x2d returned 0 after 0 usecs
[   11.384594] calling  max_swapfiles_check+0x0/0x8 @ 1
[   11.389545] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[   11.396313] calling  set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[   11.402568] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 175 usecs
[   11.410637] calling  fail_make_request_debugfs+0x0/0x2a @ 1
[   11.416211] initcall fail_make_request_debugfs+0x0/0x2a returned 0 after 7 usecs
[   11.423593] calling  prandom_reseed+0x0/0xb4 @ 1
[   11.428213] initcall prandom_reseed+0x0/0xb4 returned 0 after 15 usecs
[   11.434724] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[   11.440975] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 1 usecs
[   11.449047] calling  pci_sysfs_init+0x0/0x51 @ 1
[   11.453834] initcall pci_sysfs_init+0x0/0x51 returned 0 after 177 usecs
[   11.460430] calling  boot_wait_for_devices+0x0/0x30 @ 1
[   11.465649] initcall boot_wait_for_devices+0x0/0x30 returned 0 after 0 usecs
[   11.472684] calling  random_int_secret_init+0x0/0x19 @ 1
[   11.477996] initcall random_int_secret_init+0x0/0x19 returned 0 after 5 usecs
[   11.485113] calling  deferred_probe_initcall+0x0/0x70 @ 1
[   11.490547] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 49 usecs
[   11.497837] calling  late_resume_init+0x0/0x1d0 @ 1
[   11.502709]   Magic number: 5:974:587
[   11.506426] tty ptyc5: hash matches
[   11.509989] initcall late_resume_init+0x0/0x1d0 returned 0 after 7118 usecs
[   11.516936] calling  acpi_cpufreq_init+0x0/0x212 @ 1
[   11.521892] acpi_processor_preregister_performance:694: RC:0
[   11.527555] acpi_processor_preregister_performance:710: RC:0
[   11.533200] acpi_processor_preregister_performance:792: RC:0
[   11.538851] acpi_processor_preregister_performance:812: RC:0
[   11.544521] acpi_processor_get_performance_info:503: RC:0
[   11.549915] acpi_processor_get_platform_limit:136: status:0
[   11.555477] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.562687] CPU 0: _PPC is 0 - frequency not limited
[   11.567636] acpi_processor_get_performance_info:508: RC:0
[   11.573021] acpi-cpufreq: overriding BIOS provided _PSD data
[   11.578703] acpi_processor_get_performance_info:503: RC:0
[   11.584092] acpi_processor_get_platform_limit:136: status:0
[   11.589655] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.596854] CPU 1: _PPC is 0 - frequency not limited
[   11.601807] acpi_processor_get_performance_info:508: RC:0
[   11.607203] initcall acpi_cpufreq_init+0x0/0x212 returned 0 after 83428 usecs
[   11.614321] calling  firmware_memmap_init+0x0/0x38 @ 1
[   11.619467] initcall firmware_memmap_init+0x0/0x38 returned 0 after 22 usecs
[   11.626500] calling  zcache_init+0x0/0x734 @ 1
[   11.631010] initcall zcache_init+0x0/0x734 returned 0 after 68 usecs
[   11.637354] calling  pci_mmcfg_late_insert_resources+0x0/0x50 @ 1
[   11.643438] initcall pci_mmcfg_late_insert_resources+0x0/0x50 returned 0 after 1 usecs
[   11.651340] calling  net_secret_init+0x0/0x19 @ 1
[   11.656044] initcall net_secret_init+0x0/0x19 returned 0 after 5 usecs
[   11.662556] calling  tcp_congestion_default+0x0/0x12 @ 1
[   11.667863] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[   11.674985] calling  tcp_fastopen_init+0x0/0x30 @ 1
[   11.679863] initcall tcp_fastopen_init+0x0/0x30 returned 0 after 6 usecs
[   11.686557] calling  ip_auto_config+0x0/0xe65 @ 1
[   11.691263] initcall ip_auto_config+0x0/0xe65 returned 0 after 6 usecs
[   11.697774] calling  initialize_hashrnd+0x0/0x19 @ 1
[   11.702733] initcall initialize_hashrnd+0x0/0x19 returned 0 after 1 usecs
[   11.709669] async_waiting @ 1
[   11.712644] async_continuing @ 1 after 0 usec
[   11.717641] Freeing unused kernel memory: 1028k freed
[   11.722942] Write protecting the kernel read-only data: 10240k
[   11.731705] Freeing unused kernel memory: 1536k freed
[   11.737456] Freeing unused kernel memory: 112k freed
init started^^G^G^G^G^G^G^G^G^G^G^G^G^G^G^Gmount: mount point /proc/bus/usb does not exist
mount: mount po[   11.863113] core_filesystem (1174) used greatest stack depth: 4984 bytes left
int /proc/xen does not exist
mount: mount point /sys/kernel/config does not exi[   11.876621] udevd (1209): /proc/1209/oom_adj is deprecated, please use /proc/1209/oom_score_adj instead.
st
cat: /sys/hypervisor/type: No such file or directory
/usr/bin/load_xen_modules: line 3: [: ==: unary operator expected
[   11.900146] calling  e1000_init_module+0x0/0x1000 [e1000] @ 1349
[   11.906148] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   11.913180] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   11.919203] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   11.925141] calling  skge_init_module+0x0/0x1000 [skge] @ 1348
[   11.932741] calling  init_scsi+0x0/0x91 [scsi_mod] @ 1416
[   11.948194] SCSI subsystem initialized
[   11.951970] initcall init_scsi+0x0/0x91 [scsi_mod] returned 0 after 13518 usecs
[alling  ata_init+0x0/0x4d3 [libata] @ 1416
[   11.967233] ACPI: bus type scsi registered
^G^G^G^G[   11.971648] libata version 3.00 loaded.
[   11.975881] initcall ata_init+0x0/0x4d3 [libata] returned 0 after 8450 usecs
[   11.983428] calling  ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] @ 1416
Waiting for devices [  OK  ]
udevd-work[2238]: error opening ATTR{/sys/devices/system/cpu/cpu0/online} for writing: No such file or directory

[   12.178115] calling  nv_pci_driver_init+0x0/0x1000 [sata_nv] @ 2335
[   12.188350] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 2356
[   12.192228] sata_nv 0000:00:08.0: version 3.5
[   12.192487] t IRQ 23
[   12.192545] sata_nv 0000:00:08.0: setting latency timer to 64
[   12.209827] calling  svm_init+0x0/0x23 [kvm_amd] @ 2347
[   12.215124] initcall ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] returned 0 after 219338 usecs
^G^G^G^G^G^G^G^G^G^G[   12.227550] wmi: Mapper loaded
[   12.230616] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 20496 usecs
[   12.238802] e1000 0000:01:06.0 eth1: (PCI:66MHz:32-bit) 00:04:23:a7:5a:01
[   12.245601] calling  acpi_video_init+0x0/0xfee [video] @ 2356
[   12.245602] e1000 0000:01:06.0 eth1: Intel(R) PRO/1000 Network Connection
[   12.246085] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   12.246153] skge: 1.14 addr 0xfd8fc000 irq 16 chip Yukon rev 1
[   12.269910] initcall e1000_init_module+0x0/0x1000 [e1000] returned 0 after 355712 usecs
[   12.278367] initcall acpi_video_init+0x0/0xfee [video] returned 0 after 8502 usecs
[   12.278369] scsi0 : sata_nv
[   12.288999] calling  mxm_wmi_init+0x0/0x1000 [mxm_wmi] @ 2356
[   12.289076] skge 0000:01:08.0 eth2: addr 00:0a:5e:65:74:93
[   12.300217] initcall mxm_wmi_init+0x0/0x1000 [mxm_wmi] returned 0 after 0 usecs
[   12.308823] initcall skge_init_module+0x0/0x1000 [skge] returned 0 after 369494 usecs
[   12.316671] calling  drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] @ 2356
[   12.323984] scsi1 : sata_nv
[   12.325528] initcall drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] returned 0 after 1686 usecs
[   12.340875] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[   12.347847] ata2: SATA max UDMA/133 cmd 0x970fbcon] @ 2457
[   12.359377] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[   12.359424] sata_nv 0000:00:08.1: setting latency timer to 64
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   12.375698] calling  ttm_init+0x0/0x1000 [ttm] @ 2356
[   12.377282] initcall ttm_init+0x0/0x1000 [ttm] returned 0 after 1538 usecs
[   12.390248] initcall fb_console_init+0x0/0x1000 [fbcon] returned 0 after 14281 usecs
[   12.402041] ip (2500) used greatest stack depth: 3928 bytes left
[   12.408098] calling  nouveau_drm_init+0x0/0x1000 [nouveau] @ 2356
[   12.414254] scsi2 : sata_nv
[   12.417358] scsi3 : sata_nv
[   12.420323] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
[   12.427274] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
[   12.434498] kvm: Nested Virtualization enabled
[   12.435810] initcall nv_pci_driver_init+0x0/0x1000 [sata_nv] returned 0 after 245856 usecs
[   12.447188] kvm: Nested Paging enabled
[   12.451042] nouveau 0000:00:0d.0: setting latency timer to 64
[   12.456963] initcall svm_init+0x0/0x23 [kvm_amd] returned 0 after 236551 usecs
[   12.457040] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 22
[   12.469931] nouveau  [  DEVICE][0000:00:0d.0] BOOT0  : 0x04c000a2
[   12.476019] nouveau  [  DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
[   12.482099] nouveau  [  DEVICE][0000:00:0d.0] Family : NV40
[   12.488386] nouveau  [   VBIOS][0000:00:0d.0] checking PRAMIN for image...
[   12.533702] nouveau  [   VBIOS][0000:00:0d.0] ... appears to be valid
[   12.540131] nouveau  [   VBIOS][0000:00:0d.0] using   PFB][0000:00:0d.0] RAM type: unknown
[   12.566338] nouveau  [     PFB][0000:00:0d.0] RAM size: 128 MiB
[   12.572263] nouveau  [     PFB][0000:00:0d.0]    ZCOMP: 0 tags
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   12.603995] nouveau  [  PTHERM][0000:00:0d.0] FAN control: none / external
[   12.610863] nouveau  [  PTHERM][0000:00:0d.0] ^G[   12.671900] ata1: SATA link down (SStatus 0 SControl 300)
[   12.746801] ata3: SATA link down (SStatus 0 SControl 300)
[   13.129955] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   13.139200] ata2.00: ATA-7: HDT722516DLA380, V43OA96A,00: configured for UDMA/133
^G^G^G^G^G^G^G^G[   13.164671] scsi 1:0:0:0: Direct-Access     ATA      HDT722516DLA380  V43O PQ: 0 ANSI: 5
^G^G^G^G^G^G^G^G^G^G^G^G[   13.175991] calling  init_sd+0x0/0x1000 [sd_mod] @ 2546
[   13.181577] sd 1:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
[   13.189245] sd 1:0:0:0: [sda] Write Protect is off
[   13.194029] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   13.199087] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   13.208199] initcall init_sd+0x0/0x1000 [sd_mod] returned 0 after 26302 usecs
[   13.267585]  sda: sda1 sda2 sda3
[   13.271255] sd 1:0:0:0: [sda] Attached SCSI disk
[   13.486795] ata4: SATA link down (SStatus 0 SControl 300)
[   13.493941] calling  init_sg+0x0/0x1000 [sg] @ 2569
[   13.498^G[   22.605028] nouveau  [  PTHERM][0000:00:0d.0] programmed thresholds [ 90(2), 95(3), 145(2), 135(5) ]
[   22.614218] [TTM] Zotor
[   22.630569] [TTM] Initializing DMA pool allocator
^G[   22.635342] ttyS0: 2 input overrun(s)
^G^G^G^G^G[   22.639481] nouveau  [     DRM] VRAM: 125 MiB
^G^G^G^G^G^G^G^G[   22.644386] nouveau  [     DRM] GART: 512 MiB
^G^G[   22.650115] nouveau  [     DRM] TMDS table version 1.1
[   22.655589] nouveau  [     DRM] DCB version 3.0
[   22.660107] nouveau  [     DRM] DCB outp 00: 01000310 00000023
[   22.665924] nouveau  [     DRM] DCB outp 01: 00110204 97e50000
[   22.671740] nouveau  [     DRM] DCB conn 00: 0000
[   22.676585] nouveau  [     DRM] Saving VGA fonts
[   22.719290] nouveau W[     DRM] DCB type 4 not known
[   22.724254] nouveau W[     DRM] Unknown-1 has no encoders, removingl(s)
[   22.750474] nouveau  [     DRM] 0: core 425MHz shader 425MHz fanspeed 100%
[   22.757344] nouveau  [     DRM] c:
^G^G^G^G^G^G^G^G[   22.762008] nouveau  [     DRM] MM: using M2MF for buffer copies
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   22.801816] nouveau 0000:00:0d.0: No connectors reported connected with modes
[   22.808940] [drm] Cannot find any crtc or s: nouveaufb (fb0) is primary device
[   22.826799] Console: switching to colour frame buffer device 128x48
[   22.839101] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
[   22.845443] nouveau 0000:00:0d.0: registered panic notifier
^G[   22.851029] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
^G^G^G^G^G^G^G[   22.858646] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 10213487 usecs
Waiting for fb [  OK  ]
Starting..[/dev/fb0]
/dev/fb0: len:0
/dev/fb0: bits/pixel32
(7f27d4064000): Writting .. [1024:768]ting enabled.
^G^G^G^G^G^G^G^G[   22.911283] initcall radeon_init+0x0/0x1000 [radeon] returned 0 after 5690 usecs
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   22.928469] calling  i915_init+0x0/0x68 [i915] @ 2619
[   22.933600] initcall i915_init+0x0/0x68 [i915] returned 0 after 54 . [1024:768]
^G^G^G^G^G^G^GDone!
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^GVGA: 0000:00:0d.0
Waiting for network [  OK  ]
Bringing up loopback interface:  [  OK  ]
Bringing up interface eth0:  [   23.111342] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[   23.116697] forcedeth 0000:00:07.0 eth0: MSI enabled
[   23.122659] ip (2747) used greatest stack depth: 3880 bytes left
[   23.129495] device eth0 entered promiscuous mode
[  OK  ]
Bringing up interface eth1:  
Determining IP information for e[   23.160250] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
th1...[   23.166624] e1000:  Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   23.174402] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
 done.
[  OK  ]
Bringing up interface eth2:  
Determining IP information for e[   25.483891] skge 0000:01:08.0 eth2: enabling interface
th2...[   25.492970] IPv6: ADDRCONF([   27.831695] skge 0000:01:08.0 eth2: Link is up at 1000 Mbps, full duplex, flow control both
[   27.840049] IPv6: ADDRCONF(NE done.
[  OK  ]
Bringing up interface switch:  
Determining IP information for s[   29.427535] switch: port 1(eth0) entered forwarding state
witch...[   29.433760] switch: po done.
[  OK  ]
Waiting for init.custom [  OK  ]

Starting SSHd ...

    SSH started [3128]


Waiting for SSHd [  OK  ]
WARNING: ssh currently running [3128] ignoring start request
FATAL: Module dump_dma not found.
ERROR: Module dump_dma does not exist in /proc/modules
[   30.975233] calling  crc32c_mod_init+0x0/0x1000 [crc32c] @ 3164
[   30.981224] initcall crc32c_mod_init+0x0/0x1000 [crc32c] returned 0 after 52 usecs
[   30.989861] calling  libcrc32c_mod_init+0x0/0x1000 [libcrc32c] @ 3167
[   30.996302] initcall libcrc32c_mod_init+0x0/0x1000 [libcrc32c] returned 0 after 3 usecs
[   31.005930] calling  iscsi_transport_init+0x0/0x1000 [scsi_transport_iscsi] @ 3169
[   31.013501] Loading iSCSI transport class v2.0-870.
[   31.018534] initcall iscsi_transport_init+0x0/0x1000 [scsi_transport_iscsi] returned 0 after 4918 usecs
[   31.029118] calling  iscsi_sw_tcp_init+0x0/0x1000 [iscsi_tcp] @ 3169
[   31.035515] iscsi: registered transport (tcp)
[   31.039879] initcall iscsi_sw_tcp_init+0x0/0x1000 [iscsi_tcp] returned 0 after 4307 usecs
iscsistart: transport class version 2.0-870. iscsid version 2.0-872
Could not get list of targets from firmware.
Mar  5 15:35:37 tst004 syslogd 1.5.0: restart.
You might have to do kill -1 1 if you see 'can't open /dev/hvc0'
[1:0:0:0]    disk    ATA      HDT722516DLA380  V43O  /dev/sda 
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge61 USB Controller (rev a3)
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
01:06.0 Ethernet controller: Intel Corporation 82545GM Gigabit Ethernet Controller (rev 04)
01:08.0 Ethernet controller: 3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 10)
           CPU0       CPU1       
  0:        150          0   IO-APIC-edge      timer
  1:          2          0   IO-APIC-edge      i8042
  4:          4        263   IO-APIC-edge      serial
  7:          1          0   IO-APIC-edge    
  8:          8          3   IO-APIC-edge      rtc0
  9:          0          0   IO-APIC-fasteoi   acpi
 16:          1         19   IO-APIC-fasteoi   eth2
 18:          6         43   IO-APIC-fasteoi   eth1
 21:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1
 22:          0         10   IO-APIC-fasteoi   ohci_hcd:usb2, nouveau
 23:          0         13   IO-APIC-fasteoi   sata_nv, sata_nv
 43:          4         45   PCI-MSI-edge      eth0
NMI:          1          0   Non-maskable interrupts
LOC:      17132      17293   Local timer interrupts
SPU:          0          0   Spurious interrupts
PMI:          1          0   Performance monitoring interrupts
IWI:          0          0   IRQ work interrupts
RTR:          0          0   APIC ICR read retries
RES:       3687       3411   Rescheduling interrupts
CAL:        251         83   Function call interrupts
TLB:        202         83   TLB shootdowns
TRM:          0          0   Thermal event interrupts
THR:          0          0   Threshold APIC interrupts
MCE:          0          0   Machine check exceptions
MCP:          1          1   Machine check polls
ERR:          1
MIS:          0
00000000-00000fff : reserved
00001000-0009f3ff : System RAM
0009f400-0009ffff : reserved
000a0000-000bffff : PCI Bus 0000:00
000c0000-000cebff : Video ROM
000d0000-000d07ff : Adapter ROM
000d1000-000d27ff : Adapter ROM
000f0000-000fffff : reserved
  000f0000-000fffff : System ROM
00100000-b7edffff : System RAM
  01000000-0167cdf7 : Kernel code
  0167cdf8-01aa9dbf : Kernel data
  01bb3000-01cb8fff : Kernel bss
  ac000000-afffffff : GART
b7ee0000-b7ee2fff : ACPI Non-volatile Storage
b7ee3000-b7eeffff : ACPI Tables
b7ef0000-b7efffff : reserved
b7f00000-b7ffffff : RAM buffer
b8000000-bfffffff : reserved
  b8000000-bfffffff : pnp 00:09
c0000000-efffffff : PCI Bus 0000:00
  c0000000-c001ffff : 0000:00:0d.0
  e0000000-efffffff : 0000:00:0d.0
f0000000-f3ffffff : PCI MMCONFIG 0000 [bus 00-3f]
  f0000000-f3ffffff : reserve^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^[   31.468754] mount.nfs (3219) used greatest stack depth: 3696 bytes left
G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^Gd
    f0000000-f3ffffff : pnp 00:08
f4000000-fe02ffff : PCI Bus 0000:00
  fb000000-fbffffff : 0000:00:0d.0
  fc000000-fcffffff : 0000:00:0d.0
  fd800000-fd8fffff : PCI Bus 0000:01
    fd880000-fd8bffff : 0000:01:06.0
      fd880000-fd8bffff : e1000
    fd8c0000-fd8dffff : 0000:01:06.0
      fd8c0000-fd8dffff : e1000
    fd8fc000-fd8fffff : 0000:01:08.0
      fd8fc000-fd8fffff : skge
  fd900000-fd9fffff : PCI Bus 0000:04
  fda00000-fdafffff : PCI Bus 0000:04
  fdb00000-fdbfffff : PCI Bus 0000:03
  fdc00000-fdcfffff : PCI Bus 0000:03
  fdd00000-fddfffff : PCI Bus 0000:02
  fde00000-fdefffff : PCI Bus 0000:02
  fdf00000-fdffffff : PCI Bus 0000:01
    fdf00000-fdf3ffff : 0000:01:06.0
    fdf40000-fdf5ffff : 0000:01:08.0
  fe024000-fe027fff : 0000:00:05.0
  fe02b000-fe02bfff : 0000:00:08.1
    fe02b000-fe02bfff : sata_nv
  fe02c000-fe02cfff : 0000:00:08.0
    fe02c000-fe02cfff : sata_nv
  fe02d000-fe02dfff : 0000:00:07.0
    fe02d000-fe02dfff : forcedeth
  fe02e000-fe02e0ff : 0000:00:02.1
    fe02e000-fe02e0ff : ehci_hcd
  fe02f000-fe02ffff : 0000:00:02.0
    fe02f000-fe02ffff : ohci_hcd
fec00000-ffffffff : reserved
  fec00000-fec003ff : IOAPIC 0
  fec80000-fecbffff : PCI Bus 0000:00
  fee00000-feefffff : pnp 00:09
    fee00000-fee00fff : Local APIC
  feff0000-feff03ff : HPET 0
    feff0000-feff00ff : pnp 00:09
  fefff000-feffffff : pnp 00:09
  fff80000-fff80fff : pnp 00:09
  fff90000-fffbffff : pnp 00:09
  fffed000-fffeffff : pnp 00:09
  ffff0000-ffffffff : pnp 00:09
100000000-13fffffff : System RAM
MemTotal:        3927548 kB
MemFree:         3605420 kB
Buffers:               0 kB
Cached:           273776 kB
SwapCached:            0 kB
Active:            36516 kB
Inactive:         239188 kB
Active(anon):      30136 kB
Inactive(anon):    67760 kB
Active(file):       6380 kB
Inactive(file):   171428 kB
Unevictable:        4952 kB
Mlocked:            4952 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:          6912 kB
Mapped:             5224 kB
Shmem:             92384 kB
Slab:              24596 kB
SReclaimable:      12096 kB
SUnreclaim:        12500 kB
KernelStack:         576 kB
PageTables:          952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     1963772 kB
Committed_AS:     106852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      109248 kB
VmallocChunk:   34359626235 kB
AnonHugePages:         0 kB
H[   31.702429] calling  dm_init+0x0/0x48 [dm_mod] @ 3233
ugePages_Total: [   31.707811] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel at redhat.com
      0
HugePag[   31.717553] initcall dm_init+0x0/0x48 [dm_mod] returned 0 after 9589 usecs
es_Free:        [   31.726275] calling  dm_multipath_init+0x0/0x1000 [dm_multipath] @ 3233
0
HugePages_Rsv[   31.733831] device-mapper: multipath: version 1.5.1 loaded
d:        0
Hug[   31.740679] initcall dm_multipath_init+0x0/0x1000 [dm_multipath] returned 0 after 6750 usecs
ePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       41856 kB
DirectMap2M:     2971648 kB
DirectMap1G:     3145728 kB
Waiting for init.late [  OK  ]
PING build.dumpdata.com (192.168.101.3) 56(84) bytes of data.

--- build.dumpdata.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.233/0.233/0.233/0.000 ms
NFS done
libxl: error: libxl.c:87:libxl_ctx_alloc: Is xenstore daemon running?
failed to stat /var/run/xenstored.pid: No such file or directory
cannot init xl context
192.168.101.2:3260,1 iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb
192.168.101.2:3260,1 iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb
Logging in to [iface: default, target: iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb, portal: 192.168.101.2,3260]
[   32.007409] scsi4 : iSCSI Initiator over TCP/IP
[   32.264374] scsi 4:0:0:0: Direct-Access     LIO-ORG  IBLOCK           4.0  PQ: 0 ANSI: 5
[   32.272749] sd 4:0:0:0: Attacheddb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   32.304708] ttyS0: 6 input overrun(s)
[   32.306660]  sdb: unknown partition table
[   32.308846] sd 4:0:0:0: [sdb] Attached SCSI disk
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^GLogin to [iface: default, target: iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb, portal: 192.168.101.2,3260] successful.
Mar  5 15:35:39 tst004 iscsid: Connection1:0 to [target: iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb, portal: 192.168.101.2,3260] through [iface: default] is operational now



  PV /dev/sdb    VG guests      lvm2 [931.51 GiB / 176.51 GiB free]
  PV /dev/sda3   VG vg_tst004   lvm2 [152.88 GiB / 0    freG^G^[   37.431861] bio: create slab <bio-1> at 1
G^G^G^G^G^G^G^G^G^G^G  26 logical volume(s) in volume group "guests" now active
  3 logical volume(s) in volume group "vg_tst004" now active
 5 Mar 15:35:47 ntpdate[3384]: adjust time server 17.171.4.35 offset -0.212397 sec
Tue Mar  5 15:35:48 UTC 2013
Mar  5 15:35:48 tst004 init: starting pid 3399, tty '/dev/tty0': '/bin/sh'
Mar  5 15:35:48 tst00400, tty '/dev/tty1': '/bin/sh'
Mar  5 15:35:48 tst004 init: starting pid 3401, tty '/dev/ttyS0': '/bin/sh'


BusyBox v1.14.3 (2013-02-25 08:05:07 EST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# 

Mar  5 15:35:48 tst004 init: starting pid 3402, tty '/dev/hvc0': '/bin/sh'
/bin/sh: : not found
# 
# 
# Mar  5 15:35:49 tst004 init: process '/bin/sh' (pid 3402) exited. Scheduling for restart.
Mar  5 15:35:49 tst004 init: startinMar  5 15:35:50 tst004 init: process '/bin/sh' (pid 3403) exited. Scheduling for restart.
Mar  5 15:35:50 tst004 init: startin[   44.445978] switch: port 1(eth0) entered forwarding state
Mar  5 15:35:51 tst004 sshd[3405]: WARNING: /etc/ssh/moduli does not exist, using fixed modulus
Mar  5 15:35:51 tst004 sshd[3405]: Accepted publickey for root from 192.168.101.3 port 43954 ssh2
Mar  5 15:35:51 tst004 sshd[3407]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory
Mar  5 15:35:51 tst004 sshd[3407]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory
Mar  5 15:35:51Mar  5 15:35:52 tst004 init: process '/bin/sh' (pid 3412) exited. Scheduling for restart.
Mar  5 15:35:52 tst004 init: startinMar  5 15:35:53 tst004 init: process '/bin/sh' (pid 3413) exited. Scheduling for restart.
Mar  5 15:35:53 tst004 init: startinMar  5 15:35:54 tst004 init: process '/bin/sh' (pid 3414) exited. Scheduling for restart.
Mar  5 15:35:54 tst004 init: startinMar  5 15:35:55 tst004 init: reloading /etc/inittab
Mar  5 15:36:04 tst004 sshd[3405]: syslogin_perform_logout: logout() returned an error
Mar  5 15:36:04 tst004 sshd[3405]: Received disconnect from 192.168.101.3: 11: disconnected by user

/bin/sh: : not found
# 
/bin/sh: : not found
# uptime
 15:36:23 up 1 min,  0 users,  load average: 0.38, 0.16, 0.06
# cat /proc/cmdline
initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=10000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
# dmesg | grep nou
[    0.000000] Command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug lveau.mdelay=10000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
[    0.000000] Kernel command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=10000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
[   12.408098] calling  nouveau_drm_init+0x0/0x1000 [nouveau] @ 2356
[   12.451042] nouveau 0000:00:0d.0: setting latency timer to 64
[   12.469931] nouveau  [  DEVICE][0000:00:0d.0] BOOT0  : 0x04c000a2
[   12.476019] nouveau  [  DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
[   12.482099] nouveau  [  DEVICE][0000:00:0d.0] Family : NV40
[   12.488386] nouveau  [   VBIOS][0000:00:0d.0] checking PRAMIN for image...
[   12.533702] nouveau  [   VBIOS][0000:00:0d.0] ... appears to be valid
[   12.540131] nouveau  [   VBIOS][0000:00:0d.0] using image from PRAMIN
[   12.546701] nouveau  [   VBIOS][0000:00:0d.0] BIT signature found
[   12.552786] nouveau  [   VBIOS][0000:00:0d.0] version 05.61.32.22.01
[   12.559277] nouveau  [     PFB][0000:00:0d.0] RAM type: unknown
[   12.566338] nouveau  [     PFB][0000:00:0d.0] RAM size: 128 MiB
[   12.572263] nouveau  [     PFB][0000:00:0d.0]    ZCOMP: 0 tags
[   12.603995] nouveau  [  PTHERM][0000:00:0d.0] FAN control: none / external
[   12.610863] nouveau  [  PTHERM][0000:00:0d.0] Thermal management: disabled
[   22.605028] nouveau  [  PTHERM][0000:00:0d.0] programmed thresholds [ 90(2), 95(3), 145(2), 135(5) ]
[   22.639481] nouveau  [     DRM] VRAM: 125 MiB
[   22.644386] nouveau  [     DRM] GART: 512 MiB
[   22.650115] nouveau  [     DRM] TMDS table version 1.1
[   22.655589] nouveau  [     DRM] DCB version 3.0
[   22.660107] nouveau  [     DRM] DCB outp 00: 01000310 00000023
[   22.665924] nouveau  [     DRM] DCB outp 01: 00110204 97e50000
[   22.671740] nouveau  [     DRM] DCB conn 00: 0000
[   22.676585] nouveau  [     DRM] Saving VGA fonts
[   22.719290] nouveau W[     DRM] DCB type 4 not known
[   22.724254] nouveau W[     DRM] Unknown-1 has no encoders, removing
[   22.744395] nouveau  [     DRM] 1 available performance level(s)
[   22.750474] nouveau  [     DRM] 0: core 425MHz shader 425MHz fanspeed 100%
[   22.757344] nouveau  [     DRM] c:
[   22.762008] nouveau  [     DRM] MM: using M2MF for buffer copies
[   22.801816] nouveau 0000:00:0d.0: No connectors reported connected with modes
[   22.815188] nouveau  [     DRM] allocated 1024x768 fb: 0x9000, bo ffff88012f475c00
[   22.822863] fbcon: nouveaufb (fb0) is primary device
[   22.839101] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
[   22.845443] nouveau 0000:00:0d.0: registered panic notifier
[   22.851029] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
[   22.858646] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 10213487 usecs
# 
/bin/sh: : not found
# 
# uptime
 15:37:06 up 1 min,  0 users,  load average: 0.19, 0.14, 0.06
# [  127.474173] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold
[  127.482681] nouveau  [  PTH[  129.486963] nouveau  [  PTHERM][0000:00:0d.0] temperature (88 C) went below the 'fanboost' threshold
[  130.494745] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold
[  133.499254] nouveau  [  PTHERM][0000:00:0d.0] temperature (88 C) went below the 'fanboost' threshold
[  134.507039] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold

/bin/sh: : not found
# [  144.502221] nouveau  [  PTHERM][0000:00:0d.0] temperature (100 C) hit the 'downclock' threshold

# uptime
 15:37:48 up 2 min,  0 users,  load average: 0.09, 0.12, 0.05
# 
# ps -eff|grep fb
root      3425  3401  0 15:38 ttyS0    00:00:00 grep fb
# fb# fb
fb_test  fbset
# fb_te# fb_test 
Starting..[/dev/fb0]
/dev/fb0: len:0
/dev/fb0: bits/pixel32
(7f2067df2000): Writting .. [1024:768]
Done!
# fb# [  203.432271] nouveau  [  PTHERM][0000:00:0d.0] temperature (136 C) hit the 'shutdown' threshold
Mar  5 15:38:30 tst004 init: tty '': '/etc/init.d/halt'
Usage: /etc/init.d/halt {start}
^G^G^G^GThe system is going down NOW!
Mar  5 15:38:30 tst004 init: The system is going down NOW!
^GSent SIGTERM to all processes
Mar  5 15:38:30 tst004 exiting on signal 15
Sent SIGKILL toRequesting system poweroff
[  205.447259] kvm: exiting hardware virtualization
[  205.451944] sd 4:0:0:0: shutdown
[  205.455185] sd 1:0:0:0: shutdown
[^G[  205.838365] i2c i2c-2: shutdown
[  205.841525] i2c i2c-1: shutdown
[  205.844662] i2c i2c-0: shutdown
[  205.847827] serio serio0: shutdown
[  205.851223] i8042 i8042: shutdown
[  205.854682] system 00:09: shutdown
[  205.858078] system 00:08: shutdown
[  205.861478] serial 00:07: shutdown
[  205.864877] pnp 00:06: shutdown
[  205.868013] pnp 00:05: shutdown
[  205.871153] rtc_cmos 00:04: shutdown
[  205.874731] pnp 00:03: shutdown
[  205.877871] pnp 00:02: shutdown
[  205.881018] system 00:01: shutdown
[  205.884413] system 00:00: shutdown
[  205.887814] skge 0000:01:08.0: shutdown
[  205.892796] pci 0000:00:04.0: System wakeup enabled by ACPI
[  205.908709] e1000 0000:01:06.0: shutdown
[  205.959662] pci 0000:00:18.4: shutdown
[  205.963411] pci 0000:00:18.3: shutdown
[  205.967154] pci 0000:00:18.2: shutdown
[  205.970894] pci 0000:00:18.1: shutdown
[  205.974632] pci 0000:00:18.0: shutdown
[  205.978371] nouveau 0000:00:0d.0: shutdown
[  205.982458] pcieport 0000:00:0c.0: shutdown
[  205.986640] pcieport 0000:00:0b.0: shutdown
[  205.990820] pcieport 0000:00:09.0: shutdown
[  205.994999] sata_nv 0000:00:08.1: shutdown
[  205.999092] sata_nv 0000:00:08.0: shutdown
[  206.003178] forcedeth 0000:00:07.0: shutdown
[  206.018613] pci 0000:00:06.0: shutdown
[  206.022368] pci 0000:00:05.0: shutdown
[  206.026113] pci 0000:00:04.0: shutdownshutdown
[  206.043992] pci 0000:00:01.1: shutdown
[  206.047733] pci 0000:00:01.0: shutdown
[  206.051508] pci 0000:00:00.0: shutdown
^G^G^G^G^G^G^G^G[  206.055351] ACPI: Preparing to enter system sleep state S5
^G^G^G^G^G^G^G^G[  206.062664] Disabling non-boot CPUs ...
^G^G^G^G^G^G^G^G[  206.067567] Broke affinity for irq 23
^G^G^G[  206.073743] PM: Calling mce_syscore_shutdown+0x0/0x70
[  206.078983] PM: Calling i8259A_shutdown+0x0/0x10
[  206.083591] Power down.
[  206.086364] acpi_power_off called

PXELINUX 3.82 2009-06-09  Copyright (C) 1994-2009 H. Peter Anvin et al
boot: 
Loading vmlinuz........................................................................
Loading initramfs.cpio.gz....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ready.
Hh?r??????II=I??????????????????????mu9a????????????????????[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: BIOSTAR Group N61PB-M2S/N61PB-M2S, BIOS 6.00 PG 09/03/2009
[    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 = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 000100000000 mask FFFFC0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000140000000 aka 5120M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xb7ee0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000f3a30-0x000f3a3f] mapped at [ffff8800000f3a30]
[    0.000000] memblock_reserve: [0x000000000f3a30-0x000000000f3a40] smp_scan_config+0xee/0x12b
[    0.000000] memblock_reserve: [0x000000000f1f44-0x000000000f2088] smp_scan_config+0x10c/0x12b
[    0.000000] memblock_reserve: [0x00000001cb9000-0x00000001cbf000] setup_arch+0x65f/0xcfe
[    0.000000] MEMBLOCK configurati 0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes
[    0.000000]  reserved.cnt  = 0x3
[    0.000000]  reserved[0x0]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x1]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x2]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000] memblock_reserve: [0x00000000001000-0x00000000010000] setup_bios_corruption_check+0xee/0x180
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] memblock_reserve: [0x00000000098000-0x0000000009e000] reserve_real_mode+0x65/0x8b
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] memblock_reserve: [0x00000000000000-0x00000000010000] setup_arch+0x73d/0xcfe
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01cba000, 0x01cbafff] PGTABLE
[    0.000000] BRK [0x01cbb000, 0x01cbbfff] PGTABLE
[    0.000000] BRK [0x01cbc000, 0x01cbcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[    0.000000]  [mem 0x13fe00000-0x13fffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
[    0.000000]  [mem 0x13c000000-0x13fdfffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000]  [mem 0x100000000-0x13bffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x00100000-0xb7edffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xb7dfffff] page 2M
[    0.000000]  [mem 0xb7e00000-0xb7edffff] page 4k
[    0.000000] memblock_reserve: [0x0000013ffff000-0x00000140000000] alloc_low_pages+0xd5/0x180
[    0.000000] memblock_reserve: [0x0000013fffe000-0x0000013ffff000] alloc_low_pages+0xd5/0x180
[    0.000000] RAMDISK: [mem 0x7b1e3000-0x7fffefff]
[    0.000000] ACPI: RSDP 00000000000f7e60 00014 (v00 Nvidia)
[    0.000000] ACPI: RSDT 00000000b7ee3000 00038 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: FACP 00000000b7ee3080 00074 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI BIOS Bug: Warning: Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130117/tbfadt-599)
[    0.000000] ACPI: DSDT 00000000b7ee3100 05B85 (v01 NVIDIA NVDAACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 00000000b7ee0000 00040
[    0.000000] ACPI: SSDT 00000000b7ee8d80 008F5 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: HPET 00000000b7ee9680 00038 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000098)
[    0.000000] ACPI: MCFG 00000000b7ee96c0 0003C (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: APIC 00000000b7ee8cc0 00098 (v01 Nvidia NVDAACPI 42302E31 NVDA 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[    0.000000] memblock_reserve: [0x0000013fffa000-0x0000013fffe000] memblock_alloc_base_nid+0x3f/0x52
[    0.000000]   NODE_DATA [mem 0x13fffa000-0x13fffdfff]
[    0.000000] MEMBLOCK configuration:
[    0.000000]  memory size = 0xf7e7e400 reserved size = 0x5b58400
[    0.000000]  memory.cnt  = 0x3
[    0.000000]  memory[0x0]	[0x00000000001000-0x0000000009efff], 0x9e000 bytes on node 0
[    0.000000]  memory[0x1]	[0x00000000100000-0x000000b7edffff], 0xb7de0000 bytes on node 0
[    0.000000]  memory[0x2]	[0x00000100000000-0x0000013fffffff], 0x40000000 bytes on node 0
[    0.000000]  reserved.cnt  = 0x6
[    0.000000]  reserved[0x0]	[0x00000000000000-0x0000000000ffff], 0x10000 bytes
[    0.000000]  reserved[0x1]	[0x00000000098000-0x0000000009dfff], 0x6000 bytes
[    0.000000]  reserved[0x2]	[0x0000000009ec00-0x000000000fffff], 0x61400 bytes
[    0.000000]  reserved[0x3]	[0x00000001000000-0x00000001cbefff], 0xcbf000 bytes
[    0.000000]  reserved[0x4]	[0x0000007b1e3000-0x0000007fffefff], 0x4e1c000 bytes
[    0.000000]  reserved[0x5]	[0x0000013fffa000-0x0000013fffffff], 0x6000 bytes
[    0.000000] memblock_reserve: [0x0000013fff9000-0x0000013fffa000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf9000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fbf8c00-0x0000013fbf8fe0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013f7f8c00-0x0000013fbf8c00] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013b800000-0x0000013f600000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] membloc 0.000000] memblock_reserve: [0x0000013f7f6000-0x0000013f7f7000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013f000000-0x0000013f600000] free_bootmem+0x9/0xb
[    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013b800000-ffff88013effffff] on node 0
[    0.000000]    memblock_free: [0x0000013f7f8c00-0x0000013fbf8c00] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fbf9000-0x0000013fff9000] free_bootmem+0x9/0xb
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13fffffff]
[    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-0xb7edffff]
[    0.000000]   node   0: [mem 0x100000000-0x13fffffff]
[    0.000000] On node 0 totalpages: 1015422
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000] memblock_reserve: [0x0000013ffe1000-0x0000013fff9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   DMA32 zone: 10245 pages used for memmap
[    0.000000]   DMA32 zone: 749280 pages, LIFO batch:31
[    0.000000] memblock_reserve: [0x0000013ffc9000-0x0000013ffe1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] memblock_reserve: [0x0000013ffb1000-0x0000013ffc9000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffb0000-0x0000013ffb1000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[    0.000000] memblock_reserve: [0x0000013ffaff80-0x0000013ffaffc1] __alloc_memory_core_early+0x5c/0x64
[    0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] memblock_reserve: [0x0000013ffaff00-0x0000013ffaff43] __alloc_memory_core_early+0x5c/0x64
[    0.000000] nr_irqs_gsi: 40
[    0.000000] memblock_reserve: [0x0000013ffafc40-0x0000013ffafee0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafbc0-0x0000013ffafc28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafb40-0x0000013ffafba8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafac0-0x0000013ffafb28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffafa40-0x0000013ffafaa8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf9c0-0x0000013ffafa28] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf940-0x0000013ffaf9a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf8c0-0x0000013ffaf928] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf840-0x0000013ffaf8a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf7c0-0x0000013ffaf828] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf740-0x0000013ffaf7a8] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf6c0-0x0000013ffaf728] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf680-0x0000013ffaf6a0] __alloc_memory_core_early+0x5c/0x64
[    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] memblock_reserve: [0x0000013ffaf640-0x0000013ffaf660] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000b7ee0000 - 00000000b7ee3000
[    0.000000] PM: Registered nosave memory: 00000000b7ee3000 - 00000000b7ef0000
[    0.000000] PM: Registered nosave memory: 00000000b7ef0000 - 00000000b7f00000
[    0.000000] PM: Registered nosave memory: 00000000b7f00000 - 00000000b8000000
[    0.000000] PM: Registered nosave memory: 00000000b8000000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000f4000000
[    0.000000] PM: Registered nosave memory: 00000000f4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] memblock_reserve: [0x0000013ffaf580-0x0000013ffaf637] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffaf4c0-0x0000013ffaf577] __alloc_memory_core_early+0x5c/0x64
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] memblock_reserve: [0x0000013ffae4c0-0x0000013ffaf4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad4c0-0x0000013ffae4c0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013fc00000-0x0000013fe00000] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013fc1c000-0x0000013fc80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fc9c000-0x0000013fd00000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd1c000-0x0000013fd80000] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013fd9c000-0x0000013fe00000] free_bootmem+0x9/0xb
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s84992 r8192 d21504 u524288
[    0.000000] memblock_reserve: [0x0000013ffad480-0x0000013ffad488] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad440-0x0000013ffad448] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad400-0x0000013ffad410] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad3c0-0x0000013ffad3e0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] pcpu-alloc: s84992 r8192 d21504 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] memblock_reserve: [0x0000013ffad280-0x0000013ffad3b0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad200-0x0000013ffad250] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ffad180-0x0000013ffad1d0] __alloc_memory_core_early+0x5c/0x64
[    0.000000]    memblock_free: [0x0000013ffae4c0-0x0000013ffaf4c0] free_bootmem+0x9/0xb
[    0.000000]    memblock_free: [0x0000013ffad4c0-0x0000013ffae4c0] free_bootmem+0x9/0xb
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1001515
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=1000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
[    0.000000] memblock_reserve: [0x0000013ffa5180-0x0000013ffad180] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] memblock_reserve: [0x000000b3ee0000-0x000000b7ee0000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x000000b3ed8000-0x000000b3ee0000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ff85000-0x0000013ffa5000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] memblock_reserve: [0x0000013ff45000-0x0000013ff85000] __alloc_memory_core_early+0x5c/0x64
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ fdfc000000 size 32 MB
[    0.000000] Aperture beyond 4GB. Ignoring.
[    0.000000] Your BIOS doesn't leave a aperture memory hole
[    0.000000] Please enable the IOMMU option in the BIOS setup
[    0.000000] This costs you 64 MB of RAM
[    0.000000] memblock_reserve: [0x000000ac000000-0x000000b0000000] gart_iommu_hole_init+0x3b1/0x512
[    0.000000] Mapping aperture over 65536 KB of RAM @ ac000000
[    0.000000] memblock_reserve: [0x0000013ffaf480-0x0000013ffaf4a0] __alloc_memory_core_early+0x5c/0x64
[    0.000000] PM: Registered nosave memory: 00000000ac000000 - 00000000b0000000
[    0.000000] Memory: 3778912k/5242880k available (6643k kernel code, 1181192k absent, 282776k reserved, 4275k data, 1028k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] console [ttyS0] enabled, bootconsole disabled
[    0.000000] hpet clockevent registered
[    0.001000] tsc: Fast TSC calibration using PIT
[    0.002000] tsc: Detected 2913.423 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5826.84 BogoMIPS (lpj=2913423)
[    0.010612] pid_max: default: 32768 minimum: 301
[    0.015250] Security Framework initialized
[    0.019346] SELinux:  Disabled at boot.
[    0.023367] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.031856] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.039530] Mount-cache hash table entries: 256
[    0.044216] Initializing cgroup subsys cpuacct
[    0.048660] Initializing cgroup subsys freezer
[    0.053123] tseg: 00b7f00000
[    0.056008] CPU: Physical Processor ID: 0
[    0.060014] CPU: Processor Core ID: 0
[    0.063675] mce: CPU supports 6 MCE banks
[    0.067686] LVT offset 0 assigned for vector 0xf9
[    0.072394] process: using AMD E400 aware idle routine
[    0.077525] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.077525] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.077525] tlb_flushall_shift: 4
[    0.092159] Freeing SMP alternatives: 24k freed
[    0.098212] ACPI: Core revision 20130117
[    0.105105] ACPI: All ACPI Tables successfully acquired
[    0.112509] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.128486] smpboot: CPU0: AMD Athlon(tm) II X2 245 Processor (fam: 10, model: 06, stepping: 02)
[    0.239120] calling  set_real_mode_permissions+0x0/0xab @ 1
[    0.244685] initcall set_real_mode_permissions+0x0/0xab retur257618] initcall trace_init_flags_sys_exit+0x0/0x12 returned 0 after 0 usecs
[    0.264991] calling  trace_init_flags_sys_enter+0x0/0x12 @ 1
[    0.270634] initcall trace_init_flags_sys_enter+0x0/0x12 returned 0 after 0 usecs
[    0.278096] calling  init_hw_perf_events+0x0/0x438 @ 1
[    0.283217] Performance Events: AMD PMU driver.
[    0.287753] ... version:                0
[    0.291752] ... bit width:              48
[    0.295835] ... generic registers:      4
[    0.299835] ... value mask:             0000ffffffffffff
[    0.305133] ... max period:             00007fffffffffff
[    0.310429] ... fixed-purpose events:   0
[    0.314426] ... event mask:             000000000000000f
[    0.319731] initcall init_hw_perf_events+0x0/0x438 returned 0 after 8789 usecs
[    0.326935] calling  register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[    0.333271] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0 after 0 usecs
[    0.341423] calling  spawn_ksoftirqd+0x0/0x28 @ 1
[    0.346132] initcall spawn_ksoftirqd+0x0/0x28 returned 0 after 0 usecs
[    0.352639] calling  init_workqueues+0x0/0x3c6 @ 1
[    0.357502] initcall init_workqueues+0x0/0x3c6 returned 0 after 0 usecs
[    0.364100] calling  check_cpu_stall_init+0x0/0x1b @ 1
[    0.369230] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[    0.376171] calling  migration_init+0x0/0x71 @ 1
[    0.380777] initcall migration_init+0x0/0x71 returned 0 after 0 usecs
[    0.387199] calling  cpu_stop_init+0x0/0x76 @ 1
[    0.391733] initcall cpu_stop_init+0x0/0x76 returned 0 after 0 usecs
[    0.398070] calling  rcu_scheduler_really_started+0x0/0x12 @ 1
[    0.403885] initcall rcu_scheduler_really_started+0x0/0x12 returned 0 after 0 usecs
[    0.411519] calling  rcu_spawn_gp_kthread+0x0/0x89 @ 1
[    0.416663] initcall rcu_spawn_gp_kthread+0x0/0x89 returned 0 after 0 usecs
[    0.423610] calling  relay_init+0x0/0x14 @ 1
[    0.427868] initcall relay_init+0x0/0x14 returned 0 after 0 usecs
[    0.433945] calling  tracer_alloc_buffers+0x0/0x1f1 @ 1
[    0.439192] initcall tracer_alloc_buffers+0x0/0x1f1 returned 0 after 0 usecs
[    0.446225] calling  init_events+0x0/0x61 @ 1
[    0.450571] initcall init_events+0x0/0x61 returned 0 after 0 usecs
[    0.456732] calling  init_trace_printk+0x0/0x12 @ 1
[    0.461597] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[    0.468278] calling  jump_label_init_module+0x0/0x12 @ 1
[    0.473577] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[    0.480699] calling  mce_amd_init+0x0/0x165 @ 1
[    0.485214] MCE: In-kernel MCE decoding enabled.
[    0.489820] initcall mce_amd_init+0x0/0x165 returned 0 after 976 usecs
[    0.496376] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.504470] smpboot: Booting Node   0, Processors  #1
[    0.522467] Brought up 2 CPUs
[    0.525619] smpboot: Total of 2 processors activated (11653.69 BogoMIPS)
[    0.535672] [    0.557917] calling  init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[    0.564513] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[    0.572926] calling  net_ns_init+0x0/0xfd @ 1
[    0.577335] initcall net_ns_init+0x0/0xfd returned 0 after 0 usecs
[    0.583539] calling  e820_mark_nvs_memory+0x0/0x41 @ 1
[    0.588668] PM: Registering ACPI NVS region [mem 0xb7ee0000-0xb7ee2fff] (12288 bytes)
[    0.596476] initcall e820_mark_nvs_memory+0x0/0x41 returned 0 after 6835 usecs
[    0.603685] calling  cpufreq_tsc+0x0/0x37 @ 1
[    0.608029] initcall cpufreq_tsc+0x0/0x37 returned 0 after 0 usecs
[    0.614192] calling  reboot_init+0x0/0x1d @ 1
[    0.618539] initcall reboot_init+0x0/0x1d returned 0 after 0 usecs
[    0.624707] calling  init_lapic_sysfs+0x0/0x20 @ 1
[    0.629484] initcall init_lapic_sysfs+0x0/0x20 returned 0 after 0 usecs
[    0.636081] calling  cpu_hotplug_pm_sync_init+0x0/0x2f @ 1
[    0.641550] initcall cpu_hotplug_pm_sync_init+0x0/0x2f returned 0 after 0 usecs
[    0.648836] calling  alloc_frozen_cpus+0x0/0x8 @ 1
[    0.653614] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[    0.660210] calling  ksysfs_init+0x0/0x94 @ 1
[    0.664560] initcall ksysfs_init+0x0/0x94 returned 0 after 0 usecs
[    0.670726] calling  pm_init+0x0/0x4e @ 1
[    0.674728] initcall pm_init+0x0/0x4e returned 0 after 0 usecs
[    0.680548] calling  pm_disk_init+0x0/0x19 @ 1
[    0.684983] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[    0.691239] calling  swsusp_header_init+0x0/0x30 @ 1
[    0.696197] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs
[    0.702965] calling  init_jiffies_clocksource+0x0/0x12 @ 1
[    0.708437] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 usecs
[    0.715731] calling  event_trace_enable+0x0/0xa9 @ 1
[    0.720717] initcall event_trace_enable+0x0/0xa9 returned 0 after 0 usecs
[    0.727485] calling  init_zero_pfn+0x0/0x4f @ 1
[    0.732003] initcall init_zero_pfn+0x0/0x4f returned 0 after 0 usecs
[    0.738337] calling  fsnotify_init+0x0/0x26 @ 1
[    0.742857] initcall fsnotify_init+0x0/0x26 returned 0 after 0 usecs
[    0.749199] calling  filelock_init+0x0/0x2a @ 1
[    0.753721] initcall filelock_init+0x0/0x2a returned 0 after 0 usecs
[    0.760062] calling  init_misc_binfmt+0x0/0x31 @ 1
[    0.764840] initcall init_misc_binfmt+0x0/0x31 returned 0 after 0 usecs
[    0.771433] calling  init_script_binfmt+0x0/0x16 @ 1
[    0.776386] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.783152] calling  init_elf_binfmt+0x0/0x16 @ 1
[    0.787844] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.794355] calling  init_compat_elf_binfmt+0x0/0x16 @ 1
[    0.799659] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[    0.806781] calling  debugfs_init+0x0/0x5c @ 1
[    0.811215] initcall debugfs_init+0x0/0x5c returned 0 after 0 usecs
[    0.817469] calling  securityfs_init+0x0/0x53 @ 1
[    0.822164] initcall securityfs_init+0x0/0x53 returned 0 after 0 usecs
[    0.828679] calling  prandom_init+0x0/0xd9 @ 1
[    0.833109] initcall prandom_init+0x0/0xd9 returned 0 after 0 usecs
[    0.839359] calling  virtio_init+0x0/0x30 @ 1
[    0.843798] kworker/u:0 (20) used greatest stack depth: 6152 bytes left
[    0.843800] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[    0.843802] calling  __gnttab_init+0x0/0x30 @ 1
[    0.843806] initcall __gnttab_init+0x0/0x30 returned -19 after 0 usecs
[    0.843808] calling  early_resume_init+0x0/0x1d0 @ 1
[    0.843853] RTC time: 15:40:13, date: 03/05/13
[    0.843854] initcall early_resume_init+0x0/0x1d0 returned 0 after 0 usecs
[    0.843856] calling  cpufreq_core_init+0x0/0xc7 @ 1
[    0.843858] initcall cpufreq_core_init+0x0/0xc7 returned 0 after 0 usecs
[    0.843859] calling  cpuidle_init+0x0/0x40 @ 1
[    0.843862] initcall cpuidle_init+0x0/0x40 returned 0 after 0 usecs
[    0.843863] calling  bsp_pm_check_init+0x0/0x14 @ 1
[    0.843865] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[    0.843866] calling  sock_init+0x0/0x89 @ 1
[    0.921725] initcall sock_init+0x0/0x89 returned 0 after 976 usecs
[    0.927890] calling  net_inuse_init+0x0/0x26 @ 1
[    0.932496] initcall net_inuse_init+0x0/0x26 returned 0 after 0 usecs
[    0.938925] calling  netpoll_init+0x0/0x3d @ 1
[    0.943358] initcall netpoll_init+0x0/0x3d returned 0 after 0 usecs
[    0.949617] calling  netlink_proto_init+0x0/0x1b3 @ 1
[    0.954664] NET: Registered protocol family 16
[    0.959106] initcall netlink_proto_init+0x0/0x1b3 returned 0 after 3906 usecs
[    0.966257] calling  bdi_class_init+0x0/0x4d @ 1
[    0.970968] initcall bdi_class_init+0x0/0x4d returned 0 after 0 usecs
[    0.977396] calling  kobject_uevent_init+0x0/0x12 @ 1
[    0.982434] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[    0.989296] calling  pcibus_class_init+0x0/0x19 @ 1
[    0.994219] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.000903] calling  pci_driver_init+0x0/0x19 @ 1
[    1.005665] initcall pci_driver_init+0x0/0x19 returned 0 after 0 usecs
[    1.012187] calling  backlight_class_init+0x0/0x5d @ 1
[    1.017373] initcall backlight_class_init+0x0/0x5d returned 0 after 0 usecs
[    1.024319] calling  video_output_class_init+0x0/0x19 @ 1
[    1.029780] initcall video_output_class_init+0x0/0x19 returned 0 after 0 usecs
[    1.036996] calling  xenbus_init+0x0/0x233 @ 1
[    1.041434] initcall xenbus_init+0x0/0x233 returned -19 after 0 usecs
[    1.047855] calling  tty_class_init+0x0/0x38 @ 1
[    1.052529] initcall tty_class_init+0x0/0x38 returned 0 after 0 usecs
[    1.058963] calling  vtconsole_class_init+0x0/0xc2 @ 1
[    1.064183] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs
[    1.071132] calling  wakeup_sources_debugfs_init+0x0/0x2b @ 1
[    1.076868] initcall wakeup_sources_debugfs_init+0x0/0x2b returned 0 after 0 usecs
[    1.084424] calling  register_node_type+0x0/0x34 @ 1
[    1.089457] initcall register_node_type+0x0/0x34 returned 0 after 0 usecs
[    1.096233] calling  i2c_init+0x0/0x77 @ 1
[    1.100416] initcall i2c_init+0x0/0x77 returned 0 after 0 usecs
[    1.106325] calling  amd_postcore_init+0x0/0x143 @ 1
[    1.111280] node 0 link 0: io port [8000, ffff]
[    1.115806] TOM: 00000000c0000000 aka 3072M
[    1.119977] Fam 10h mmconf [mem 0xf0000000-0xf00fffff]
[    1.125100] node 0 link 0: mmio [a0000, bffff]
[    1.129547] node 0 link 0: mmio [c0000000, efffffff]
[    1.134516] node 0 link 0: mmio [f4000000, fe02ffff]
[    1.139484] node 0 link 0: mmio [f0000000, f03fffff] ==> [f0100000, f03fffff]
[    1.146632] TOM2: 0000000140000000 aka 5120M
[    1.150892] bus: [bus 00-04] on node 0 link 0
[    1.155236] bus: 00 [io  0x0000-0xffff]
[    1.159061] bus: 00 [mem 0x000a0000-0x000bffff]
[    1.163580] bus: 00 [mem 0xc0000000-0xefffffff]
[    1.168098] bus: 00 [mem 0xf0400000-0xffffffff]
[    1.172615] bus: 00 [mem 0xf0100000-0xf03fffff]
[    1.177133] bus: 00 [mem 0x140000000-0xfcffffffff]
[    1.181919] initcall amd_postcore_init+0x0/0x143 returned 0 after 69335 usecs
[    1.189068] calling  arch_kdebugfs_init+0x0/0x233 @ 1
[    1.194115] initcall arch_kdebugfs_init+0x0/0x233 returned 0 after 0 usecs
[    1.200969] calling  mtrr_if_init+0x0/0x78 @ 1
[    1.205404] initcall mtrr_if_init+0x0/0x78 returned 0 after 0 usecs
[    1.211660] calling  ffh_cstate_init+0x0/0x2a @ 1
[    1.216358] initcall ffh_cstate_init+0x0/0x2a returned -1 after 0 usecs
[    1.222955] initcall ffh_cstate_init+0x0/0x2a returned with error code -1 
[    1.229818] calling  activate_jump_labels+0x0/0x32 @ 1
[    1.234950] initcall activate_jump_labels+0x0/0x32 returned 0 after 0 usecs
[    1.241898] calling  acpi_pci_init+0x0/0x5c @ 1
[    1.246417] ACPI: bus type pci registered
[    1.250416] initcall acpi_pci_init+0x0/0x5c returned 0 after 3906 usecs
[    1.257010] calling  dma_bus_init+0x0/0x19 @ 1
[    1.261513] initcall dma_bus_init+0x0/0x19 returned 0 after 0 usecs
[    1.267773] calling  dma_channel_table_init+0x0/0xde @ 1
[    1.273082] initcall dma_channel_table_init+0x0/0xde returned 0 after 0 usecs
[    1.280197] calling  setup_vcpu_hotplug_event+0x0/0x2d @ 1
[    1.285667] initcall setup_vcpu_hotplug_event+0x0/0x2d returned -19 after 0 usecs
[    1.293128] calling  register_xen_pci_notifier+0x0/0x38 @ 1
[    1.298693] initcall register_xen_pci_notifier+0x0/0x38 returned 0 after 0 usecs
[    1.306065] calling  xen_pcpu_init+0x0/0xcc @ 1
[    1.310584] initcall xen_pcpu_init+0x0/0xcc returned -19 after 0 usecs
[    1.317094] calling  dmi_id_init+0x0/0x31d @ 1
[    1.321662] initcall dmi_id_init+0x0/0x31d returned 0 after 976 usecs
[    1.328089] calling  dca_init+0x0/0x20 @ 1
[    1.332186] dca service started, version 1.12.1
[    1.336764] initcall dca_init+0x0/0x20 returned 0 after 4882 usecs
[    1.342934] calling  iommu_init+0x0/0x58 @ 1
[    1.347197] initcall iommu_init+0x0/0x58 returned 0 after 0 usecs
[    1.353280] calling  pci_arch_init+0x0/0x69 @ 1
[    1.357818] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    1.367101] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    1.376411] PCI: Using configuration type 1 for base access
[    1.381975] initcall pci_arch_init+0x0/0x69 returned 0 after 23437 usecs
[    1.388694] calling  topology_init+0x0/0x98 @ 1
[    1.393434] initcall topology_init+0x0/0x98 returned 0 after 0 usecs
[    1.399777] calling  mtrr_init_finialize+0x0/0x36 @ 1
[    1.404822] initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs
[    1.411683] calling  init_vdso+0x0/0x152 @ 1
[    1.415943] initcall init_vdso+0x0/0x152 returned 0 after 0 usecs
[    1.422024] calling  sysenter_setup+0x0/0x2f8 @ 1
[    1.426718] initcall sysenter_setup+0x0/0x2f8 returned 0 after 0 usecs
[    1.433234] calling  param_sysfs_init+0x0/0x192 @ 1
[    1.438514] kworker/u:0 (50) used greatest stack depth: 5720 bytes left
[    1.450992] initcall param_sysfs_init+0x0/0x192 returned 0 after 12695 usecs
[    1.458123] calling  pm_sysrq_init+0x0/0x19 _bdi_init+0x0/0x37 returned 0 after 0 usecs
[    1.480530] calling  init_bio+0x0/0xe8 @ 1
[    1.484642] bio: create slab <bio-0> at 0
[    1.488646] initcall init_bio+0x0/0xe8 returned 0 after 3906 usecs
[    1.494814] calling  fsnotify_notification_init+0x0/0x8b @ 1
[    1.500465] initcall fsnotify_notification_init+0x0/0x8b returned 0 after 0 usecs
[    1.507927] calling  cryptomgr_init+0x0/0x12 @ 1
[    1.512540] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[    1.518968] calling  blk_settings_init+0x0/0x2c @ 1
[    1.523834] initcall blk_settings_init+0x0/0x2c returned 0 after 0 usecs
[    1.530523] calling  blk_ioc_init+0x0/0x2a @ 1
[    1.534969] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[    1.541221] calling  blk_softirq_init+0x0/0x6e @ 1
[    1.546000] initcall blk_softirq_init+0x0/0x6e returned 0 after 0 usecs
[    1.552603] calling  blk_iopoll_setup+0x0/0x6e @ 1
[    1.557381] initcall blk_iopoll_setup+0x0/0x6e returned 0 after 0 usecs
[    1.563984] calling  genhd_device_init+0x0/0x86 @ 1
[    1.568994] initcall genhd_device_init+0x0/0x86 returned 0 after 0 usecs
[    1.575710] calling  pci_slot_init+0x0/0x50 @ 1
[    1.580232] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[    1.586572] calling  fbmem_init+0x0/0x98 @ 1
[    1.590929] initcall fbmem_init+0x0/0x98 returned 0 after 0 usecs
[    1.597014] calling  acpi_init+0x0/0xbc @ 1
[    1.601205] ACPI: Added _OSI(Module Device)
[    1.605378] ACPI: Added _OSI(Processor Device)
[    1.609810] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.614502] ACPI: Added _OSI(Processor Aggregator Device)
[    1.620710] ACPI: EC: Look up EC in DSDT
[    1.628536] ACPI: Interpreter enabled
[    1.632195] ACPI: (supports S0ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
[    1.643004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
[    1.652240]  S3 S4 S5)
[    1.654650] ACPI: Using IOAPIC for interrupt routing
[    1.659695] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.678816] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    1.685230] acpi PNP0A08:00: Requesting ACPI _OSC cont0x03af]
[    1.717419] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    1.723589] pci_bus 0000:00: root bus resource [io  0x8000-0xffff]
[    1.729750] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    1.735912] pci_bus 0000:00: root bus resource [io  0x1c00-0x1c80]
[    1.742076] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff]
[    1.748930] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.755786] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff]
[    1.762649] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff]
[    1.769533] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[    1.775823] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[    1.781834] pci 0000:00:01.0: reg 18: [io  0x1d00-0x1dff]
[    1.787339] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[    1.793339] pci 0000:00:01.1: reg 10: [io  0xfc00-0xfc3f]
[    1.798734] pci 0000:00:01.1: reg 20: [io  0x1c00-0x1c3f]
[    1.804126] pci 0000:00:01.1: reg 24: [io  0xf400-0xf43f]
[    1.809540] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    1.815478] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[    1.821622] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[    1.827631] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[    1.833746] pci 0000:00:02.0: supports D1 D2
[    1.838006] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.844631] pci 0000:00:02.0: System wakeup disabled by ACPI
[    1.850370] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[    1.856373] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02e0ff]
[    1.862506] pci 0000:00:02.1: supports D1 D2
[    1.866767] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.873406] pci 0000:00:02.1: System wakeup disabled by ACPI
[    1.879157] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[    1.885196] pci 0000:00:04.0: System wakeup disabled by ACPI
[    1.890935] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[    1.896946] pci 0000:00:05.0: reg 10: [mem 0xfe024000-0xfe027fff]
[    1.903062] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    1.908940] pci 0000:00:05.0: System wakeup disabled by ACPI
[    1.914714] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[    1.920725] pci 0000:00:06.0: reg 20: [io  0xf000-0xf00f]
[    1.926220] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[    1.932225] pci 0000:00:07.0: reg 10: [mem 0xfe02d000-0xfe02dfff]
[    1.938311] pci 0000:00:07.0: reg 14: [io  0xec00-0xec07]
[    1.943731] pci 0000:00:07.0: supports D1 D2
[    1.947994] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.954622] pci 0000:00:07.0: System wakeup disabled by ACPI
[    1.960357] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[    1.966360] pci 0000:00:08.0: reg 10: [io  0x09f0-0x09f7]
[    1.971752] pci 0000:00:08.0: reg 14: [io  0x0bf0-0x0bf3]
[    1.977144] pci 0000:00:08.0: reg 18: [io  0x0970-0x0977]
[    1.982536] pci 0000:00:08.0: reg 1c: [io  0x0b70-0x0b73]
[    1.987929] pci 0000:00:08.0: reg 20: [io  0xd800-0xd80f]
[    1.993322] pci 0000:00:08.0: reg 24: [mem 0xfe02c000-0xfe02cfff]
[    1.999515] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[    2.005521] pci 0000:00:08.1: reg 10: [io  0x09e0-0x09e7]
[    2.010909] pci 0000:00:08.1: reg 14: [io  0x0be0-0x0be3]
[    2.016300] pci 0000:00:08.1: reg 18: [io  0x0960-0x0967]
[    2.021692] pci 0000:00:08.1: reg 1c: [io  0x0b60-0x0b63]
[    2.027085] pci 0000:00:08.1: reg 20: [io  0xc400-0xc40f]
[    2.032477] pci 0000:00:08.1: reg 24: [mem 0xfe02b000-0xfe02bfff]
[    2.038687] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[    2.044708] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.051329] pci 0000:00:09.0: System wakeup disabled by ACPI
[    2.057049] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[    2.063070] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.069696] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    2.075432] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[    2.081459] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.088082] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    2.093800] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[    2.099800] pci 0000:00:0d.0: reg 10: [mem 0xfb000000-0xfbffffff]
[    2.105881] pci 0000:00:0d.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
[    2.112915] pci 0000:00:0d.0: reg 1c: [mem 0xfc000000-0xfcffffff 64bit]
[    2.119520] pci 0000:00:0d.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.126148] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    2.132297] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    2.138484] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    2.144613] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    2.150737] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    2.156948] pci 0000:01:06.0: [8086:1026] type 00 class 0x020000
[    2.162964] pci 0000:01:06.0: reg 10: [mem 0xfd8c0000-0xfd8dffff 64bit]
[    2.169573] pci 0000:01:06.0: reg 18: [mem 0xfd880000-0xfd8bffff 64bit]
[    2.176183] pci 0000:01:06.0: reg 20: [io  0xbc00-0xbc3f]
[    2.181584] pci 0000:01:06.0: reg 30: [mem 0x00000000-0x0003ffff pref]
[    2.188124] pci 0000:01:06.0: PME# supported from D0 D3hot D3cold
[    2.194292] pci 0000:01:08.0: [10b7:1700] type 00 class 0x020000
[    2.200299] pci 0000:01:08.0: reg 10: [mem 0xfd8fc000-0xfd8fffff]
[    2.206387] pci 0000:01:08.0: reg 14: [io  0xb800-0xb8ff]
[    2.211796] pci 0000:01:08.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    2.218327] pci 0000:01:08.0: supports D1 D2
[    2.222588] pci 0000:01:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.229282] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[    2.236066] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    2.242154] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.248926] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    2.256136] pci 0000:00:04.0:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    2.264036] pci 0000:00:04.0:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    2.271930] pci 0000:00:04.0:   bridge window [io  0x8000-0xffff] (subtractive decode)
[    2.279823] pci 0000:00:04.0:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    2.287716] pci 0000:00:04.0:   bridge window [io  0x1c00-0x1c80] (subtractive decode)
[    2.295609] pci 0000:00:04.0:   bridge window [mem 0xfec80000-0xfecbffff] (subtractive decode)
[    2.304195] pci 0000:00:04.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    2.312781] pci 0000:00:04.0:   bridge window [mem 0xc0000000-0xefffffff] (subtractive decode)
[    2.321368] pci 0000:00:04.0:   bridge window [mem 0xf4000000-0xfe02ffff] (subtractive decode)
[    2.330043] pci 0000:00:09.0: PCI bridge to [bus 02]
[    2.335003] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    2.341088] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.347861] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    2.355678] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    2.360645] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    2.366737] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.373515] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    2.381328] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    2.386292] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    2.392372] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.399142] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    2.406877] ACPI _OSC control for PCIe not granted, disabling ASPM
[    2.413706] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 *7 9 10 11 14 15)
[    2.420341] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.428143] ACPI: PCI Interrupt Link [LNK3] (IRQs *5 7 9 10 11 14 15)
[    2.434782] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.442580] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.450379] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.458177] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.465976] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.473776] ACPI: PCI Interrupt Link [LIGP] (IRQs 5 7 9 10 *11 14 15)
[    2.480410] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.488202] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 *11 14 15)
[    2.494841] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[    2.501488] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 *10 11 14 15)
[    2.508124] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.515923] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 *10 11 14 15)
[    2.522562] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 *7 9 10 11 14 15)
[    2.529204] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    2.536997] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    2.543642] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[    2.550343] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[    2.555818] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    2.562252] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    2.567724] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    2.574159] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    2.580591] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    2.587030] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    2.593460] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    2.599891] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0
[    2.605912] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[    2.611932] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0
[    2.617955] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0, disabled.
[    2.624947] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0
[    2.630962] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0
[    2.636977] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[    2.642994] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[    2.649987] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    2.656980] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0
[    2.662449] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0
[    2.668038] ACPI: Enabled 1 GPEs in block 00 to 1F
[    2.672857] acpi root: \_SB_.PCI0 notify handler is installed
[    2.678630] Found 1 acpi root devices
[    2.682358] initcall acpi_init+0x0/0xbc returned 0 after 635742 usecs
[    2.688791] calling  dock_init+0x0/0x7b @ 1
[    2.693068] ACPI: No dock devices found.
[    2.696982] initcall dock_init+0x0/0x7b returned 0 after 3906 usecs
[    2.703232] calling  pnp_init+0x0/0x19 @ 1
[    2.707402] initcall pnp_init+0x0/0x19 returned 0 after 0 usecs
[    2.713313] calling  xen_setup_shutdown_event+0x0/0x30 @ 1
[    2.718784] initcall xen_setup_shutdown_event+0x0/0x30 returned -19 after 0 usecs
[    2.726245] calling  balloon_init+0x0/0x133 @ 1
[    2.730762] initcall balloon_init+0x0/0x133 returned -19 after 0 usecs
[    2.737272] calling  xenbus_probe_backend_init+0x0/0x34 @ 1
[    2.742893] initcall xenbus_probe_backend_init+0x0/0x34 returned 0 after 0 usecs
[    2.750273] calling  xenbus_probe_frontend_init+0x0/0x34 @ 1
[    2.755977] initcall xenbus_probe_frontend_init+0x0/0x34 returned 0 after 0 usecs
[    2.763454] calling  xen_acpi_pad_init+0x0/0x47 @ 1
[    2.768325] initcall xen_acpi_pad_init+0x0/0x47 returned -19 after 0 usecs
[    2.775187] calling  balloon_init+0x0/0xfa @ 1
[    2.779620] initcall balloon_init+0x0/0xfa returned -19 after 0 usecs
[    2.786049] calling  xen_selfballoon_init+0x0/0xb9 @ 1
[    2.791174] initcall xen_selfballoon_init+0x0/0xb9 returned -19 after 0 usecs
[    2.798289] calling  misc_init+0x0/0xba @ 1
[    2.802542] initcall misc_init+0x0/0xba returned 0 after 0 usecs
[    2.808545] calling  vga_arb_device_init+0x0/0xde @ 1
[    2.813657] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[    2.821732] vgaarb: loaded
[    2.824433] vgaarb: bridge control possible 0000:00:0d.0
[    2.829732] initcall vga_arb_device_init+0x0/0xde returned 0 after 15625 usecs
[    2.836943] calling  cn_init+0x0/0xc0 @ 1
[    2.840955] initcall cn_init+0x0/0xc0 returned 0 after 0 usecs
[    2.846773] calling  phy_init+0x0/0x2e @ 1
[    2.851025] initcall phy_init+0x0/0x2e returned 0 after 0 usecs
[    2.856938] calling  init_pcmcia_cs+0x0/0x3d @ 1
[    2.861605] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 0 usecs
[    2.868039] calling  usb_init+0x0/0x170 @ 1
[    2.872232] ACPI: bus type usb registered
[    2.876338] usbcore: registered new interface driver usbfs
[    2.881884] usbcore: registered new interface driver hub
[    2.887319] usbcore: registered new device driver usb
[    2.892364] initcall usb_init+0x0/0x170 returned 0 after 11718 usecs
[    2.898704] calling  serio_init+0x0/0x38 @ 1
[    2.903046] initcall serio_init+0x0/0x38 returned 0 after 0 usecs
[    2.909125] calling  input_init+0x0/0x103 @ 1
[    2.913535] initcall input_init+0x0/0x103 returned 0 after 0 usecs
[    2.919704] calling  rtc_init+0x0/0x6a @ 1
[    2.923850] initcall rtc_init+0x0/0x6a returned 0 after 0 usecs
[    2.929759] calling  pps_init+0x0/0xb7 @ 1
[    2.933909] pps_core: LinuxPPS API ver. 1 registered
[    2.938865] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    2.947976] initcall pps_init+0x0/0xb7 returned 0 after 13671 usecs
[    2.954231] calling  ptp_init+0x0/0xa4 @ 1
[    2.958395] PTP clock support registered
[    2.962319] initcall ptp_init+0x0/0xa4 returned 0 after 3906 usecs
[    2.968487] calling  power_supply_class_init+0x0/0x44 @ 1
[    2.973939] initcall power_supply_class_init+0x0/0x44 returned 0 after 0 usecs
[    2.981150] calling  hwmon_init+0x0/0xf6 @ 1
[    2.985477] initcall hwmon_init+0x0/0xf6 returned 0 after 0 usecs
[    2.991557] calling  leds_init+0x0/0x48 @ 1
[    2.995795] initcall leds_init+0x0/0x48 returned 0 after 0 usecs
[    3.001802] calling  pci_subsys_init+0x0/0x4f @ 1
[    3.006500] PCI: Using ACPI for IRQ routing
[    3.012104] PCI: pci_cache_line_size set to 64 bytes
[    3.017069] pci 0000:00:01.0: no compatible bridge window for [io  0x1d00-0x1dff]
[    3.024566] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[    3.030561] e820: reserve RAM buffer [mem 0xb7ee0000-0xb7ffffff]
[    3.036559] initcall pci_subsys_init+0x0/0x4f returned 0 after 29296 usecs
[    3.043422] calling  proto_init+0x0/0x12 @ 1
[    3.047681] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[    3.053764] calling  net_dev_init+0x0/0x1bb @ 1
[    3.058487] initcall net_dev_init+0x0/0x1bb returned 0 after 0 usecs
[    3.064836] calling  neigh_init+0x0/0x80 @ 1
[    3.069102] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[    3.075185] calling  fib_rules_init+0x0/0xaf @ 1
[    3.079791] initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs
[    3.086221] calling  pktsched_init+0x0/0xfe @ 1
[    3.090750] initcall pktsched_init+0x0/0xfe returned 0 after 0 usecs
[    3.097090] calling  tc_filter_init+0x0/0x55 @ 1
[    3.101695] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[    3.108116] calling  tc_action_init+0x0/0x55 @ 1
[    3.112721] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[    3.119148] calling  genl_init+0x0/0x75 @ 1
[    3.123332] initcall genl_init+0x0/0x75 returned 0 after 0 usecs
[    3.129322] calling  cipso_v4_init+0x0/0x61 @ 1
[    3.133841] initcall cipso_v4_init+0x0/0x61 returned 0 after 0 usecs
[    3.140184] calling  netlbl_init+0x0/0x81 @ 1
[    3.144526] NetLabel: Initializing
[    3.147919] NetLabel:  domain hash size = 128
[    3.152265] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.157224] NetLabel:  unlabeled traffic allowed by default
[    3.162781] initcall netlbl_init+0x0/0x81 returned 0 after 17578 usecs
[    3.169289] calling  rfkill_init+0x0/0x79 @ 1
[    3.173741] initcall rfkill_init+0x0/0x79 returned 0 after 0 usecs
[    3.179969] calling  xen_p2m_debugfs+0x0/0x4a @ 1
[    3.184667] initcall xen_p2m_debugfs+0x0/0x4a returned 0 after 0 usecs
[    3.191179] calling  xen_spinlock_debugfs+0x0/0x24e @ 1
[    3.196416] initcall xen_spinlock_debugfs+0x0/0x24e returned 0 after 0 usecs
[    3.203451] calling  hpet_late_init+0x0/0x101 @ 1
[    3.208144] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    3.215182] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[    3.220206] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    3.228092] initcall hpet_late_init+0x0/0x101 returned 0 after 19531 usecs
[    3.234959] calling  init_amd_nbs+0x0/0xb8 @ 1
[    3.239414] initcall init_amd_nbs+0x0/0xb8 returned 0 after 0 usecs
[    3.245670] calling  clocksource_done_booting+0x0/0x5a @ 1
[    3.251149] Switching to clocksource hpet
[    3.255182] initcall clocksource_done_booting+0x0/0x5a returned 0 after 988 usecs
[    3.262660] calling  tracer_init_debugfs+0x0/0x3f5 @ 1
[    3.267864] initcall tracer_init_debugfs+0x0/0x3f5 returned 0 after 66 usecs
[    3.274900] calling  init_trace_printk_function_export+0x0/0x2f @ 1
[    3.281163] initcall init_trace_printk_function_export+0x0/0x2f returned 0 after 2 usecs
[    3.289233] calling  event_trace_init+0x0/0x237 @ 1
[    3.295727] initcall event_trace_init+0x0/0x237 returned 0 after 1580 usecs
[    3.302676] calling  init_kprobe_trace+0x0/0x93 @ 1
[    3.307552] initcall init_kprobe_trace+0x0/0x93 returned 0 after 4 usecs
[    3.314237] calling  init_pipe_fs+0x0/0x4c @ 1
[    3.318697] initcall init_pipe_fs+0x0/0x4c returned 0 after 19 usecs
[    3.325038] calling  eventpoll_init+0x0/0xda @ 1
[    3.329678] initcall eventpoll_init+0x0/0xda returned 0 after 25 usecs
[    3.336195] calling  anon_inode_init+0x0/0x5b @ 1
[    3.340904] initcall anon_inode_init+0x0/0x5b returned 0 after 7 usecs
[    3.347422] calling  blk_scsi_ioctl_init+0x0/0x289 @ 1
[    3.352558] initcall blk_scsi_ioctl_init+0x0/0x289 returned 0 after 1 usecs
[    3.359502] calling  acpi_event_init+0x0/0x81 @ 1
[    3.364217] initcall acpi_event_init+0x0/0x81 returned 0 after 12 usecs
[    3.370822] calling  pnp_system_init+0x0/0x12 @ 1
[    3.375647] initcall pnp_system_init+0x0/0x12 returned 0 after 121 usecs
[    3.382335] calling  pnpacpi_init+0x0/0x8c @ 1
[    3.386774] pnp: PnP ACPI init
[    3.389837] ACPI: bus type pnp registered
[    3.394093] system 00:00: [io  0x1000-0x107f] has been reserved
[    3.400012] system 00:00: [io  0x1080-0x10ff] has been reserved
[    3.405920] system 00:00: [io  0x1400-0x147f] has been reserved
[    3.411830] system 00:00: [io  0x1480-0x14ff] has been reserved
[    3.417743] system 00:00: [io  0x1800-0x187f] has been reserved
[    3.423654] system 00:00: [io  0x1880-0x18ff] has been reserved
[    3.429565] system 00:00: [io  0x2000-0x207f] has been reserved
[    3.435476] system 00:00: [io  0x2080-0x20ff] has been reserved
[    3.441388] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.448219] pnp 00:01: disabling [io  0x0010-0x001f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.458283] pnp 00:01: disabling [io  0x0022-0x003f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.468348] pnp 00:01: disabling [io  0x0044-0x005f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.478413] pnp 00:01: disabling [io  0x0062-0x0063] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.488479] pnp 00:01: disabling [io  0x0065-0x006f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.498544] pnp 00:01: disabling [io  0x0074-0x007f] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.508610] pnp 00:01: disabling [io  0x0091-0x0093] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.518676] pnp 00:01: disabling [io  0x00a2-0x00bf] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.528742] pnp 00:01: disabling [io  0x00e0-0x00ef] because it overlaps 0000:00:01.0 BAR 2 [io  0x0000-0x00ff]
[    3.538915] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    3.544838] system 00:01: [io  0x0800-0x087f] has been reserved
[    3.550752] system 00:01: [io  0x0290-0x029f] has been reserved
[    3.556663] system 00:01: [io  0x0290-0x0297] has been reserved
[    3.562575] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.569361] pnp 00:02: [dma 4]
[    3.572503] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    3.579166] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    3.585800] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.592407] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    3.599029] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    3.606013] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.613532] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
[    3.620139] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.627118] system 00:09: [mem 0x000f0000-0x000fffff] could not be reserved
[    3.634076] system 00:09: [mem 0xfeff0000-0xfeff00ff] has been reserved
[    3.640685] system 00:09: [mem 0xb7ee0000-0xb7efffff] could not be reserved
[    3.647635] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
[    3.654240] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    3.661188] system 00:09: [mem 0x00100000-0xb7edffff] could not be reserved
[    3.668137] system 00:09: [mem 0xb8000000-0xbfffffff] has been reserved
[    3.674742] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    3.681691] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[    3.688294] system 00:09: [mem 0xfefff000-0xfeffffff] has been reserved
[    3.694898] system 00:09: [mem 0xfff80000-0xfff80fff] has been reserved
[    3.701502] system 00:09: [mem 0xfff90000-0xfffbffff] has been reserved
[    3.708106] system 00:09: [mem 0xfffed000-0xfffeffff] has been reserved
[    3.714711] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.721495] pnp: PnP ACPI: found 10 devices
[    3.725675] ACPI: ACPI bus type pnp unregistered
[    3.730289] initcall pnpacpi_init+0x0/0x8c returned 0 after 335918 usecs
[    3.736979] calling  pcistub_init+0x0/0x29f @ 1
[    3.741896] initcall pcistub_init+0x0/0x29f returned 0 after 375 usecs
[    3.748421] calling  chr_dev_init+0x0/0xc6 @ 1
[    3.755978] initcall chr_dev_init+0x0/0xc6 returned 0 after 3045 usecs
[    3.762507] calling  firmware_class_init+0x0/0xe0 0x0/0x79 returned 0 after 65 usecs
[    3.796966] calling  thermal_gov_step_wise_init+0x0/0x12 @ 1
[    3.802620] initcall thermal_gov_step_wise_init+0x0/0x12 returned 0 after 1 usecs
[    3.810086] calling  cpufreq_gov_performance_init+0x0/0x12 @ 1
[    3.815913] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 1 usecs
[    3.823554] calling  init_acpi_pm_clocksource+0x0/0xec @ 1
[    3.833558] initcall init_acpi_pm_clocksource+0x0/0xec returned 0 after 4426 usecs
[    3.841114] calling  pcibios_assign_resources+0x0/0xbd @ 1
[    3.846617] pci 0000:00:0d.0: BAR 6: assigned [mem 0xc0000000-0xc001ffff pref]
[    3.853830] pci 0000:00:01.0: BAR 2: assigned [io  0xc000-0xc0ff]
[    3.859916] pci 0000:01:06.0: BAR 6: assigned [mem 0xfdf00000-0xfdf3ffff pref]
[    3.867123] pci 0000:01:08.0: BAR 6: assigned [mem 0xfdf40000-0xfdf5ffff pref]
[    3.874340] pci 0000:00:04.0: PCI bridge to [bus 01]
[    3.879300] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    3.885385] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    3.892161] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    3.899372] pci 0000:00:09.0: PCI bridge to [bus 02]
[    3.904330] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    3.910413] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    3.917191] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    3.924920] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    3.929879] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    3.935964] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    3.942749] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    3.950478] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    3.955436] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    3.961521] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    3.968298] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    3.976035] pci 0000:00:04.0: setting latency timer to 64
[    3.981430] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    3.986993] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    3.992558] pci_bus 0000:00: resource 6 [io  0x8000-0xffff]
[    3.998123] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df]
[    4.003687] pci_bus 0000:00: resource 8 [io  0x1c00-0x1c80]
[    4.009253] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.015511] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff]
[    4.021855] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff]
[    4.028199] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.034543] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    4.040114] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    4.046375] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[    4.053065] pci_bus 0000:01: resource 4 [io  0x0000-0x03af]
[    4.058629] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7]
[    4.064194] pci_bus 0000:01: resource 6 [io  0x8000-0xffff]
[    4.069760] pci_bus 0000:01: resource 7 [io  0x03b0-0x03df]
[    4.075325] pci_bus 0000:01: resource 8 [io  0x1c00-0x1c80]
[    4.080890] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff]
[    4.087147] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff]
[    4.093491] pci_bus 0000:01: resource 11 [mem 0xc0000000-0xefffffff]
[    4.099836] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff]
[    4.106180] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    4.111745] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
[    4.118012] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    4.125220] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    4.130784] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    4.137044] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    4.144254] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    4.149817] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
[    4.156074] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
[    4.163285] initcall pcibios_assign_resources+0x0/0xbd returned 0 after 309690 usecs
[    4.171013] calling  sysctl_core_init+0x0/0x2c @ 1
[    4.175810] initcall sysctl_core_init+0x0/0x2c returned 0 after 9 usecs
[    4.182412] calling  inet_init+0x0/0x2a1 @ 1
[    4.186725] NET: Registered protocol family 2
[    4.191227] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    4.198602] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    4.205339] TCP: Hash tables configured (established 32768 bind 32768)
[    4.211913] TCP: reno registered
[    4.215140] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    4.221159] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    4.227692] initcall inet_init+0x0/0x2a1 returned 0 after 40101 usecs
[    4.234117] calling  ipv4_offload_init+0x0/0x68 @ 1
[    4.238992] initcall ipv4_offload_init+0x0/0x68 returned 0 after 1 usecs
[    4.245681] calling  af_unix_init+0x0/0x55 @ 1
[    4.250126] NET: Registered protocol family 1
[    4.254488] initcall af_unix_init+0x0/0x55 returned 0 after 4269 usecs
[    4.261007] calling  ipv6_offload_init+0x0/0x6e @ 1
[    4.265883] initcall ipv6_offload_init+0x0/0x6e returned 0 after 1 usecs
[    4.272571] calling  init_sunrpc+0x0/0x69 @ 1
[    4.277040] RPC: Registered named UNIX socket transport module.
[    4.282961] RPC: Registered udp transport module.
[    4.287656] RPC: Registered tcp transport module.
[    4.292356] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.298791] initcall init_sunrpc+0x0/0x69 returned 0 after 21380 usecs
[    4.305306] calling  pci_apply_final_quirks+0x0/0x117 @ 1
[    4.311022] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    4.380050] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    4.385939] pci 0000:00:00.0: Found enabled HT MSI Mapping00:00:00.0: Found enabled HT MSI Mapping
[    4.397015] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.402551] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.408088] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.413636] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.419183] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.424736] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    4.430224] pci 0000:00:0d.0: Boot video device
[    4.434777] PCI: CLS 64 bytes, default 64
[    4.438784] initcall pci_apply_final_quirks+0x0/0x117 returned 0 after 125250 usecs
[    4.446430] calling  populate_rootfs+0x0/0x112 @ 1
[    4.451300] Unpacking initramfs...
[    5.837433] Freeing initrd memory: 79984k freed
[    5.866598] initcall populate_rootfs+0x0/0x112 returned 0 after 1384071 usecs
[    5.873737] calling  pci_iommu_init+0x0/0x41 @ 1
[    5.878902] PCI-DMA: Disabling AGP.
[    5.883674] PCI-DMA: aperture base @ ac000000 size 65536 KB
[    5.889256] PCI-DMA: using GART IOMMU.
[    5.893009] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    5.902065] initcall pci_iommu_init+0x0/0x41 returned 0 after 23182 usecs
[    5.908849] calling  calgary_fixup_tce_spaces+0x0/0x105 @ 1
[    5.914414] initcall calgary_fixup_tce_spaces+0x0/0x105 returned -19 after 1 usecs
[    5.922009] calling  irqfd_module_init+0x0/0x33 @ 1
[    5.926971] initcall irqfd_module_init+0x0/0x33 returned 0 after 79 usecs
[    5.933762] calling  i8259A_init_ops+0x0/0x21 @ 1
[    5.938464] initcall i8259A_init_ops+0x0/0x21 returned 0 after 1 usecs
[    5.944979] calling  vsyscall_init+0x0/0x27 @ 1
[    5.949522] initcall vsyscall_init+0x0/0x27 returned 0 after 16 usecs
[    5.955952] calling  sbf_init+0x0/0xf6 @ 1
[    5.960049] initcall sbf_init+0x0/0xf6 returned 0 after 1 usecs
[    5.965960] calling  init_tsc_clocksource+0x0/0x89 @ 1
[    5.971097] initcall init_tsc_clocksource+0x0/0x89 returned 0 after 3 usecs
[    5.978040] calling  add_rtc_cmos+0x0/0x96 @ 1
[    5.982485] initcall add_rtc_cmos+0x0/0x96 returned 0 after 2 usecs
[    5.988739] calling  i8237A_init_ops+0x0/0x14 @ 1
[    5.993441] initcall i8237A_init_ops+0x0/0x14 returned 0 after 1 usecs
[    5.999954] calling  cache_sysfs_init+0x0/0x6c @ 1
[    6.004792] initcall cache_sysfs_init+0x0/0x6c returned 0 after 48 usecs
[    6.011485] calling  intel_uncore_init+0x0/0x3fa @ 1
[    6.016452] initcall intel_uncore_init+0x0/0x3fa returned -19 after 1 usecs
[    6.023402] calling  inject_init+0x0/0x30 @ 1
[    6.027754] Machine check injector initialized
[    6.032196] initcall inject_init+0x0/0x30 returned 0 after 4342 usecs
[    6.038626] calling  thermal_throttle_init_device+0x0/0x9d @ 1
[    6.044451] initcall thermal_throttle_init_device+0x0/0x9d returned 0 after 1 usecs
[    6.052092] calling  amd_ibs_init+0x0/0x48d @ 1
[    6.056619] LVT offset 1 assigned for vector 0x400
[    6.061411] IBS: LVT offset 1 assigned
[    6.065187] perf: AMD IBS detected (0x0000001f)
[    6.069714] initcall amd_ibs_init+0x0/0x48d returned 0 after 12805 usecs
[    6.076403] calling  msr_init+0x0/0x162 @ 1
[    6.080798] initcall msr_init+0x0/0x162 returned 0 after 203 usecs
[    6.086984] calling  cpuid_init+0x0/0x162 @ 1
[    6.091492] initcall cpuid_init+0x0/0x162 returned 0 after 152 usecs
[    6.097843] calling  ioapic_init_ops+0x0/0x14 @ 1
[    6.102552] initcall ioapic_init_ops+0x0/0x14 returned 0 after 1 usecs
[    6.109075] calling  add_pcspkr+0x0/0x40 @ 1
[    6.113414] initcall add_pcspkr+0x0/0x40 returned 0 after 67 usecs
[    6.119597] calling  microcode_init+0x0/0x1b1 @ 1
[    6.124392] microcode: CPU0: patch_level=0x01000098
[    6.129266] microcode: CPU1: patch_level=0x01000098
[    6.134221] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    6.142988] initcall microcode_init+0x0/0x1b1 returned 0 after 18272 usecs
[    6.149853] calling  start_periodic_check_for_corruption+0x0/0x50 @ 1
[    6.156281] Scanning for low memory corruption every 60 seconds
[    6.162194] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 5781 usecs
[    6.170700] calling  audit_classes_init+0x0/0xaf @ 1
[    6.175664] initcall audit_classes_init+0x0/0xaf returned 0 after 4 usecs
[    6.182437] calling  pt_dump_init+0x0/0x30 @ 1
[    6.186883] initcall pt_dump_init+0x0/0x30 returned 0 after 5 usecs
[    6.193144] calling  ia32_binfmt_init+0x0/0x14 @ 1
[    6.197934] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 4 usecs
[    6.204542] calling  proc_execdomains_init+0x0/0x22 @ 1
[    6.209766] initcall proc_execdomains_init+0x0/0x22 returned 0 after 4 usecs
[    6.216806] calling  ioresources_init+0x0/0x3c @ 1
[    6.221595] initcall ioresources_init+0x0/0x3c returned 0 after 2 usecs
[    6.228194] calling  uid_cache_init+0x0/0xa5 @ 1
[    6.232827] initcall uid_cache_init+0x0/0xa5 returned 0 after 19 usecs
[    6.239343] calling  init_posix_timers+0x0/0x1f4 @ 1
[    6.244307] initcall init_posix_timers+0x0/0x1f4 returned 0 after 5 usecs
[    6.251078] calling  init_posix_cpu_timers+0x0/0xbf @ 1
[    6.256299] initcall init_posix_cpu_timers+0x0/0xbf returned 0 after 1 usecs
[    6.263334] calling  proc_schedstat_init+0x0/0x22 @ 1
[    6.268381] initcall proc_schedstat_init+0x0/0x22 returned 0 after 1 usecs
[    6.275243] calling  snapshot_device_init+0x0/0x12 @ 1
[    6.280443] initcall snapshot_device_init+0x0/0x12 returned 0 after 64 usecs
[    6.287494] calling  create_proc_profile+0x0/0x2f0 @ 1
[    6.292625] initcall create_proc_profile+0x0/0x2f0 returned 0 after 0 usecs
[    6.299572] calling  timekeeping_init_ops+0x0/0x14 @ 1
[    6.304707] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 0 usecs
[    6.311654] calling  init_clocksource_sysfs+0x0/0x52 @ 1
[    6.317091] initcall init_clocksource_sysfs+0x0/0x52 returned 0 after 126 usecs
[    6.324398] calling  init_timer_list_procfs+0x0/0x2c @ 1
[    6.329703] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 2 usecs
[    6.336821] calling  alarmtimer_init+0x0/0x15d @ 1
[    6.341726] initcall alarmtimer_init+0x0/0x15d returned 0 after 113 usecs
[    6.348507] calling  init_tstats_procfs+0x0/0x2c @ 1
[    6.353481] initcall init_tstats_procfs+0x0/0x2c returned 0 after 2 usecs
[    6.360266] calling  futex_init+0x0/0x65 @ 1
[    6.364546] initcall futex_init+0x0/0x65 returned 0 after 9 usecs
[    6.370635] calling  proc_dma_init+0x0/0x22 @ 1
[    6.375173] initcall proc_dma_init+0x0/0x22 returned 0 after 7 usecs
[    6.381523] calling  proc_modules_init+0x0/0x22 @ 1
[    6.386400] initcall proc_modules_init+0x0/0x22 returned 0 after 1 usecs
[    6.393094] calling  kallsyms_init+0x0/0x25 @ 1
[    6.397630] initcall kallsyms_init+0x0/0x25 returned 0 after 5 usecs
[    6.403975] calling  crash_save_vmcoreinfo_init+0x0/0x521 @ 1
[    6.409740] initcall crash_save_vmcoreinfo_init+0x0/0x521 returned 0 after 23 usecs
[    6.417384] calling  crash_notes_memory_init+0x0/0x36 @ 1
[    6.422792] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 8 usecs
[    6.430007] calling  pid_namespaces_init+0x0/0x2d @ 1
[    6.435071] initcall pid_namespaces_init+0x0/0x2d returned 0 after 14 usecs
[    6.442024] calling  ikconfig_init+0x0/0x3a @ 1
[    6.446557] initcall ikconfig_init+0x0/0x3a returned 0 after 6 usecs
[    6.452909] calling  audit_init+0x0/0x141 @ 1
[    6.457270] audit: initializing netlink socket (disabled)
[    6.462683] type=2000 audit(1362498017.447:1): initialized
[    6.468169] initcall audit_init+0x0/0x141 returned 0 after 10661 usecs
[    6.474692] calling  audit_watch_init+0x0/0x3a @ 1
[    6.479489] initcall audit_watch_init+0x0/0x3a returned 0 after 5 usecs
[    6.486102] calling  audit_tree_init+0x0/0x49 @ 1
[    6.490807] initcall audit_tree_init+0x0/0x49 returned 0 after 2 usecs
[    6.497324] calling  init_kprobes+0x0/0x16c @ 1
[    6.514469] initcall init_kprobes+0x0/0x16c returned 0 after 12342 usecs
[    6.521154] calling  hung_task_init+0x0/0x56 @ 1utsname_sysctl_init+0x0/0x14 returned 0 after 6 usecs
[    6.555531] calling  init_tracepoints+0x0/0x20 @ 1
[    6.560326] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs
[    6.566931] calling  init_blk_tracer+0x0/0x5a @ 1
[    6.571640] initcall init_blk_tracer+0x0/0x5a returned 0 after 3 usecs
[    6.578163] calling  irq_work_init_cpu_notifier+0x0/0x29 @ 1
[    6.583826] initcall irq_work_init_cpu_notifier+0x0/0x29 returned 0 after 1 usecs
[    6.591301] calling  perf_event_sysfs_init+0x0/0x9a @ 1
[    6.596858] initcall perf_event_sysfs_init+0x0/0x9a returned 0 after 321 usecs
[    6.604079] calling  init_per_zone_wmark_min+0x0/0x8c @ 1
[    6.609667] initcall init_per_zone_wmark_min+0x0/0x8c returned 0 after 191 usecs
[    6.617053] calling  kswapd_init+0x0/0x76 @ 1
[    6.621473] initcall kswapd_init+0x0/0x76 returned 0 after 64 usecs
[    6.627734] calling  extfrag_debug_init+0x0/0x7e @ 1
[    6.632702] initcall extfrag_debug_init+0x0/0x7e returned 0 after 5 usecs
[    6.639487] calling  setup_vmstat+0x0/0xc8 @ 1
[    6.643941] initcall setup_vmstat+0x0/0xc8 returned 0 after 6 usecs
[    6.650208] calling  mm_sysfs_init+0x0/0x29 @ 1
[    6.654747] initcall mm_sysfs_init+0x0/0x29 returned 0 after 3 usecs
[    6.661094] calling  slab_proc_init+0x0/0x25 @ 1
[    6.665719] initcall slab_proc_init+0x0/0x25 returned 0 after 1 usecs
[    6.672155] calling  proc_vmalloc_init+0x0/0x25 @ 1
[    6.677033] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 1 usecs
[    6.683728] calling  procswaps_init+0x0/0x22 @ 1
[    6.688353] initcall procswaps_init+0x0/0x22 returned 0 after 2 usecs
[    6.694781] calling  init_frontswap+0x0/0x96 @ 1
[    6.699410] initcall init_frontswap+0x0/0x96 returned 0 after 7 usecs
[    6.705849] calling  hugetlb_init+0x0/0x42f @ 1
[    6.710386] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    6.716747] initcall hugetlb_init+0x0/0x42f returned 0 after 6221 usecs
[    6.723360] calling  mmu_notifier_init+0x0/0x12 @ 1
[    6.728241] initcall mmu_notifier_init+0x0/0x12 returned 0 after 2 usecs
[    6.734937] calling  slab_proc_init+0x0/0x8 @ 1
[    6.739468] initcall slab_proc_init+0x0/0x8 returned 0 after 0 usecs
[    6.745811] calling  cpucache_init+0x0/0x52 @ 1
[    6.750345] initcall cpucache_init+0x0/0x52 returned 0 after 1 usecs
[    6.756696] calling  hugepage_init+0x0/0x145 @ 1
[    6.761566] initcall hugepage_init+0x0/0x145 returned 0 after 242 usecs
[    6.768176] calling  init_cleancache+0x0/0x96 @ 1
[    6.772885] initcall init_cleancache+0x0/0x96 returned 0 after 8 usecs
[    6.779404] calling  fcntl_init+0x0/0x2a @ 1
[    6.783684] initcall fcntl_init+0x0/0x2a returned 0 after 14 usecs
[    6.789863] calling  proc_filesystems_init+0x0/0x22 @ 1
[    6.795090] initcall proc_filesystems_init+0x0/0x22 returned 0 after 6 usecs
[    6.802133] calling  dio_init+0x0/0x2d @ 1
[    6.806238] initcall dio_init+0x0/0x2d returned 0 after 13 usecs
[    6.812238] calling  fsnotify_mark_init+0x0/0x40 @ 1
[    6.817254] initcall fsnotify_mark_init+0x0/0x40 returned 0 after 53 usecs
[    6.824122] calling  dnotify_init+0x0/0x7b @ 1
[    6.828583] initcall dnotify_init+0x0/0x7b returned 0 after 21 usecs
[    6.834922] calling  inotify_user_setup+0x0/0x70 @ 1
[    6.839904] initcall inotify_user_setup+0x0/0x70 returned 0 after 21 usecs
[    6.846761] calling  aio_setup+0x0/0x7c @ 1
[    6.850967] initcall aio_setup+0x0/0x7c returned 0 after 24 usecs
[    6.857053] calling  proc_locks_init+0x0/0x22 @ 1
[    6.861754] initcall proc_locks_init+0x0/0x22 returned 0 after 1 usecs
[    6.868273] calling  init_sys32_ioctl+0x0/0x28 @ 1
[    6.873128] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 69 usecs
[    6.879813] calling  dquot_init+0x0/0x121 @ 1
[    6.884167] VFS: Disk quotas dquot_6.5.2
[    6.888117] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    6.894547] initcall dquot_init+0x0/0x121 returned 0 after 10149 usecs
[    6.901062] calling  init_v2_quota_format+0x0/0x22 @ 1
[    6.906197] initcall init_v2_quota_format+0x0/0x22 returned 0 after 1 usecs
[    6.913144] calling  quota_init+0x0/0x26 @ 1
[    6.917419] initcall quota_init+0x0/0x26 returned 0 after 5 usecs
[    6.923506] calling  proc_cmdline_init+0x0/0x22 @ 1
[    6.928379] initcall proc_cmdline_init+0x0/0x22 returned 0 after 2 usecs
[    6.935068] calling  proc_consoles_init+0x0/0x22 @ 1
[    6.940030] initcall proc_consoles_init+0x0/0x22 returned 0 after 2 usecs
[    6.946803] calling  proc_cpuinfo_init+0x0/0x22 @ 1
[    6.951679] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 1 usecs
[    6.958367] calling  proc_devices_init+0x0/0x22 @ 1
[    6.963243] initcall proc_devices_init+0x0/0x22 returned 0 after 1 usecs
[    6.969930] calling  proc_interrupts_init+0x0/0x22 @ 1
[    6.975064] initcall proc_interrupts_init+0x0/0x22 returned 0 after 1 usecs
[    6.982011] calling  proc_loadavg_init+0x0/0x22 @ 1
[    6.986886] initcall proc_loadavg_init+0x0/0x22 returned 0 after 1 usecs
[    6.993576] calling  proc_meminfo_init+0x0/0x22 @ 1
[    6.998449] initcall proc_meminfo_init+0x0/0x22 returned 0 after 1 usecs
[    7.005138] calling  proc_stat_init+0x0/0x22 @ 1
[    7.009753] initcall proc_stat_init+0x0/0x22 returned 0 after 1 usecs
[    7.016182] calling  proc_uptime_init+0x0/0x22 @ 1
[    7.020969] initcall proc_uptime_init+0x0/0x22 returned 0 after 1 usecs
[    7.027572] calling  proc_version_init+0x0/0x22 @ 1
[    7.032446] initcall proc_version_init+0x0/0x22 returned 0 after 1 usecs
[    7.039135] calling  proc_softirqs_init+0x0/0x22 @ 1
[    7.044096] initcall proc_softirqs_init+0x0/0x22 returned 0 after 1 usecs
[    7.050870] calling  proc_kcore_init+0x0/0xb5 @ 1
[    7.055576] initcall proc_kcore_init+0x0/0xb5 returned 0 after 5 usecs
[    7.062096] calling  vmcore_init+0x0/0x36f @ 1
[    7.066538] initcall vmcore_init+0x0/0x36f returned 0 after 0 usecs
[    7.072793] calling  proc_kmsg_init+0x0/0x25 @ 1
[    7.077408] initcall proc_kmsg_init+0x0/0x25 returned 0 after 1 usecs
[    7.082035] tsc: Refined TSC clocksource calibration: 2913.425 MHz
[    7.082039] Switching to clocksource tsc
[    7.093913] calling  proc_page_init+0x0/0x42 @ 1
[    7.098527] initcall proc_page_init+0x0/0x42 returned 0 after 2 usecs
[    7.104956] calling  init_devpts_fs+0x0/0x62 @ 1
[    7.109587] initcall init_devpts_fs+0x0/0x62 returned 0 after 16 usecs
[    7.116102] calling  init_ramfs_fs+0x0/0x12 @ 1
[    7.120631] initcall init_ramfs_fs+0x0/0x12 returned 0 after 1 usecs
[    7.126973] calling  init_hugetlbfs_fs+0x0/0x15d @ 1
[    7.131956] initcall init_hugetlbfs_fs+0x0/0x15d returned 0 after 21 usecs
[    7.138822] calling  init_fat_fs+0x0/0x4f @ 1
[    7.143182] initcall init_fat_fs+0x0/0x4f returned 0 after 6 usecs
[    7.149354] calling  init_vfat_fs+0x0/0x12 @ 1
[    7.153798] initcall init_vfat_fs+0x0/0x12 returned 0 after 1 usecs
[    7.160051] calling  init_msdos_fs+0x0/0x12 @ 1
[    7.164580] initcall init_msdos_fs+0x0/0x12 returned 0 after 1 usecs
[    7.170922] calling  init_iso9660_fs+0x0/0x70 @ 1
[    7.175635] initcall init_iso9660_fs+0x0/0x70 returned 0 after 11 usecs
[    7.182234] calling  init_nfs_fs+0x0/0x16c @ 1
[    7.186753] initcall init_nfs_fs+0x0/0x16c returned 0 after 74 usecs
[    7.193095] calling  init_nfs_v2+0x0/0x14 @ 1
[    7.197453] initcall init_nfs_v2+0x0/0x14 returned 0 after 6 usecs
[    7.203624] calling  init_nfs_v3+0x0/0x14 @ 1
[    7.207978] initcall init_nfs_v3+0x0/0x14 returned 0 after 6 usecs
[    7.214150] calling  init_nfs_v4+0x0/0x3b @ 1
[    7.218503] NFS: Registering the id_resolver key type
[    7.223556] Key type id_resolver registered
[    7.227737] Key type id_legacy registered
[    7.231747] initcall init_nfs_v4+0x0/0x3b returned 0 after 12957 usecs
[    7.238269] calling  init_nlm+0x0/0x4c @ 1
[    7.242367] initcall init_nlm+0x0/0x4c returned 0 after 9 usecs
[    7.248277] calling  init_nls_cp437+0x0/0x12 @ 1
[    7.252898] initcall init_nls_cp437+0x0/0x12 returned 0 after 6 usecs
[    7.259326] calling  init_nls_ascii+0x0/0x12 @ 1
[    7.263940] initcall init_nls_ascii+0x0/0x12 returned 0 after 6 usecs
[    7.270369] calling  init_nls_iso8859_1+0x0/0x12 @ 1
[    7.275332] initcall init_nls_iso8859_1+0x0/0x12 returned 0 after 6 usecs
[    7.282100] calling  init_nls_utf8+0x0/0x2b @ 1
[    7.286635] initcall init_nls_utf8+0x0/0x2b returned 0 after 6 usecs
[    7.292978] calling  init_ntfs_fs+0x0/0x1d1 @ 1
[    7.297505] NTFS driver 2.1.30 [Flags: R/W].
[    7.301796] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 4201 usecs
[    7.308402] calling  init_autofs4_fs+0x0/0x2a @ 1
[    7.313190] initcall init_autofs4_fs+0x0/0x2a returned 0 after 88 usecs
[    7.319802] calling  init_pstore_fs+0x0/0x53 @ 1
[    7.324414] initcall init_pstore_fs+0x0/0x53 returned 0 after 6 usecs
[    7.330837] calling  ipc_init+0x0/0x2f @ 1
[    7.334929] msgmni has been set to 7665
[    7.338760] initcall ipc_init+0x0/0x2f returned 0 after 3753 usecs
[    7.344928] calling  ipc_sysctl_init+0x0/0x14 @ 1
[    7.349636] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 8 usecs
[    7.356152] calling  init_mqueue_fs+0x0/0xa2 @ 1
[    7.360793] initcall init_mqueue_fs+0x0/0xa2 returned 0 after 34 usecs
[    7.367309] calling  key_proc_init+0x0/0x5e @ 1
[    7.371828] initcall key_proc_init+0x0/0x5e returned 0 after 2 usecs
[    7.378171] calling  selinux_nf_ip_init+0x0/0x69 @ 1
[    7.383132] initcall selinux_nf_ip_init+0x0/0x69 returned 0 after 0 usecs
[    7.389907] calling  init_sel_fs+0x0/0xa5 @ 1
[    7.394252] initcall init_sel_fs+0x0/0xa5 returned 0 after 0 usecs
[    7.400413] calling  selnl_init+0x0/0x56 @ 1
[    7.404678] initcall selnl_init+0x0/0x56 returned 0 after 6 usecs
[    7.410758] calling  sel_netif_init+0x0/0x5c @ 1
[    7.415370] initcall sel_netif_init+0x0/0x5c returned 0 after 0 usecs
[    7.421799] calling  sel_netnode_init+0x0/0x6a @ 1
[    7.426578] initcall sel_netnode_init+0x0/0x6a returned 0 after 0 usecs
[    7.433172] calling  sel_netport_init+0x0/0x6a @ 1
[    7.437949] initcall sel_netport_init+0x0/0x6a returned 0 after 0 usecs
[    7.444546] calling  aurule_init+0x0/0x2d @ 1
[    7.448900] initcall aurule_init+0x0/0x2d returned 0 after 0 usecs
[    7.455069] calling  crypto_wq_init+0x0/0x33 @ 1
[    7.459718] initcall crypto_wq_init+0x0/0x33 returned 0 after 43 usecs
[    7.466235] calling  crypto_algapi_init+0x0/0xd @ 1
[    7.471101] initcall crypto_algapi_init+0x0/0xd returned 0 after 1 usecs
[    7.477789] calling  skcipher_module_init+0x0/0x35 @ 1
[    7.482914] initcall skcipher_module_init+0x0/0x35 returned 0 after 0 usecs
[    7.489862] calling  chainiv_module_init+0x0/0x12 @ 1
[    7.494905] initcall chainiv_module_init+0x0/0x12 returned 0 after 3 usecs
[    7.501762] calling  eseqiv_module_init+0x0/0x12 @ 1
[    7.506715] initcall eseqiv_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.513492] calling  hmac_module_init+0x0/0x12 @ 1
[    7.518277] initcall hmac_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.524879] calling  md5_mod_init+0x0/0x12 @ 1
[    7.529378] initcall md5_mod_init+0x0/0x12 returned 0 after 57 usecs
[    7.535729] calling  sha1_generic_mod_init+0x0/0x12 @ 1
[    7.541012] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 65 usecs
[    7.548129] calling  crypto_cbc_module_init+0x0/0x12 @ 1
[    7.553435] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.560556] calling  des_generic_mod_init+0x0/0x17 @ 1
[    7.565764] initcall des_generic_mod_init+0x0/0x17 returned 0 after 77 usecs
[    7.572809] calling  aes_init+0x0/0x12 @ 1
[    7.576955] initcall aes_init+0x0/0x12 returned 0 after 57 usecs
[    7.582958] calling  zlib_mod_init+0x0/0x12 @ 1
[    7.587529] initcall zlib_mod_init+0x0/0x12 returned 0 after 45 usecs
[    7.593966] calling  crypto_authenc_module_init+0x0/0x12 @ 1
[    7.599616] initcall crypto_authenc_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.607077] calling  crypto_authenc_esn_module_init+0x0/0x12 @ 1
[    7.613074] initcall crypto_authenc_esn_module_init+0x0/0x12 returned 0 after 0 usecs
[    7.620889] calling  lzo_mod_init+0x0/0x12 @ 1
[    7.625386] initcall lzo_mod_init+0x0/0x12 returned 0 after 62 usecs
[    7.631729] calling  krng_mod_init+0x0/0x12 @ 1
[    7.636325] initcall krng_mod_init+0x0/0x12 returned 0 after 54 usecs
[    7.642773] calling  proc_genhd_init+0x0/0x3c @ 1
[    7.647477] initcall proc_genhd_init+0x0/0x3c returned 0 after 8 usecs
[    7.653986] calling  bsg_init+0x0/0x12e @ 1
[    7.658283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    7.665664] initcall bsg_init+0x0/0x12e returned 0 after 7332 usecs
[    7.671918] calling  noop_init+0x0/0x12 @ 1
[    7.676091] io scheduler noop registered
[    7.680013] initcall noop_init+0x0/0x12 returned 0 after 3834 usecs
[    7.686268] calling  deadline_init+0x0/0x12 @ 1
[    7.690785] io scheduler deadline registered
[    7.695044] initcall deadline_init+0x0/0x12 returned 0 after 4163 usecs
[    7.701641] calling  cfq_init+0x0/0x8b @ 1
[    7.705754] io scheduler cfq registered (default)
[    7.710451] initcall cfq_init+0x0/0x8b returned 0 after 4613 usecs
[    7.716624] calling  percpu_counter_startup+0x0/0x38 @ 1
[    7.721929] initcall percpu_counter_startup+0x0/0x38 returned 0 after 1 usecs
[    7.729053] calling  pci_proc_init+0x0/0x6a @ 1
[    7.733611] initcall pci_proc_init+0x0/0x6a returned 0 after 33 usecs
[    7.740042] calling  pcie_portdrv_init+0x0/0x7a @ 1
[    7.745030] pcieport 0000:00:09.0: irq 40 for MSI/MSI-X
[    7.750404] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X
[    7.755742] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X
[    7.761137] initcall pcie_portdrv_init+0x0/0x7a returned 0 after 15867 usecs
[    7.768175] calling  aer_service_init+0x0/0x2b @ 1
[    7.773034] initcall aer_service_init+0x0/0x2b returned 0 after 74 usecs
[    7.779718] calling  pci_hotplug_init+0x0/0x1d @ 1
[    7.784503] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.790069] initcall pci_hotplug_init+0x0/0x1d returned 0 after 5441 usecs
[    7.796930] calling  pcifront_init+0x0/0x3f @ 1
[    7.801448] initcall pcifront_init+0x0/0x3f returned -19 after 0 usecs
[    7.807957] calling  genericbl_driver_init+0x0/0x12 @ 1
[    7.813227] initcall genericbl_driver_init+0x0/0x12 returned 0 after 57 usecs
[    7.820347] calling  cirrusfb_init+0x0/0xcc @ 1
[    7.824946] initcall cirrusfb_init+0x0/0xcc returned 0 after 75 usecs
[    7.831371] calling  efifb_init+0x0/0x298 @ 1
[    7.835730] initcall efifb_init+0x0/0x298 returned -19 after 6 usecs
[    7.842066] calling  intel_idle_init+0x0/0x338 @ 1
[    7.846845] initcall intel_idle_init+0x0/0x338 returned -19 after 0 usecs
[    7.853619] calling  acpi_reserve_resources+0x0/0xeb @ 1
[    7.858919] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 2 usecs
[    7.866040] calling  acpi_ac_init+0x0/0x28 @ 1
[    7.870565] initcall acpi_ac_init+0x0/0x28 returned 0 after 89 usecs
[    7.876917] calling  acpi_button_driver_init+0x0/0x12 @ 1
[    7.882414] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    7.890762] ACPI: Power Button [PWRB]
[    7.894579] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    7.901959] ACPI: Power Button [PWRF]
[    7.905703] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 22879 usecs
[    7.913253] calling  acpi_fan_driver_init+0x0/0x12 @ 1
[    7.918469] ACPI: Fan [FAN] (on)
[    7.921764] initcall acpi_fan_driver_init+0x0/0x12 returned 0 after 3312 usecs
[    7.928974] calling  acpi_processor_init+0x0/0x6d @ 1
[    7.934058] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.940060] acpi_processor_load_module:257: arch_has_acpi_pdc:0
[    7.948422] initcall acpi_processor_init+0x0/0x6d returned 0 after 14072 usecs
[    7.955629] calling  acpi_thermal_init+0x0/0x42 @ 1
[    7.960665] ACPI Warning: For \_TZ_.THRM._PSL: Return Package has no elements (empty) (20130117/nsprepkg-119)
[    7.970593] ACPI: [Package] has zero elements (ffff880134c18180)
[    7.976589] ACPI: Invalid passive threshold
[    7.981064] thermal LNXTHERM:00: registered as thermal_zone0
[    7.986713] ACPI: Thermal Zone [THRM] (24 C)
[    7.991034] initcall acpi_thermal_init+0x0/0x42 returned 0 after 29859 usecs
[    7.998064] calling  acpi_battery_init+0x0/0x16 @ 1
[    8.002938] initcall acpi_battery_init+0x0/0x16 returned 0 after 2 usecs
[    8.002950] calling  1_acpi_battery_init_async+0x0/0x1b @ 6
[    8.003083] initcall 1_acpi_battery_init_async+0x0/0x1b returned 0 after 127 usecs
[    8.022729] calling  acpi_hed_driver_init+0x0/0x12 @ 1
[    8.027925] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 62 usecs
[    8.034961] calling  erst_init+0x0/0x2bb @ 1
[    8.039225] initcall erst_init+0x0/0x2bb returned 0 after 0 usecs
[    8.045300] calling  ghes_init+0x0/0x171 @ 1
[    8.049558] GHES: HEST is not enabled!
[    8.053299] initcall ghes_init+0x0/0x171 returned -22 after 3657 usecs
[    8.059816] initcall ghes_init+0x0/0x171 returned with error code -22 
[    8.066333] calling  einj_init+0x0/0x49d @ 1
[    8.070598] initcall einj_init+0x0/0x49d returned -19 after 0 usecs
[    8.076849] calling  ioat_init_module+0x0/0x80 @ 1
[    8.081638] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    8.087550] initcall ioat_init_module+0x0/0x80 returned 0 after 5779 usecs
[    8.094412] calling  virtio_mmio_init+0x0/0x12 @ 1
[    8.099272] initcall virtio_mmio_init+0x0/0x12 returned 0 after 74 usecs
[    8.105958] calling  virtio_balloon_driver_init+0x0/0x12 @ 1
[    8.111664] initcall virtio_balloon_driver_init+0x0/0x12 returned 0 after 55 usecs
[    8.119227] calling  xenbus_probe_initcall+0x0/0x39 @ 1
[    8.124444] initcall xenbus_probe_initcall+0x0/0x39 returned -19 after 0 usecs
[    8.131657] calling  xenbus_init+0x0/0x3d @ 1
[    8.136011] initcall xenbus_init+0x0/0x3d returned -19 after 0 usecs
[    8.142356] calling  xenbus_backend_init+0x0/0x51 @ 1
[    8.147402] initcall xenbus_backend_init+0x0/0x51 returned -19 after 0 usecs
[    8.154439] calling  gntdev_init+0x0/0x57 @ 1
[    8.158790] initcall gntdev_init+0x0/0x57 returned -19 after 6 usecs
[    8.165136] calling  gntalloc_init+0x0/0x3d @ 1
[    8.169656] initcall gntalloc_init+0x0/0x3d returned -19 after 0 usecs
[    8.176179] calling  hypervisor_subsys_init+0x0/0x25 @ 1
[    8.181486] initcall hypervisor_subsys_init+0x0/0x25 returned -19 after 0 usecs
[    8.188773] calling  hyper_sysfs_init+0x0/0xfb @ 1
[    8.193559] initcall hyper_sysfs_init+0x0/0xfb returned -19 after 0 usecs
[    8.200334] calling  platform_pci_module_init+0x0/0x1b @ 1
[    8.205873] initcall platform_pci_module_init+0x0/0x1b returned 0 after 57 usecs
[    8.213262] calling  xen_tmem_init+0x0/0xb1 @ 1
[    8.217785] initcall xen_tmem_init+0x0/0xb1 returned 0 after 0 usecs
[    8.224129] calling  xen_late_init_mcelog+0x0/0x3d @ 1
[    8.229261] initcall xen_late_init_mcelog+0x0/0x3d returned -19 after 0 usecs
[    8.236377] calling  xen_pcibk_init+0x0/0x13f @ 1
[    8.241075] initcall xen_pcibk_init+0x0/0x13f returned -19 after 0 usecs
[    8.247758] calling  pty_init+0x0/0x453 @ 1
[    8.270417] initcall pty_init+0x0/0x453 returned 0 after 18065 usecs
[    8.276851] calling  sysrq_init+0x0/0xb0 @ 1
[    8 enabled
[    8.329769] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    8.335677] initcall serial8250_init+0x0/0x1a8 returned 0 aft
[    8.348153] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 99 usecs
[    8.355368] calling  init_kgdboc+0x0/0x16 @ 1
[    8.359718] initcall init_kgdboc+0x0/0x16 returned 0 after 0 usecs
[    8.365889] calling  rand_initialize+0x0/0x30 @ 1
[    8.370595] initcall rand_initialize+0x0/0x30 returned 0 after 7 usecs
[    8.377105] calling  init+0x0/0x111 @ 1
[    8.381083] initcall init+0x0/0x111 returned 0 after 148 usecs
[    8.386938] calling  hpet_init+0x0/0x6a @ 1
[    8.391353] initcall hpet_init+0x0/0x6a returned 0 after 229 usecs
[    8.397535] calling  nvram_init+0x0/0x82 @ 1
[    8.401879] Non-volatile memory driver v1.3
[    8.406070] initcall nvram_init+0x0/0x82 returned 0 after 4175 usecs
[    8.412414] calling  mod_init+0x0/0x5a @ 1
[    8.416503] initcall mod_init+0x0/0x5a returned -19 after 0 usecs
[    8.422595] calling  rng_init+0x0/0x12 @ 1
[    8.426754] initcall rng_init+0x0/0x12 returned 0 after 71 usecs
[    8.432758] calling  agp_init+0x0/0x26 @ 1
[    8.436850] Linux agpgart interface v0.103
[    8.440937] initcall agp_init+0x0/0x26 returned 0 after 3995 usecs
[    8.447114] calling  agp_amd64_mod_init+0x0/0x22 @ 1
[    8.452072] initcall agp_amd64_mod_init+0x0/0x22 returned -19 after 0 usecs
[    8.459023] calling  agp_intel_init+0x0/0x29 @ 1
[    8.463710] initcall agp_intel_init+0x0/0x29 returned 0 after 72 usecs
[    8.470231] calling  agp_sis_init+0x0/0x29 @ 1
[    8.474779] initcall agp_sis_init+0x0/0x29 returned 0 after 114 usecs
[    8.481208] calling  agp_via_init+0x0/0x29 @ 1
[    8.485720] initcall agp_via_init+0x0/0x29 returned 0 after 72 usecs
[    8.492061] calling  drm_core_init+0x0/0x139 @ 1
[    8.496757] [drm] Initialized drm 1.1.0 20060810
[    8.501370] initcall drm_core_init+0x0/0x139 returned 0 after 4592 usecs
[    8.508055] calling  cn_proc_init+0x0/0x3d @ 1
[    8.512495] initcall cn_proc_init+0x0/0x3d returned 0 after 1 usecs
[    8.518751] calling  topology_sysfs_init+0x0/0x58 @ 1
[    8.523801] initcall topology_sysfs_init+0x0/0x58 returned 0 after 11 usecs
[    8.530747] calling  loop_init+0x0/0x14e @ 1
[    8.535895] loop: module loaded
[    8.539044] initcall loop_init+0x0/0x14e returned 0 after 3939 usecs
[    8.545384] calling  xen_blkif_init+0x0/0x25f @ 1
[    8.550083] initcall xen_blkif_init+0x0/0x25f returned -19 after 0 usecs
[    8.556772] calling  mac_hid_init+0x0/0x22 @ 1
[    8.561209] initcall mac_hid_init+0x0/0x22 returned 0 after 4 usecs
[    8.567461] calling  macvlan_init_module+0x0/0x3d @ 1
[    8.572502] initcall macvlan_init_module+0x0/0x3d returned 0 after 2 usecs
[    8.579364] calling  macvtap_init+0x0/0x100 @ 1
[    8.583963] initcall macvtap_init+0x0/0x100 returned 0 after 62 usecs
[    8.590416] calling  net_olddevs_init+0x0/0xb5 @ 1
[    8.595202] initcall net_olddevs_init+0x0/0xb5 returned 0 after 1 usecs
[    8.601804] calling  fixed_mdio_bus_init+0x0/0x105 @ 1
[    8.607049] libphy: Fixed MDIO Bus: probed
[    8.611136] initcall fixed_mdio_bus_init+0x0/0x105 returned 0 after 4116 usecs
[    8.618354] calling  tun_init+0x0/0x93 @ 1
[    8.622447] tun: Universal TUN/TAP device driver, 1.6
[    8.627491] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    8.633733] initcall tun_init+0x0/0x93 returned 0 after 11035 usecs
[    8.640003] calling  tg3_init+0x0/0x1b @ 1
[    8.644178] initcall tg3_init+0x0/0x1b returned 0 after 82 usecs
[    8.650178] calling  ixgbevf_init_module+0x0/0x4c @ 1
[    8.655222] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.7.12-k
[    8.664588] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[    8.670751] initcall ixgbevf_init_module+0x0/0x4c returned 0 after 15184 usecs
[    8.677963] calling  init_nic+0x0/0x1b @ 1
[    8.682072] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    8.689621] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[    8.695371] forcedeth 0000:00:07.0: setting latency timer to 64
[    9.221932] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:30:67:6a:6f:d1
[    9.230196] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3
[    9.237190] initcall init_nic+0x0/0x1b returned 0 after 542848 usecs
[    9.243543] calling  netback_init+0x0/0x212 @ 1
[    9.248068] initcall netback_init+0x0/0x212 returned -19 after 0 usecs
[    9.254584] calling  nonstatic_sysfs_init+0x0/0x12 @ 1
[    9.259709] initcall nonstatic_sysfs_init+0x0/0x12 returned 0 after 0 usecs
[    9.266657] calling  yenta_socket_init+0x0/0x1b @ 1
[    9.271608] initcall yenta_socket_init+0x0/0x1b returned 0 after 84 usecs
[    9.278389] calling  mon_init+0x0/0xfe @ 1
[    9.282608] initcall mon_init+0x0/0xfe returned 0 after 124 usecs
[    9.288700] calling  ehci_hcd_init+0x0/0xb7 @ 1
[    9.293219] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.299729] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    9.305731] initcall ehci_hcd_init+0x0/0xb7 returned 0 after 12234 usecs
[    9.312417] calling  ehci_pci_init+0x0/0x69 @ 1
[    9.316935] ehci-pci: EHCI PCI platform driver
[    9.321506] ehci-pci 0000:00:02.1: setting latency timer to 64
[    9.327332] ehci-pci 0000:00:02.1: EHCI Host Controller
[    9.332680] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    9.340067] ehci-pci 0000:00:02.1: debug port 1
[    9.344589] ehci-pci 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    9.353015] ehci-pci 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    9.359612] ehci-pci 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    9.367689] ehci-pci 0000:00:02.1: park 0
[    9.371698] ehci-pci 0000:00:02.1: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
[    9.380553] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    9.387325] ehci-pci 0000:00:02.1: supports USB remote wakeup
[    9.393075] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[    9.398726] ehci-pci 0000:00:02.1: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[    9.412871] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    9.418645] usb usb1: default language 0x0409
[    9.42299inor = 0
[    9.427692] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    9.434468] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.441669] usb usb1: Product: EHCI Host Controller
[    9.446533] usb usb1: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ehci_hcd
[    9.454687] usb usb1: SerialNumber: 0000:00:02.1
[    9.459443] usb usb1: usb_probe_device
[    9.463197] usb usb1: configuration #1 chosen from 1 choice
[    9.468765] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    9.474581] hub 1-0:1.0: usb_probe_interface
[    9.478844] hub 1-0:1.0: usb_probe_interface - got id
[    9.483902] hub 1-0:1.0: USB hub found
[    9.487647] hub 1-0:1.0: 10 ports detected
[    9.491738] hub 1-0:1.0: standalone hub
[    9.495573] hub 1-0:1.0: no power switching (usb 1.0)
[    9.500617] hub 1-0:1.0: individual port over-current protection
[    9.506608] hub 1-0:1.0: power on to power good time: 20ms
[    9.512088] hub 1-0:1.0: local power source is good
[    9.516990] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    9.524014] initcall ehci_pci_init+0x0/0x69 returned 0 after 202494 usecs
[    9.530798] calling  ohci_hcd_mod_init+0x0/0xbf @ 1
[    9.535663] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.541832] ohci_hcd: block sizes: ed 80 td 96
[    9.546412] ohci_hcd 0000:00:02.0: setting latency timer to 64
[    9.552251] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    9.557600] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    9.564989] ohci_hcd 0000:00:02.0: created debug files
[    9.570117] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[    9.575876] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfe02f000
[    9.623617] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    9.633559] ohci_hcd 0000:00:02.0: OHCI controller state
[    9.638864] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support rhci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[    9.672194] ohci_hcd 0000:00:02.0: hcca frame #0029
[    9.677066] ohci_hcd 0000:00:02.0: roothub.a 0100020a POTPGT=1 NPS NDP=10(10)
[    9.684188] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[    9.690784] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[    9.696686] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[    9.703368] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[    9.710049] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[    9.716731] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[    9.723414] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[    9.730102] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[    9.736784] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[    9.743466] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[    9.750147] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[    9.756831] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[    9.763531] usb usb2: default language 0x0409
[    9.767886] usb usb2: udev 1, busnum 2, minor = 128
[    9.772755] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    9.779531] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.786731] usb usb2: Product: OHCI Host Controller
[    9.791595] usb usb2: Manufacturer: Linux 3.9.0-rc1upstream-00019-gb5de4b3-dirty ohci_hcd
[    9.799747] usb usb2: SerialNumber: 0000:00:02.0
[    9.804508] usb usb2: usb_probe_device
[    9.808259] usb usb2: configuration #1 chosen from 1 choice
[    9.813828] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    9.819621] hub 2-0:1.0: usb_probe_interface
[    9.823902] hub 2-0:1.0: usb_probe_interface - got id
[    9.828943] hub 2-0:1.0: USB hub found
[    9.832694] hub 2-0:1.0: 10 ports detected
[    9.836783] hub 2-0:1.0: standalone hub
[    9.840609] hub 2-0:1.0: no power switching (usb 1.0)
[    9.845645] hub 2-0:1.0: global over-current protection
[    9.850857] hub 2-0:1.0: power on to power good time: 2ms
[    9.856242] hub 2-0:1.0: local power source is good
[    9.861113] hub 2-0:1.0: no over-current condition exists
[    9.866537] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    9.873432] ehci-pci 0000:00:02.1: HS companion for 0000:00:02.0
[    9.879561] initcall ohci_hcd_mod_init+0x0/0xbf returned 0 after 336288 usecs
[    9.886687] calling  uhci_hcd_init+0x0/0x129 @ 1
[    9.891292] uhci_hcd: USB Universal Host Controller Interface driver
[    9.897734] initcall uhci_hcd_init+0x0/0x129 returned 0 after 6298 usecs
[    9.904423] calling  usblp_driver_init+0x0/0x1b @ 1
[    9.909360] usbcore: registered new interface driver usblp
[    9.914840] initcall usblp_driver_init+0x0/0x1b returned 0 after 5421 usecs
[    9.921785] calling  kgdbdbgp_start_thread+0x0/0x4f @ 1
[    9.927003] initcall kgdbdbgp_start_thread+0x0/0x4f returned 0 after 0 usecs
[    9.934038] calling  i8042_init+0x0/0x3c5 @ 1
[    9.938605] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    9.978390] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[    9.986289] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[    9.994065] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0000
[   10.243833] serio: i8042 KBD port at 0x60,0x64 irq 1
[   10.248919] initcall i8042_init+0x0/0x3c5 returned 0 after 303664 usc[   10.266231] calling  mousedev_init+0x0/0x62 @ 1
[   10.270827] mousedev: PS/2 mouse device common for all mice
[   10.276406] initcall mousedev_init+0x0/0x62 returned 0 after 5525 usecs
[   10.283006] calling  evdev_init+0x0/0x12 @ 1
[   10.287419] initcall evdev_init+0x0/0x12 returned 0 after 151 usecs
[   10.293670] calling  atkbd_init+0x0/0x27 @ 1
[   10.298011] initcall atkbd_init+0x0/0x27 returned 0 after 72 usecs
[   10.304184] calling  psmouse_init+0x0/0x7b @ 1
[   10.308718] initcall psmouse_init+0x0/0x7b returned 0 after 99 usecs
[   10.315057] calling  cmos_init+0x0/0x6a @ 1
[   10.319272] rtc_cmos 00:04: RTC can wake from S4
[   10.324094] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[   10.330226] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[   10.337856] initcall cmos_init+0x0/0x6a returned 0 after 18192 usecs
[   10.344214] calling  i2c_i801_init+0x0/0xad @ 1
[   10.348851] initcall i2c_i801_init+0x0/0xad returned 0 after 106 usecs
[   10.355362] calling  cpufreq_gov_dbs_init+0x0/0x95 @ 1
[   10.360495] initcall cpufreq_gov_dbs_init+0x0/0x95 returned 0 after 1 usecs
[   10.367444] calling  init_ladder+0x0/0x12 @ 1
[   10.371796] cpuidle: using governor ladder
[   10.375882] initcall init_ladder+0x0/0x12 returned 0 after 3995 usecs
[   10.382311] calling  init_menu+0x0/0x12 @ 1
[   10.386483] cpuidle: using governor menu
[   10.390395] initcall init_menu+0x0/0x12 returned 0 after 3825 usecs
[   10.396645] calling  efivars_init+0x0/0x109 @ 1
[   10.401171] EFI Variables Facility v0.08 2004-May-17
[   10.406122] initcall efivars_init+0x0/0x109 returned 0 after 4841 usecs
[   10.412717] calling  vhost_net_init+0x0/0x30 @ 1
[   10.417414] initcall vhost_net_init+0x0/0x30 returned 0 after 85 usecs
[   10.423947] calling  staging_init+0x0/0x8 @ 1
[   10.428297] initcall staging_init+0x0/0x8 returned 0 after 0 usecs
[   10.434466] calling  zram_init+0x0/0x2bf @ 1
[   10.438916] zram: Created 1 device(s) ...
[   10.442925] initcall zram_init+0x0/0x2bf returned 0 after 4107 usecs
[   10.449267] calling  zs_init+0x0/0x90 @ 1
[   10.453278] initcall zs_init+0x0/0x90 returned 0 after 3 usecs
[   10.459100] calling  eeepc_laptop_init+0x0/0x58 @ 1
[   10.464207] initcall eeepc_laptop_init+0x0/0x58 returned -19 after 225 usecs
[   10.471252] calling  sock_diag_init+0x0/0x12 @ 1
[   10.475872] initcall sock_diag_init+0x0/0x12 returned 0 after 8 usecs
[   10.482303] calling  flow_cache_init_global+0x0/0x19f @ 1
[   10.487704] initcall flow_cache_init_global+0x0/0x19f returned 0 after 17 usecs
[   10.495000] calling  llc_init+0x0/0x20 @ 1
[   10.499095] initcall llc_init+0x0/0x20 returned 0 after 0 usecs
[   10.505005] calling  snap_init+0x0/0x38 @ 1
[   10.509186] initcall snap_init+0x0/0x38 returned 0 after 1 usecs
[   10.515182] calling  blackhole_module_init+0x0/0x12 @ 1
[   10.520393] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 usecs
[   10.527430] calling  nfnetlink_init+0x0/0x59 @ 1
[   10.532041] Netfilter messages via NETLINK v0.30.
[   10.536735] initcall nfnetlink_init+0x0/0x59 returned 0 after 4589 usecs
[   10.543422] calling  nfnetlink_log_init+0x0/0xdb @ 1
[   10.548383] initcall nfnetlink_log_init+0x0/0xdb returned 0 after 7 usecs
[   10.555159] calling  nf_conntrack_standalone_init+0x0/0x7a @ 1
[   10.560976] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   10.567135] initcall nf_conntrack_standalone_init+0x0/0x7a returned 0 after 6022 usecs
[   10.575031] calling  ctnetlink_init+0x0/0xa4 @ 1
[   10.579638] ctnetlink v0.93: registering with nfnetlink.
[   10.584942] initcall ctnetlink_init+0x0/0xa4 returned 0 after 5185 usecs
[   10.591632] calling  nf_conntrack_ftp_init+0x0/0x1ca @ 1
[   10.596939] initcall nf_conntrack_ftp_init+0x0/0x1ca returned 0 after 1 usecs
[   10.604060] calling  nf_conntrack_irc_init+0x0/0x173 @ 1
[   10.609359] initcall nf_conntrack_irc_init+0x0/0x173 returned 0 after 1 usecs
[   10.616479] calling  nf_conntrack_sip_init+0x0/0x215 @ 1
[   10.621777] initcall nf_conntrack_sip_init+0x0/0x215 returned 0 after 0 usecs
[   10.628892] calling  xt_init+0x0/0x118 @ 1
[   10.632986] initcall xt_init+0x0/0x118 returned 0 after 1 usecs
[   10.638895] calling  tcpudp_mt_init+0x0/0x17 @ 1
[   10.643501] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.649932] calling  connsecmark_tg_init+0x0/0x12 @ 1
[   10.654977] initcall connsecmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.661840] calling  nflog_tg_init+0x0/0x12 @ 1
[   10.666358] initcall nflog_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.672694] calling  secmark_tg_init+0x0/0x12 @ 1
[   10.677394] initcall secmark_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.683909] calling  tcpmss_tg_init+0x0/0x17 @ 1
[   10.688516] initcall tcpmss_tg_init+0x0/0x17 returned 0 after 0 usecs
[   10.694945] calling  conntrack_mt_init+0x0/0x17 @ 1
[   10.699809] initcall conntrack_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.706492] calling  policy_mt_init+0x0/0x17 @ 1
[   10.711104] initcall policy_mt_init+0x0/0x17 returned 0 after 0 usecs
[   10.717539] calling  state_mt_init+0x0/0x12 @ 1
[   10.722061] initcall state_mt_init+0x0/0x12 returned 0 after 0 usecs
[   10.728397] calling  sysctl_ipv4_init+0x0/0x92 @ 1
[   10.733211] initcall sysctl_ipv4_init+0x0/0x92 returned 0 after 25 usecs
[   10.739900] calling  init_syncookies+0x0/0x19 @ 1
[   10.744608] initcall init_syncookies+0x0/0x19 returned 0 after 9 usecs
[   10.751123] calling  tunnel4_init+0x0/0x72 @ 1
[   10.755555] initcall tunnel4_init+0x0/0x72 returned 0 after 0 usecs
[   10.761805] calling  ipv4_netfilter_init+0x0/0x12 @ 1
[   10.766851] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[   10.773714] calling  nf_conntrack_l3proto_ipv4_init+0x0/0x17c @ 1
[   10.779907] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x17c returned 0 after 105 usecs
[   10.787978] calling  nf_defrag_init+0x0/0x17 @ 1
[   10.792592] initcall nf_defrag_init+0x0/0x17 returned 0 after 0 usecs
[   10.799021] calling  ip_tables_init+0x0/0xaa @ 1
[   10.803637] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.808939] initcall ip_tables_init+0x0/0xaa returned 0 after 5187 usecs
[   10.815622] calling  iptable_filter_init+0x0/0x51 @ 1
[   10.820710] initcall iptable_filter_init+0x0/0x51 returned 0 after 41 usecs
[   10.827669] calling  iptable_mangle_init+0x0/0x51 @ 1
[   10.832729] initcall iptable_mangle_init+0x0/0x51 returned 0 after 7 usecs
[   10.839587] calling  reject_tg_init+0x0/0x12 @ 1
[   10.844190] initcall reject_tg_init+0x0/0x12 returned 0 after 0 usecs
[   10.850612] calling  ulog_tg_init+0x0/0x104 @ 1
[   10.855135] initcall ulog_tg_init+0x0/0x104 returned 0 after 3 usecs
[   10.861477] calling  cubictcp_register+0x0/0x5c @ 1
[   10.866348] TCP: cubic registered
[   10.869663] initcall cubictcp_register+0x0/0x5c returned 0 after 3241 usecs
[   10.876613] calling  xfrm_user_init+0x0/0x4a @ 1
[   10.881225] Initializing XFRM netlink socket
[   10.885495] initcall xfrm_user_init+0x0/0x4a returned 0 after 4174 usecs
[   10.892183] calling  inet6_init+0x0/0x315 @ 1
[   10.896569] NET: Registered protocol family 10
[   10.901130] initcall inet6_init+0x0/0x315 returned 0 after 4491 usecs
[   10.907554] calling  ah6_init+0x0/0x79 @ 1
[   10.911648] initcall ah6_init+0x0/0x79 returned 0 after 0 usecs
[   10.917559] calling  esp6_init+0x0/0x79 @ 1
[   10.921730] initcall esp6_init+0x0/0x79 returned 0 after 0 usecs
[   10.927720] calling  xfrm6_transport_init+0x0/0x17 @ 1
[   10.932853] initcall xfrm6_transport_init+0x0/0x17 returned 0 after 0 usecs
[   10.939802] calling  xfrm6_mode_tunnel_init+0x0/0x17 @ 1
[   10.945099] initcall xfrm6_mode_tunnel_init+0x0/0x17 returned 0 after 0 usecs
[   10.952221] calling  xfrm6_beet_init+0x0/0x17 @ 1
[   10.956914] initcall xfrm6_beet_init+0x0/0x17 returned 0 after 0 usecs
[   10.963430] calling  ip6_tables_init+0x0/0xaa @ 1
[   10.968132] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.973520] initcall ip6_tables_init+0x0/0xaa returned 0 after 5272 usecs
[   10.980291] calling  ip6table_filter_init+0x0/0x51 @ 1
[   10.985501] initcall ip6table_filter_init+0x0/0x51 returned 0 after 76 usecs
[   10.992544] calling  ip6table_mangle_init+0x0/0x51 @ 1
[   10.997725] initcall ip6table_mangle_init+0x0/0x51 returned 0 after 47 usecs
[   11.004758] calling  nf_conntrack_l3proto_ipv6_init+0x0/0x154 @ 1
[   11.010847] initcall nf_conntrack_l3proto_ipv6_init+0x0/0x154 returned 0 after 4 usecs
[   11.018744] calling  nf_defrag_init+0x0/0x54 @ 1
[   11.023360] initcall nf_defrag_init+0x0/0x54 returned 0 after 3 usecs
[   11.029788] calling  ipv6header_mt6_init+0x0/0x12 @ 1
[   11.034834] initcall ipv6header_mt6_init+0x0/0x12 returned 0 after 0 usecs
[   11.041695] calling  reject_tg6_init+0x0/0x12 @ 1
[   11.046386] initcall reject_tg6_init+0x0/0x12 returned 0 after 0 usecs
[   11.052896] calling  sit_init+0x0/0x8c @ 1
[   11.056981] sit: IPv6 over IPv4 tunneling driver
[   11.061874] initcall sit_init+0x0/0x8c returned 0 after 4780 usecs
[   11.068051] calling  packet_init+0x0/0x47 @ 1
[   11.072404] NET: Registered protocol family 17
[   11.076852] initcall packet_init+0x0/0x47 returned 0 after 4349 usecs
[   11.083275] calling  br_init+0x0/0xa2 @ 1
[   11.087307] initcall br_init+0x0/0xa2 returned 0 after 24 usecs
[   11.093210] calling  init_rpcsec_gss+0x0/0x64 @ 1
[   11.097913] initcall init_rpcsec_gss+0x0/0x64 returned 0 after 11 usecs
[   11.104514] calling  dcbnl_init+0x0/0x4d @ 1
[   11.108780] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[   11.114857] calling  init_dns_resolver+0x0/0xe4 @ 1
[   11.119735] Key type dns_resolver registered
[   11.123996] initcall init_dns_resolver+0x0/0xe4 returned 0 after 4173 usecs
[   11.130947] calling  mcheck_init_device+0x0/0x123 @ 1
[   11.136199] initcall mcheck_init_device+0x0/0x123 returned 0 after 203 usecs
[   11.143280] calling  tboot_late_init+0x0/0x216 @ 1
[   11.148066] initcall tboot_late_init+0x0/0x216 returned 0 after 0 usecs
[   11.154668] calling  mcheck_debugfs_init+0x0/0x3c @ 1
[   11.159712] initcall mcheck_debugfs_init+0x0/0x3c returned 0 after 5 usecs
[   11.166569] calling  severities_debugfs_init+0x0/0x3c @ 1
[   11.171956] initcall severities_debugfs_init+0x0/0x3c returned 0 after 2 usecs
[   11.179162] calling  threshold_init_device+0x0/0x8d @ 1
[   11.184408] initcall threshold_init_device+0x0/0x8d returned 0 after 34 usecs
[   11.191529] calling  hpet_insert_resource+0x0/0x23 @ 1
[   11.196655] initcall hpet_insert_resource+0x0/0x23 returned 0 after 1 usecs
[   11.203604] calling  update_mp_table+0x0/0x586 @ 1
[   11.208393] initcall update_mp_table+0x0/0x586 returned 0 after 1 usecs
[   11.214994] calling  lapic_insert_resource+0x0/0x3f @ 1
[   11.220213] initcall lapic_insert_resource+0x0/0x3f returned 0 after 0 usecs
[   11.227250] calling  io_apic_bug_finalize+0x0/0x1b @ 1
[   11.232382] initcall io_apic_bug_finalize+0x0/0x1b returned 0 after 0 usecs
[   11.239332] calling  print_ICs+0x0/0x466 @ 1
[   11.243598] initcall print_ICs+0x0/0x466 returned 0 after 0 usecs
[   11.249684] calling  check_early_ioremap_leak+0x0/0x65 @ 1
[   11.255161] initcall check_early_ioremap_leak+0x0/0x65 returned 0 after 0 usecs
[   11.262451] calling  pat_memtype_list_init+0x0/0x32 @ 1
[   11.267670] initcall pat_memtype_list_init+0x0/0x32 returned 0 after 1 usecs
[   11.274706] calling  init_oops_id+0x0/0x40 @ 1
[   11.279146] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[   11.285402] calling  printk_late_init+0x0/0x59 @ 1
[   11.290188] initcall printk_late_init+0x0/0x59 returned 0 after 0 usecs
[   11.296791] calling  pm_qos_power_init+0x0/0x7b @ 1
[   11.301784] initcall pm_qos_power_init+0x0/0x7b returned 0 after 125 usecs
[   11.308657] calling  pm_debugfs_init+0x0/0x24 @ 1
[   11.313358] initcall pm_debugfs_init+0x0/0x24 returned 0 after 1 usecs
[   11.319881] calling  software_resume+0x0/0x290 @ 1
[   11.324665] PM: Hibernation image not present or could not be loaded.
[   11.331092] initcall software_resume+0x0/0x290 returned -2 after 6289 usecs
[   11.338046] initcall software_resume+0x0/0x290 returned with error code -2 
[   11.344997] calling  debugfs_kprobe_init+0x0/0x90 @ 1
[   11.350047] initcall debugfs_kprobe_init+0x0/0x90 returned 0 after 8 usecs
[   11.356915] calling  taskstats_init+0x0/0x95 @ 1
[   11.361532] registered taskstats version 1
[   11.365624] initcall taskstats_init+0x0/0x95 returned 0 after 4011 usecs
[   11.372321] calling  clear_boot_tracer+0x0/0x2d @ 1
[   11.377188] initcall clear_boot_tracer+0x0/0x2d returned 0 after 0 usecs
[   11.383884] calling  max_swapfiles_check+0x0/0x8 @ 1
[   11.388844] initcall max_swapfiles_check+0x0/0x8 returned 0 after 6 usecs
[   11.395616] calling  set_recommended_min_free_kbytes+0x0/0xa0 @ 1
[   11.401888] initcall set_recommended_min_free_kbytes+0x0/0xa0 returned 0 after 186 usecs
[   11.409964] calling  fail_make_request_debugfs+0x0/0x2a @ 1
[   11.415544] initcall fail_make_request_debugfs+0x0/0x2a returned 0 after 14 usecs
[   11.423012] calling  prandom_reseed+0x0/0xb4 @ 1
[   11.427634] initcall prandom_reseed+0x0/0xb4 returned 0 after 13 usecs
[   11.434145] calling  pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[   11.440406] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 1 usecs
[   11.448478] calling  pci_sysfs_init+0x0/0x51 @ 1
[   11.453278] initcall pci_sysfs_init+0x0/0x51 returned 0 after 181 usecs
[   11.459883] calling  boot_wait_for_devices+0x0/0x30 @ 1
[   11.465103] initcall boot_wait_for_devices+0x0/0x30 returned 0 after 0 usecs
[   11.472138] calling  random_int_secret_init+0x0/0x19 @ 1
[   11.477450] initcall random_int_secret_init+0x0/0x19 returned 0 after 11 usecs
[   11.484663] calling  deferred_probe_initcall+0x0/0x70 @ 1
[   11.490113] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 64 usecs
[   11.497407] calling  late_resume_init+0x0/0x1d0 @ 1
[   11.502292]   Magic number: 5:80:689
[   11.505999] initcall late_resume_init+0x0/0x1d0 returned 0 after 3624 usecs
[   11.512955] calling  acpi_cpufreq_init+0x0/0x212 @ 1
[   11.517917] acpi_processor_preregister_performance:694: RC:0
[   11.523593] acpi_processor_preregister_performance:710: RC:0
[   11.529236] acpi_processor_preregister_performance:792: RC:0
[   11.534886] acpi_processor_preregister_performance:812: RC:0
[   11.540557] acpi_processor_get_performance_info:503: RC:0
[   11.545951] acpi_processor_get_platform_limit:136: status:0
[   11.551519] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.558730] CPU 0: _PPC is 0 - frequency not limited
[   11.563689] acpi_processor_get_performance_info:508: RC:0
[   11.569081] acpi-cpufreq: overriding BIOS provided _PSD data
[   11.574768] acpi_processor_get_performance_info:503: RC:0
[   11.580155] acpi_processor_get_platform_limit:136: status:0
[   11.585725] acpi_processor_get_platform_limit:140: acpi_processor_ppc_status:3
[   11.592933] CPU 1: _PPC is 0 - frequency not limited
[   11.597888] acpi_processor_get_performance_info:508: RC:0
[   11.603290] initcall acpi_cpufreq_init+0x0/0x212 returned 0 after 83487 usecs
[   11.610419] calling  firmware_memmap_init+0x0/0x38 @ 1
[   11.615573] initcall firmware_memmap_init+0x0/0x38 returned 0 after 28 usecs
[   11.622613] calling  zcache_init+0x0/0x734 @ 1
[   11.627119] initcall zcache_init+0x0/0x734 returned 0 after 69 usecs
[   11.633467] calling  pci_mmcfg_late_insert_resources+0x0/0x50 @ 1
[   11.639552] initcall pci_mmcfg_late_insert_resources+0x0/0x50 returned 0 after 6 usecs
[   11.647452] calling  net_secret_init+0x0/0x19 @ 1
[   11.652153] initcall net_secret_init+0x0/0x19 returned 0 after 5 usecs
[   11.658669] calling  tcp_congestion_default+0x0/0x12 @ 1
[   11.663970] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[   11.671101] calling  tcp_fastopen_init+0x0/0x30 @ 1
[   11.675980] initcall tcp_fastopen_init+0x0/0x30 returned 0 after 6 usecs
[   11.682669] calling  ip_auto_config+0x0/0xe65 @ 1
[   11.687375] initcall ip_auto_config+0x0/0xe65 returned 0 after 12 usecs
[   11.693976] calling  initialize_hashrnd+0x0/0x19 @ 1
[   11.698940] initcall initialize_hashrnd+0x0/0x19 returned 0 after 6 usecs
[   11.705882] async_waiting @ 1
[   11.708847] async_continuing @ 1 after 0 usec
[   11.713858] Freeing unused kernel memory: 1028k freed
[   11.719152] Write protecting the kernel read-only data: 10240k
[   11.727898] Freeing unused kernel memory: 1536k freed
[   11.733643] Freeing unused kernel memory: 112k freed
init started: BusyBox v1.14.3 ([   11.740960] consoletype (1174) used greatest stack depth: 5288 bytes left
2013-02-25 08:05:07 EST)
Mounting directories  [  OK  ]
mount: mount point /proc/bus/usb does not exist
mount: mount po[   11.859310] core_filesystem (1175) used greatest stack depth: 4984 bytes left
int /proc/xen does not exist
mount: mount point /sys/kernel/config does not exi[   11.872444] udevd (1210): /proc/1210/oom_adj is deprecated, please use /proc/1210/oom_score_adj instead.
st
cat: /sys/hypervisor/type: No such file or directory
/usr/bin/load_xen_modules: line 3: [: ==: unary operator expected
[   11.905385] calling  init_scsi+0x0/0x91 [scsi_mod] @ 1595
[   11.921159] calling  svm_init+0x0/0x23 [kvm_amd] @ 2103
[   11e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   11.949683] e1000: Copyright (c) 1999-2006 Intel Corporation.
^G^G^G^G^G^G^G^G[   11.955700] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
^G^G^G^G^G^G^G^G[   11.963915] calling  acpi_wmi_init+0x0/0x1000 [wmi] @ 1685
[   11.963940] initcall svm_init+0x0/0x23 [kvm_amd] returned 0 after 36716 usecs
^G^G^G^G^G^G^G^G[   11.976619] SCSI subsystem initialized
^G^G^G^G^G^G^G^G[   11.981721] initcall init_scsi+0x0/0x91 [scsi_mod] returned 0 after 69350 usecs
^G^G^G[   11.990420] calling  skge_init_module+0x0/0x1000 [skge] @ 2101
[   11.996756] calling  ata_init+0x0/0x4d3 [libata] @ 1595
udevd-work[2100][   12.001983] ACPI: bus type scsi registered
: error opening ATTR{/sys/devices/system/cpu/cpu0/online} for writing: No such file or directory

[   12.130907] ip (2300) used greatest stack depth: 3928 bytes left
[   12.156518] wmi: Mapper loaded
[   12.159585] initcall acpi_wmi_init+0x0/0x1000 [wmi] returned 0 after 178921 usecs
[   12. 12.181890] libata version 3.00 loaded.
^G^G^G^G^G^G^G^G[   12.187109] initcall ata_init+0x0/0x4d3 [libata] returned 0 after 181022 usecs
^G^G^G^G^G^G^G^G[   12.196646] calling  ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] @ 1595
^G^G^G^G^G^G^G^G[   12.204477] calling  mxm_wmi_init+0x0/0x1000 [mxm_wmi] @ 1685
[   12.211535] initcall mxm_wmi_init+0x0/0x1000 [mxm_wmi] returned 0 after 0 usecs
[   12.220806] calling  nv_pci_driver_init+0x0/0x1000 [sata_nv] @ 1579
[   12.227140] calling  drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] @ 1685
[   12.235187] initcall drm_fb_helper_modinit+0x0/0x1000 [drm_kms_helper] returned 0 after 902 usecs
[   12.246304] calling  ttm_init+0x0/0x1000 [ttm] @ 1685
[   12.251813] initcall ttm_init+0x0/0x1000 [ttm] returned 0 after 432 usecs
[   12.256245] sata_nv 0000:00:08.0: version 3.5
[   12.256502] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[   12.268668] sata_nv 0000:00:08.0: setting latency timer to 64
[   12.275146] initcall ata_generic_pci_driver_init+0x0/0x1000 [ata_generic] returned 0 after 69154 usecs
[   12.292366] calling  nouveau_drm_init+0x0/0x1000 [nouveau] @ 1685
[   12.298094] e1000 0000:01:06.0 eth1: (PCI:66MHz:32-bit) 00:04:23:a7:5a:01
[   12.298097] e1000 0000:01:06.0 eth1: Intel(R) PRO/1000 Network Connection
[   12.298376] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   12.298435] skge: 1.14 addr 0xfd8fc000 irq 16 chip Yukon rev 1
[   12.298559] initcall e1000_init_module+0x0/0x1000 [e1000] returned 0 after 348074 usecs
[   12.331628] calling  fb_console_init+0x0/0x1000 [fbcon] @ 2340
[   12.341734] scsi0 : sata_nv
[   12.343401] skge 0000:01:08.0 eth2: addr 00:0a:5e:65:74:93
[   12.349245] initcall skge_init8 irq 23
[   12.367440] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[   12.390192] hpet1: lost 1 rtc interrupts
[   12.394159] sata_nv 0000:00:08.1: setting latency timer to 64
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   12.403317] scsi2 : sata_nv
^G^G^G^G^G^G^G^G[   12.407033] scsi3 : sata_nv
^G^G^G^G^G^G^G^G[   12.411229] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
^G^G^G^G^G^GWait[   12.419383] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
ing for devices [   12.427916] nouveau 0000:00:0d.0: setting latency timer to 64
[   12.430777] initcall nv_pci_driver_init+0x0/0x1000 [sata_nv] returned 0 after 199185 usecs
[  OK  ]
[   12.443328] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 22
[   12.450045] nouveau  [  DEVICE][0000:00:0d.0] BOOT0  : 0x04c000a2
[   12.456141] nouveau  [  DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
[   12.462221] nouveau  [  DEVICE][0000:00:0d.0] Family : NV40
[   12.468520] nouveau  [   VBIOS][0000:00:0d.0] checking PRAMIN for image...
[   12.514063] nouveau  [   VBIOS][0000:00:0d.0] ... appears to be valid
[   12.520484] nouveau  [   VBIOS][0000:00:0d.0] usingFB][0000:00:0d.0] RAM type: unknown
[   12.546401] nouveau  [     PFB][0000:00:0d.0] RAM size: 128 MiB
[   12.552309] nouveau  [     PFB][0000:00:0d.0]    ZCOMP: 0 tags
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   12.584068] nouveau  [  PTHERM][0000:00:0d.0] FAN control: none / external
[   12.590932] nouveau  [  PTHERM][0000:00:0d.0] ^G[   12.673782] ata1: SATA link down (SStatus 0 SControl 300)
[   12.742687] ata3: SATA link down (SStatus 0 SControl 300)
[   13.131826] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   13.141070] ata2.00: ATA-7: HDT722516DLA380, V43OA96A, max UDMA/133
[   13.147330] ata2.00: 321672960 sectors, multi 16: LBA48 NCQ (depth 0/32)
[   13.160042] ata2.00: configured for UDMA/133
[   13.164570] scsi 1:0:0:0: Direct-Access     ATA      HDT722516DLA380  V43O P1] sd 1:0:0:0: [sda] 321672960 512-byte logical blocks: (164 GB/153 GiB)
^G^G^G^G^G^G^G^G[   13.188729] sd 1:0:0:0: [sda] Write Protect is off
^G^G^G^G^G^G^G^G[   13.194862] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   13.201270] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   13.210373] initcall init_sd+0x0/0x1000 [sd_mod] returned 0 after 29575 usecs
[   13.268392]  sda: sda1 sda2 sda3
[   13.272036] sd 1:0:0:0: [sda] Attached SCSI disk
[   13.485677] ata4: SATA link down (SStatus 0 SControl 300)
[   13.492609] calling  init_sg+0x0/0x1000 [sg] @ 2450
[   13.497 type 0
[   13.502991] initcall init_sg+0x0/0x1000 [sg] returned 0 after 5385 usecs
^G^G^G^G^G^G^G^G^G^G^G[   13.596529] nouveau  [  PTHERM][0000:00:0d.0] programmed thresholds [ 90(2), 95(3), 145(2), 135(5) ]
[   13.605722] [TTM] Zone  kernel: Available graphics memory: 1963774 kiB
[   13.612236] [TTM] Initializing pool allocator
[   13.616593] [TTM] Initializing DMA pool allocator
[   13.621611] nouveau  [     DRM] VRAM: 125 MiB
[   13.625983] nouveau  [     DRM] GART: 512 MiB
[   13.630334] nouveau  [     DRM] TMDS table version 1.1
[   13.635464] nouveau  [     DRM] DCB version 3.0
[   13.639991] nouveau  [     DRM] DCB outp 00: 01000310 00000023
[   13.645806] nouveau  [     DRM] DCB outp 01: 00110204 97e50000
[   13.651622] nouveau  [     DRM] DCB conn 00: 0000
[   13.656455] nouveau  [     DRM] Saving VGA fonts
[   13.699263] nouveau W[     DRM] DCB type 4 not known
[   13.704221] nouveau W[     DRM] Unknown-1 has no encoders, removing
[   13.711355] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   13.717955] [drm] No driver support for vblank timestamp query.
[   13.724336] nouveau  [     DRM] 1 available performance level(s)
[   13.730332] nouveau  [     DRM] 0: core 425MHz shader 425MHz fanspeed 100%
[   13.737193] nouveau  [     DRM] c:
[   13.741894] nouveau  [     DRM] MM: using M2MF for buffer copies
[   13.781931] nouveau 0000:00:0d.0: No connectors reported connected with modes
[   13.789059] [drm] Cannot find any crtc or s880129548c00
[   13.802946] ttyS0: 6 input overrun(s)
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   13.806629] fbcon: nouveaufb (fb0) is primary device
[   13.810602] Console: switching to colour frame buffer device 128x48
[   13.822759] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
[   13.829102] nouveau 0000:00:0d.0: registered panic notifier
[   13.834669] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
[   13.842205] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 1477245 usecs
Waiting for fb [  OK  ]
Starting..[/dev/fb0]
/dev/fb0: len:0
/dev/fb0: bits/pixel32
(7f394c242000): Writting .. [1024:768].901087] [drm] radeon kernel modesetting enabled.
^G^G^G^G^G^[   13.906191] initcall radeon_init+0x0/0x1000 [radeon] returned 0 after 4979 usecs
G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[   13.922794] calling  i915_init+0x0/0x68 [i915] @ 2495
[   13.927906] initcall i915_init+0x0/0x68 [i915] returned 0 after 51 
(7fbd034be000): Writting .. [1024:768]
^G^G^G^G^G^G^G^GDone!
^G^G^G^G^G^G^G^GVGA: 0000:00:0d.0
Waiting for network [  OK  ]
Bringing up loopback interface:  [  OK  ]
Bringing up interface eth0:  [   14.104940] forcedeth 0000:00:07.0: irq 43 for MSI/MSI-X
[   14.110294] forcedeth 0000:00:07.0 eth0: MSI enabled
[   14.117
Determining IP information for e[   14.147906] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
th1...[   16.154073] e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   16.161717] IPv6: ADDRCONF(NETDEV_CHANG done.
[  OK  ]
Bringing up interface eth2:  
Determining IP information for e[   18.280828] skge 0000:01:08.0 eth2: enabling interface
th2...[   18.289879] IPv6: ADDRCONF(y
[   20.949534] skge 0000:01:08.0 eth2: Link is up at 1000 Mbps, full duplex, flow control both
[   20.957886] IPv6: ADDRCONF(NE done.
[  OK  ]
Bringing up interface switch:  
Determining IP information for s[   22.794755] switch: port 1(eth0) entered forwarding state
witch...[   22.800908] switch: po done.
[  OK  ]
Waiting for init.custom [  OK  ]

Starting SSHd ...

    SSH started [3019]


Waiting for SSHd [  OK  ]
WARNING: ssh currently running [3019] ignoring start request
FATAL: Module dump_dma not found.
ERROR: Module dump_dma does not exist in /proc/modules
[   24.202222] calling  crc32c_mod_init+0x0/0x1000 [crc32c] @ 3055
[   24.208214] initcall crc32c_mod_init+0x0/0x1000 [crc32c] returned 0 after 55 usecs
[   24.216923] calling  libcrc32c_mod_init+0x0/0x1000 [libcrc32c] @ 3058
[   24.223373] initcall libcrc32c_mod_init+0x0/0x1000 [libcrc32c] returned 0 after 2 usecs
[   24.232972] calling  iscsi_transport_init+0x0/0x1000 [scsi_transport_iscsi] @ 3060
[   24.240536] Loading iSCSI transport class v2.0-870.
[   24.245593] initcall iscsi_transport_init+0x0/0x1000 [scsi_transport_iscsi] returned 0 after 4942 usecs
[   24.256176] calling  iscsi_sw_tcp_init+0x0/0x1000 [iscsi_tcp] @ 3060
[   24.262699] iscsi: registered transport (tcp)
[   24.267057] initcall iscsi_sw_tcp_init+0x0/0x1000 [iscsi_tcp] returned 0 after 4424 usecs
iscsistart: transport class version 2.0-870. iscsid version 2.0-872
Could not get list of targets from firmware.
Mar  5 15:40:36 tst004 syslogd 1.5.0: restart.
You might have to do kill -1 1 if you see 'can't open /dev/hvc0'
[1:0:0:0]    disk    ATA      HDT722516DLA380  V43O  /dev/sda 
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC BridgePCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
01:06.0 Ethernet controller: Intel Corporation 82545GM Gigabit Ethernet Controller (rev 04)
01:08.0 Ethernet controller: 3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 10)
           CPU0       CPU1       
  0:        150          0   IO-APIC-edge      timer
  1:          1          1   IO-APIC-edge      i8042
  4:          6        216   IO-APIC-edge      serial
  7:          1          0   IO-APIC-edge    
  8:         16         38   IO-APIC-edge      rtc0
  9:          0          0   IO-APIC-fasteoi   acpi
 16:          1         22   IO-APIC-fasteoi   eth2
 18:          7         50   IO-APIC-fasteoi   eth1
 21:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1
 22:          0         11   IO-APIC-fasteoi   ohci_hcd:usb2, nouveau
 23:          0         13   IO-APIC-fasteoi   sata_nv, sata_nv
 43:          9         46   PCI-MSI-edge      eth0
NMI:          0          0   Non-maskable interrupts
LOC:       7942       7743   Local timer interrupts
SPU:          0          0   Spurious interrupts
PMI:          0          0   Performance monitoring interrupts
IWI:          0          0   IRQ work interrupts
RTR:          0          0   APIC ICR read retries
RES:       4129       3332   Rescheduling interrupts
CAL:        219        124   Function call interrupts
TLB:        150        132   TLB shootdowns
TRM:          0          0   Thermal event interrupts
THR:          0          0   Threshold APIC interrupts
MCE:          0          0   Machine check exceptions
MCP:          1          1   Machine check polls
ERR:          1
MIS:          0
00000000-00000fff : reserved
00001000-0009f3ff : System RAM
0009f400-0009ffff : reserved
000a0000-000bffff : PCI Bus 0000:00
000c0000-000cebff : Video ROM
000d0000-000d07ff : Adapter ROM
000d1000-000d27ff : Adapter ROM
000f0000-000fffff : reserved
  000f0000-000fffff : System ROM
00100000-b7edffff : System RAM
  01000000-0167cdf7 : Kernel code
  0167cdf8-01aa9dbf : Kernel data
  01bb3000-01cb8fff : Kernel bss
  ac000000-afffffff : GART
b7ee0000-b7ee2fff : ACPI Non-volatile Storage
b7ee3000-b7eeffff : ACPI Tables
b7ef0000-b7efffff : reserved
b7f00000-b7ffffff : RAM buffer
b8000000-bfffffff : reserved
  b8000000-bfffffff : pnp 00:09
c0000000-efffffff : PCI Bus 0000:00
  c0000000-c001ffff : 0000:00:0d.0
  e0000000-efffffff : 0000:00:0d.0
f0000000-f3ffffff : PCI MMCONFIG 0000 [bus 00-3f]
  f0000000-f3ffffff : reserve^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^[   24.695355] mount.nfs (3110) used greatest stack depth: 3696 bytes left
G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^Gd
    f0000000-f3ffffff : pnp 00:08
f4000000-fe02ffff : PCI Bus 0000:00
  fb000000-fbffffff : 0000:00:0d.0
  fc000000-fcffffff : 0000:00:0d.0
  fd800000-fd8fffff : PCI Bus 0000:01
    fd880000-fd8bffff : 0000:01:06.0
      fd880000-fd8bffff : e1000
    fd8c0000-fd8dffff : 0000:01:06.0
      fd8c0000-fd8dffff : e1000
    fd8fc000-fd8fffff : 0000:01:08.0
      fd8fc000-fd8fffff : skge
  fd900000-fd9fffff : PCI Bus 0000:04
  fda00000-fdafffff : PCI Bus 0000:04
  fdb00000-fdbfffff : PCI Bus 0000:03
  fdc00000-fdcfffff : PCI Bus 0000:03
  fdd00000-fddfffff : PCI Bus 0000:02
  fde00000-fdefffff : PCI Bus 0000:02
  fdf00000-fdffffff : PCI Bus 0000:01
    fdf00000-fdf3ffff : 0000:01:06.0
    fdf40000-fdf5ffff : 0000:01:08.0
  fe024000-fe027fff : 0000:00:05.0
  fe02b000-fe02bfff : 0000:00:08.1
    fe02b000-fe02bfff : sata_nv
  fe02c000-fe02cfff : 0000:00:08.0
    fe02c000-fe02cfff : sata_nv
  fe02d000-fe02dfff : 0000:00:07.0
    fe02d000-fe02dfff : forcedeth
  fe02e000-fe02e0ff : 0000:00:02.1
    fe02e000-fe02e0ff : ehci_hcd
  fe02f000-fe02ffff : 0000:00:02.0
    fe02f000-fe02ffff : ohci_hcd
fec00000-ffffffff : reserved
  fec00000-fec003ff : IOAPIC 0
  fec80000-fecbffff : PCI Bus 0000:00
  fee00000-feefffff : pnp 00:09
    fee00000-fee00fff : Local APIC
  feff0000-feff03ff : HPET 0
    feff0000-feff00ff : pnp 00:09
  fefff000-feffffff : pnp 00:09
  fff80000-fff80fff : pnp 00:09
  fff90000-fffbffff : pnp 00:09
  fffed000-fffeffff : pnp 00:09
  ffff0000-ffffffff : pnp 00:09
100000000-13fffffff : System RAM
MemTotal:        3927548 kB
MemFree:         3604888 kB
Buffers:               0 kB
Cached:           273740 kB
SwapCached:            0 kB
Active:            36244 kB
Inactive:         239200 kB
Active(anon):      29840 kB
Inactive(anon):    67760 kB
Active(file):       6404 kB
Inactive(file):   171440 kB
Unevictable:        4896 kB
Mlocked:            4896 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:          6496 kB
Mapped:             5252 kB
Shmem:             92360 kB
Slab:              24852 kB
SReclaimable:      12516 kB
SUnreclaim:        12336 kB
KernelStack:         648 kB
PageTables:          856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     1963772 kB
Committed_AS:     106592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      109248 kB
VmallocChunk[   24.925232] calling  dm_init+0x0/0x48 [dm_mod] @ 3124
:   34359625723 [   24.930640] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel at redhat.com
kB
AnonHugePage[   24.940365] initcall dm_init+0x0/0x48 [dm_mod] returned 0 after 9583 usecs
s:         0 kB[   24.949079] calling  dm_multipath_init+0x0/0x1000 [dm_multipath] @ 3124

HugePages_Total[   24.956673] device-mapper: multipath: version 1.5.1 loaded
:       0
HugeP[   24.963437] initcall dm_multipath_init+0x0/0x1000 [dm_multipath] returned 0 after 6695 usecs
ages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       37760 kB
DirectMap2M:     2975744 kB
DirectMap1G:     3145728 kB
Waiting for init.late [  OK  ]
PING build.dumpdata.com (192.168.101.3) 56(84) bytes of data.

--- build.dumpdata.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.230/0.230/0.230/0.000 ms
NFS done
libxl: error: libxl.c:87:libxl_ctx_alloc: Is xenstore daemon running?
failed to stat /var/run/xenstored.pid: No such file or directory
cannot init xl context
192.168.101.2:3260,1 iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb
192.168.101.2:3260,1 iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb
Logging in to [iface: default, target: iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb, portal: 192.168.101.2,3260]
[   25.230082] scsi4 : iSCSI Initiator over TCP/IP
[   25.487103] scsi 4:0:0:0: Direct-Access     LIO-ORG  IBLOCK           4.0  PQ: 0 ANSI: 5
[   25.495472] sd 4:0:0:0: Attached scsi generic sg1 type 0
[   25.501229] sd 4:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
Login to [iface:[   25.510242] sd 4:0:0:0: [sdb] Write Protect is off
 default, target[   25.515189] sd 4:0:0:0: [sdb] Mode Sense: 2f 00 00 00
: iqn.2003-01.or[   25.521962] sd 4:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
g.linux-iscsi.target:sn.726f4642[   25.534416]  sdb: unknown partition table
55f7b1dc47c8131b3471abeb, portal[   25.541297] sd 4:0:0:0: [sdb] Attached SCSI disk
: 192.168.101.2,3260] successful.
Mar  5 15:40:38 tst004 iscsid: Connection1:0 to [target: iqn.2003-01.org.linux-iscsi.target:sn.726f464255f7b1dc47c8131b3471abeb, portal: 192.168.101.2,3260] through [iface: default] is operational now

  PV /dev/sdb    VG guests      lvm2 [931.51 GiB / 176.51 GiB free]
  PV /dev/sda3   VG vg_tst004   lvm2 [152.88 GiB / 0    freTi / in no VG: 0 [0   ]
^G^G^G^G^[   30.623272] bio: create slab <bio-1> at 1
G^G^G^G^G^G^G^G  26 logical volume(s) in volume group "guests" now active
  3 logical volume(s) in volume group "vg_tst004" now active

kill -1 1
 5 Mar 15:40:46 ntpdate[3276]: adjust time server 17.171.4.36 offset -0.220364 sec
Tue Mar  5 15:40:47 UTC 2013
Mar  5 15:40:47 tst004 init: starting pid 3291, tty '/dev/tty0': '/bin/sh'
Mar  5 15:40:47 tst004 init: starting pid 3292, tty '/dev/tty1': '/bin/sh'
Mar  5 15:40:47 tst004 init: starting pid 3293, tty '/dev/ttyS0': '/bin/sh'


BusyBox v1.14.3 (2013-02-25 08:05:07 EST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# 
Mar  5 15:40:47 tst004 init: starting pid 3294, tty '/dev/hvc0': '/bin/sh'
/bin/sh: : not found
# 
/bin/sh: : not found
# kill -1 1
# Mar  5 15:40:47 tst004 init: reloading /etc/inittab
[   37.573660] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold
[   37.582166] nouveau  [  PTHhermal management: automatic

/bin/sh: : not found
# [   37.805830] switch: port 1(eth0) entered forwarding state
dmesg [   38.587782] nouveau  [  PTHERM][0000:00:0d.0] temperature (88 C) went below the 'fanboost' threshold
| grep# 
# dmesg | g[   41.592901] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold
rep nou[   42.600079] nouveau  [  PTHERM][0000:00:0d.0] temperature (88 C) went below the 'fanboost' threshold

[    0.000000] Command line: initrd=initramfs.cpio.gz debug selinux=0 earlyprintk=serial console=ttyS0,115200 initcall_debug lk=serial console=ttyS0,115200 initcall_debug loglevel=10 nouveau.mdelay=1000 nouveau.old_style=1 memblock=debug BOOT_IMAGE=vmlinuz 
[   12.292366] calling  nouveau_drm_init+0x0/0x1000 [nouveau] @ 1685
[   12.427916] nouveau 0000:00:0d.0: setting latency timer to 64
[   12.450045] nouveau  [  DEVICE][0000:00:0d.0] BOOT0  : 0x04c000a2
[   12.456141] nouveau  [  DEVICE][0000:00:0d.0] Chipset: C61 (NV4C)
[   12.462221] nouveau  [  DEVICE][0000:00:0d.0] Family : NV40
[   12.468520] nouveau  [   VBIOS][0000:00:0d.0] checking PRAMIN for image...
[   12.514063] nouveau  [   VBIOS][0000:00:0d.0] ... appears to be valid
[   12.520484] nouveau  [   VBIOS][0000:00:0d.0] using image from PRAMIN
[   12.527044] nouveau  [   VBIOS][0000:00:0d.0] BIT signature found
[   12.533130] nouveau  [   VBIOS][0000:00:0d.0] version 05.61.32.22.01
[   12.539727] nouveau  [     PFB][0000:00:0d.0] RAM type: unknown
[   12.546401] nouveau  [     PFB][0000:00:0d.0] RAM size: 128 MiB
[   12.552309] nouveau  [     PFB][0000:00:0d.0]    ZCOMP: 0 tags
[   12.584068] nouveau  [  PTHERM][0000:00:0d.0] FAN control: none / external
[   12.590932] nouveau  [  PTHERM][0000:00:0d.0] Thermal management: disabled
[   13.596529] nouveau  [  PTHERM][0000:00:0d.0] programmed thresholds [ 90(2), 95(3), 145(2), 135(5) ]
[   13.621611] nouveau  [     DRM] VRAM: 125 MiB
[   13.625983] nouveau  [     DRM] GART: 512 MiB
[   13.630334] nouveau  [     DRM] TMDS table version 1.1
[   13.635464] nouveau  [     DRM] DCB version 3.0
[   13.639991] nouveau  [     DRM] DCB outp 00: 01000310 00000023
[   13.645806] nouveau  [     DRM] DCB outp 01: 00110204 97e50000
[   13.651622] nouveau  [     DRM] DCB conn 00: 0000
[   13.656455] nouveau  [     DRM] Saving VGA fonts
[   13.699263] nouveau W[     DRM] DCB type 4 not known
[   13.704221] nouveau W[     DRM] Unknown-1 has no encoders, removing
[   13.724336] nouveau  [     DRM] 1 available performance level(s)
[   13.730332] nouveau  [     DRM] 0: core 425MHz shader 425MHz fanspeed 100%
[   13.737193] nouveau  [     DRM] c:
[   13.741894] nouveau  [     DRM] MM: using M2MF for buffer copies
[   13.781931] nouveau 0000:00:0d.0: No connectors reported connected with modes
[   13.795302] nouveau  [     DRM] allocated 1024x768 fb: 0x9000, bo ffff880129548c00
[   13.806629] fbcon: nouveaufb (fb0) is primary device
[   13.822759] nouveau 0000:00:0d.0: fb0: nouveaufb frame buffer device
[   13.829102] nouveau 0000:00:0d.0: registered panic notifier
[   13.834669] [drm] Initialized nouveau 1.1.0 20120801 for 0000:00:0d.0 on minor 0
[   13.842205] initcall nouveau_drm_init+0x0/0x1000 [nouveau] returned 0 after 1477245 usecs
[   37.573660] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold
[   37.582166] nouveau  [  PTHERM][0000:00:0d.0] Thermal management: automatic
[   38.587782] nouveau  [  PTHERM][0000:00:0d.0] temperature (88 C) went below the 'fanboost' threshold
[   41.592901] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold
[   42.600079] nouveau  [  PTHERM][0000:00:0d.0] temperature (88 C) went below the 'fanboost' threshold
# [   43.607859] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold
[   44.615033] nouveau  [  PTHERM][0000:00:0d.0] temperature (88 C) went below the 'fanboost' threshold
[   45.622810] nouveau  [  PTHERM][0000:00:0d.0] temperature (90 C) hit the 'fanboost' threshold

/bin/sh: : not found
# [   48.627319] nouveau  [  PTHERM][0000:00:0d.0] temperature (96 C) hit the 'downclock' threshold
[   49.634584] nouveau  [  PTHERM][0000:00:0d.0] temperature (92 C) went below the 'downclock' threshold
[   51.641118] nouveau  [  PTHERM][0000:00:0d.0] temperature (98 C) hit the 'downclock' threshold
[   52.648384] nouveau  [  PTHERM][0000:00:0d.0] temperature (92 C) went below the 'downclock' threshold
[   53.656249] nouveau  [  PTHERM][0000:00:0d.0] temperature (96 C) hit the 'downclock' threshold

# 
# ct at /[  102.599549] nouveau  [  PTHERM][0000:00:0d.0] temperature (138 C) hit the 'shutdown' threshold
Mar  5 15:41:54 tst004 init: starting pid 3299, tty '': '/etc/init.d/halt'
Usage: /etc/init.d/halt {start}
The system is going down NOW!
Mar  5 15:41:54 tst004 init: The system is going down NOW!
Sent SIGTERM to all processes
Mar  5 15:41:54 tst004 exiting on signal 15
pro   Sent SIGKILL toRequesting system poweroff
[  104.615865] kvm: exiting hardware virtualization
[  104.620540] sd 4:0:0:0: shutdown
[  104.623782] sd 1:0:0:0: shutdown
[: [sda] Synchronizing SCSI cache
^G^[  104.632345] sd 1:0:0:0: [sda] Stopping disk
G^G^G^G^G[  105.001262] i2c i2c-2: shutdown
[  105.004416] i2c i2c-1: shutdown
[  105.007553] i2c i2c-0: shutdown
[  105.010717] serio
[  105.029126] pnp 00:06: shutdown
[  105.032267] pnp 00:05: shutdown
[  105.035411] rtc_cmos 00:04: shutdown
[  105.038989] pnp 00:03: shutdown
[  105.042128] pnp 00:02: shutdown
^G^G^G^G^G^G[  105.045305] system 00:01: shutdown
[  105.049734] system 00:00: shutdown
[  105.053131] ttyS0: 1 input overrun(s)
[  105.053133] skge 0000:01:08.0: shutdown
[  105.054282] pci 0000:00:04.0: System wakeup enabled by ACPI
[  105.065250] e1000 0000:01:06.0: shutdown
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[  105.113206] pci 0000:00:18.4: shutdown
[  105.116959] pci 0000:00:18.3: shutdown
[  105.120713] pci 0000:00:18.2: shutdown
[  105.148601] sata_nv 0000:00:08.1: shutdown
[  105.152703] sata_nv 0000:00:08.0: shutdown
[  105.156795] forcedeth 0000:00:07.0: shutdown
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[  105.172157] pci 0000:00:06.0: shutdown
[  105.175912] pci 0000:00:05.0: shutdown
[  105.179654] pci 0000:00:04.0: shutdownhutdown
^G^G^G^G^G^G^G[  105.187683] ohci_hcd 0000:00:02.0: shutdown
^G^G^G[  105.193104] pci 0000:00:01.2: shutdown
[  105.197311] pci 0000:00:01.1: shutdown
[  105.201049] pci 0000:00:01.0: shutdown
[  105.204790] pci 0000:00:00.0: shutdown
[  105.208629] ACPI: Preparing to enter system sleep state S5
[  105.214652] Disabling non-boot CPUs ...
[  105.220023] PM: Calling mce_syscore_shutdown+0x0/0x70
[  105.225077] PM: Calling i8259A_shutdown+0x0/0x10
[  105.229691] Power down.
[  105.232462] acpi_power_off called


More information about the dri-devel mailing list