public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* inconsistent lock state message on 2.6.36.4 stable release
@ 2011-03-02 20:19 Nadolski, Edmund
  2011-03-02 20:25 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Nadolski, Edmund @ 2011-03-02 20:19 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org
  Cc: Williams, Dan J, mel@csn.ul.ie, gregkh@suse.de

[-- Attachment #1: Type: text/plain, Size: 4804 bytes --]

With v2.6.36.4 stable release and CONFIG_PROVE_LOCKING set, I notice the below message during boot (full dmesg attached):

...
[    7.201343] =================================
[    7.201344] [ INFO: inconsistent lock state ]
[    7.201345] 2.6.36.4 #2
[    7.201346] ---------------------------------
[    7.201347] inconsistent {RECLAIM_FS-ON-W} -> {IN-RECLAIM_FS-W} usage.
[    7.201349] kswapd1/94 [HC0[0]:SC0[0]:HE1:SE1] takes:
[    7.201350]  (cpu_hotplug.lock){+.+.?.}, at: [<ffffffff81061f4e>] get_online_cpus+0x2e/0x50
[    7.201356] {RECLAIM_FS-ON-W} state was registered at:
[    7.201357]   [<ffffffff81097b8c>] mark_held_locks+0x6c/0xa0
[    7.201361]   [<ffffffff81097c61>] lockdep_trace_alloc+0xa1/0xe0
[    7.201363]   [<ffffffff811433f1>] kmem_cache_alloc+0x41/0x180
[    7.201366]   [<ffffffff812c0b60>] idr_pre_get+0x60/0x90
[    7.201369]   [<ffffffff812c0bb3>] ida_pre_get+0x23/0xe0
[    7.201371]   [<ffffffff8107d435>] create_worker+0x55/0x190
[    7.201374]   [<ffffffff8156972a>] workqueue_cpu_callback+0xb9/0x232
[    7.201377]   [<ffffffff81582b46>] notifier_call_chain+0x56/0x80
[    7.201381]   [<ffffffff8108828e>] __raw_notifier_call_chain+0xe/0x10
[    7.201384]   [<ffffffff81061dc0>] __cpu_notify+0x20/0x40
[    7.201385]   [<ffffffff815787f3>] _cpu_up+0x73/0x113
[    7.201388]   [<ffffffff815788e4>] cpu_up+0x51/0x61
[    7.201389]   [<ffffffff81acf6d7>] kernel_init+0xc9/0x1e8
[    7.201393]   [<ffffffff8100bf24>] kernel_thread_helper+0x4/0x10
[    7.201396] irq event stamp: 33
[    7.201396] hardirqs last  enabled at (33): [<ffffffff8157e9d0>] _raw_spin_unlock_irqrestore+0x40/0x70
[    7.201400] hardirqs last disabled at (32): [<ffffffff8157e2ce>] _raw_spin_lock_irqsave+0x2e/0x70
[    7.201402] softirqs last  enabled at (0): [<ffffffff8105e4f3>] copy_process+0x5c3/0x1310
[    7.201404] softirqs last disabled at (0): [<(null)>] (null)
[    7.201405] 
[    7.201405] other info that might help us debug this:
[    7.201406] no locks held by kswapd1/94.
[    7.201407] 
[    7.201407] stack backtrace:
[    7.201409] Pid: 94, comm: kswapd1 Not tainted 2.6.36.4 #2
[    7.201410] Call Trace:
[    7.201412]  [<ffffffff81096c2a>] print_usage_bug+0x18a/0x190
[    7.201415]  [<ffffffff81018b0f>] ? save_stack_trace+0x2f/0x50
[    7.201417]  [<ffffffff81096f90>] ? check_usage_forwards+0x0/0x100
[    7.201419]  [<ffffffff81097a54>] mark_lock+0x344/0x410
[    7.201421]  [<ffffffff810985e1>] __lock_acquire+0x431/0x14c0
[    7.201424]  [<ffffffff8106f67c>] ? lock_timer_base+0x3c/0x70
[    7.201427]  [<ffffffff812cf884>] ? do_raw_spin_lock+0x54/0x150
[    7.201429]  [<ffffffff81099710>] lock_acquire+0xa0/0x150
[    7.201430]  [<ffffffff81061f4e>] ? get_online_cpus+0x2e/0x50
[    7.201432]  [<ffffffff8157c8d7>] __mutex_lock_common+0x47/0x3d0
[    7.201434]  [<ffffffff81061f4e>] ? get_online_cpus+0x2e/0x50
[    7.201436]  [<ffffffff81061f4e>] ? get_online_cpus+0x2e/0x50
[    7.201438]  [<ffffffff8108290a>] ? prepare_to_wait+0x2a/0x90
[    7.201440]  [<ffffffff812cf884>] ? do_raw_spin_lock+0x54/0x150
[    7.201442]  [<ffffffff812cf884>] ? do_raw_spin_lock+0x54/0x150
[    7.201444]  [<ffffffff8157e9d0>] ? _raw_spin_unlock_irqrestore+0x40/0x70
[    7.201445]  [<ffffffff8157cd15>] mutex_lock_nested+0x35/0x40
[    7.201447]  [<ffffffff81061f4e>] get_online_cpus+0x2e/0x50
[    7.201450]  [<ffffffff81118d8e>] restore_pgdat_percpu_threshold+0x1e/0x110
[    7.201453]  [<ffffffff8111051f>] kswapd+0x34f/0x410
[    7.201455]  [<ffffffff81082690>] ? autoremove_wake_function+0x0/0x40
[    7.201456]  [<ffffffff811101d0>] ? kswapd+0x0/0x410
[    7.201458]  [<ffffffff81082126>] kthread+0xa6/0xb0
[    7.201460]  [<ffffffff8100bf24>] kernel_thread_helper+0x4/0x10
[    7.201462]  [<ffffffff8157eed0>] ? restore_args+0x0/0x30
[    7.201464]  [<ffffffff81082080>] ? kthread+0x0/0xb0
[    7.201465]  [<ffffffff8100bf20>] ? kernel_thread_helper+0x0/0x10
[    7.582914] pcieport 0000:00:1c.5: setting latency timer to 64
[    7.589538]   alloc irq_desc for 69 on node -1
[    7.594577]   alloc kstat_irqs on node -1
[    7.599139] pcieport 0000:00:1c.5: irq 69 for MSI/MSI-X
...


Per git bisect, it seems to have originated with this commit:

$ git bisect good
c04eb9683fbb6374275309b859fcbf02e1db2c78 is the first bad commit
commit c04eb9683fbb6374275309b859fcbf02e1db2c78
Author: Mel Gorman <mel@csn.ul.ie>
Date:   Thu Jan 13 15:45:41 2011 -0800

    mm: page allocator: adjust the per-cpu counter threshold when memory is low

    commit 88f5acf88ae6a9778f6d25d0d5d7ec2d57764a97 upstream.

The message goes away after I do a git revert on this commit. I've also seen this message on 2.6.37.2, but not on 2.6.38-rc7.

Regards,
Ed Nadolski
edmund.nadolski@intel.com







[-- Attachment #2: dmesg.2.6.36.4 --]
[-- Type: application/octet-stream, Size: 79408 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.36.4 (aontest@aontest) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #2 SMP Wed Mar 2 09:50:13 MST 2011
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.36.4 root=UUID=6992eeee-e6f2-4813-8da7-493279e8973f ro console=tty1 console=ttyS1,115200n8
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009a400 (usable)
[    0.000000]  BIOS-e820: 000000000009a400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000008c098000 (usable)
[    0.000000]  BIOS-e820: 000000008c098000 - 000000008c16c000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000008c16c000 - 000000008c586000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008c586000 - 000000008d986000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000008d986000 - 000000008f602000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008f602000 - 000000008f64f000 (reserved)
[    0.000000]  BIOS-e820: 000000008f64f000 - 000000008f6d5000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008f6d5000 - 000000008f6df000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000008f6df000 - 000000008f6e2000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008f6e2000 - 000000008f7cf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000008f7cf000 - 000000008f800000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008f800000 - 0000000090000000 (reserved)
[    0.000000]  BIOS-e820: 00000000a0000000 - 00000000b0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fc000000 - 00000000fd000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 00000001f0000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x1f0000 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-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 0080000000 mask FFF0000000 write-back
[    0.000000]   2 base 0100000000 mask FF80000000 write-back
[    0.000000]   3 base 0180000000 mask FFC0000000 write-back
[    0.000000]   4 base 01C0000000 mask FFE0000000 write-back
[    0.000000]   5 base 01E0000000 mask FFF0000000 write-back
[    0.000000]   6 base 00B0000000 mask FFFF000000 write-combining
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0x8c098 max_arch_pfn = 0x400000000
[    0.000000] e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 000000000009a400 (usable)
[    0.000000]  modified: 000000000009a400 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000008c098000 (usable)
[    0.000000]  modified: 000000008c098000 - 000000008c16c000 (ACPI NVS)
[    0.000000]  modified: 000000008c16c000 - 000000008c586000 (ACPI data)
[    0.000000]  modified: 000000008c586000 - 000000008d986000 (ACPI NVS)
[    0.000000]  modified: 000000008d986000 - 000000008f602000 (ACPI data)
[    0.000000]  modified: 000000008f602000 - 000000008f64f000 (reserved)
[    0.000000]  modified: 000000008f64f000 - 000000008f6d5000 (ACPI data)
[    0.000000]  modified: 000000008f6d5000 - 000000008f6df000 (ACPI NVS)
[    0.000000]  modified: 000000008f6df000 - 000000008f6e2000 (ACPI data)
[    0.000000]  modified: 000000008f6e2000 - 000000008f7cf000 (ACPI NVS)
[    0.000000]  modified: 000000008f7cf000 - 000000008f800000 (ACPI data)
[    0.000000]  modified: 000000008f800000 - 0000000090000000 (reserved)
[    0.000000]  modified: 00000000a0000000 - 00000000b0000000 (reserved)
[    0.000000]  modified: 00000000fc000000 - 00000000fd000000 (reserved)
[    0.000000]  modified: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  modified: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000]  modified: 0000000100000000 - 00000001f0000000 (usable)
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000fda90] fda90
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-000000008c098000
[    0.000000]  0000000000 - 0080000000 page 1G
[    0.000000]  0080000000 - 008c000000 page 2M
[    0.000000]  008c000000 - 008c098000 page 4k
[    0.000000] kernel direct mapping tables up to 8c098000 @ 16000-19000
[    0.000000] init_memory_mapping: 0000000100000000-00000001f0000000
[    0.000000]  0100000000 - 01c0000000 page 1G
[    0.000000]  01c0000000 - 01f0000000 page 2M
[    0.000000] kernel direct mapping tables up to 1f0000000 @ 18000-1a000
[    0.000000] RAMDISK: 33bca000 - 37ff0000
[    0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 INTEL )
[    0.000000] ACPI: XSDT 000000008f7fd120 0009C (v01 INTEL  S5520SC  00000000      01000013)
[    0.000000] ACPI: FACP 000000008f7fb000 000F4 (v04 INTEL  S5520SC  00000000 MSFT 0100000D)
[    0.000000] ACPI: DSDT 000000008f7f4000 061D3 (v02 INTEL  S5520SC  00000003 MSFT 0100000D)
[    0.000000] ACPI: FACS 000000008f6e2000 00040
[    0.000000] ACPI: APIC 000000008f7f3000 001A8 (v02 INTEL  S5520SC  00000000 MSFT 0100000D)
[    0.000000] ACPI: MCFG 000000008f7f2000 0003C (v01 INTEL  S5520SC  00000001 MSFT 0100000D)
[    0.000000] ACPI: HPET 000000008f7f1000 00038 (v01 INTEL  S5520SC  00000001 MSFT 0100000D)
[    0.000000] ACPI: SLIT 000000008f7f0000 00030 (v01 INTEL  S5520SC  00000001 MSFT 0100000D)
[    0.000000] ACPI: SRAT 000000008f7ef000 00430 (v02 INTEL  S5520SC  00000001 MSFT 0100000D)
[    0.000000] ACPI: SPCR 000000008f7ee000 00050 (v01 INTEL  S5520SC  00000000 MSFT 0100000D)
[    0.000000] ACPI: WDDT 000000008f7ed000 00040 (v01 INTEL  S5520SC  00000000 MSFT 0100000D)
[    0.000000] ACPI: SSDT 000000008f7d2000 1AFC4 (v02  INTEL SSDT  PM 00004000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000008f7d1000 001D8 (v02  INTEL IPMI     00004000 INTL 20061109)
[    0.000000] ACPI: TCPA 000000008f7d0000 00032 (v00                 00000000      00000000)
[    0.000000] ACPI: HEST 000000008f7cf000 000A8 (v01 INTEL  S5520SC  00000001 INTL 00000001)
[    0.000000] ACPI: BERT 000000008f6e1000 00030 (v01 INTEL  S5520SC  00000001 INTL 00000001)
[    0.000000] ACPI: ERST 000000008f6e0000 00230 (v01 INTEL  S5520SC  00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 000000008f6df000 00130 (v01 INTEL  S5520SC  00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x30 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x11 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x31 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x13 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x33 -> Node 1
[    0.000000] SRAT: PXM 0 -> APIC 0x15 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x35 -> Node 1
[    0.000000] SRAT: Node 0 PXM 0 0-90000000
[    0.000000] SRAT: Node 0 PXM 0 100000000-130000000
[    0.000000] SRAT: Node 1 PXM 1 130000000-1f0000000
[    0.000000] SRAT: Node 0 [0,90000000) + [100000000,130000000) -> [0,130000000)
[    0.000000] NUMA: Using 28 for the hash shift.
[    0.000000] Initmem setup node 0 0000000000000000-0000000130000000
[    0.000000]   NODE_DATA [0000000100000000 - 0000000100004fff]
[    0.000000] Initmem setup node 1 0000000130000000-00000001f0000000
[    0.000000]   NODE_DATA [0000000130000000 - 0000000130004fff]
[    0.000000] [ffffea0004280000-ffffea00043fffff] potential offnode page_structs
[    0.000000]  [ffffea0000000000-ffffea00043fffff] PMD -> [ffff880100200000-ffff880102dfffff] on node 0
[    0.000000]  [ffffea0004400000-ffffea0006dfffff] PMD -> [ffff880130200000-ffff880132bfffff] on node 1
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x001f0000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009a
[    0.000000]     0: 0x00000100 -> 0x0008c098
[    0.000000]     0: 0x00100000 -> 0x00130000
[    0.000000]     1: 0x00130000 -> 0x001f0000
[    0.000000] On node 0 totalpages: 770082
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3922 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 555216 pages, LIFO batch:31
[    0.000000]   Normal zone: 2688 pages used for memmap
[    0.000000]   Normal zone: 193920 pages, LIFO batch:31
[    0.000000] On node 1 totalpages: 786432
[    0.000000]   Normal zone: 10752 pages used for memmap
[    0.000000]   Normal zone: 775680 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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[0x20] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x22] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x24] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x30] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x32] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x34] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x21] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x23] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x25] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x31] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x33] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x35] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high level lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high level lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec90000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec90000, GSI 24-47
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a401 base: 0xfed00000
[    0.000000] SMP: Allowing 24 CPUs, 0 hotplug CPUs
[    0.000000] early_res array is doubled to 64 at [19040 - 1983f]
[    0.000000] nr_irqs_gsi: 64
[    0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000
[    0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000008c098000 - 000000008c16c000
[    0.000000] PM: Registered nosave memory: 000000008c16c000 - 000000008c586000
[    0.000000] PM: Registered nosave memory: 000000008c586000 - 000000008d986000
[    0.000000] PM: Registered nosave memory: 000000008d986000 - 000000008f602000
[    0.000000] PM: Registered nosave memory: 000000008f602000 - 000000008f64f000
[    0.000000] PM: Registered nosave memory: 000000008f64f000 - 000000008f6d5000
[    0.000000] PM: Registered nosave memory: 000000008f6d5000 - 000000008f6df000
[    0.000000] PM: Registered nosave memory: 000000008f6df000 - 000000008f6e2000
[    0.000000] PM: Registered nosave memory: 000000008f6e2000 - 000000008f7cf000
[    0.000000] PM: Registered nosave memory: 000000008f7cf000 - 000000008f800000
[    0.000000] PM: Registered nosave memory: 000000008f800000 - 0000000090000000
[    0.000000] PM: Registered nosave memory: 0000000090000000 - 00000000a0000000
[    0.000000] PM: Registered nosave memory: 00000000a0000000 - 00000000b0000000
[    0.000000] PM: Registered nosave memory: 00000000b0000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fd000000
[    0.000000] PM: Registered nosave memory: 00000000fd000000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ff800000
[    0.000000] PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at b0000000 (gap: b0000000:4c000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:24 nr_node_ids:2
[    0.000000] early_res array is doubled to 128 at [19840 - 1a83f]
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff880002600000 s89920 r8192 d20672 u131072
[    0.000000] pcpu-alloc: s89920 r8192 d20672 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 02 04 06 08 10 12 14 16 18 20 22 -- -- -- -- 
[    0.000000] pcpu-alloc: [1] 01 03 05 07 09 11 13 15 17 19 21 23 -- -- -- -- 
[    0.000000] Built 2 zonelists in Node order, mobility grouping on.  Total pages: 1528738
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.36.4 root=UUID=6992eeee-e6f2-4813-8da7-493279e8973f ro console=tty1 console=ttyS1,115200n8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Subtract (91 early reservations)
[    0.000000]   #1 [0001000000 - 00024bcb6c]   TEXT DATA BSS
[    0.000000]   #2 [0033bca000 - 0037ff0000]         RAMDISK
[    0.000000]   #3 [00024bd000 - 00024bd338]             BRK
[    0.000000]   #4 [00000fdaa0 - 0000100000]   BIOS reserved
[    0.000000]   #5 [00000fda90 - 00000fdaa0]    MP-table mpf
[    0.000000]   #6 [000009a400 - 00000efc40]   BIOS reserved
[    0.000000]   #7 [00000efe4c - 00000fda90]   BIOS reserved
[    0.000000]   #8 [00000efc40 - 00000efe4c]    MP-table mpc
[    0.000000]   #9 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #10 [0000012000 - 0000016000]     ACPI WAKEUP
[    0.000000]   #11 [0000016000 - 0000018000]         PGTABLE
[    0.000000]   #12 [0000018000 - 0000019000]         PGTABLE
[    0.000000]   #13 [0000019000 - 0000019030]       ACPI SLIT
[    0.000000]   #14 [0100000000 - 0100005000]       NODE_DATA
[    0.000000]   #15 [0130000000 - 0130005000]       NODE_DATA
[    0.000000]   #16 [00024bd340 - 00024be340]         BOOTMEM
[    0.000000]   #17 [00024bcb80 - 00024bcdc0]         BOOTMEM
[    0.000000]   #18 [0130005000 - 0130005240]         BOOTMEM
[    0.000000]   #19 [0100005000 - 0100006000]         BOOTMEM
[    0.000000]   #20 [0100006000 - 0100007000]         BOOTMEM
[    0.000000]   #21 [0100200000 - 0102e00000]        MEMMAP 0
[    0.000000]   #22 [0130200000 - 0132c00000]        MEMMAP 1
[    0.000000]   #23 [00024be340 - 00024be740]         BOOTMEM
[    0.000000]   #24 [00024be740 - 00024fe740]         BOOTMEM
[    0.000000]   #25 [00024fe740 - 000250e740]         BOOTMEM
[    0.000000]   #26 [0130005240 - 0130045240]         BOOTMEM
[    0.000000]   #27 [000250f000 - 0002510000]         BOOTMEM
[    0.000000]   #28 [00024bcdc0 - 00024bce01]         BOOTMEM
[    0.000000]   #29 [00024bce40 - 00024bcec6]         BOOTMEM
[    0.000000]   #30 [000250e740 - 000250ebd8]         BOOTMEM
[    0.000000]   #31 [00024bcf00 - 00024bcf68]         BOOTMEM
[    0.000000]   #32 [00024bcf80 - 00024bcfe8]         BOOTMEM
[    0.000000]   #33 [000250ec00 - 000250ec68]         BOOTMEM
[    0.000000]   #34 [000250ec80 - 000250ece8]         BOOTMEM
[    0.000000]   #35 [000250ed00 - 000250ed68]         BOOTMEM
[    0.000000]   #36 [000250ed80 - 000250ede8]         BOOTMEM
[    0.000000]   #37 [000250ee00 - 000250ee68]         BOOTMEM
[    0.000000]   #38 [000250ee80 - 000250eee8]         BOOTMEM
[    0.000000]   #39 [000250ef00 - 000250ef68]         BOOTMEM
[    0.000000]   #40 [000250ef80 - 000250efe8]         BOOTMEM
[    0.000000]   #41 [0002510000 - 0002510068]         BOOTMEM
[    0.000000]   #42 [0002510080 - 00025100e8]         BOOTMEM
[    0.000000]   #43 [0002510100 - 0002510168]         BOOTMEM
[    0.000000]   #44 [0002510180 - 00025101e8]         BOOTMEM
[    0.000000]   #45 [0002510200 - 0002510268]         BOOTMEM
[    0.000000]   #46 [0002510280 - 00025102e8]         BOOTMEM
[    0.000000]   #47 [0002510300 - 0002510368]         BOOTMEM
[    0.000000]   #48 [0002510380 - 00025103e8]         BOOTMEM
[    0.000000]   #49 [0002510400 - 0002510468]         BOOTMEM
[    0.000000]   #50 [0002510480 - 00025104e8]         BOOTMEM
[    0.000000]   #51 [0002510500 - 0002510520]         BOOTMEM
[    0.000000]   #52 [0002510540 - 0002510560]         BOOTMEM
[    0.000000]   #53 [0002510580 - 00025105f8]         BOOTMEM
[    0.000000]   #54 [0002510600 - 0002510678]         BOOTMEM
[    0.000000]   #55 [0002600000 - 000261d000]         BOOTMEM
[    0.000000]   #56 [0002620000 - 000263d000]         BOOTMEM
[    0.000000]   #57 [0002640000 - 000265d000]         BOOTMEM
[    0.000000]   #58 [0002660000 - 000267d000]         BOOTMEM
[    0.000000]   #59 [0002680000 - 000269d000]         BOOTMEM
[    0.000000]   #60 [00026a0000 - 00026bd000]         BOOTMEM
[    0.000000]   #61 [00026c0000 - 00026dd000]         BOOTMEM
[    0.000000]   #62 [00026e0000 - 00026fd000]         BOOTMEM
[    0.000000]   #63 [0002700000 - 000271d000]         BOOTMEM
[    0.000000]   #64 [0002720000 - 000273d000]         BOOTMEM
[    0.000000]   #65 [0002740000 - 000275d000]         BOOTMEM
[    0.000000]   #66 [0002760000 - 000277d000]         BOOTMEM
[    0.000000]   #67 [0132c00000 - 0132c1d000]         BOOTMEM
[    0.000000]   #68 [0132c20000 - 0132c3d000]         BOOTMEM
[    0.000000]   #69 [0132c40000 - 0132c5d000]         BOOTMEM
[    0.000000]   #70 [0132c60000 - 0132c7d000]         BOOTMEM
[    0.000000]   #71 [0132c80000 - 0132c9d000]         BOOTMEM
[    0.000000]   #72 [0132ca0000 - 0132cbd000]         BOOTMEM
[    0.000000]   #73 [0132cc0000 - 0132cdd000]         BOOTMEM
[    0.000000]   #74 [0132ce0000 - 0132cfd000]         BOOTMEM
[    0.000000]   #75 [0132d00000 - 0132d1d000]         BOOTMEM
[    0.000000]   #76 [0132d20000 - 0132d3d000]         BOOTMEM
[    0.000000]   #77 [0132d40000 - 0132d5d000]         BOOTMEM
[    0.000000]   #78 [0132d60000 - 0132d7d000]         BOOTMEM
[    0.000000]   #79 [0002512680 - 0002512690]         BOOTMEM
[    0.000000]   #80 [00025126c0 - 00025126d0]         BOOTMEM
[    0.000000]   #81 [0002512700 - 0002512760]         BOOTMEM
[    0.000000]   #82 [0002512780 - 0002512840]         BOOTMEM
[    0.000000]   #83 [0002512840 - 0002512950]         BOOTMEM
[    0.000000]   #84 [0002512980 - 00025129c8]         BOOTMEM
[    0.000000]   #85 [0002512a00 - 0002512a48]         BOOTMEM
[    0.000000]   #86 [0002512a80 - 000251aa80]         BOOTMEM
[    0.000000]   #87 [000277d000 - 000677d000]         BOOTMEM
[    0.000000]   #88 [000251aa80 - 000253aa80]         BOOTMEM
[    0.000000]   #89 [000253aa80 - 000257aa80]         BOOTMEM
[    0.000000]   #90 [000001a840 - 0000022840]         BOOTMEM
[    0.000000] Memory: 5977512k/8126464k available (5667k kernel code, 1900408k absent, 248544k reserved, 5307k data, 848k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=2
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:4352 nr_irqs:1280
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty1] enabled
[    0.000000] console [ttyS1] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 5855 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] allocated 62914560 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.010000] Detected 3332.914 MHz processor.
[    0.000014] Calibrating delay loop (skipped), value calculated using timer frequency.. 6665.82 BogoMIPS (lpj=33329140)
[    0.012141] pid_max: default: 32768 minimum: 301
[    0.017423] Security Framework initialized
[    0.022104] AppArmor: AppArmor initialized
[    0.027408] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.037400] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.046142] Mount-cache hash table entries: 256
[    0.051813] Initializing cgroup subsys ns
[    0.056368] Initializing cgroup subsys cpuacct
[    0.061420] Initializing cgroup subsys memory
[    0.066393] Initializing cgroup subsys devices
[    0.071432] Initializing cgroup subsys freezer
[    0.076472] Initializing cgroup subsys net_cls
[    0.081569] CPU: Physical Processor ID: 0
[    0.086122] CPU: Processor Core ID: 0
[    0.090297] mce: CPU supports 9 MCE banks
[    0.094855] CPU0: Thermal monitoring enabled (TM1)
[    0.100299] using mwait in idle threads.
[    0.104755] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.113098] ... version:                3
[    0.117649] ... bit width:              48
[    0.122297] ... generic registers:      4
[    0.126849] ... value mask:             0000ffffffffffff
[    0.132865] ... max period:             000000007fffffff
[    0.138875] ... fixed-purpose events:   3
[    0.143435] ... event mask:             000000070000000f
[    0.150232] ACPI: Core revision 20100702
[    0.179112] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.185621] ftrace: allocating 21037 entries in 83 pages
[    0.196312] Setting APIC routing to physical flat
[    0.202106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.308825] CPU0: Intel(R) Xeon(R) CPU           X5680  @ 3.33GHz stepping 02
[    0.429782] lockdep: fixing up alternatives.
[    0.434733] Booting Node   1, Processors  #1lockdep: fixing up alternatives.
[    0.622876]  Ok.
[    0.624999] Booting Node   0, Processors  #2lockdep: fixing up alternatives.
[    0.812785]  Ok.
[    0.814911] Booting Node   1, Processors  #3lockdep: fixing up alternatives.
[    1.003826]  Ok.
[    1.005952] Booting Node   0, Processors  #4lockdep: fixing up alternatives.
[    1.192492]  Ok.
[    1.194616] Booting Node   1, Processors  #5lockdep: fixing up alternatives.
[    1.382322]  Ok.
[    1.384449] Booting Node   0, Processors  #6lockdep: fixing up alternatives.
[    1.572191]  Ok.
[    1.574316] Booting Node   1, Processors  #7lockdep: fixing up alternatives.
[    1.762019]  Ok.
[    1.764143] Booting Node   0, Processors  #8lockdep: fixing up alternatives.
[    1.951990]  Ok.
[    1.954114] Booting Node   1, Processors  #9lockdep: fixing up alternatives.
[    2.141814]  Ok.
[    2.143941] Booting Node   0, Processors  #10lockdep: fixing up alternatives.
[    2.331688]  Ok.
[    2.333812] Booting Node   1, Processors  #11lockdep: fixing up alternatives.
[    2.521503]  Ok.
[    2.523627] Booting Node   0, Processors  #12lockdep: fixing up alternatives.
[    2.711471]  Ok.
[    2.713598] Booting Node   1, Processors  #13lockdep: fixing up alternatives.
[    2.901309]  Ok.
[    2.903433] Booting Node   0, Processors  #14lockdep: fixing up alternatives.
[    3.091238]  Ok.
[    3.093362] Booting Node   1, Processors  #15lockdep: fixing up alternatives.
[    3.281061]  Ok.
[    3.283184] Booting Node   0, Processors  #16lockdep: fixing up alternatives.
[    3.470934]  Ok.
[    3.473058] Booting Node   1, Processors  #17lockdep: fixing up alternatives.
[    3.660753]  Ok.
[    3.662878] Booting Node   0, Processors  #18lockdep: fixing up alternatives.
[    3.850730]  Ok.
[    3.852855] Booting Node   1, Processors  #19lockdep: fixing up alternatives.
[    4.040554]  Ok.
[    4.042678] Booting Node   0, Processors  #20lockdep: fixing up alternatives.
[    4.230433]  Ok.
[    4.232560] Booting Node   1, Processors  #21lockdep: fixing up alternatives.
[    4.420282]  Ok.
[    4.422409] Booting Node   0, Processors  #22lockdep: fixing up alternatives.
[    4.610158]  Ok.
[    4.612282] Booting Node   1, Processors  #23 Ok.
[    4.796516] Brought up 24 CPUs
[    4.800002] Total of 24 processors activated (159996.88 BogoMIPS).
[    4.824711] devtmpfs: initialized
[    4.829448] regulator: core version 0.5
[    4.833830] Time: 16:59:32  Date: 03/02/11
[    4.838610] NET: Registered protocol family 16
[    4.843927] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    4.852504] ACPI: bus type pci registered
[    4.857168] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xa0000000-0xafffffff] (base 0xa0000000)
[    4.867681] PCI: MMCONFIG at [mem 0xa0000000-0xafffffff] reserved in E820
[    4.929816] PCI: Using configuration type 1 for base access
[    4.937463] bio: create slab <bio-0> at 0
[    4.946953] ACPI: EC: Look up EC in DSDT
[    4.947237] ACPI Error: Field [CPB3] at 96 exceeds Buffer [NULL] size 64 (bits) (20100702/dsopcode-597)
[    4.957963] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_._OSC] (Node ffff8801eca2deb0), AE_AML_BUFFER_LIMIT
[    5.015572] ACPI: Interpreter enabled
[    5.019748] ACPI: (supports S0 S1 S3 S5)
[    5.024458] ACPI: Using IOAPIC for interrupt routing
[    5.040185] ACPI: No dock devices found.
[    5.044646] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.055536] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fd])
[    5.063419] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    5.070894] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    5.078362] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    5.086638] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000cbfff]
[    5.094911] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfedfffff]
[    5.103188] pci_root PNP0A08:00: host bridge window [mem 0xb0000000-0xfdffffff]
[    5.111546] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    5.111549] pci 0000:00:00.0: PME# disabled
[    5.111620] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    5.111623] pci 0000:00:01.0: PME# disabled
[    5.111703] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    5.111706] pci 0000:00:03.0: PME# disabled
[    5.111779] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    5.111782] pci 0000:00:07.0: PME# disabled
[    5.112070] pci 0000:00:13.0: reg 10: [mem 0xb2a28000-0xb2a28fff]
[    5.112118] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    5.112121] pci 0000:00:13.0: PME# disabled
[    5.112460] pci 0000:00:16.0: reg 10: [mem 0xb2a00000-0xb2a03fff 64bit]
[    5.112537] pci 0000:00:16.1: reg 10: [mem 0xb2a04000-0xb2a07fff 64bit]
[    5.112614] pci 0000:00:16.2: reg 10: [mem 0xb2a08000-0xb2a0bfff 64bit]
[    5.112691] pci 0000:00:16.3: reg 10: [mem 0xb2a0c000-0xb2a0ffff 64bit]
[    5.112770] pci 0000:00:16.4: reg 10: [mem 0xb2a10000-0xb2a13fff 64bit]
[    5.112847] pci 0000:00:16.5: reg 10: [mem 0xb2a14000-0xb2a17fff 64bit]
[    5.112924] pci 0000:00:16.6: reg 10: [mem 0xb2a18000-0xb2a1bfff 64bit]
[    5.113001] pci 0000:00:16.7: reg 10: [mem 0xb2a1c000-0xb2a1ffff 64bit]
[    5.113115] pci 0000:00:1a.0: reg 20: [io  0x30e0-0x30ff]
[    5.113207] pci 0000:00:1a.1: reg 20: [io  0x30c0-0x30df]
[    5.113298] pci 0000:00:1a.2: reg 20: [io  0x30a0-0x30bf]
[    5.113375] pci 0000:00:1a.7: reg 10: [mem 0xb2a26000-0xb2a263ff]
[    5.113454] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    5.113458] pci 0000:00:1a.7: PME# disabled
[    5.113499] pci 0000:00:1b.0: reg 10: [mem 0xb2a20000-0xb2a23fff 64bit]
[    5.113558] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    5.113562] pci 0000:00:1b.0: PME# disabled
[    5.113640] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.113644] pci 0000:00:1c.0: PME# disabled
[    5.113728] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    5.113731] pci 0000:00:1c.4: PME# disabled
[    5.113812] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    5.113815] pci 0000:00:1c.5: PME# disabled
[    5.113884] pci 0000:00:1d.0: reg 20: [io  0x3080-0x309f]
[    5.113976] pci 0000:00:1d.1: reg 20: [io  0x3060-0x307f]
[    5.114067] pci 0000:00:1d.2: reg 20: [io  0x3040-0x305f]
[    5.114145] pci 0000:00:1d.7: reg 10: [mem 0xb2a25000-0xb2a253ff]
[    5.114224] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    5.114228] pci 0000:00:1d.7: PME# disabled
[    5.114389] pci 0000:00:1f.0: quirk: [io  0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[    5.123347] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    5.131404] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
[    5.139973] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
[    5.148542] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0600 (mask 001f)
[    5.157169] pci 0000:00:1f.2: reg 10: [io  0x3108-0x310f]
[    5.157177] pci 0000:00:1f.2: reg 14: [io  0x3114-0x3117]
[    5.157185] pci 0000:00:1f.2: reg 18: [io  0x3100-0x3107]
[    5.157193] pci 0000:00:1f.2: reg 1c: [io  0x3110-0x3113]
[    5.157201] pci 0000:00:1f.2: reg 20: [io  0x3020-0x303f]
[    5.157209] pci 0000:00:1f.2: reg 24: [mem 0xb2a24000-0xb2a247ff]
[    5.157246] pci 0000:00:1f.2: PME# supported from D3hot
[    5.157249] pci 0000:00:1f.2: PME# disabled
[    5.157280] pci 0000:00:1f.3: reg 10: [mem 0xb2a27000-0xb2a270ff 64bit]
[    5.157303] pci 0000:00:1f.3: reg 20: [io  0x3000-0x301f]
[    5.157395] pci 0000:01:00.0: reg 10: [mem 0xb2920000-0xb293ffff]
[    5.157412] pci 0000:01:00.0: reg 18: [io  0x2020-0x203f]
[    5.157422] pci 0000:01:00.0: reg 1c: [mem 0xb2944000-0xb2947fff]
[    5.157477] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    5.157480] pci 0000:01:00.0: PME# disabled
[    5.157524] pci 0000:01:00.1: reg 10: [mem 0xb2900000-0xb291ffff]
[    5.157542] pci 0000:01:00.1: reg 18: [io  0x2000-0x201f]
[    5.157551] pci 0000:01:00.1: reg 1c: [mem 0xb2940000-0xb2943fff]
[    5.157606] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    5.157609] pci 0000:01:00.1: PME# disabled
[    5.157634] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    5.163550] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    5.163553] pci 0000:00:01.0:   bridge window [mem 0xb2900000-0xb29fffff]
[    5.163558] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    5.163597] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    5.169517] pci 0000:00:03.0:   bridge window [io  0xf000-0x0000] (disabled)
[    5.169520] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    5.169525] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    5.169564] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    5.175482] pci 0000:00:07.0:   bridge window [io  0xf000-0x0000] (disabled)
[    5.175485] pci 0000:00:07.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    5.175490] pci 0000:00:07.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    5.175533] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
[    5.181453] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    5.181456] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    5.181462] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    5.181542] pci 0000:05:00.0: reg 10: [mem 0xb0000000-0xb0ffffff pref]
[    5.181557] pci 0000:05:00.0: reg 14: [mem 0xb1800000-0xb1803fff]
[    5.181572] pci 0000:05:00.0: reg 18: [mem 0xb1000000-0xb17fffff]
[    5.181627] pci 0000:05:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
[    5.181688] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    5.192977] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    5.198897] pci 0000:00:1c.4:   bridge window [io  0xf000-0x0000] (disabled)
[    5.198901] pci 0000:00:1c.4:   bridge window [mem 0xb1000000-0xb18fffff]
[    5.198907] pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xb0ffffff 64bit pref]
[    5.198978] pci 0000:06:00.0: reg 10: [mem 0xb2800000-0xb2803fff]
[    5.199046] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    5.199051] pci 0000:06:00.0: PME# disabled
[    5.199076] pci 0000:00:1c.5: PCI bridge to [bus 06-09]
[    5.204994] pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
[    5.204997] pci 0000:00:1c.5:   bridge window [mem 0xb2700000-0xb28fffff]
[    5.205003] pci 0000:00:1c.5:   bridge window [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.205176] pci 0000:07:08.0: PME# supported from D0 D3hot D3cold
[    5.205180] pci 0000:07:08.0: PME# disabled
[    5.205241] pci 0000:06:00.0: PCI bridge to [bus 07-09]
[    5.211163] pci 0000:06:00.0:   bridge window [io  0x1000-0x1fff]
[    5.211168] pci 0000:06:00.0:   bridge window [mem 0xb2700000-0xb27fffff]
[    5.211175] pci 0000:06:00.0:   bridge window [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.211281] pci 0000:08:00.0: reg 10: [mem 0xb2504000-0xb2507fff 64bit pref]
[    5.211301] pci 0000:08:00.0: reg 18: [mem 0xb2000000-0xb23fffff 64bit pref]
[    5.211313] pci 0000:08:00.0: reg 20: [io  0x1100-0x11ff]
[    5.211423] pci 0000:08:00.0: reg 164: [mem 0xb2488000-0xb248bfff 64bit pref]
[    5.211475] pci 0000:07:08.0: PCI bridge to [bus 08-09]
[    5.217397] pci 0000:07:08.0:   bridge window [io  0x1000-0x1fff]
[    5.217402] pci 0000:07:08.0:   bridge window [mem 0xb2700000-0xb27fffff]
[    5.217410] pci 0000:07:08.0:   bridge window [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.217479] pci 0000:0a:01.0: reg 10: [mem 0xb2604000-0xb26047ff]
[    5.217490] pci 0000:0a:01.0: reg 14: [mem 0xb2600000-0xb2603fff]
[    5.217555] pci 0000:0a:01.0: supports D1 D2
[    5.217556] pci 0000:0a:01.0: PME# supported from D0 D1 D2 D3hot
[    5.217560] pci 0000:0a:01.0: PME# disabled
[    5.217608] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a] (subtractive decode)
[    5.225565] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    5.225569] pci 0000:00:1e.0:   bridge window [mem 0xb2600000-0xb26fffff]
[    5.225574] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    5.225576] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    5.225578] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    5.225580] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    5.225581] pci 0000:00:1e.0:   bridge window [mem 0x000c4000-0x000cbfff] (subtractive decode)
[    5.225583] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfedfffff] (subtractive decode)
[    5.225585] pci 0000:00:1e.0:   bridge window [mem 0xb0000000-0xfdffffff] (subtractive decode)
[    5.225615] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    5.226114] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MRP1._PRT]
[    5.226187] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MRP3._PRT]
[    5.226309] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MRP7._PRT]
[    5.226484] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    5.226600] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    5.226640] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[    5.226772] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IP2P._PRT]
[    5.252098] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    5.261113] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    5.270117] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    5.279111] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    5.288117] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    5.298485] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    5.308845] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    5.317837] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    5.328378] vgaarb: device added: PCI:0000:05:00.0,decodes=io+mem,owns=io+mem,locks=none
[    5.337536] vgaarb: loaded
[    5.340723] SCSI subsystem initialized
[    5.345022] libata version 3.00 loaded.
[    5.345097] usbcore: registered new interface driver usbfs
[    5.351319] usbcore: registered new interface driver hub
[    5.357374] usbcore: registered new device driver usb
[    5.363268] ACPI: WMI: Mapper loaded
[    5.367341] PCI: Using ACPI for IRQ routing
[    5.372092] PCI: pci_cache_line_size set to 64 bytes
[    5.372274] reserve RAM buffer: 000000000009a400 - 000000000009ffff 
[    5.372276] reserve RAM buffer: 000000008c098000 - 000000008fffffff 
[    5.372521] NetLabel: Initializing
[    5.376400] NetLabel:  domain hash size = 128
[    5.381341] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.386997] NetLabel:  unlabeled traffic allowed by default
[    5.393358] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    5.399464] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    5.408104] Switching to clocksource tsc
[    5.416410] AppArmor: AppArmor Filesystem Enabled
[    5.421752] pnp: PnP ACPI init
[    5.425263] ACPI: bus type pnp registered
[    5.432136] pnp: PnP ACPI: found 12 devices
[    5.436890] ACPI: ACPI bus type pnp unregistered
[    5.442139] system 00:07: [io  0x0500-0x057f] could not be reserved
[    5.449223] system 00:07: [io  0x0400-0x047f] has been reserved
[    5.455921] system 00:07: [io  0x0800-0x081f] has been reserved
[    5.462618] system 00:07: [io  0x0ca2-0x0ca3] has been reserved
[    5.469310] system 00:07: [io  0x0600-0x061f] has been reserved
[    5.476013] system 00:07: [io  0x0880-0x0883] has been reserved
[    5.482708] system 00:07: [io  0x0ca4-0x0ca5] has been reserved
[    5.489401] system 00:07: [mem 0xfed1c000-0xfed3fffe] could not be reserved
[    5.497265] system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
[    5.505126] system 00:07: [mem 0xfee00000-0xfeefffff] has been reserved
[    5.512601] system 00:07: [mem 0xfe900000-0xfe90001f] has been reserved
[    5.520062] system 00:07: [mem 0xfea00000-0xfea0001f] has been reserved
[    5.527535] system 00:07: [mem 0xfed1b000-0xfed1bfff] has been reserved
[    5.541420] pci 0000:05:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[    5.551234] pci 0000:00:1c.0: BAR 14: assigned [mem 0xb1900000-0xb1afffff]
[    5.559000] pci 0000:00:1c.0: BAR 15: assigned [mem 0xb2b00000-0xb2cfffff 64bit pref]
[    5.567862] pci 0000:00:1c.0: BAR 13: assigned [io  0x4000-0x4fff]
[    5.574851] pci 0000:00:1c.4: BAR 13: assigned [io  0x5000-0x5fff]
[    5.581835] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    5.587754] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    5.594645] pci 0000:00:01.0:   bridge window [mem 0xb2900000-0xb29fffff]
[    5.602312] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    5.609207] pci 0000:00:03.0: PCI bridge to [bus 02-02]
[    5.615124] pci 0000:00:03.0:   bridge window [io  disabled]
[    5.621526] pci 0000:00:03.0:   bridge window [mem disabled]
[    5.627929] pci 0000:00:03.0:   bridge window [mem pref disabled]
[    5.634821] pci 0000:00:07.0: PCI bridge to [bus 03-03]
[    5.640737] pci 0000:00:07.0:   bridge window [io  disabled]
[    5.647134] pci 0000:00:07.0:   bridge window [mem disabled]
[    5.653538] pci 0000:00:07.0:   bridge window [mem pref disabled]
[    5.660427] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
[    5.666345] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    5.673236] pci 0000:00:1c.0:   bridge window [mem 0xb1900000-0xb1afffff]
[    5.680904] pci 0000:00:1c.0:   bridge window [mem 0xb2b00000-0xb2cfffff 64bit pref]
[    5.689672] pci 0000:05:00.0: BAR 6: assigned [mem 0xb1810000-0xb181ffff pref]
[    5.697850] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    5.703768] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    5.710657] pci 0000:00:1c.4:   bridge window [mem 0xb1000000-0xb18fffff]
[    5.718325] pci 0000:00:1c.4:   bridge window [mem 0xb0000000-0xb0ffffff 64bit pref]
[    5.727090] pci 0000:07:08.0: PCI bridge to [bus 08-09]
[    5.733009] pci 0000:07:08.0:   bridge window [io  0x1000-0x1fff]
[    5.739900] pci 0000:07:08.0:   bridge window [mem 0xb2700000-0xb27fffff]
[    5.747569] pci 0000:07:08.0:   bridge window [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.757565] pci 0000:06:00.0: PCI bridge to [bus 07-09]
[    5.763483] pci 0000:06:00.0:   bridge window [io  0x1000-0x1fff]
[    5.770374] pci 0000:06:00.0:   bridge window [mem 0xb2700000-0xb27fffff]
[    5.778045] pci 0000:06:00.0:   bridge window [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.786812] pci 0000:00:1c.5: PCI bridge to [bus 06-09]
[    5.792732] pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
[    5.799621] pci 0000:00:1c.5:   bridge window [mem 0xb2700000-0xb28fffff]
[    5.807289] pci 0000:00:1c.5:   bridge window [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.816046] pci 0000:00:1e.0: PCI bridge to [bus 0a-0a]
[    5.821960] pci 0000:00:1e.0:   bridge window [io  disabled]
[    5.828365] pci 0000:00:1e.0:   bridge window [mem 0xb2600000-0xb26fffff]
[    5.836033] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    5.842940]   alloc irq_desc for 28 on node -1
[    5.842942]   alloc kstat_irqs on node -1
[    5.842947] pci 0000:00:01.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
[    5.850516] pci 0000:00:01.0: setting latency timer to 64
[    5.850523]   alloc irq_desc for 24 on node -1
[    5.850524]   alloc kstat_irqs on node -1
[    5.850528] pci 0000:00:03.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
[    5.858100] pci 0000:00:03.0: setting latency timer to 64
[    5.858107]   alloc irq_desc for 30 on node -1
[    5.858108]   alloc kstat_irqs on node -1
[    5.858112] pci 0000:00:07.0: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[    5.865687] pci 0000:00:07.0: setting latency timer to 64
[    5.865695]   alloc irq_desc for 16 on node -1
[    5.865696]   alloc kstat_irqs on node -1
[    5.865699] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.873271] pci 0000:00:1c.0: setting latency timer to 64
[    5.873278] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    5.880847] pci 0000:00:1c.4: setting latency timer to 64
[    5.880865]   alloc irq_desc for 17 on node -1
[    5.880866]   alloc kstat_irqs on node -1
[    5.880869] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    5.888441] pci 0000:00:1c.5: setting latency timer to 64
[    5.888452] pci 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    5.896026] pci 0000:06:00.0: setting latency timer to 64
[    5.896037] pci 0000:07:08.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    5.903612] pci 0000:07:08.0: setting latency timer to 64
[    5.903619] pci 0000:00:1e.0: setting latency timer to 64
[    5.903622] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    5.903623] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    5.903625] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    5.903626] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000cbfff]
[    5.903628] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfedfffff]
[    5.903629] pci_bus 0000:00: resource 9 [mem 0xb0000000-0xfdffffff]
[    5.903631] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    5.903632] pci_bus 0000:01: resource 1 [mem 0xb2900000-0xb29fffff]
[    5.903634] pci_bus 0000:04: resource 0 [io  0x4000-0x4fff]
[    5.903636] pci_bus 0000:04: resource 1 [mem 0xb1900000-0xb1afffff]
[    5.903637] pci_bus 0000:04: resource 2 [mem 0xb2b00000-0xb2cfffff 64bit pref]
[    5.903639] pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
[    5.903640] pci_bus 0000:05: resource 1 [mem 0xb1000000-0xb18fffff]
[    5.903642] pci_bus 0000:05: resource 2 [mem 0xb0000000-0xb0ffffff 64bit pref]
[    5.903643] pci_bus 0000:06: resource 0 [io  0x1000-0x1fff]
[    5.903645] pci_bus 0000:06: resource 1 [mem 0xb2700000-0xb28fffff]
[    5.903646] pci_bus 0000:06: resource 2 [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.903648] pci_bus 0000:07: resource 0 [io  0x1000-0x1fff]
[    5.903649] pci_bus 0000:07: resource 1 [mem 0xb2700000-0xb27fffff]
[    5.903651] pci_bus 0000:07: resource 2 [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.903653] pci_bus 0000:08: resource 0 [io  0x1000-0x1fff]
[    5.903654] pci_bus 0000:08: resource 1 [mem 0xb2700000-0xb27fffff]
[    5.903656] pci_bus 0000:08: resource 2 [mem 0xb1c00000-0xb25fffff 64bit pref]
[    5.903657] pci_bus 0000:0a: resource 1 [mem 0xb2600000-0xb26fffff]
[    5.903659] pci_bus 0000:0a: resource 4 [io  0x0000-0x0cf7]
[    5.903660] pci_bus 0000:0a: resource 5 [io  0x0d00-0xffff]
[    5.903662] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[    5.903663] pci_bus 0000:0a: resource 7 [mem 0x000c4000-0x000cbfff]
[    5.903665] pci_bus 0000:0a: resource 8 [mem 0xfed40000-0xfedfffff]
[    5.903666] pci_bus 0000:0a: resource 9 [mem 0xb0000000-0xfdffffff]
[    5.903718] NET: Registered protocol family 2
[    5.908932] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    5.918420] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    5.928414] TCP bind hash table entries: 65536 (order: 9, 3670016 bytes)
[    5.939165] TCP: Hash tables configured (established 524288 bind 65536)
[    5.946650] TCP reno registered
[    5.950275] UDP hash table entries: 4096 (order: 7, 524288 bytes)
[    5.957618] UDP-Lite hash table entries: 4096 (order: 7, 524288 bytes)
[    5.965663] NET: Registered protocol family 1
[    5.971049] pci 0000:01:00.0: Disabling L0s
[    5.975808] pci 0000:01:00.1: Disabling L0s
[    5.980565] pci 0000:05:00.0: Boot video device
[    5.980581] PCI: CLS 64 bytes, default 64
[    5.980695] Trying to unpack rootfs image as initramfs...
[    7.034299] Freeing initrd memory: 69784k freed
[    7.052200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    7.059482] Placing 64MB software IO TLB between ffff88000277d000 - ffff88000677d000
[    7.068245] software IO TLB at phys 0x277d000 - 0x677d000
[    7.076109] Scanning for low memory corruption every 60 seconds
[    7.083066] audit: initializing netlink socket (disabled)
[    7.089202] type=2000 audit(1299085171.750:1): initialized
[    7.104927] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    7.114193] VFS: Disk quotas dquot_6.5.2
[    7.118740] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    7.126933] fuse init (API version 7.15)
[    7.131506] msgmni has been set to 11811
[    7.136376] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    7.144754] io scheduler noop registered
[    7.149212] io scheduler deadline registered
[    7.154107] io scheduler cfq registered (default)
[    7.159917] pcieport 0000:00:01.0: ACPI _OSC control granted for 0x1d
[    7.167202] pcieport 0000:00:01.0: setting latency timer to 64
[    7.167242]   alloc irq_desc for 64 on node -1
[    7.167244]   alloc kstat_irqs on node -1
[    7.167258] pcieport 0000:00:01.0: irq 64 for MSI/MSI-X
[    7.167343] pcieport 0000:00:03.0: ACPI _OSC control granted for 0x1d
[    7.174633] pcieport 0000:00:03.0: setting latency timer to 64
[    7.174661]   alloc irq_desc for 65 on node -1
[    7.174662]   alloc kstat_irqs on node -1
[    7.174669] pcieport 0000:00:03.0: irq 65 for MSI/MSI-X
[    7.174744] pcieport 0000:00:07.0: ACPI _OSC control granted for 0x1d
[    7.182034] pcieport 0000:00:07.0: setting latency timer to 64
[    7.182062]   alloc irq_desc for 66 on node -1
[    7.182063]   alloc kstat_irqs on node -1
[    7.182070] pcieport 0000:00:07.0: irq 66 for MSI/MSI-X
[    7.182153] pcieport 0000:00:1c.0: ACPI _OSC control granted for 0x1d
[    7.189441] pcieport 0000:00:1c.0: setting latency timer to 64
[    7.189473]   alloc irq_desc for 67 on node -1
[    7.189474]   alloc kstat_irqs on node -1
[    7.189481] pcieport 0000:00:1c.0: irq 67 for MSI/MSI-X
[    7.189576] pcieport 0000:00:1c.4: ACPI _OSC control granted for 0x1d
[    7.196866] pcieport 0000:00:1c.4: setting latency timer to 64
[    7.196899]   alloc irq_desc for 68 on node -1
[    7.196900]   alloc kstat_irqs on node -1
[    7.196907] pcieport 0000:00:1c.4: irq 68 for MSI/MSI-X
[    7.197009] pcieport 0000:00:1c.5: ACPI _OSC control granted for 0x1d
[    7.201342] 
[    7.201343] =================================
[    7.201344] [ INFO: inconsistent lock state ]
[    7.201345] 2.6.36.4 #2
[    7.201346] ---------------------------------
[    7.201347] inconsistent {RECLAIM_FS-ON-W} -> {IN-RECLAIM_FS-W} usage.
[    7.201349] kswapd1/94 [HC0[0]:SC0[0]:HE1:SE1] takes:
[    7.201350]  (cpu_hotplug.lock){+.+.?.}, at: [<ffffffff81061f4e>] get_online_cpus+0x2e/0x50
[    7.201356] {RECLAIM_FS-ON-W} state was registered at:
[    7.201357]   [<ffffffff81097b8c>] mark_held_locks+0x6c/0xa0
[    7.201361]   [<ffffffff81097c61>] lockdep_trace_alloc+0xa1/0xe0
[    7.201363]   [<ffffffff811433f1>] kmem_cache_alloc+0x41/0x180
[    7.201366]   [<ffffffff812c0b60>] idr_pre_get+0x60/0x90
[    7.201369]   [<ffffffff812c0bb3>] ida_pre_get+0x23/0xe0
[    7.201371]   [<ffffffff8107d435>] create_worker+0x55/0x190
[    7.201374]   [<ffffffff8156972a>] workqueue_cpu_callback+0xb9/0x232
[    7.201377]   [<ffffffff81582b46>] notifier_call_chain+0x56/0x80
[    7.201381]   [<ffffffff8108828e>] __raw_notifier_call_chain+0xe/0x10
[    7.201384]   [<ffffffff81061dc0>] __cpu_notify+0x20/0x40
[    7.201385]   [<ffffffff815787f3>] _cpu_up+0x73/0x113
[    7.201388]   [<ffffffff815788e4>] cpu_up+0x51/0x61
[    7.201389]   [<ffffffff81acf6d7>] kernel_init+0xc9/0x1e8
[    7.201393]   [<ffffffff8100bf24>] kernel_thread_helper+0x4/0x10
[    7.201396] irq event stamp: 33
[    7.201396] hardirqs last  enabled at (33): [<ffffffff8157e9d0>] _raw_spin_unlock_irqrestore+0x40/0x70
[    7.201400] hardirqs last disabled at (32): [<ffffffff8157e2ce>] _raw_spin_lock_irqsave+0x2e/0x70
[    7.201402] softirqs last  enabled at (0): [<ffffffff8105e4f3>] copy_process+0x5c3/0x1310
[    7.201404] softirqs last disabled at (0): [<(null)>] (null)
[    7.201405] 
[    7.201405] other info that might help us debug this:
[    7.201406] no locks held by kswapd1/94.
[    7.201407] 
[    7.201407] stack backtrace:
[    7.201409] Pid: 94, comm: kswapd1 Not tainted 2.6.36.4 #2
[    7.201410] Call Trace:
[    7.201412]  [<ffffffff81096c2a>] print_usage_bug+0x18a/0x190
[    7.201415]  [<ffffffff81018b0f>] ? save_stack_trace+0x2f/0x50
[    7.201417]  [<ffffffff81096f90>] ? check_usage_forwards+0x0/0x100
[    7.201419]  [<ffffffff81097a54>] mark_lock+0x344/0x410
[    7.201421]  [<ffffffff810985e1>] __lock_acquire+0x431/0x14c0
[    7.201424]  [<ffffffff8106f67c>] ? lock_timer_base+0x3c/0x70
[    7.201427]  [<ffffffff812cf884>] ? do_raw_spin_lock+0x54/0x150
[    7.201429]  [<ffffffff81099710>] lock_acquire+0xa0/0x150
[    7.201430]  [<ffffffff81061f4e>] ? get_online_cpus+0x2e/0x50
[    7.201432]  [<ffffffff8157c8d7>] __mutex_lock_common+0x47/0x3d0
[    7.201434]  [<ffffffff81061f4e>] ? get_online_cpus+0x2e/0x50
[    7.201436]  [<ffffffff81061f4e>] ? get_online_cpus+0x2e/0x50
[    7.201438]  [<ffffffff8108290a>] ? prepare_to_wait+0x2a/0x90
[    7.201440]  [<ffffffff812cf884>] ? do_raw_spin_lock+0x54/0x150
[    7.201442]  [<ffffffff812cf884>] ? do_raw_spin_lock+0x54/0x150
[    7.201444]  [<ffffffff8157e9d0>] ? _raw_spin_unlock_irqrestore+0x40/0x70
[    7.201445]  [<ffffffff8157cd15>] mutex_lock_nested+0x35/0x40
[    7.201447]  [<ffffffff81061f4e>] get_online_cpus+0x2e/0x50
[    7.201450]  [<ffffffff81118d8e>] restore_pgdat_percpu_threshold+0x1e/0x110
[    7.201453]  [<ffffffff8111051f>] kswapd+0x34f/0x410
[    7.201455]  [<ffffffff81082690>] ? autoremove_wake_function+0x0/0x40
[    7.201456]  [<ffffffff811101d0>] ? kswapd+0x0/0x410
[    7.201458]  [<ffffffff81082126>] kthread+0xa6/0xb0
[    7.201460]  [<ffffffff8100bf24>] kernel_thread_helper+0x4/0x10
[    7.201462]  [<ffffffff8157eed0>] ? restore_args+0x0/0x30
[    7.201464]  [<ffffffff81082080>] ? kthread+0x0/0xb0
[    7.201465]  [<ffffffff8100bf20>] ? kernel_thread_helper+0x0/0x10
[    7.582914] pcieport 0000:00:1c.5: setting latency timer to 64
[    7.589538]   alloc irq_desc for 69 on node -1
[    7.594577]   alloc kstat_irqs on node -1
[    7.599139] pcieport 0000:00:1c.5: irq 69 for MSI/MSI-X
[    7.605127] pcieport 0000:06:00.0: ACPI _OSC control granted for 0x1d
[    7.612418] pcieport 0000:06:00.0: setting latency timer to 64
[    7.619103] pcieport 0000:07:08.0: ACPI _OSC control granted for 0x1d
[    7.626395] pcieport 0000:07:08.0: setting latency timer to 64
[    7.633059]   alloc irq_desc for 70 on node -1
[    7.638101]   alloc kstat_irqs on node -1
[    7.642666] pcieport 0000:07:08.0: irq 70 for MSI/MSI-X
[    7.648687] aer 0000:00:01.0:pcie02: service driver aer loaded
[    7.655311] aer 0000:00:03.0:pcie02: service driver aer loaded
[    7.661931] aer 0000:00:07.0:pcie02: service driver aer loaded
[    7.668544] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    7.676407] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    7.683784] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
[    7.691161] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    7.698734] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[    7.706598] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[    7.714177] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
[    7.722041] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
[    7.729627] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    7.737492] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    7.745078] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    7.752941] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    7.760317] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    7.767903] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    7.775765] pcieport 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    7.783617] pcieport 0000:07:08.0: Signaling PME through PCIe PME interrupt
[    7.791477] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
[    7.798854] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    7.806440] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.812841] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 3a40 ss_vid 8086 ss_did 34e2
[    7.822885] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    7.830077] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 3a48 ss_vid 8086 ss_did 34e2
[    7.840119] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
[    7.847308] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 3a4a ss_vid 8086 ss_did 34e2
[    7.857347] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
[    7.864534] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    7.872142] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    7.881594] ACPI: Sleep Button [SLPB]
[    7.885797] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    7.894172] ACPI: Power Button [PWRF]
[    7.898828] ACPI: acpi_idle registered with cpuidle
[    7.904546] Monitor-Mwait will be used to enter C-1 state
[    7.910686] Monitor-Mwait will be used to enter C-3 state
[    7.926740] Linux agpgart interface v0.103
[    7.932649] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    7.960300] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.987645] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    8.015142] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    8.042040] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    8.049523] brd: module loaded
[    8.053510] loop: module loaded
[    8.057490] Fixed MDIO Bus: probed
[    8.061395] PPP generic driver version 2.4.2
[    8.066269] tun: Universal TUN/TAP device driver, 1.6
[    8.071992] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    8.079048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.086448]   alloc irq_desc for 19 on node -1
[    8.091491]   alloc kstat_irqs on node -1
[    8.096051] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    8.104127] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    8.110729] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    8.116682] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    8.125092] ehci_hcd 0000:00:1a.7: debug port 1
[    8.134108] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    8.141789] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xb2a26000
[    8.170525] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    8.177113] hub 1-0:1.0: USB hub found
[    8.181382] hub 1-0:1.0: 6 ports detected
[    8.186020] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    8.194080] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    8.200679] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    8.206627] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    8.215031] ehci_hcd 0000:00:1d.7: debug port 1
[    8.224045] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    8.231724] ehci_hcd 0000:00:1d.7: irq 16, io mem 0xb2a25000
[    8.260453] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    8.267035] hub 2-0:1.0: USB hub found
[    8.271306] hub 2-0:1.0: 6 ports detected
[    8.275934] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    8.282956] uhci_hcd: USB Universal Host Controller Interface driver
[    8.290184] uhci_hcd 0000:00:1a.0: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    8.298246] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    8.304846] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    8.310793] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    8.319182] uhci_hcd 0000:00:1a.0: irq 19, io base 0x000030e0
[    8.325783] hub 3-0:1.0: USB hub found
[    8.330040] hub 3-0:1.0: 2 ports detected
[    8.334665] uhci_hcd 0000:00:1a.1: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    8.342727] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    8.349324] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    8.355274] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    8.363661] uhci_hcd 0000:00:1a.1: irq 19, io base 0x000030c0
[    8.370252] hub 4-0:1.0: USB hub found
[    8.374553] hub 4-0:1.0: 2 ports detected
[    8.379172] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    8.387239] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    8.393846] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    8.399788] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    8.408182] uhci_hcd 0000:00:1a.2: irq 19, io base 0x000030a0
[    8.414783] hub 5-0:1.0: USB hub found
[    8.419048] hub 5-0:1.0: 2 ports detected
[    8.423673] uhci_hcd 0000:00:1d.0: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    8.431746] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    8.438334] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    8.444280] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    8.452676] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00003080
[    8.459276] hub 6-0:1.0: USB hub found
[    8.463544] hub 6-0:1.0: 2 ports detected
[    8.468165] uhci_hcd 0000:00:1d.1: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    8.476241] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    8.482845] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    8.488798] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    8.497195] uhci_hcd 0000:00:1d.1: irq 16, io base 0x00003060
[    8.503786] hub 7-0:1.0: USB hub found
[    8.508051] hub 7-0:1.0: 2 ports detected
[    8.512673] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[    8.520752] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    8.527350] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    8.533310] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    8.541705] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00003040
[    8.548299] hub 8-0:1.0: USB hub found
[    8.552568] hub 8-0:1.0: 2 ports detected
[    8.557231] PNP: No PS/2 controller found. Probing ports directly.
[    8.565072] i8042.c: No controller found.
[    8.569685] mice: PS/2 mouse device common for all mice
[    8.575676] rtc_cmos 00:03: RTC can wake from S4
[    8.580949] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    8.587859] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    8.595604] device-mapper: uevent: version 1.0.3
[    8.600959] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[    8.610600] device-mapper: multipath: version 1.1.1 loaded
[    8.616809] device-mapper: multipath round-robin: version 1.0.0 loaded
[    8.624805] cpuidle: using governor ladder
[    8.630169] cpuidle: using governor menu
[    8.634959] TCP cubic registered
[    8.638772] NET: Registered protocol family 10
[    8.644276] lo: Disabled Privacy Extensions
[    8.649267] NET: Registered protocol family 17
[    8.654342] Registering the dns_resolver key type
[    8.664559] PM: Resume from disk failed.
[    8.669027] registered taskstats version 1
[    8.674167]   Magic number: 3:270:994
[    8.679278] rtc_cmos 00:03: setting system clock to 2011-03-02 16:59:36 UTC (1299085176)
[    8.688431] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    8.695228] EDD information not available.
[    8.700077] Freeing unused kernel memory: 848k freed
[    8.705853] Write protecting the kernel read-only data: 10240k
[    8.716027] Freeing unused kernel memory: 456k freed
[    8.723579] Freeing unused kernel memory: 1752k freed
[    8.740144] usb 5-1: new full speed USB device using uhci_hcd and address 2
[    8.748604] udev: starting version 151
[    8.752931] udevd (194): /proc/194/oom_adj is deprecated, please use /proc/194/oom_score_adj instead.
[    8.779306] dca service started, version 1.12.1
[    8.795381] Intel(R) Gigabit Ethernet Network Driver - version 2.1.0-k2
[    8.796246] ahci 0000:00:1f.2: version 3.0
[    8.796265]   alloc irq_desc for 18 on node -1
[    8.796268]   alloc kstat_irqs on node -1
[    8.796275] ahci 0000:00:1f.2: PCI INT B -> GSI 18 (level, low) -> IRQ 18
[    8.797397] ohci1394 0000:0a:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.832840] Copyright (c) 2007-2009 Intel Corporation.
[    8.832868]   alloc irq_desc for 71 on node -1
[    8.832869]   alloc kstat_irqs on node -1
[    8.832876] ahci 0000:00:1f.2: irq 71 for MSI/MSI-X
[    8.832941] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x21 impl SATA mode
[    8.832943] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
[    8.832949] ahci 0000:00:1f.2: setting latency timer to 64
[    8.833193] scsi0 : ahci
[    8.833381] scsi1 : ahci
[    8.833583] scsi2 : ahci
[    8.833762] scsi3 : ahci
[    8.833933] scsi4 : ahci
[    8.834113] scsi5 : ahci
[    8.834322] ata1: SATA max UDMA/133 abar m2048@0xb2a24000 port 0xb2a24100 irq 71
[    8.834324] ata2: DUMMY
[    8.834324] ata3: DUMMY
[    8.834325] ata4: DUMMY
[    8.834325] ata5: DUMMY
[    8.834327] ata6: SATA max UDMA/133 abar m2048@0xb2a24000 port 0xb2a24380 irq 71
[    8.923315]   alloc irq_desc for 40 on node -1
[    8.928360]   alloc kstat_irqs on node -1
[    8.932955] igb 0000:01:00.0: PCI INT B -> GSI 40 (level, low) -> IRQ 40
[    8.940532] igb 0000:01:00.0: setting latency timer to 64
[    8.947575]   alloc irq_desc for 72 on node -1
[    8.952617]   alloc kstat_irqs on node -1
[    8.957175] igb 0000:01:00.0: irq 72 for MSI/MSI-X
[    8.962607]   alloc irq_desc for 73 on node -1
[    8.967638]   alloc kstat_irqs on node -1
[    8.972196] igb 0000:01:00.0: irq 73 for MSI/MSI-X
[    8.977624]   alloc irq_desc for 74 on node -1
[    8.982663]   alloc kstat_irqs on node -1
[    8.987222] igb 0000:01:00.0: irq 74 for MSI/MSI-X
[    8.987266] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[b2604000-b26047ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    9.005690]   alloc irq_desc for 75 on node -1
[    9.010730]   alloc kstat_irqs on node -1
[    9.015288] igb 0000:01:00.0: irq 75 for MSI/MSI-X
[    9.020720]   alloc irq_desc for 76 on node -1
[    9.025761]   alloc kstat_irqs on node -1
[    9.030319] igb 0000:01:00.0: irq 76 for MSI/MSI-X
[    9.035749]   alloc irq_desc for 77 on node -1
[    9.039941] usb 6-1: new low speed USB device using uhci_hcd and address 2
[    9.048551]   alloc kstat_irqs on node -1
[    9.053109] igb 0000:01:00.0: irq 77 for MSI/MSI-X
[    9.058539]   alloc irq_desc for 78 on node -1
[    9.063579]   alloc kstat_irqs on node -1
[    9.068136] igb 0000:01:00.0: irq 78 for MSI/MSI-X
[    9.073568]   alloc irq_desc for 79 on node -1
[    9.078609]   alloc kstat_irqs on node -1
[    9.083167] igb 0000:01:00.0: irq 79 for MSI/MSI-X
[    9.089841]   alloc irq_desc for 80 on node -1
[    9.094881]   alloc kstat_irqs on node -1
[    9.099438] igb 0000:01:00.0: irq 80 for MSI/MSI-X
[    9.169858] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    9.169865] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    9.171420] ata1.00: ATA-8: ST3500514NS, SN11, max UDMA/133
[    9.171424] ata1.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    9.173148] ata1.00: configured for UDMA/133
[    9.183069] usbcore: registered new interface driver hiddev
[    9.189892] scsi 0:0:0:0: Direct-Access     ATA      ST3500514NS      SN11 PQ: 0 ANSI: 5
[    9.190108] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.190170] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    9.190247] sd 0:0:0:0: [sda] Write Protect is off
[    9.190250] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    9.190276] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.192415] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.0/input/input2
[    9.192472] generic-usb 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.2-1/input0
[    9.196397] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-1/5-1:1.1/input/input3
[    9.196459] generic-usb 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.2-1/input1
[    9.196470] usbcore: registered new interface driver usbhid
[    9.196471] usbhid: USB HID core driver
[    9.228183]  sda: sda1 sda2 < sda5 >
[    9.239919] input: No brand Combo Free KVM as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input4
[    9.239970] generic-usb 0003:10D5:5000.0003: input,hidraw2: USB HID v1.10 Keyboard [No brand Combo Free KVM] on usb-0000:00:1d.0-1/input0
[    9.262914] input: No brand Combo Free KVM as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.1/input/input5
[    9.262978] generic-usb 0003:10D5:5000.0004: input,hidraw3: USB HID v1.10 Mouse [No brand Combo Free KVM] on usb-0000:00:1d.0-1/input1
[    9.352682] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection
[    9.352685] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:15:17:fd:39:a8
[    9.352761] igb 0000:01:00.0: eth0: PBA No: 1040ff-0ff
[    9.352763] igb 0000:01:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    9.352783] igb 0000:01:00.1: PCI INT A -> GSI 28 (level, low) -> IRQ 28
[    9.352791] igb 0000:01:00.1: setting latency timer to 64
[    9.422964]   alloc irq_desc for 81 on node -1
[    9.423005] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.424420] ata6.00: ATAPI: ATAPI   iHAS324   Y, BL1W, max UDMA/100
[    9.426328] ata6.00: configured for UDMA/100
[    9.440975] scsi 5:0:0:0: CD-ROM            ATAPI    iHAS324   Y      BL1W PQ: 0 ANSI: 5
[    9.445781] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    9.445785] cdrom: Uniform CD-ROM driver Revision: 3.20
[    9.445930] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    9.445973] sr 5:0:0:0: Attached scsi generic sg1 type 5
[    9.479947]   alloc kstat_irqs on node -1
[    9.484509] igb 0000:01:00.1: irq 81 for MSI/MSI-X
[    9.489952]   alloc irq_desc for 82 on node -1
[    9.494991]   alloc kstat_irqs on node -1
[    9.499560] igb 0000:01:00.1: irq 82 for MSI/MSI-X
[    9.504995]   alloc irq_desc for 83 on node -1
[    9.510036]   alloc kstat_irqs on node -1
[    9.514598] igb 0000:01:00.1: irq 83 for MSI/MSI-X
[    9.520030]   alloc irq_desc for 84 on node -1
[    9.525071]   alloc kstat_irqs on node -1
[    9.529631] igb 0000:01:00.1: irq 84 for MSI/MSI-X
[    9.535050]   alloc irq_desc for 85 on node -1
[    9.540090]   alloc kstat_irqs on node -1
[    9.544650] igb 0000:01:00.1: irq 85 for MSI/MSI-X
[    9.550082]   alloc irq_desc for 86 on node -1
[    9.555113]   alloc kstat_irqs on node -1
[    9.559675] igb 0000:01:00.1: irq 86 for MSI/MSI-X
[    9.565105]   alloc irq_desc for 87 on node -1
[    9.570148]   alloc kstat_irqs on node -1
[    9.574709] igb 0000:01:00.1: irq 87 for MSI/MSI-X
[    9.580141]   alloc irq_desc for 88 on node -1
[    9.585181]   alloc kstat_irqs on node -1
[    9.589740] igb 0000:01:00.1: irq 88 for MSI/MSI-X
[    9.595162]   alloc irq_desc for 89 on node -1
[    9.600203]   alloc kstat_irqs on node -1
[    9.604761] igb 0000:01:00.1: irq 89 for MSI/MSI-X
[    9.691130] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    9.869868] igb 0000:01:00.1: Intel(R) Gigabit Ethernet Network Connection
[    9.877633] igb 0000:01:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:15:17:fd:39:a9
[    9.885766] igb 0000:01:00.1: eth1: PBA No: 1040ff-0ff
[    9.891587] igb 0000:01:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[   10.309976] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[009027000258fe2d]
[   10.689956] Adding 17747964k swap on /dev/sda5.  Priority:-1 extents:1 across:17747964k 
[   10.868667] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   10.873629] udev: starting version 151
[   11.269315] apparmor_parser[792]: segfault at 0 ip 0000000000409eda sp 00007fffed71d960 error 4 in apparmor_parser[400000+c8000]
[   11.968602] tpm_tis 00:0a: 1.2 TPM (device-id 0x4A10, rev-id 78)
[   12.170658] ioatdma: Intel(R) QuickData Technology Driver 4.00
[   12.170720]   alloc irq_desc for 43 on node -1
[   12.170721]   alloc kstat_irqs on node -1
[   12.170729] ioatdma 0000:00:16.0: PCI INT A -> GSI 43 (level, low) -> IRQ 43
[   12.171267] ioatdma 0000:00:16.0: setting latency timer to 64
[   12.171305]   alloc irq_desc for 90 on node -1
[   12.171306]   alloc kstat_irqs on node -1
[   12.171311] ioatdma 0000:00:16.0: irq 90 for MSI/MSI-X
[   12.171635] igb 0000:01:00.0: DCA enabled
[   12.171661] igb 0000:01:00.1: DCA enabled
[   12.171692]   alloc irq_desc for 44 on node -1
[   12.171694]   alloc kstat_irqs on node -1
[   12.171700] ioatdma 0000:00:16.1: PCI INT B -> GSI 44 (level, low) -> IRQ 44
[   12.171731] ioatdma 0000:00:16.1: setting latency timer to 64
[   12.171766]   alloc irq_desc for 91 on node -1
[   12.171768]   alloc kstat_irqs on node -1
[   12.171772] ioatdma 0000:00:16.1: irq 91 for MSI/MSI-X
[   12.172029]   alloc irq_desc for 45 on node -1
[   12.172031]   alloc kstat_irqs on node -1
[   12.172035] ioatdma 0000:00:16.2: PCI INT C -> GSI 45 (level, low) -> IRQ 45
[   12.172052] ioatdma 0000:00:16.2: setting latency timer to 64
[   12.172082]   alloc irq_desc for 92 on node -1
[   12.172083]   alloc kstat_irqs on node -1
[   12.172086] ioatdma 0000:00:16.2: irq 92 for MSI/MSI-X
[   12.172345]   alloc irq_desc for 46 on node -1
[   12.172347]   alloc kstat_irqs on node -1
[   12.172351] ioatdma 0000:00:16.3: PCI INT D -> GSI 46 (level, low) -> IRQ 46
[   12.172368] ioatdma 0000:00:16.3: setting latency timer to 64
[   12.172398]   alloc irq_desc for 93 on node -1
[   12.172399]   alloc kstat_irqs on node -1
[   12.172402] ioatdma 0000:00:16.3: irq 93 for MSI/MSI-X
[   12.172666] ioatdma 0000:00:16.4: PCI INT A -> GSI 43 (level, low) -> IRQ 43
[   12.172683] ioatdma 0000:00:16.4: setting latency timer to 64
[   12.172714]   alloc irq_desc for 94 on node -1
[   12.172715]   alloc kstat_irqs on node -1
[   12.172719] ioatdma 0000:00:16.4: irq 94 for MSI/MSI-X
[   12.172979] ioatdma 0000:00:16.5: PCI INT B -> GSI 44 (level, low) -> IRQ 44
[   12.172997] ioatdma 0000:00:16.5: setting latency timer to 64
[   12.173030]   alloc irq_desc for 95 on node -1
[   12.173032]   alloc kstat_irqs on node -1
[   12.173035] ioatdma 0000:00:16.5: irq 95 for MSI/MSI-X
[   12.173301] ioatdma 0000:00:16.6: PCI INT C -> GSI 45 (level, low) -> IRQ 45
[   12.173318] ioatdma 0000:00:16.6: setting latency timer to 64
[   12.173348]   alloc irq_desc for 96 on node -1
[   12.173350]   alloc kstat_irqs on node -1
[   12.173353] ioatdma 0000:00:16.6: irq 96 for MSI/MSI-X
[   12.173613] ioatdma 0000:00:16.7: PCI INT D -> GSI 46 (level, low) -> IRQ 46
[   12.173630] ioatdma 0000:00:16.7: setting latency timer to 64
[   12.173660]   alloc irq_desc for 97 on node -1
[   12.173661]   alloc kstat_irqs on node -1
[   12.173665] ioatdma 0000:00:16.7: irq 97 for MSI/MSI-X
[   12.266455] lp: driver loaded but no devices found
[   12.884680] apparmor_parser[1031]: segfault at 0 ip 0000000000409eda sp 00007fffbaf7b1a0 error 4 in apparmor_parser[400000+c8000]
[   13.186024]   alloc irq_desc for 22 on node -1
[   13.186026]   alloc kstat_irqs on node -1
[   13.186033] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   13.187068]   alloc irq_desc for 98 on node -1
[   13.187070]   alloc kstat_irqs on node -1
[   13.187082] HDA Intel 0000:00:1b.0: irq 98 for MSI/MSI-X
[   13.187105] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   13.517225] hda_codec: ALC889: BIOS auto-probing.
[   13.518675] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
[   13.553508] apparmor_parser[1081]: segfault at 0 ip 0000000000409eda sp 00007fff0a70d750 error 4 in apparmor_parser[400000+c8000]
[   15.565726] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   15.609359] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   16.799476] ppdev: user-space parallel port driver
[   25.716923] eth0: no IPv6 routers present

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-03-03 10:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 20:19 inconsistent lock state message on 2.6.36.4 stable release Nadolski, Edmund
2011-03-02 20:25 ` Greg KH
2011-03-02 21:03   ` Mel Gorman
2011-03-02 23:22     ` Nadolski, Edmund
2011-03-03 10:54       ` Mel Gorman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox