* [x86/rapl] BUG: unable to handle kernel paging request at 000000000000d968
@ 2014-09-25 3:03 Fengguang Wu
2014-09-25 18:45 ` Christoph Lameter
0 siblings, 1 reply; 2+ messages in thread
From: Fengguang Wu @ 2014-09-25 3:03 UTC (permalink / raw)
To: Christoph Lameter; +Cc: Dave Hansen, Tejun Heo, LKML, lkp
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
Hi Christoph,
FYI, we noticed the below changes on
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
commit 89cbc76768c2fa4ed95545bf961f3a14ddfeed21 ("x86: Replace __get_cpu_var uses")
+-----------------------------+------------+------------+
| | 532d0d0690 | 89cbc76768 |
+-----------------------------+------------+------------+
| boot_successes | 5 | 4 |
| boot_failures | 0 | 6 |
| BUG:unable_to_handle_kernel | 0 | 6 |
+-----------------------------+------------+------------+
[ 36.889742] BUG: unable to handle kernel paging request at 000000000000d968
[ 36.897739] IP: [<ffffffff81038282>] rapl_event_update+0x82/0xb0
Thanks,
Fengguang
[-- Attachment #2: .dmesg --]
[-- Type: application/octet-stream, Size: 212998 bytes --]
[-- Attachment #3: Type: text/plain, Size: 85 bytes --]
_______________________________________________
LKP mailing list
LKP@linux.intel.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [x86/rapl] BUG: unable to handle kernel paging request at 000000000000d968
2014-09-25 3:03 [x86/rapl] BUG: unable to handle kernel paging request at 000000000000d968 Fengguang Wu
@ 2014-09-25 18:45 ` Christoph Lameter
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Lameter @ 2014-09-25 18:45 UTC (permalink / raw)
To: Fengguang Wu; +Cc: Dave Hansen, Tejun Heo, LKML, lkp
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1104 bytes --]
On Thu, 25 Sep 2014, Fengguang Wu wrote:
> [ 36.889742] BUG: unable to handle kernel paging request at 000000000000d968
> [ 36.897739] IP: [<ffffffff81038282>] rapl_event_update+0x82/0xb0
Does this fix it?
Subject: Fix this_cpu_read() in rapl_scale
rapl_pmu is a percpu variable containing a pointer not a percpu struct
from which we would like to fetch the value of a field.
Thus the read must get the pointer and not the target field.
Signed-off-by: Christoph Lameter <cl@linux.com>
Index: linux/arch/x86/kernel/cpu/perf_event_intel_rapl.c
===================================================================
--- linux.orig/arch/x86/kernel/cpu/perf_event_intel_rapl.c 2014-09-25 08:53:33.262406130 -0500
+++ linux/arch/x86/kernel/cpu/perf_event_intel_rapl.c 2014-09-25 13:42:33.636661521 -0500
@@ -135,7 +135,7 @@ static inline u64 rapl_scale(u64 v)
* or use ldexp(count, -32).
* Watts = Joules/Time delta
*/
- return v << (32 - __this_cpu_read(rapl_pmu->hw_unit));
+ return v << (32 - __this_cpu_read(rapl_pmu)->hw_unit);
}
static u64 rapl_event_update(struct perf_event *event)
[-- Attachment #2: Type: APPLICATION/OCTET-STREAM, Size: 212998 bytes --]
Decompressing Linux... Parsing ELF... done.
Booting the kernel.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.17.0-rc6-03415-gf3ccf7c (kbuild@xian) (gcc version 4.9.1 (Debian 4.9.1-11) ) #1 SMP Tue Sep 23 02:44:47 CST 2014
[ 0.000000] Command line: user=lkp job=/lkp/scheduled/lkp-sbx04/cyclic_will-it-scale-performance-futex4-HEAD-f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f-debian-x86_64.cgz.yaml ARCH=x86_64 BOOT_IMAGE=/kernel/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/vmlinuz-3.17.0-rc6-03415-gf3ccf7c kconfig=x86_64-rhel commit=f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f root=/dev/ram0 max_uptime=1500 RESULT_ROOT=/result/lkp-sbx04/will-it-scale/performance-futex4/debian-x86_64.cgz/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/0 ip=::::lkp-sbx04::dhcp earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal rw
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000008f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb3c6fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb3c7000-0x00000000bdd2efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bdd2f000-0x00000000bde26fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bde27000-0x00000000bdea0fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bdea1000-0x00000000bdf2efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bdf2f000-0x00000000bdfaffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bdfb0000-0x00000000bdffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffa20000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000103fffffff] usable
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: Intel Corporation LH Pass/S4600LH...., BIOS SE5C600.86B.99.02.1047.032320122259 03/23/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x1040000 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-CFFFF write-through
[ 0.000000] D0000-D3FFF write-protect
[ 0.000000] D4000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask 3FFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask 3FFFC0000000 write-back
[ 0.000000] 2 base 000100000000 mask 3FFF00000000 write-back
[ 0.000000] 3 base 000200000000 mask 3FFE00000000 write-back
[ 0.000000] 4 base 000400000000 mask 3FFC00000000 write-back
[ 0.000000] 5 base 000800000000 mask 3FF800000000 write-back
[ 0.000000] 6 base 001000000000 mask 3FFFC0000000 write-back
[ 0.000000] 7 base 0000FF800000 mask 3FFFFF800000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7010600070106, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000fd0f0-0x000fd0ff] mapped at [ffff8800000fd0f0]
[ 0.000000] mpc: fc870-fcf24
[ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576
[ 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 [0x103f17b000, 0x103f17bfff] PGTABLE
[ 0.000000] BRK [0x103f17c000, 0x103f17cfff] PGTABLE
[ 0.000000] BRK [0x103f17d000, 0x103f17dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x103fe00000-0x103fffffff]
[ 0.000000] [mem 0x103fe00000-0x103fffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x103c000000-0x103fdfffff]
[ 0.000000] [mem 0x103c000000-0x103fdfffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x1000000000-0x103bffffff]
[ 0.000000] [mem 0x1000000000-0x103bffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbb3c6fff]
[ 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-0xbb1fffff] page 2M
[ 0.000000] [mem 0xbb200000-0xbb3c6fff] page 4k
[ 0.000000] BRK [0x103f17e000, 0x103f17efff] PGTABLE
[ 0.000000] BRK [0x103f17f000, 0x103f17ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbdfb0000-0xbdffffff]
[ 0.000000] [mem 0xbdfb0000-0xbdffffff] page 4k
[ 0.000000] BRK [0x103f180000, 0x103f180fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0xfffffffff]
[ 0.000000] [mem 0x100000000-0xfffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x1036972000-0x103dffffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0410 000024 (v02 INTEL )
[ 0.000000] ACPI: XSDT 0x00000000BDFADD98 0000B4 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: FACP 0x00000000BDFAD918 0000F4 (v04 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20140724/tbfadt-699)
[ 0.000000] ACPI: DSDT 0x00000000BDF97018 014A76 (v02 INTEL S4600LH 00000002 INTL 20100331)
[ 0.000000] ACPI: FACS 0x00000000BDFADF40 000040
[ 0.000000] ACPI: APIC 0x00000000BDFAC718 000682 (v03 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SPMI 0x00000000BDFAFC18 000040 (v05 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: MCFG 0x00000000BDFAFB98 00003C (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: WDDT 0x00000000BDFAFF18 000040 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SRAT 0x00000000BDF95598 0004F8 (v03 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SLIT 0x00000000BDFAFE98 00003C (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: MSCT 0x00000000BDFAED18 000090 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: HPET 0x00000000BDFAFE18 000038 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SSDT 0x00000000BDFAFD18 00002B (v02 INTEL S4600LH 00001000 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDE27018 0794C4 (v02 INTEL S4600LH 00004000 INTL 20100331)
[ 0.000000] ACPI: HEST 0x00000000BDF96F18 0000A8 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: BERT 0x00000000BDFAFD98 000030 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: ERST 0x00000000BDF96C98 000230 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: EINJ 0x00000000BDFAD798 000130 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: SSDT 0x00000000BDF92018 000F41 (v02 INTEL S4600LH 00000002 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDF92F98 000045 (v02 INTEL S4600LH 00000001 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDFACE18 000181 (v02 INTEL S4600LH 00000003 INTL 20100331)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff57c000 ( fee00000)
[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x26 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x27 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x28 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x29 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2a -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2b -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2c -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2d -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2e -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2f -> Node 1
[ 0.000000] SRAT: PXM 2 -> APIC 0x40 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x41 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x42 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x43 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x44 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x45 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x46 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x47 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x48 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x49 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4a -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4b -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4c -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4d -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4e -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4f -> Node 2
[ 0.000000] SRAT: PXM 3 -> APIC 0x60 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x61 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x62 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x63 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x64 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x65 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x66 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x67 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x68 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x69 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6a -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6b -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6c -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6d -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6e -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6f -> Node 3
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0xbfffffff]
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x43fffffff]
[ 0.000000] SRAT: Node 1 PXM 1 [mem 0x440000000-0x83fffffff]
[ 0.000000] SRAT: Node 2 PXM 2 [mem 0x840000000-0xc3fffffff]
[ 0.000000] SRAT: Node 3 PXM 3 [mem 0xc40000000-0x103fffffff]
[ 0.000000] NUMA: Initialized distance table, cnt=4
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x43fffffff] -> [mem 0x00000000-0x43fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x43fffffff]
[ 0.000000] NODE_DATA [mem 0x43ffda000-0x43fffffff]
[ 0.000000] Initmem setup node 1 [mem 0x440000000-0x83fffffff]
[ 0.000000] NODE_DATA [mem 0x83ffda000-0x83fffffff]
[ 0.000000] Initmem setup node 2 [mem 0x840000000-0xc3fffffff]
[ 0.000000] NODE_DATA [mem 0xc3ffda000-0xc3fffffff]
[ 0.000000] Initmem setup node 3 [mem 0xc40000000-0x103fffffff]
[ 0.000000] NODE_DATA [mem 0x103ffd9000-0x103fffefff]
[ 0.000000] [ffffea0000000000-ffffea0010ffffff] PMD -> [ffff88042fe00000-ffff88043fdfffff] on node 0
[ 0.000000] [ffffea0011000000-ffffea0020ffffff] PMD -> [ffff88082fe00000-ffff88083fdfffff] on node 1
[ 0.000000] [ffffea0021000000-ffffea0030ffffff] PMD -> [ffff880c2fe00000-ffff880c3fdfffff] on node 2
[ 0.000000] [ffffea0031000000-ffffea0040ffffff] PMD -> [ffff881026800000-ffff8810367fffff] on node 3
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x103fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0008efff]
[ 0.000000] node 0: [mem 0x00100000-0xbb3c6fff]
[ 0.000000] node 0: [mem 0xbdfb0000-0xbdffffff]
[ 0.000000] node 0: [mem 0x100000000-0x43fffffff]
[ 0.000000] node 1: [mem 0x440000000-0x83fffffff]
[ 0.000000] node 2: [mem 0x840000000-0xc3fffffff]
[ 0.000000] node 3: [mem 0xc40000000-0x103fffffff]
[ 0.000000] On node 0 totalpages: 4174757
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3982 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11921 pages used for memmap
[ 0.000000] DMA32 zone: 762903 pages, LIFO batch:31
[ 0.000000] Normal zone: 53248 pages used for memmap
[ 0.000000] Normal zone: 3407872 pages, LIFO batch:31
[ 0.000000] On node 1 totalpages: 4194304
[ 0.000000] Normal zone: 65536 pages used for memmap
[ 0.000000] Normal zone: 4194304 pages, LIFO batch:31
[ 0.000000] On node 2 totalpages: 4194304
[ 0.000000] Normal zone: 65536 pages used for memmap
[ 0.000000] Normal zone: 4194304 pages, LIFO batch:31
[ 0.000000] On node 3 totalpages: 4194304
[ 0.000000] Normal zone: 65536 pages used for memmap
[ 0.000000] Normal zone: 4194304 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff57c000 ( fee00000)
[ 0.000000] ACPI: X2APIC (apic_id[0x00] uid[0x00] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x01] uid[0x01] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x02] uid[0x02] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x03] uid[0x03] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x04] uid[0x04] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x05] uid[0x05] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x06] uid[0x06] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x07] uid[0x07] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x08] uid[0x08] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x09] uid[0x09] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0a] uid[0x0a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0b] uid[0x0b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0c] uid[0x0c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0d] uid[0x0d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0e] uid[0x0e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0f] uid[0x0f] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x10] uid[0x10] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x11] uid[0x11] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x12] uid[0x12] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x13] uid[0x13] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x14] uid[0x14] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x15] uid[0x15] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x16] uid[0x16] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x17] uid[0x17] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x18] uid[0x18] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x19] uid[0x19] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1a] uid[0x1a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1b] uid[0x1b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1c] uid[0x1c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1d] uid[0x1d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1e] uid[0x1e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1f] uid[0x1f] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x20] uid[0x20] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x21] uid[0x21] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x22] uid[0x22] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x23] uid[0x23] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x24] uid[0x24] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x25] uid[0x25] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x26] uid[0x26] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x27] uid[0x27] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x28] uid[0x28] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x29] uid[0x29] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2a] uid[0x2a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2b] uid[0x2b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2c] uid[0x2c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2d] uid[0x2d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2e] uid[0x2e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2f] uid[0x2f] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x30] uid[0x30] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x31] uid[0x31] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x32] uid[0x32] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x33] uid[0x33] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x34] uid[0x34] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x35] uid[0x35] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x36] uid[0x36] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x37] uid[0x37] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x38] uid[0x38] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x39] uid[0x39] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3a] uid[0x3a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3b] uid[0x3b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3c] uid[0x3c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3d] uid[0x3d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3e] uid[0x3e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3f] uid[0x3f] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x20] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x22] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x24] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x26] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x28] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x2a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x2c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x2e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x40] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x42] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x44] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x46] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x48] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x4a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x4c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x4e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x60] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x62] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x64] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x66] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x68] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x6a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x6c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x6e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x09] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x0b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x0d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x0f] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x21] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x23] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x25] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x27] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x29] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2f] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x41] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x43] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x45] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x47] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x49] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x4b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x4d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x4f] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x61] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x63] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x65] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x67] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x69] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x6b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x6d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x6f] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec3f000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 1, version 32, address 0xfec3f000, GSI 24-47
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec7f000] gsi_base[48])
[ 0.000000] IOAPIC[2]: apic_id 2, version 32, address 0xfec7f000, GSI 48-71
[ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfecbf000] gsi_base[72])
[ 0.000000] IOAPIC[3]: apic_id 3, version 32, address 0xfecbf000, GSI 72-95
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfecff000] gsi_base[96])
[ 0.000000] IOAPIC[4]: apic_id 4, version 32, address 0xfecff000, GSI 96-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 128 CPUs, 64 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff57b000 (fec00000)
[ 0.000000] mapped IOAPIC to ffffffffff57a000 (fec3f000)
[ 0.000000] mapped IOAPIC to ffffffffff579000 (fec7f000)
[ 0.000000] mapped IOAPIC to ffffffffff578000 (fecbf000)
[ 0.000000] mapped IOAPIC to ffffffffff577000 (fecff000)
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00090000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb3c7000-0xbdd2efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdd2f000-0xbde26fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbde27000-0xbdea0fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdea1000-0xbdf2efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdf2f000-0xbdfaffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xcfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed18fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffa1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffa20000-0xffffffff]
[ 0.000000] e820: [mem 0xd0000000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:4
[ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88042fa00000 s88960 r8192 d29824 u131072
[ 0.000000] pcpu-alloc: s88960 r8192 d29824 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 032 033 034 035 036 037 038 039
[ 0.000000] pcpu-alloc: [0] 064 068 072 076 080 084 088 092 096 100 104 108 112 116 120 124
[ 0.000000] pcpu-alloc: [1] 008 009 010 011 012 013 014 015 040 041 042 043 044 045 046 047
[ 0.000000] pcpu-alloc: [1] 065 069 073 077 081 085 089 093 097 101 105 109 113 117 121 125
[ 0.000000] pcpu-alloc: [2] 016 017 018 019 020 021 022 023 048 049 050 051 052 053 054 055
[ 0.000000] pcpu-alloc: [2] 066 070 074 078 082 086 090 094 098 102 106 110 114 118 122 126
[ 0.000000] pcpu-alloc: [3] 024 025 026 027 028 029 030 031 056 057 058 059 060 061 062 063
[ 0.000000] pcpu-alloc: [3] 067 071 075 079 083 087 091 095 099 103 107 111 115 119 123 127
[ 0.000000] Built 4 zonelists in Zone order, mobility grouping on. Total pages: 16495807
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: user=lkp job=/lkp/scheduled/lkp-sbx04/cyclic_will-it-scale-performance-futex4-HEAD-f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f-debian-x86_64.cgz.yaml ARCH=x86_64 BOOT_IMAGE=/kernel/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/vmlinuz-3.17.0-rc6-03415-gf3ccf7c kconfig=x86_64-rhel commit=f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f root=/dev/ram0 max_uptime=1500 RESULT_ROOT=/result/lkp-sbx04/will-it-scale/performance-futex4/debian-x86_64.cgz/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/0 ip=::::lkp-sbx04::dhcp earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal rw
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 520192 bytes
[ 0.000000] log_buf_len min size: 524288 bytes
[ 0.000000] log_buf_len: 1048576 bytes
[ 0.000000] early log buf free: 494180(94%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Memory: 65758556K/67030676K available (8602K kernel code, 1706K rwdata, 3836K rodata, 1804K init, 1888K bss, 1272120K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=4
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-127.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[ 0.000000] NR_IRQS:524544 nr_irqs:3080 0
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] bootconsole [earlyser0] disabled
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.17.0-rc6-03415-gf3ccf7c (kbuild@xian) (gcc version 4.9.1 (Debian 4.9.1-11) ) #1 SMP Tue Sep 23 02:44:47 CST 2014
[ 0.000000] Command line: user=lkp job=/lkp/scheduled/lkp-sbx04/cyclic_will-it-scale-performance-futex4-HEAD-f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f-debian-x86_64.cgz.yaml ARCH=x86_64 BOOT_IMAGE=/kernel/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/vmlinuz-3.17.0-rc6-03415-gf3ccf7c kconfig=x86_64-rhel commit=f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f root=/dev/ram0 max_uptime=1500 RESULT_ROOT=/result/lkp-sbx04/will-it-scale/performance-futex4/debian-x86_64.cgz/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/0 ip=::::lkp-sbx04::dhcp earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal rw
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000008f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb3c6fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb3c7000-0x00000000bdd2efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bdd2f000-0x00000000bde26fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bde27000-0x00000000bdea0fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bdea1000-0x00000000bdf2efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bdf2f000-0x00000000bdfaffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bdfb0000-0x00000000bdffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffa20000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000103fffffff] usable
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: Intel Corporation LH Pass/S4600LH...., BIOS SE5C600.86B.99.02.1047.032320122259 03/23/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x1040000 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-CFFFF write-through
[ 0.000000] D0000-D3FFF write-protect
[ 0.000000] D4000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask 3FFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask 3FFFC0000000 write-back
[ 0.000000] 2 base 000100000000 mask 3FFF00000000 write-back
[ 0.000000] 3 base 000200000000 mask 3FFE00000000 write-back
[ 0.000000] 4 base 000400000000 mask 3FFC00000000 write-back
[ 0.000000] 5 base 000800000000 mask 3FF800000000 write-back
[ 0.000000] 6 base 001000000000 mask 3FFFC0000000 write-back
[ 0.000000] 7 base 0000FF800000 mask 3FFFFF800000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7010600070106, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000fd0f0-0x000fd0ff] mapped at [ffff8800000fd0f0]
[ 0.000000] mpc: fc870-fcf24
[ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576
[ 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 [0x103f17b000, 0x103f17bfff] PGTABLE
[ 0.000000] BRK [0x103f17c000, 0x103f17cfff] PGTABLE
[ 0.000000] BRK [0x103f17d000, 0x103f17dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x103fe00000-0x103fffffff]
[ 0.000000] [mem 0x103fe00000-0x103fffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x103c000000-0x103fdfffff]
[ 0.000000] [mem 0x103c000000-0x103fdfffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x1000000000-0x103bffffff]
[ 0.000000] [mem 0x1000000000-0x103bffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbb3c6fff]
[ 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-0xbb1fffff] page 2M
[ 0.000000] [mem 0xbb200000-0xbb3c6fff] page 4k
[ 0.000000] BRK [0x103f17e000, 0x103f17efff] PGTABLE
[ 0.000000] BRK [0x103f17f000, 0x103f17ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbdfb0000-0xbdffffff]
[ 0.000000] [mem 0xbdfb0000-0xbdffffff] page 4k
[ 0.000000] BRK [0x103f180000, 0x103f180fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x100000000-0xfffffffff]
[ 0.000000] [mem 0x100000000-0xfffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x1036972000-0x103dffffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0410 000024 (v02 INTEL )
[ 0.000000] ACPI: XSDT 0x00000000BDFADD98 0000B4 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: FACP 0x00000000BDFAD918 0000F4 (v04 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20140724/tbfadt-699)
[ 0.000000] ACPI: DSDT 0x00000000BDF97018 014A76 (v02 INTEL S4600LH 00000002 INTL 20100331)
[ 0.000000] ACPI: FACS 0x00000000BDFADF40 000040
[ 0.000000] ACPI: APIC 0x00000000BDFAC718 000682 (v03 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SPMI 0x00000000BDFAFC18 000040 (v05 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: MCFG 0x00000000BDFAFB98 00003C (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: WDDT 0x00000000BDFAFF18 000040 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SRAT 0x00000000BDF95598 0004F8 (v03 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SLIT 0x00000000BDFAFE98 00003C (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: MSCT 0x00000000BDFAED18 000090 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: HPET 0x00000000BDFAFE18 000038 (v01 INTEL S4600LH 06222004 INTL 20090903)
[ 0.000000] ACPI: SSDT 0x00000000BDFAFD18 00002B (v02 INTEL S4600LH 00001000 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDE27018 0794C4 (v02 INTEL S4600LH 00004000 INTL 20100331)
[ 0.000000] ACPI: HEST 0x00000000BDF96F18 0000A8 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: BERT 0x00000000BDFAFD98 000030 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: ERST 0x00000000BDF96C98 000230 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: EINJ 0x00000000BDFAD798 000130 (v01 INTEL S4600LH 00000001 INTL 00000001)
[ 0.000000] ACPI: SSDT 0x00000000BDF92018 000F41 (v02 INTEL S4600LH 00000002 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDF92F98 000045 (v02 INTEL S4600LH 00000001 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDFACE18 000181 (v02 INTEL S4600LH 00000003 INTL 20100331)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff57c000 ( fee00000)
[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[ 0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x26 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x27 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x28 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x29 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2a -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2b -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2c -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2d -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2e -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x2f -> Node 1
[ 0.000000] SRAT: PXM 2 -> APIC 0x40 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x41 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x42 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x43 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x44 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x45 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x46 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x47 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x48 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x49 -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4a -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4b -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4c -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4d -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4e -> Node 2
[ 0.000000] SRAT: PXM 2 -> APIC 0x4f -> Node 2
[ 0.000000] SRAT: PXM 3 -> APIC 0x60 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x61 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x62 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x63 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x64 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x65 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x66 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x67 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x68 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x69 -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6a -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6b -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6c -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6d -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6e -> Node 3
[ 0.000000] SRAT: PXM 3 -> APIC 0x6f -> Node 3
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0xbfffffff]
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x43fffffff]
[ 0.000000] SRAT: Node 1 PXM 1 [mem 0x440000000-0x83fffffff]
[ 0.000000] SRAT: Node 2 PXM 2 [mem 0x840000000-0xc3fffffff]
[ 0.000000] SRAT: Node 3 PXM 3 [mem 0xc40000000-0x103fffffff]
[ 0.000000] NUMA: Initialized distance table, cnt=4
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x43fffffff] -> [mem 0x00000000-0x43fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x43fffffff]
[ 0.000000] NODE_DATA [mem 0x43ffda000-0x43fffffff]
[ 0.000000] Initmem setup node 1 [mem 0x440000000-0x83fffffff]
[ 0.000000] NODE_DATA [mem 0x83ffda000-0x83fffffff]
[ 0.000000] Initmem setup node 2 [mem 0x840000000-0xc3fffffff]
[ 0.000000] NODE_DATA [mem 0xc3ffda000-0xc3fffffff]
[ 0.000000] Initmem setup node 3 [mem 0xc40000000-0x103fffffff]
[ 0.000000] NODE_DATA [mem 0x103ffd9000-0x103fffefff]
[ 0.000000] [ffffea0000000000-ffffea0010ffffff] PMD -> [ffff88042fe00000-ffff88043fdfffff] on node 0
[ 0.000000] [ffffea0011000000-ffffea0020ffffff] PMD -> [ffff88082fe00000-ffff88083fdfffff] on node 1
[ 0.000000] [ffffea0021000000-ffffea0030ffffff] PMD -> [ffff880c2fe00000-ffff880c3fdfffff] on node 2
[ 0.000000] [ffffea0031000000-ffffea0040ffffff] PMD -> [ffff881026800000-ffff8810367fffff] on node 3
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x103fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0008efff]
[ 0.000000] node 0: [mem 0x00100000-0xbb3c6fff]
[ 0.000000] node 0: [mem 0xbdfb0000-0xbdffffff]
[ 0.000000] node 0: [mem 0x100000000-0x43fffffff]
[ 0.000000] node 1: [mem 0x440000000-0x83fffffff]
[ 0.000000] node 2: [mem 0x840000000-0xc3fffffff]
[ 0.000000] node 3: [mem 0xc40000000-0x103fffffff]
[ 0.000000] On node 0 totalpages: 4174757
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3982 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11921 pages used for memmap
[ 0.000000] DMA32 zone: 762903 pages, LIFO batch:31
[ 0.000000] Normal zone: 53248 pages used for memmap
[ 0.000000] Normal zone: 3407872 pages, LIFO batch:31
[ 0.000000] On node 1 totalpages: 4194304
[ 0.000000] Normal zone: 65536 pages used for memmap
[ 0.000000] Normal zone: 4194304 pages, LIFO batch:31
[ 0.000000] On node 2 totalpages: 4194304
[ 0.000000] Normal zone: 65536 pages used for memmap
[ 0.000000] Normal zone: 4194304 pages, LIFO batch:31
[ 0.000000] On node 3 totalpages: 4194304
[ 0.000000] Normal zone: 65536 pages used for memmap
[ 0.000000] Normal zone: 4194304 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff57c000 ( fee00000)
[ 0.000000] ACPI: X2APIC (apic_id[0x00] uid[0x00] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x01] uid[0x01] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x02] uid[0x02] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x03] uid[0x03] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x04] uid[0x04] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x05] uid[0x05] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x06] uid[0x06] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x07] uid[0x07] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x08] uid[0x08] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x09] uid[0x09] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0a] uid[0x0a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0b] uid[0x0b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0c] uid[0x0c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0d] uid[0x0d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0e] uid[0x0e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x0f] uid[0x0f] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x10] uid[0x10] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x11] uid[0x11] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x12] uid[0x12] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x13] uid[0x13] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x14] uid[0x14] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x15] uid[0x15] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x16] uid[0x16] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x17] uid[0x17] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x18] uid[0x18] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x19] uid[0x19] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1a] uid[0x1a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1b] uid[0x1b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1c] uid[0x1c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1d] uid[0x1d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1e] uid[0x1e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x1f] uid[0x1f] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x20] uid[0x20] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x21] uid[0x21] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x22] uid[0x22] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x23] uid[0x23] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x24] uid[0x24] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x25] uid[0x25] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x26] uid[0x26] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x27] uid[0x27] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x28] uid[0x28] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x29] uid[0x29] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2a] uid[0x2a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2b] uid[0x2b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2c] uid[0x2c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2d] uid[0x2d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2e] uid[0x2e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x2f] uid[0x2f] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x30] uid[0x30] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x31] uid[0x31] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x32] uid[0x32] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x33] uid[0x33] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x34] uid[0x34] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x35] uid[0x35] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x36] uid[0x36] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x37] uid[0x37] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x38] uid[0x38] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x39] uid[0x39] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3a] uid[0x3a] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3b] uid[0x3b] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3c] uid[0x3c] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3d] uid[0x3d] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3e] uid[0x3e] disabled)
[ 0.000000] ACPI: X2APIC (apic_id[0x3f] uid[0x3f] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x20] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x22] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x24] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x26] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x28] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x2a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x2c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x2e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x40] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x42] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x44] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x46] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x48] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x4a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x4c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x4e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x60] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x62] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x64] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x66] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x68] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x6a] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x6c] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x6e] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x09] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x0b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x0d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x0f] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x21] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x23] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x25] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x27] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x29] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2f] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x41] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x43] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x45] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x47] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x49] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x4b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x4d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x4f] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x61] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x63] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x65] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x67] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x69] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x6b] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x6d] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x6f] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec3f000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 1, version 32, address 0xfec3f000, GSI 24-47
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec7f000] gsi_base[48])
[ 0.000000] IOAPIC[2]: apic_id 2, version 32, address 0xfec7f000, GSI 48-71
[ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfecbf000] gsi_base[72])
[ 0.000000] IOAPIC[3]: apic_id 3, version 32, address 0xfecbf000, GSI 72-95
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfecff000] gsi_base[96])
[ 0.000000] IOAPIC[4]: apic_id 4, version 32, address 0xfecff000, GSI 96-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 128 CPUs, 64 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff57b000 (fec00000)
[ 0.000000] mapped IOAPIC to ffffffffff57a000 (fec3f000)
[ 0.000000] mapped IOAPIC to ffffffffff579000 (fec7f000)
[ 0.000000] mapped IOAPIC to ffffffffff578000 (fecbf000)
[ 0.000000] mapped IOAPIC to ffffffffff577000 (fecff000)
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00090000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb3c7000-0xbdd2efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdd2f000-0xbde26fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbde27000-0xbdea0fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdea1000-0xbdf2efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdf2f000-0xbdfaffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xcfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed18fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffa1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffa20000-0xffffffff]
[ 0.000000] e820: [mem 0xd0000000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:4
[ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88042fa00000 s88960 r8192 d29824 u131072
[ 0.000000] pcpu-alloc: s88960 r8192 d29824 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 032 033 034 035 036 037 038 039
[ 0.000000] pcpu-alloc: [0] 064 068 072 076 080 084 088 092 096 100 104 108 112 116 120 124
[ 0.000000] pcpu-alloc: [1] 008 009 010 011 012 013 014 015 040 041 042 043 044 045 046 047
[ 0.000000] pcpu-alloc: [1] 065 069 073 077 081 085 089 093 097 101 105 109 113 117 121 125
[ 0.000000] pcpu-alloc: [2] 016 017 018 019 020 021 022 023 048 049 050 051 052 053 054 055
[ 0.000000] pcpu-alloc: [2] 066 070 074 078 082 086 090 094 098 102 106 110 114 118 122 126
[ 0.000000] pcpu-alloc: [3] 024 025 026 027 028 029 030 031 056 057 058 059 060 061 062 063
[ 0.000000] pcpu-alloc: [3] 067 071 075 079 083 087 091 095 099 103 107 111 115 119 123 127
[ 0.000000] Built 4 zonelists in Zone order, mobility grouping on. Total pages: 16495807
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: user=lkp job=/lkp/scheduled/lkp-sbx04/cyclic_will-it-scale-performance-futex4-HEAD-f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f-debian-x86_64.cgz.yaml ARCH=x86_64 BOOT_IMAGE=/kernel/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/vmlinuz-3.17.0-rc6-03415-gf3ccf7c kconfig=x86_64-rhel commit=f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f root=/dev/ram0 max_uptime=1500 RESULT_ROOT=/result/lkp-sbx04/will-it-scale/performance-futex4/debian-x86_64.cgz/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/0 ip=::::lkp-sbx04::dhcp earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal rw
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 520192 bytes
[ 0.000000] log_buf_len min size: 524288 bytes
[ 0.000000] log_buf_len: 1048576 bytes
[ 0.000000] early log buf free: 494180(94%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Memory: 65758556K/67030676K available (8602K kernel code, 1706K rwdata, 3836K rodata, 1804K init, 1888K bss, 1272120K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=4
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-127.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[ 0.000000] NR_IRQS:524544 nr_irqs:3080 0
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] bootconsole [earlyser0] disabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 268435456 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2693.371 MHz processor
[ 0.000124] Calibrating delay loop (skipped), value calculated using timer frequency.. lpj=2693371
[ 0.010158] pid_max: default: 131072 minimum: 1024
[ 0.015579] ACPI: Core revision 20140724
[ 0.061484] ACPI: All ACPI Tables successfully acquired
[ 0.067597] Security Framework initialized
[ 0.072184] SELinux: Initializing.
[ 0.076107] SELinux: Starting in permissive mode
[ 0.085852] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[ 0.115093] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.132754] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.140725] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.150090] Initializing cgroup subsys memory
[ 0.154990] Initializing cgroup subsys devices
[ 0.159968] Initializing cgroup subsys freezer
[ 0.164938] Initializing cgroup subsys net_cls
[ 0.169915] Initializing cgroup subsys blkio
[ 0.174699] Initializing cgroup subsys perf_event
[ 0.179969] Initializing cgroup subsys hugetlb
[ 0.185020] CPU: Physical Processor ID: 0
[ 0.189504] CPU: Processor Core ID: 0
[ 0.193607] mce: CPU supports 20 MCE banks
[ 0.198203] CPU0: Thermal LVT vector (0xfa) already installed
[ 0.204637] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.204637] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.218658] Freeing SMP alternatives memory: 36K (ffffffff81f98000 - ffffffff81fa1000)
[ 0.229304] ftrace: allocating 31123 entries in 122 pages
[ 0.252934] Getting VERSION: 1060015
[ 0.256921] Getting VERSION: 1060015
[ 0.260905] Getting ID: 0
[ 0.263824] Getting ID: 0
[ 0.267084] Switched APIC routing to physical flat.
[ 0.272532] masked ExtINT on CPU#0
[ 0.277013] ENABLING IO-APIC IRQs
[ 0.280717] init IO_APIC IRQs
[ 0.284030] apic 0 pin 0 not connected
[ 0.288323] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:0)
[ 0.297165] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:0)
[ 0.306013] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:0)
[ 0.314901] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:0)
[ 0.323758] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:0)
[ 0.332614] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:0 Active:0 Dest:0)
[ 0.341461] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:0)
[ 0.350301] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:0)
[ 0.359148] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:0)
[ 0.367995] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:0)
[ 0.376837] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:0 Active:0 Dest:0)
[ 0.385881] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:0 Active:0 Dest:0)
[ 0.394922] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:0)
[ 0.403957] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:0)
[ 0.413001] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:0)
[ 0.422039] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:0)
[ 0.431058] apic 0 pin 16 not connected
[ 0.435439] apic 0 pin 17 not connected
[ 0.439821] apic 0 pin 18 not connected
[ 0.444196] apic 0 pin 19 not connected
[ 0.448571] apic 0 pin 20 not connected
[ 0.452946] apic 0 pin 21 not connected
[ 0.457328] apic 0 pin 22 not connected
[ 0.461702] apic 0 pin 23 not connected
[ 0.466076] apic 1 pin 0 not connected
[ 0.470354] apic 1 pin 1 not connected
[ 0.474639] apic 1 pin 2 not connected
[ 0.478917] apic 1 pin 3 not connected
[ 0.483193] apic 1 pin 4 not connected
[ 0.487468] apic 1 pin 5 not connected
[ 0.491753] apic 1 pin 6 not connected
[ 0.496031] apic 1 pin 7 not connected
[ 0.500306] apic 1 pin 8 not connected
[ 0.504582] apic 1 pin 9 not connected
[ 0.508867] apic 1 pin 10 not connected
[ 0.513241] apic 1 pin 11 not connected
[ 0.517616] apic 1 pin 12 not connected
[ 0.521991] apic 1 pin 13 not connected
[ 0.526370] apic 1 pin 14 not connected
[ 0.530744] apic 1 pin 15 not connected
[ 0.535117] apic 1 pin 16 not connected
[ 0.539498] apic 1 pin 17 not connected
[ 0.543880] apic 1 pin 18 not connected
[ 0.548254] apic 1 pin 19 not connected
[ 0.552636] apic 1 pin 20 not connected
[ 0.557018] apic 1 pin 21 not connected
[ 0.561399] apic 1 pin 22 not connected
[ 0.565774] apic 1 pin 23 not connected
[ 0.570156] apic 2 pin 0 not connected
[ 0.574434] apic 2 pin 1 not connected
[ 0.578716] apic 2 pin 2 not connected
[ 0.582994] apic 2 pin 3 not connected
[ 0.587269] apic 2 pin 4 not connected
[ 0.591547] apic 2 pin 5 not connected
[ 0.595830] apic 2 pin 6 not connected
[ 0.600114] apic 2 pin 7 not connected
[ 0.604392] apic 2 pin 8 not connected
[ 0.608670] apic 2 pin 9 not connected
[ 0.612955] apic 2 pin 10 not connected
[ 0.617330] apic 2 pin 11 not connected
[ 0.621704] apic 2 pin 12 not connected
[ 0.626079] apic 2 pin 13 not connected
[ 0.630458] apic 2 pin 14 not connected
[ 0.634831] apic 2 pin 15 not connected
[ 0.639205] apic 2 pin 16 not connected
[ 0.643595] apic 2 pin 17 not connected
[ 0.647976] apic 2 pin 18 not connected
[ 0.652358] apic 2 pin 19 not connected
[ 0.656733] apic 2 pin 20 not connected
[ 0.661107] apic 2 pin 21 not connected
[ 0.665489] apic 2 pin 22 not connected
[ 0.669870] apic 2 pin 23 not connected
[ 0.674252] apic 3 pin 0 not connected
[ 0.678537] apic 3 pin 1 not connected
[ 0.682819] apic 3 pin 2 not connected
[ 0.687095] apic 3 pin 3 not connected
[ 0.691372] apic 3 pin 4 not connected
[ 0.695647] apic 3 pin 5 not connected
[ 0.699923] apic 3 pin 6 not connected
[ 0.704201] apic 3 pin 7 not connected
[ 0.708478] apic 3 pin 8 not connected
[ 0.712754] apic 3 pin 9 not connected
[ 0.717039] apic 3 pin 10 not connected
[ 0.721414] apic 3 pin 11 not connected
[ 0.725786] apic 3 pin 12 not connected
[ 0.730161] apic 3 pin 13 not connected
[ 0.734535] apic 3 pin 14 not connected
[ 0.738910] apic 3 pin 15 not connected
[ 0.743284] apic 3 pin 16 not connected
[ 0.747659] apic 3 pin 17 not connected
[ 0.752040] apic 3 pin 18 not connected
[ 0.756414] apic 3 pin 19 not connected
[ 0.760789] apic 3 pin 20 not connected
[ 0.765163] apic 3 pin 21 not connected
[ 0.769536] apic 3 pin 22 not connected
[ 0.773910] apic 3 pin 23 not connected
[ 0.778285] apic 4 pin 0 not connected
[ 0.782562] apic 4 pin 1 not connected
[ 0.786847] apic 4 pin 2 not connected
[ 0.791123] apic 4 pin 3 not connected
[ 0.795398] apic 4 pin 4 not connected
[ 0.799676] apic 4 pin 5 not connected
[ 0.803952] apic 4 pin 6 not connected
[ 0.808229] apic 4 pin 7 not connected
[ 0.812507] apic 4 pin 8 not connected
[ 0.816783] apic 4 pin 9 not connected
[ 0.821068] apic 4 pin 10 not connected
[ 0.825442] apic 4 pin 11 not connected
[ 0.829817] apic 4 pin 12 not connected
[ 0.834189] apic 4 pin 13 not connected
[ 0.838564] apic 4 pin 14 not connected
[ 0.842938] apic 4 pin 15 not connected
[ 0.847320] apic 4 pin 16 not connected
[ 0.851702] apic 4 pin 17 not connected
[ 0.856084] apic 4 pin 18 not connected
[ 0.860458] apic 4 pin 19 not connected
[ 0.864830] apic 4 pin 20 not connected
[ 0.869205] apic 4 pin 21 not connected
[ 0.873579] apic 4 pin 22 not connected
[ 0.877954] apic 4 pin 23 not connected
[ 0.882479] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.899183] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-4650 0 @ 2.70GHz (fam: 06, model: 2d, stepping: 07)
[ 0.909640] TSC deadline timer enabled
[ 0.913896] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.925674] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.934619] ... version: 3
[ 0.939091] ... bit width: 48
[ 0.943665] ... generic registers: 4
[ 0.948143] ... value mask: 0000ffffffffffff
[ 0.954066] ... max period: 0000ffffffffffff
[ 0.959992] ... fixed-purpose events: 3
[ 0.964462] ... event mask: 000000070000000f
[ 0.976939] x86: Booting SMP configuration:
[ 0.981613] .... node #0, CPUs: #1
[ 0.999172] masked ExtINT on CPU#1
[ 1.003271] CPU1: Thermal LVT vector (0xfa) already installed
[ 1.015638] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 1.024803] #2
[ 1.039043] masked ExtINT on CPU#2
[ 1.043137] CPU2: Thermal LVT vector (0xfa) already installed
[ 1.052000] #3
[ 1.065088] masked ExtINT on CPU#3
[ 1.069173] CPU3: Thermal LVT vector (0xfa) already installed
[ 1.078053] #4
[ 1.091145] masked ExtINT on CPU#4
[ 1.095228] CPU4: Thermal LVT vector (0xfa) already installed
[ 1.104099] #5
[ 1.117189] masked ExtINT on CPU#5
[ 1.121291] CPU5: Thermal LVT vector (0xfa) already installed
[ 1.130161] #6
[ 1.143253] masked ExtINT on CPU#6
[ 1.147341] CPU6: Thermal LVT vector (0xfa) already installed
[ 1.156212] #7
[ 1.169305] masked ExtINT on CPU#7
[ 1.173395] CPU7: Thermal LVT vector (0xfa) already installed
[ 1.182292]
[ 1.183966] .... node #1, CPUs: #8
[ 1.199570] masked ExtINT on CPU#8
[ 1.203666] CPU8: Thermal LVT vector (0xfa) already installed
[ 1.290391] #9
[ 1.303477] masked ExtINT on CPU#9
[ 1.307576] CPU9: Thermal LVT vector (0xfa) already installed
[ 1.316244] #10
[ 1.329326] masked ExtINT on CPU#10
[ 1.333520] CPU10: Thermal LVT vector (0xfa) already installed
[ 1.342318] #11
[ 1.355412] masked ExtINT on CPU#11
[ 1.359600] CPU11: Thermal LVT vector (0xfa) already installed
[ 1.368394] #12
[ 1.381478] masked ExtINT on CPU#12
[ 1.385666] CPU12: Thermal LVT vector (0xfa) already installed
[ 1.394459] #13
[ 1.407542] masked ExtINT on CPU#13
[ 1.411754] CPU13: Thermal LVT vector (0xfa) already installed
[ 1.420591] #14
[ 1.433667] masked ExtINT on CPU#14
[ 1.437869] CPU14: Thermal LVT vector (0xfa) already installed
[ 1.446665] #15
[ 1.459741] masked ExtINT on CPU#15
[ 1.463943] CPU15: Thermal LVT vector (0xfa) already installed
[ 1.472763]
[ 1.474427] .... node #2, CPUs: #16
[ 1.489649] masked ExtINT on CPU#16
[ 1.493845] CPU16: Thermal LVT vector (0xfa) already installed
[ 1.580934] #17
[ 1.593999] masked ExtINT on CPU#17
[ 1.598195] CPU17: Thermal LVT vector (0xfa) already installed
[ 1.606974] #18
[ 1.620056] masked ExtINT on CPU#18
[ 1.624252] CPU18: Thermal LVT vector (0xfa) already installed
[ 1.633065] #19
[ 1.646148] masked ExtINT on CPU#19
[ 1.650344] CPU19: Thermal LVT vector (0xfa) already installed
[ 1.659141] #20
[ 1.672227] masked ExtINT on CPU#20
[ 1.676418] CPU20: Thermal LVT vector (0xfa) already installed
[ 1.685223] #21
[ 1.698298] masked ExtINT on CPU#21
[ 1.702489] CPU21: Thermal LVT vector (0xfa) already installed
[ 1.711280] #22
[ 1.724353] masked ExtINT on CPU#22
[ 1.728538] CPU22: Thermal LVT vector (0xfa) already installed
[ 1.737359] #23
[ 1.750427] masked ExtINT on CPU#23
[ 1.754608] CPU23: Thermal LVT vector (0xfa) already installed
[ 1.763422]
[ 1.765093] .... node #3, CPUs: #24
[ 1.781126] masked ExtINT on CPU#24
[ 1.785345] CPU24: Thermal LVT vector (0xfa) already installed
[ 1.872198] #25
[ 1.885461] masked ExtINT on CPU#25
[ 1.889656] CPU25: Thermal LVT vector (0xfa) already installed
[ 1.898424] #26
[ 1.911693] masked ExtINT on CPU#26
[ 1.915901] CPU26: Thermal LVT vector (0xfa) already installed
[ 1.924675] #27
[ 1.938146] masked ExtINT on CPU#27
[ 1.942348] CPU27: Thermal LVT vector (0xfa) already installed
[ 1.951117] #28
[ 1.964399] masked ExtINT on CPU#28
[ 1.968611] CPU28: Thermal LVT vector (0xfa) already installed
[ 1.977414] #29
[ 1.990686] masked ExtINT on CPU#29
[ 1.994887] CPU29: Thermal LVT vector (0xfa) already installed
[ 2.003656] #30
[ 2.016913] masked ExtINT on CPU#30
[ 2.021110] CPU30: Thermal LVT vector (0xfa) already installed
[ 2.029918] #31
[ 2.043171] masked ExtINT on CPU#31
[ 2.047383] CPU31: Thermal LVT vector (0xfa) already installed
[ 2.056171]
[ 2.057842] .... node #0, CPUs: #32
[ 2.073264] masked ExtINT on CPU#32
[ 2.077470] CPU32: Thermal LVT vector (0xfa) already installed
[ 2.086538] #33
[ 2.099627] masked ExtINT on CPU#33
[ 2.103804] CPU33: Thermal LVT vector (0xfa) already installed
[ 2.112795] #34
[ 2.125877] masked ExtINT on CPU#34
[ 2.130054] CPU34: Thermal LVT vector (0xfa) already installed
[ 2.139047] #35
[ 2.152133] masked ExtINT on CPU#35
[ 2.156314] CPU35: Thermal LVT vector (0xfa) already installed
[ 2.165341] #36
[ 2.178417] masked ExtINT on CPU#36
[ 2.182602] CPU36: Thermal LVT vector (0xfa) already installed
[ 2.191624] #37
[ 2.204712] masked ExtINT on CPU#37
[ 2.208890] CPU37: Thermal LVT vector (0xfa) already installed
[ 2.217899] #38
[ 2.230981] masked ExtINT on CPU#38
[ 2.235157] CPU38: Thermal LVT vector (0xfa) already installed
[ 2.244151] #39
[ 2.257234] masked ExtINT on CPU#39
[ 2.261414] CPU39: Thermal LVT vector (0xfa) already installed
[ 2.270446]
[ 2.272136] .... node #1, CPUs: #40
[ 2.287367] masked ExtINT on CPU#40
[ 2.291560] CPU40: Thermal LVT vector (0xfa) already installed
[ 2.300367] #41
[ 2.313449] masked ExtINT on CPU#41
[ 2.317629] CPU41: Thermal LVT vector (0xfa) already installed
[ 2.326435] #42
[ 2.339513] masked ExtINT on CPU#42
[ 2.343703] CPU42: Thermal LVT vector (0xfa) already installed
[ 2.352506] #43
[ 2.365578] masked ExtINT on CPU#43
[ 2.369773] CPU43: Thermal LVT vector (0xfa) already installed
[ 2.378571] #44
[ 2.391648] masked ExtINT on CPU#44
[ 2.395843] CPU44: Thermal LVT vector (0xfa) already installed
[ 2.404666] #45
[ 2.417740] masked ExtINT on CPU#45
[ 2.421921] CPU45: Thermal LVT vector (0xfa) already installed
[ 2.430739] #46
[ 2.443826] masked ExtINT on CPU#46
[ 2.448029] CPU46: Thermal LVT vector (0xfa) already installed
[ 2.456830] #47
[ 2.469905] masked ExtINT on CPU#47
[ 2.474096] CPU47: Thermal LVT vector (0xfa) already installed
[ 2.482917]
[ 2.484589] .... node #2, CPUs: #48
[ 2.499808] masked ExtINT on CPU#48
[ 2.504003] CPU48: Thermal LVT vector (0xfa) already installed
[ 2.512870] #49
[ 2.525946] masked ExtINT on CPU#49
[ 2.530134] CPU49: Thermal LVT vector (0xfa) already installed
[ 2.538949] #50
[ 2.552026] masked ExtINT on CPU#50
[ 2.556221] CPU50: Thermal LVT vector (0xfa) already installed
[ 2.565051] #51
[ 2.578117] masked ExtINT on CPU#51
[ 2.582312] CPU51: Thermal LVT vector (0xfa) already installed
[ 2.591101] #52
[ 2.604173] masked ExtINT on CPU#52
[ 2.608367] CPU52: Thermal LVT vector (0xfa) already installed
[ 2.617193] #53
[ 2.630268] masked ExtINT on CPU#53
[ 2.634463] CPU53: Thermal LVT vector (0xfa) already installed
[ 2.643271] #54
[ 2.656344] masked ExtINT on CPU#54
[ 2.660530] CPU54: Thermal LVT vector (0xfa) already installed
[ 2.669352] #55
[ 2.682426] masked ExtINT on CPU#55
[ 2.686612] CPU55: Thermal LVT vector (0xfa) already installed
[ 2.695444]
[ 2.697117] .... node #3, CPUs: #56
[ 2.712499] masked ExtINT on CPU#56
[ 2.716691] CPU56: Thermal LVT vector (0xfa) already installed
[ 2.725534] #57
[ 2.738799] masked ExtINT on CPU#57
[ 2.743002] CPU57: Thermal LVT vector (0xfa) already installed
[ 2.751799] #58
[ 2.765057] masked ExtINT on CPU#58
[ 2.769259] CPU58: Thermal LVT vector (0xfa) already installed
[ 2.778067] #59
[ 2.791348] masked ExtINT on CPU#59
[ 2.795551] CPU59: Thermal LVT vector (0xfa) already installed
[ 2.804419] #60
[ 2.817687] masked ExtINT on CPU#60
[ 2.821890] CPU60: Thermal LVT vector (0xfa) already installed
[ 2.830748] #61
[ 2.843998] masked ExtINT on CPU#61
[ 2.848198] CPU61: Thermal LVT vector (0xfa) already installed
[ 2.856995] #62
[ 2.870231] masked ExtINT on CPU#62
[ 2.874424] CPU62: Thermal LVT vector (0xfa) already installed
[ 2.883249] #63
[ 2.896474] masked ExtINT on CPU#63
[ 2.900674] CPU63: Thermal LVT vector (0xfa) already installed
[ 2.909365] x86: Booted up 4 nodes, 64 CPUs
[ 2.914044] smpboot: Total of 64 processors activated (346397.34 BogoMIPS)
[ 3.131777] devtmpfs: initialized
[ 3.135619] memory block size : 1024MB
[ 3.142168] evm: security.selinux
[ 3.145873] evm: security.ima
[ 3.149204] evm: security.capability
[ 3.153473] PM: Registering ACPI NVS region [mem 0xbdd2f000-0xbde26fff] (1015808 bytes)
[ 3.162458] PM: Registering ACPI NVS region [mem 0xbdea1000-0xbdf2efff] (581632 bytes)
[ 3.173065] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 3.181091] NET: Registered protocol family 16
[ 3.186349] cpuidle: using governor menu
[ 3.190929] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 3.199392] ACPI: bus type PCI registered
[ 3.203873] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 3.211225] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 3.221627] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[ 3.229697] PCI: Using configuration type 1 for base access
[ 3.246263] ACPI: Added _OSI(Module Device)
[ 3.250967] ACPI: Added _OSI(Processor Device)
[ 3.255925] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 3.261180] ACPI: Added _OSI(Processor Aggregator Device)
[ 3.273181] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:0)
[ 3.288089] ACPI: Executed 1 blocks of module-level executable AML code
[ 3.365900] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 3.384306] ACPI: Interpreter enabled
[ 3.388411] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
[ 3.398743] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20140724/hwxface-580)
[ 3.409081] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20140724/hwxface-580)
[ 3.419412] ACPI: (supports S0 S1 S5)
[ 3.423505] ACPI: Using IOAPIC for interrupt routing
[ 3.429109] HEST: Table parsing has been initialized.
[ 3.434747] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 3.464827] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 3.471735] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 3.481123] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 3.488213] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 3.497001] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000d3fff] (conflicts with Adapter ROM [mem 0x000c8000-0x000d15ff])
[ 3.511386] PCI host bridge to bus 0000:00
[ 3.515966] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 3.522085] pci_bus 0000:00: root bus resource [io 0x0000-0x5fff]
[ 3.528988] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 3.536673] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[ 3.544359] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[ 3.552037] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[ 3.559717] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[ 3.567403] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 3.575103] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 3.582775] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 3.590445] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 3.598121] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 3.605793] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[ 3.613462] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[ 3.621138] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[ 3.628810] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
[ 3.636488] pci_bus 0000:00: root bus resource [mem 0x3c0000000000-0x3c007fffffff]
[ 3.644962] pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000
[ 3.651732] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 3.658650] pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400
[ 3.665438] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 3.672293] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 3.678668] pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400
[ 3.685457] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 3.692332] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 3.698711] pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400
[ 3.705490] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 3.712350] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 3.718718] pci 0000:00:03.2: [8086:3c0a] type 01 class 0x060400
[ 3.725505] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[ 3.732372] pci 0000:00:03.2: System wakeup disabled by ACPI
[ 3.738764] pci 0000:00:04.0: [8086:3c20] type 00 class 0x088000
[ 3.745503] pci 0000:00:04.0: reg 0x10: [mem 0xdff90000-0xdff93fff 64bit]
[ 3.753236] pci 0000:00:04.1: [8086:3c21] type 00 class 0x088000
[ 3.759966] pci 0000:00:04.1: reg 0x10: [mem 0xdff80000-0xdff83fff 64bit]
[ 3.767697] pci 0000:00:04.2: [8086:3c22] type 00 class 0x088000
[ 3.774417] pci 0000:00:04.2: reg 0x10: [mem 0xdff70000-0xdff73fff 64bit]
[ 3.782169] pci 0000:00:04.3: [8086:3c23] type 00 class 0x088000
[ 3.788898] pci 0000:00:04.3: reg 0x10: [mem 0xdff60000-0xdff63fff 64bit]
[ 3.796628] pci 0000:00:04.4: [8086:3c24] type 00 class 0x088000
[ 3.803357] pci 0000:00:04.4: reg 0x10: [mem 0xdff50000-0xdff53fff 64bit]
[ 3.811077] pci 0000:00:04.5: [8086:3c25] type 00 class 0x088000
[ 3.817801] pci 0000:00:04.5: reg 0x10: [mem 0xdff40000-0xdff43fff 64bit]
[ 3.825510] pci 0000:00:04.6: [8086:3c26] type 00 class 0x088000
[ 3.832240] pci 0000:00:04.6: reg 0x10: [mem 0xdff30000-0xdff33fff 64bit]
[ 3.839974] pci 0000:00:04.7: [8086:3c27] type 00 class 0x088000
[ 3.846702] pci 0000:00:04.7: reg 0x10: [mem 0xdff20000-0xdff23fff 64bit]
[ 3.854431] pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000
[ 3.861274] pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000
[ 3.868111] pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020
[ 3.874837] pci 0000:00:05.4: reg 0x10: [mem 0xd0f60000-0xd0f60fff]
[ 3.881976] pci 0000:00:05.6: [8086:3c40] type 00 class 0x110100
[ 3.888830] pci 0000:00:06.0: [8086:3c60] type 00 class 0x088000
[ 3.895677] pci 0000:00:06.1: [8086:3c61] type 00 class 0x060000
[ 3.902513] pci 0000:00:06.2: [8086:3c62] type 00 class 0x060000
[ 3.909346] pci 0000:00:06.3: [8086:3c63] type 00 class 0x060000
[ 3.916192] pci 0000:00:06.4: [8086:3c64] type 00 class 0x060000
[ 3.923034] pci 0000:00:06.5: [8086:3c65] type 00 class 0x060000
[ 3.929883] pci 0000:00:06.6: [8086:3c66] type 00 class 0x060000
[ 3.936717] pci 0000:00:06.7: [8086:3c67] type 00 class 0x060000
[ 3.943569] pci 0000:00:07.0: [8086:3c68] type 00 class 0x060000
[ 3.950404] pci 0000:00:07.1: [8086:3c69] type 00 class 0x060000
[ 3.957246] pci 0000:00:07.2: [8086:3c6a] type 00 class 0x060000
[ 3.964089] pci 0000:00:07.3: [8086:3c6b] type 00 class 0x060000
[ 3.970943] pci 0000:00:07.4: [8086:3c6c] type 00 class 0x060000
[ 3.977795] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
[ 3.984529] pci 0000:00:16.0: reg 0x10: [mem 0xd0f50000-0xd0f5000f 64bit]
[ 3.992171] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 3.999090] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000
[ 4.005817] pci 0000:00:16.1: reg 0x10: [mem 0xd0f40000-0xd0f4000f 64bit]
[ 4.013467] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 4.020385] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
[ 4.027121] pci 0000:00:1a.0: reg 0x10: [mem 0xd0f20000-0xd0f203ff]
[ 4.034215] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 4.041082] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 4.047472] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
[ 4.054335] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 4.061202] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 4.067588] pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400
[ 4.074385] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 4.081251] pci 0000:00:1c.7: System wakeup disabled by ACPI
[ 4.087657] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
[ 4.094391] pci 0000:00:1d.0: reg 0x10: [mem 0xd0f10000-0xd0f103ff]
[ 4.101485] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 4.108353] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 4.114735] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 4.121525] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 4.127879] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
[ 4.134778] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
[ 4.141505] pci 0000:00:1f.2: reg 0x10: [io 0x3070-0x3077]
[ 4.147727] pci 0000:00:1f.2: reg 0x14: [io 0x3060-0x3063]
[ 4.153957] pci 0000:00:1f.2: reg 0x18: [io 0x3050-0x3057]
[ 4.160181] pci 0000:00:1f.2: reg 0x1c: [io 0x3040-0x3043]
[ 4.166411] pci 0000:00:1f.2: reg 0x20: [io 0x3020-0x303f]
[ 4.172641] pci 0000:00:1f.2: reg 0x24: [mem 0xd0f00000-0xd0f007ff]
[ 4.179682] pci 0000:00:1f.2: PME# supported from D3hot
[ 4.185616] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
[ 4.192322] pci 0000:00:1f.3: reg 0x10: [mem 0xdff10000-0xdff100ff 64bit]
[ 4.199929] pci 0000:00:1f.3: reg 0x20: [io 0x3000-0x301f]
[ 4.206294] pci 0000:01:00.0: [8086:1d74] type 01 class 0x060400
[ 4.212999] pci 0000:01:00.0: reg 0x10: [mem 0xd0e00000-0xd0e03fff]
[ 4.220052] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 4.228874] pci 0000:00:01.0: PCI bridge to [bus 01-03]
[ 4.234721] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 4.241531] pci 0000:00:01.0: bridge window [mem 0xd0d00000-0xd0efffff]
[ 4.249110] pci 0000:00:01.0: bridge window [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 4.257840] pci 0000:02:08.0: [8086:1d3f] type 01 class 0x060400
[ 4.264639] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
[ 4.271534] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[ 4.277370] pci 0000:01:00.0: bridge window [io 0x2000-0x2fff]
[ 4.284179] pci 0000:01:00.0: bridge window [mem 0xd0d00000-0xd0dfffff]
[ 4.291764] pci 0000:01:00.0: bridge window [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 4.300523] pci 0000:03:00.0: [8086:1d60] type 00 class 0x010700
[ 4.307257] pci 0000:03:00.0: reg 0x10: [mem 0xdd000000-0xdd007fff 64bit pref]
[ 4.315335] pci 0000:03:00.0: reg 0x18: [mem 0xdc800000-0xdcffffff 64bit pref]
[ 4.323410] pci 0000:03:00.0: reg 0x20: [io 0x2100-0x21ff]
[ 4.329644] pci 0000:03:00.0: reg 0x24: [io 0x2000-0x20ff]
[ 4.335959] pci 0000:03:00.0: reg 0x164: [mem 0xdd010000-0xdd017fff 64bit pref]
[ 4.344209] pci 0000:03:00.3: [8086:1d70] type 00 class 0x0c0500
[ 4.350941] pci 0000:03:00.3: reg 0x10: [mem 0xd0d20000-0xd0d20fff]
[ 4.357975] pci 0000:03:00.3: reg 0x20: [io 0x2240-0x225f]
[ 4.364264] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[ 4.371151] pci 0000:03:00.4: [8086:1d71] type 00 class 0x0c0500
[ 4.377874] pci 0000:03:00.4: reg 0x10: [mem 0xd0d10000-0xd0d10fff]
[ 4.384909] pci 0000:03:00.4: reg 0x20: [io 0x2220-0x223f]
[ 4.391205] pci 0000:03:00.4: PME# supported from D0 D3hot D3cold
[ 4.398108] pci 0000:03:00.5: [8086:1d72] type 00 class 0x0c0500
[ 4.404832] pci 0000:03:00.5: reg 0x10: [mem 0xd0d00000-0xd0d00fff]
[ 4.411866] pci 0000:03:00.5: reg 0x20: [io 0x2200-0x221f]
[ 4.418155] pci 0000:03:00.5: PME# supported from D0 D3hot D3cold
[ 4.425067] pci 0000:02:08.0: PCI bridge to [bus 03]
[ 4.430608] pci 0000:02:08.0: bridge window [io 0x2000-0x2fff]
[ 4.437423] pci 0000:02:08.0: bridge window [mem 0xd0d00000-0xd0dfffff]
[ 4.445015] pci 0000:02:08.0: bridge window [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 4.453801] pci 0000:00:02.0: PCI bridge to [bus 04]
[ 4.459474] pci 0000:00:03.0: PCI bridge to [bus 05]
[ 4.465152] pci 0000:06:00.0: [8086:1528] type 00 class 0x020000
[ 4.471867] pci 0000:06:00.0: reg 0x10: [mem 0xdd600000-0xdd7fffff 64bit pref]
[ 4.479939] pci 0000:06:00.0: reg 0x18: [io 0x1020-0x103f]
[ 4.486177] pci 0000:06:00.0: reg 0x20: [mem 0xdd810000-0xdd813fff 64bit pref]
[ 4.494292] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 4.501123] pci 0000:06:00.0: reg 0x184: [mem 0xd0c00000-0xd0c03fff 64bit]
[ 4.508814] pci 0000:06:00.0: reg 0x190: [mem 0xd0b00000-0xd0b03fff 64bit]
[ 4.516561] pci 0000:06:00.1: [8086:1528] type 00 class 0x020000
[ 4.523283] pci 0000:06:00.1: reg 0x10: [mem 0xdd400000-0xdd5fffff 64bit pref]
[ 4.531357] pci 0000:06:00.1: reg 0x18: [io 0x1000-0x101f]
[ 4.537595] pci 0000:06:00.1: reg 0x20: [mem 0xdd800000-0xdd803fff 64bit pref]
[ 4.545703] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[ 4.552532] pci 0000:06:00.1: reg 0x184: [mem 0xd0a00000-0xd0a03fff 64bit]
[ 4.560222] pci 0000:06:00.1: reg 0x190: [mem 0xd0900000-0xd0903fff 64bit]
[ 4.569916] pci 0000:00:03.2: PCI bridge to [bus 06-07]
[ 4.575753] pci 0000:00:03.2: bridge window [io 0x1000-0x1fff]
[ 4.582562] pci 0000:00:03.2: bridge window [mem 0xd0900000-0xd0cfffff]
[ 4.590140] pci 0000:00:03.2: bridge window [mem 0xdd400000-0xdd8fffff 64bit pref]
[ 4.598888] pci 0000:00:1c.0: PCI bridge to [bus 08]
[ 4.604554] pci 0000:09:00.0: [102b:0522] type 00 class 0x030000
[ 4.611304] pci 0000:09:00.0: reg 0x10: [mem 0xde000000-0xdeffffff pref]
[ 4.618812] pci 0000:09:00.0: reg 0x14: [mem 0xd0810000-0xd0813fff]
[ 4.625834] pci 0000:09:00.0: reg 0x18: [mem 0xd0000000-0xd07fffff]
[ 4.632895] pci 0000:09:00.0: reg 0x30: [mem 0xd0800000-0xd080ffff pref]
[ 4.640491] pci 0000:09:00.0: System wakeup disabled by ACPI
[ 4.648836] pci 0000:00:1c.7: PCI bridge to [bus 09]
[ 4.654387] pci 0000:00:1c.7: bridge window [mem 0xd0000000-0xd08fffff]
[ 4.661972] pci 0000:00:1c.7: bridge window [mem 0xde000000-0xdeffffff 64bit pref]
[ 4.670700] pci 0000:00:1e.0: PCI bridge to [bus 0a] (subtractive decode)
[ 4.678289] pci 0000:00:1e.0: bridge window [io 0x0000-0x5fff] (subtractive decode)
[ 4.687131] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 4.696748] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[ 4.706366] pci 0000:00:1e.0: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[ 4.715983] pci 0000:00:1e.0: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[ 4.725600] pci 0000:00:1e.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
[ 4.735224] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 4.744847] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 4.754471] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 4.764089] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 4.773705] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[ 4.783324] pci 0000:00:1e.0: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[ 4.792941] pci 0000:00:1e.0: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[ 4.802557] pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[ 4.812176] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
[ 4.821793] pci 0000:00:1e.0: bridge window [mem 0x3c0000000000-0x3c007fffffff] (subtractive decode)
[ 4.832234] pci_bus 0000:00: on NUMA node 0
[ 4.836909] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 4.845161] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:0)
[ 4.854612] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[ 4.863529] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[ 4.872433] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[ 4.881360] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[ 4.890273] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15), disabled.
[ 4.899202] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15), disabled.
[ 4.908112] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[ 4.917051] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15), disabled.
[ 4.926050] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 40-7e])
[ 4.932950] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 4.942203] acpi PNP0A08:01: _OSC: platform does not support [AER]
[ 4.949212] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 4.958044] PCI host bridge to bus 0000:40
[ 4.962625] pci_bus 0000:40: root bus resource [bus 40-7e]
[ 4.968753] pci_bus 0000:40: root bus resource [io 0x03b0-0x03df]
[ 4.975656] pci_bus 0000:40: root bus resource [io 0x6000-0x7fff]
[ 4.982560] pci_bus 0000:40: root bus resource [mem 0x000a0000-0x000bffff]
[ 4.990239] pci_bus 0000:40: root bus resource [mem 0xe0000000-0xebffffff]
[ 4.997918] pci_bus 0000:40: root bus resource [mem 0x3c0080000000-0x3c00ffffffff]
[ 5.006386] pci 0000:40:01.0: [8086:3c02] type 01 class 0x060400
[ 5.013172] pci 0000:40:01.0: PME# supported from D0 D3hot D3cold
[ 5.020018] pci 0000:40:01.0: System wakeup disabled by ACPI
[ 5.026404] pci 0000:40:02.0: [8086:3c04] type 01 class 0x060400
[ 5.033189] pci 0000:40:02.0: PME# supported from D0 D3hot D3cold
[ 5.040028] pci 0000:40:02.0: System wakeup disabled by ACPI
[ 5.046404] pci 0000:40:04.0: [8086:3c20] type 00 class 0x088000
[ 5.053133] pci 0000:40:04.0: reg 0x10: [mem 0xebf70000-0xebf73fff 64bit]
[ 5.060843] pci 0000:40:04.1: [8086:3c21] type 00 class 0x088000
[ 5.067567] pci 0000:40:04.1: reg 0x10: [mem 0xebf60000-0xebf63fff 64bit]
[ 5.075291] pci 0000:40:04.2: [8086:3c22] type 00 class 0x088000
[ 5.082013] pci 0000:40:04.2: reg 0x10: [mem 0xebf50000-0xebf53fff 64bit]
[ 5.089728] pci 0000:40:04.3: [8086:3c23] type 00 class 0x088000
[ 5.096451] pci 0000:40:04.3: reg 0x10: [mem 0xebf40000-0xebf43fff 64bit]
[ 5.104152] pci 0000:40:04.4: [8086:3c24] type 00 class 0x088000
[ 5.110875] pci 0000:40:04.4: reg 0x10: [mem 0xebf30000-0xebf33fff 64bit]
[ 5.118594] pci 0000:40:04.5: [8086:3c25] type 00 class 0x088000
[ 5.125317] pci 0000:40:04.5: reg 0x10: [mem 0xebf20000-0xebf23fff 64bit]
[ 5.133025] pci 0000:40:04.6: [8086:3c26] type 00 class 0x088000
[ 5.139747] pci 0000:40:04.6: reg 0x10: [mem 0xebf10000-0xebf13fff 64bit]
[ 5.147455] pci 0000:40:04.7: [8086:3c27] type 00 class 0x088000
[ 5.154177] pci 0000:40:04.7: reg 0x10: [mem 0xebf00000-0xebf03fff 64bit]
[ 5.161884] pci 0000:40:05.0: [8086:3c28] type 00 class 0x088000
[ 5.168712] pci 0000:40:05.2: [8086:3c2a] type 00 class 0x088000
[ 5.175534] pci 0000:40:05.4: [8086:3c2c] type 00 class 0x080020
[ 5.182256] pci 0000:40:05.4: reg 0x10: [mem 0xe0000000-0xe0000fff]
[ 5.189374] pci 0000:40:05.6: [8086:3c40] type 00 class 0x110100
[ 5.196200] pci 0000:40:06.0: [8086:3c60] type 00 class 0x088000
[ 5.203024] pci 0000:40:06.1: [8086:3c61] type 00 class 0x060000
[ 5.209840] pci 0000:40:06.2: [8086:3c62] type 00 class 0x060000
[ 5.216645] pci 0000:40:06.3: [8086:3c63] type 00 class 0x060000
[ 5.223471] pci 0000:40:06.4: [8086:3c64] type 00 class 0x060000
[ 5.230293] pci 0000:40:06.5: [8086:3c65] type 00 class 0x060000
[ 5.237119] pci 0000:40:06.6: [8086:3c66] type 00 class 0x060000
[ 5.243955] pci 0000:40:06.7: [8086:3c67] type 00 class 0x060000
[ 5.250788] pci 0000:40:07.0: [8086:3c68] type 00 class 0x060000
[ 5.257606] pci 0000:40:07.1: [8086:3c69] type 00 class 0x060000
[ 5.264413] pci 0000:40:07.2: [8086:3c6a] type 00 class 0x060000
[ 5.271238] pci 0000:40:07.3: [8086:3c6b] type 00 class 0x060000
[ 5.278061] pci 0000:40:07.4: [8086:3c6c] type 00 class 0x060000
[ 5.284932] pci 0000:40:01.0: PCI bridge to [bus 41]
[ 5.290537] pci 0000:40:02.0: PCI bridge to [bus 42]
[ 5.296099] pci_bus 0000:40: on NUMA node 1
[ 5.300780] acpi PNP0A08:01: Disabling ASPM (FADT indicates it is unsupported)
[ 5.308987] ACPI: PCI Root Bridge [PCI2] (domain 0000 [bus 80-be])
[ 5.315886] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 5.325139] acpi PNP0A08:02: _OSC: platform does not support [AER]
[ 5.332146] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 5.340983] PCI host bridge to bus 0000:80
[ 5.345563] pci_bus 0000:80: root bus resource [bus 80-be]
[ 5.351691] pci_bus 0000:80: root bus resource [io 0x8000-0xbfff]
[ 5.358594] pci_bus 0000:80: root bus resource [mem 0xec000000-0xf7ffffff]
[ 5.366273] pci_bus 0000:80: root bus resource [mem 0x3c0100000000-0x3c017fffffff]
[ 5.374743] pci 0000:80:02.0: [8086:3c04] type 01 class 0x060400
[ 5.381534] pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[ 5.388373] pci 0000:80:02.0: System wakeup disabled by ACPI
[ 5.394750] pci 0000:80:03.0: [8086:3c08] type 01 class 0x060400
[ 5.401541] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[ 5.408394] pci 0000:80:03.0: System wakeup disabled by ACPI
[ 5.414789] pci 0000:80:04.0: [8086:3c20] type 00 class 0x088000
[ 5.421528] pci 0000:80:04.0: reg 0x10: [mem 0xf7f70000-0xf7f73fff 64bit]
[ 5.429259] pci 0000:80:04.1: [8086:3c21] type 00 class 0x088000
[ 5.435975] pci 0000:80:04.1: reg 0x10: [mem 0xf7f60000-0xf7f63fff 64bit]
[ 5.443692] pci 0000:80:04.2: [8086:3c22] type 00 class 0x088000
[ 5.450418] pci 0000:80:04.2: reg 0x10: [mem 0xf7f50000-0xf7f53fff 64bit]
[ 5.458151] pci 0000:80:04.3: [8086:3c23] type 00 class 0x088000
[ 5.464875] pci 0000:80:04.3: reg 0x10: [mem 0xf7f40000-0xf7f43fff 64bit]
[ 5.472593] pci 0000:80:04.4: [8086:3c24] type 00 class 0x088000
[ 5.479317] pci 0000:80:04.4: reg 0x10: [mem 0xf7f30000-0xf7f33fff 64bit]
[ 5.487029] pci 0000:80:04.5: [8086:3c25] type 00 class 0x088000
[ 5.493754] pci 0000:80:04.5: reg 0x10: [mem 0xf7f20000-0xf7f23fff 64bit]
[ 5.501474] pci 0000:80:04.6: [8086:3c26] type 00 class 0x088000
[ 5.508198] pci 0000:80:04.6: reg 0x10: [mem 0xf7f10000-0xf7f13fff 64bit]
[ 5.515924] pci 0000:80:04.7: [8086:3c27] type 00 class 0x088000
[ 5.522648] pci 0000:80:04.7: reg 0x10: [mem 0xf7f00000-0xf7f03fff 64bit]
[ 5.530361] pci 0000:80:05.0: [8086:3c28] type 00 class 0x088000
[ 5.537191] pci 0000:80:05.2: [8086:3c2a] type 00 class 0x088000
[ 5.544035] pci 0000:80:05.4: [8086:3c2c] type 00 class 0x080020
[ 5.550755] pci 0000:80:05.4: reg 0x10: [mem 0xec000000-0xec000fff]
[ 5.557856] pci 0000:80:05.6: [8086:3c40] type 00 class 0x110100
[ 5.564700] pci 0000:80:06.0: [8086:3c60] type 00 class 0x088000
[ 5.571527] pci 0000:80:06.1: [8086:3c61] type 00 class 0x060000
[ 5.578357] pci 0000:80:06.2: [8086:3c62] type 00 class 0x060000
[ 5.585176] pci 0000:80:06.3: [8086:3c63] type 00 class 0x060000
[ 5.592007] pci 0000:80:06.4: [8086:3c64] type 00 class 0x060000
[ 5.598819] pci 0000:80:06.5: [8086:3c65] type 00 class 0x060000
[ 5.605636] pci 0000:80:06.6: [8086:3c66] type 00 class 0x060000
[ 5.612455] pci 0000:80:06.7: [8086:3c67] type 00 class 0x060000
[ 5.619271] pci 0000:80:07.0: [8086:3c68] type 00 class 0x060000
[ 5.626090] pci 0000:80:07.1: [8086:3c69] type 00 class 0x060000
[ 5.632918] pci 0000:80:07.2: [8086:3c6a] type 00 class 0x060000
[ 5.639733] pci 0000:80:07.3: [8086:3c6b] type 00 class 0x060000
[ 5.646538] pci 0000:80:07.4: [8086:3c6c] type 00 class 0x060000
[ 5.653466] acpiphp: Slot [2] registered
[ 5.657859] pci 0000:80:02.0: PCI bridge to [bus 81]
[ 5.663487] pci 0000:80:03.0: PCI bridge to [bus 82]
[ 5.669051] pci_bus 0000:80: on NUMA node 2
[ 5.673725] acpi PNP0A08:02: Disabling ASPM (FADT indicates it is unsupported)
[ 5.681988] ACPI: PCI Root Bridge [PCI3] (domain 0000 [bus c0-fe])
[ 5.688888] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 5.698138] acpi PNP0A08:03: _OSC: platform does not support [AER]
[ 5.705146] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 5.713983] PCI host bridge to bus 0000:c0
[ 5.718563] pci_bus 0000:c0: root bus resource [bus c0-fe]
[ 5.724681] pci_bus 0000:c0: root bus resource [io 0xc000-0xffff]
[ 5.731584] pci_bus 0000:c0: root bus resource [mem 0xf8000000-0xfbffffff]
[ 5.739264] pci_bus 0000:c0: root bus resource [mem 0x3c0180000000-0x3c01ffffffff]
[ 5.747732] pci 0000:c0:02.0: [8086:3c04] type 01 class 0x060400
[ 5.754521] pci 0000:c0:02.0: PME# supported from D0 D3hot D3cold
[ 5.761360] pci 0000:c0:02.0: System wakeup disabled by ACPI
[ 5.767755] pci 0000:c0:03.0: [8086:3c08] type 01 class 0x060400
[ 5.774544] pci 0000:c0:03.0: PME# supported from D0 D3hot D3cold
[ 5.781382] pci 0000:c0:03.0: System wakeup disabled by ACPI
[ 5.787752] pci 0000:c0:04.0: [8086:3c20] type 00 class 0x088000
[ 5.794482] pci 0000:c0:04.0: reg 0x10: [mem 0xfbf70000-0xfbf73fff 64bit]
[ 5.802198] pci 0000:c0:04.1: [8086:3c21] type 00 class 0x088000
[ 5.808923] pci 0000:c0:04.1: reg 0x10: [mem 0xfbf60000-0xfbf63fff 64bit]
[ 5.816632] pci 0000:c0:04.2: [8086:3c22] type 00 class 0x088000
[ 5.823355] pci 0000:c0:04.2: reg 0x10: [mem 0xfbf50000-0xfbf53fff 64bit]
[ 5.831068] pci 0000:c0:04.3: [8086:3c23] type 00 class 0x088000
[ 5.837792] pci 0000:c0:04.3: reg 0x10: [mem 0xfbf40000-0xfbf43fff 64bit]
[ 5.845500] pci 0000:c0:04.4: [8086:3c24] type 00 class 0x088000
[ 5.852224] pci 0000:c0:04.4: reg 0x10: [mem 0xfbf30000-0xfbf33fff 64bit]
[ 5.859927] pci 0000:c0:04.5: [8086:3c25] type 00 class 0x088000
[ 5.866651] pci 0000:c0:04.5: reg 0x10: [mem 0xfbf20000-0xfbf23fff 64bit]
[ 5.874358] pci 0000:c0:04.6: [8086:3c26] type 00 class 0x088000
[ 5.881084] pci 0000:c0:04.6: reg 0x10: [mem 0xfbf10000-0xfbf13fff 64bit]
[ 5.888790] pci 0000:c0:04.7: [8086:3c27] type 00 class 0x088000
[ 5.895513] pci 0000:c0:04.7: reg 0x10: [mem 0xfbf00000-0xfbf03fff 64bit]
[ 5.903206] pci 0000:c0:05.0: [8086:3c28] type 00 class 0x088000
[ 5.910030] pci 0000:c0:05.2: [8086:3c2a] type 00 class 0x088000
[ 5.916854] pci 0000:c0:05.4: [8086:3c2c] type 00 class 0x080020
[ 5.923574] pci 0000:c0:05.4: reg 0x10: [mem 0xf8000000-0xf8000fff]
[ 5.930680] pci 0000:c0:05.6: [8086:3c40] type 00 class 0x110100
[ 5.937483] pci 0000:c0:06.0: [8086:3c60] type 00 class 0x088000
[ 5.944305] pci 0000:c0:06.1: [8086:3c61] type 00 class 0x060000
[ 5.951117] pci 0000:c0:06.2: [8086:3c62] type 00 class 0x060000
[ 5.957936] pci 0000:c0:06.3: [8086:3c63] type 00 class 0x060000
[ 5.964752] pci 0000:c0:06.4: [8086:3c64] type 00 class 0x060000
[ 5.971569] pci 0000:c0:06.5: [8086:3c65] type 00 class 0x060000
[ 5.978384] pci 0000:c0:06.6: [8086:3c66] type 00 class 0x060000
[ 5.985186] pci 0000:c0:06.7: [8086:3c67] type 00 class 0x060000
[ 5.992003] pci 0000:c0:07.0: [8086:3c68] type 00 class 0x060000
[ 5.998816] pci 0000:c0:07.1: [8086:3c69] type 00 class 0x060000
[ 6.005622] pci 0000:c0:07.2: [8086:3c6a] type 00 class 0x060000
[ 6.012435] pci 0000:c0:07.3: [8086:3c6b] type 00 class 0x060000
[ 6.019254] pci 0000:c0:07.4: [8086:3c6c] type 00 class 0x060000
[ 6.026176] acpiphp: Slot [2-2] registered
[ 6.030771] pci 0000:c0:02.0: PCI bridge to [bus c1]
[ 6.036413] acpiphp: Slot [2-3] registered
[ 6.041017] pci 0000:c0:03.0: PCI bridge to [bus c2]
[ 6.046579] pci_bus 0000:c0: on NUMA node 3
[ 6.051253] acpi PNP0A08:03: Disabling ASPM (FADT indicates it is unsupported)
[ 6.067400] ACPI: PCI Root Bridge [UCR0] (domain 0000 [bus 3f])
[ 6.074017] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 6.083182] acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug PME AER]
[ 6.091666] acpi PNP0A03:00: _OSC: OS now controls [PCIeCapability]
[ 6.098722] PCI host bridge to bus 0000:3f
[ 6.103295] pci_bus 0000:3f: root bus resource [bus 3f]
[ 6.109133] pci 0000:3f:08.0: [8086:3c80] type 00 class 0x088000
[ 6.115908] pci 0000:3f:08.2: [8086:3c41] type 00 class 0x110100
[ 6.122671] pci 0000:3f:08.3: [8086:3c83] type 00 class 0x088000
[ 6.129450] pci 0000:3f:08.4: [8086:3c84] type 00 class 0x088000
[ 6.136230] pci 0000:3f:08.5: [8086:3c85] type 00 class 0x088000
[ 6.143008] pci 0000:3f:08.6: [8086:3c86] type 00 class 0x088000
[ 6.149777] pci 0000:3f:08.7: [8086:3c87] type 00 class 0x088000
[ 6.156552] pci 0000:3f:09.0: [8086:3c90] type 00 class 0x088000
[ 6.163304] pci 0000:3f:09.2: [8086:3c42] type 00 class 0x110100
[ 6.170080] pci 0000:3f:09.3: [8086:3c93] type 00 class 0x088000
[ 6.176867] pci 0000:3f:09.4: [8086:3c94] type 00 class 0x088000
[ 6.183656] pci 0000:3f:09.5: [8086:3c95] type 00 class 0x088000
[ 6.190423] pci 0000:3f:09.6: [8086:3c96] type 00 class 0x088000
[ 6.197183] pci 0000:3f:0a.0: [8086:3cc0] type 00 class 0x088000
[ 6.203945] pci 0000:3f:0a.1: [8086:3cc1] type 00 class 0x088000
[ 6.210713] pci 0000:3f:0a.2: [8086:3cc2] type 00 class 0x088000
[ 6.217462] pci 0000:3f:0a.3: [8086:3cd0] type 00 class 0x088000
[ 6.224206] pci 0000:3f:0a.4: [8086:3cc4] type 00 class 0x088000
[ 6.230960] pci 0000:3f:0a.5: [8086:3cc5] type 00 class 0x088000
[ 6.237707] pci 0000:3f:0a.6: [8086:3cc6] type 00 class 0x088000
[ 6.244469] pci 0000:3f:0a.7: [8086:3cc7] type 00 class 0x088000
[ 6.251222] pci 0000:3f:0b.0: [8086:3ce0] type 00 class 0x088000
[ 6.257986] pci 0000:3f:0b.2: [8086:3ce2] type 00 class 0x088000
[ 6.264747] pci 0000:3f:0b.3: [8086:3ce3] type 00 class 0x088000
[ 6.271492] pci 0000:3f:0c.0: [8086:3ce8] type 00 class 0x088000
[ 6.278234] pci 0000:3f:0c.1: [8086:3ce8] type 00 class 0x088000
[ 6.285004] pci 0000:3f:0c.2: [8086:3ce8] type 00 class 0x088000
[ 6.291774] pci 0000:3f:0c.3: [8086:3ce8] type 00 class 0x088000
[ 6.298532] pci 0000:3f:0c.6: [8086:3cf4] type 00 class 0x088000
[ 6.305301] pci 0000:3f:0c.7: [8086:3cf6] type 00 class 0x088000
[ 6.312068] pci 0000:3f:0d.0: [8086:3ce8] type 00 class 0x088000
[ 6.318819] pci 0000:3f:0d.1: [8086:3ce8] type 00 class 0x088000
[ 6.325567] pci 0000:3f:0d.2: [8086:3ce8] type 00 class 0x088000
[ 6.332325] pci 0000:3f:0d.3: [8086:3ce8] type 00 class 0x088000
[ 6.339091] pci 0000:3f:0d.6: [8086:3cf5] type 00 class 0x088000
[ 6.345851] pci 0000:3f:0e.0: [8086:3ca0] type 00 class 0x088000
[ 6.352610] pci 0000:3f:0e.1: [8086:3c46] type 00 class 0x110100
[ 6.359366] pci 0000:3f:0e.2: [8086:3c70] type 00 class 0x088000
[ 6.366138] pci 0000:3f:0f.0: [8086:3ca8] type 00 class 0x088000
[ 6.372915] pci 0000:3f:0f.1: [8086:3c71] type 00 class 0x088000
[ 6.379693] pci 0000:3f:0f.2: [8086:3caa] type 00 class 0x088000
[ 6.386460] pci 0000:3f:0f.3: [8086:3cab] type 00 class 0x088000
[ 6.393233] pci 0000:3f:0f.4: [8086:3cac] type 00 class 0x088000
[ 6.400008] pci 0000:3f:0f.5: [8086:3cad] type 00 class 0x088000
[ 6.406787] pci 0000:3f:0f.6: [8086:3cae] type 00 class 0x088000
[ 6.413546] pci 0000:3f:0f.7: [8086:3caf] type 00 class 0x088000
[ 6.420309] pci 0000:3f:10.0: [8086:3cb0] type 00 class 0x088000
[ 6.427081] pci 0000:3f:10.1: [8086:3cb1] type 00 class 0x088000
[ 6.433901] pci 0000:3f:10.2: [8086:3cb2] type 00 class 0x088000
[ 6.440694] pci 0000:3f:10.3: [8086:3cb3] type 00 class 0x088000
[ 6.447476] pci 0000:3f:10.4: [8086:3cb4] type 00 class 0x088000
[ 6.454258] pci 0000:3f:10.5: [8086:3cb5] type 00 class 0x088000
[ 6.461035] pci 0000:3f:10.6: [8086:3cb6] type 00 class 0x088000
[ 6.467834] pci 0000:3f:10.7: [8086:3cb7] type 00 class 0x088000
[ 6.474611] pci 0000:3f:11.0: [8086:3cb8] type 00 class 0x088000
[ 6.481363] pci 0000:3f:11.1: [8086:3cb9] type 00 class 0x088000
[ 6.488116] pci 0000:3f:11.2: [8086:3cba] type 00 class 0x088000
[ 6.494890] pci 0000:3f:11.3: [8086:3cbb] type 00 class 0x088000
[ 6.501653] pci 0000:3f:11.4: [8086:3cbc] type 00 class 0x088000
[ 6.508420] pci 0000:3f:11.5: [8086:3cbd] type 00 class 0x088000
[ 6.515182] pci 0000:3f:11.6: [8086:3cbe] type 00 class 0x088000
[ 6.521957] pci 0000:3f:11.7: [8086:3cbf] type 00 class 0x088000
[ 6.528744] pci 0000:3f:13.0: [8086:3ce4] type 00 class 0x088000
[ 6.535518] pci 0000:3f:13.1: [8086:3c43] type 00 class 0x110100
[ 6.542290] pci 0000:3f:13.4: [8086:3ce6] type 00 class 0x110100
[ 6.549038] pci 0000:3f:13.5: [8086:3c44] type 00 class 0x110100
[ 6.555806] pci 0000:3f:13.6: [8086:3c45] type 00 class 0x088000
[ 6.562591] acpi PNP0A03:00: Disabling ASPM (FADT indicates it is unsupported)
[ 6.570702] ACPI: PCI Root Bridge [UCR1] (domain 0000 [bus 7f])
[ 6.577307] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 6.586464] acpi PNP0A03:01: _OSC: platform does not support [PCIeHotplug PME AER]
[ 6.594956] acpi PNP0A03:01: _OSC: OS now controls [PCIeCapability]
[ 6.602014] PCI host bridge to bus 0000:7f
[ 6.606593] pci_bus 0000:7f: root bus resource [bus 7f]
[ 6.612437] pci 0000:7f:08.0: [8086:3c80] type 00 class 0x088000
[ 6.619220] pci 0000:7f:08.2: [8086:3c41] type 00 class 0x110100
[ 6.626001] pci 0000:7f:08.3: [8086:3c83] type 00 class 0x088000
[ 6.632803] pci 0000:7f:08.4: [8086:3c84] type 00 class 0x088000
[ 6.639601] pci 0000:7f:08.5: [8086:3c85] type 00 class 0x088000
[ 6.646373] pci 0000:7f:08.6: [8086:3c86] type 00 class 0x088000
[ 6.653140] pci 0000:7f:08.7: [8086:3c87] type 00 class 0x088000
[ 6.659931] pci 0000:7f:09.0: [8086:3c90] type 00 class 0x088000
[ 6.666712] pci 0000:7f:09.2: [8086:3c42] type 00 class 0x110100
[ 6.673489] pci 0000:7f:09.3: [8086:3c93] type 00 class 0x088000
[ 6.680276] pci 0000:7f:09.4: [8086:3c94] type 00 class 0x088000
[ 6.687057] pci 0000:7f:09.5: [8086:3c95] type 00 class 0x088000
[ 6.693851] pci 0000:7f:09.6: [8086:3c96] type 00 class 0x088000
[ 6.700617] pci 0000:7f:0a.0: [8086:3cc0] type 00 class 0x088000
[ 6.707366] pci 0000:7f:0a.1: [8086:3cc1] type 00 class 0x088000
[ 6.714131] pci 0000:7f:0a.2: [8086:3cc2] type 00 class 0x088000
[ 6.720903] pci 0000:7f:0a.3: [8086:3cd0] type 00 class 0x088000
[ 6.727675] pci 0000:7f:0a.4: [8086:3cc4] type 00 class 0x088000
[ 6.734440] pci 0000:7f:0a.5: [8086:3cc5] type 00 class 0x088000
[ 6.741211] pci 0000:7f:0a.6: [8086:3cc6] type 00 class 0x088000
[ 6.747993] pci 0000:7f:0a.7: [8086:3cc7] type 00 class 0x088000
[ 6.754761] pci 0000:7f:0b.0: [8086:3ce0] type 00 class 0x088000
[ 6.761526] pci 0000:7f:0b.2: [8086:3ce2] type 00 class 0x088000
[ 6.768299] pci 0000:7f:0b.3: [8086:3ce3] type 00 class 0x088000
[ 6.775052] pci 0000:7f:0c.0: [8086:3ce8] type 00 class 0x088000
[ 6.781808] pci 0000:7f:0c.1: [8086:3ce8] type 00 class 0x088000
[ 6.788574] pci 0000:7f:0c.2: [8086:3ce8] type 00 class 0x088000
[ 6.795348] pci 0000:7f:0c.3: [8086:3ce8] type 00 class 0x088000
[ 6.802124] pci 0000:7f:0c.6: [8086:3cf4] type 00 class 0x088000
[ 6.808891] pci 0000:7f:0c.7: [8086:3cf6] type 00 class 0x088000
[ 6.815648] pci 0000:7f:0d.0: [8086:3ce8] type 00 class 0x088000
[ 6.822415] pci 0000:7f:0d.1: [8086:3ce8] type 00 class 0x088000
[ 6.829176] pci 0000:7f:0d.2: [8086:3ce8] type 00 class 0x088000
[ 6.835952] pci 0000:7f:0d.3: [8086:3ce8] type 00 class 0x088000
[ 6.842717] pci 0000:7f:0d.6: [8086:3cf5] type 00 class 0x088000
[ 6.849491] pci 0000:7f:0e.0: [8086:3ca0] type 00 class 0x088000
[ 6.856269] pci 0000:7f:0e.1: [8086:3c46] type 00 class 0x110100
[ 6.863043] pci 0000:7f:0e.2: [8086:3c70] type 00 class 0x088000
[ 6.869827] pci 0000:7f:0f.0: [8086:3ca8] type 00 class 0x088000
[ 6.876608] pci 0000:7f:0f.1: [8086:3c71] type 00 class 0x088000
[ 6.883376] pci 0000:7f:0f.2: [8086:3caa] type 00 class 0x088000
[ 6.890155] pci 0000:7f:0f.3: [8086:3cab] type 00 class 0x088000
[ 6.896943] pci 0000:7f:0f.4: [8086:3cac] type 00 class 0x088000
[ 6.903730] pci 0000:7f:0f.5: [8086:3cad] type 00 class 0x088000
[ 6.910523] pci 0000:7f:0f.6: [8086:3cae] type 00 class 0x088000
[ 6.917295] pci 0000:7f:0f.7: [8086:3caf] type 00 class 0x088000
[ 6.924055] pci 0000:7f:10.0: [8086:3cb0] type 00 class 0x088000
[ 6.930852] pci 0000:7f:10.1: [8086:3cb1] type 00 class 0x088000
[ 6.937645] pci 0000:7f:10.2: [8086:3cb2] type 00 class 0x088000
[ 6.944423] pci 0000:7f:10.3: [8086:3cb3] type 00 class 0x088000
[ 6.951199] pci 0000:7f:10.4: [8086:3cb4] type 00 class 0x088000
[ 6.957992] pci 0000:7f:10.5: [8086:3cb5] type 00 class 0x088000
[ 6.964772] pci 0000:7f:10.6: [8086:3cb6] type 00 class 0x088000
[ 6.971545] pci 0000:7f:10.7: [8086:3cb7] type 00 class 0x088000
[ 6.978330] pci 0000:7f:11.0: [8086:3cb8] type 00 class 0x088000
[ 6.985095] pci 0000:7f:11.1: [8086:3cb9] type 00 class 0x088000
[ 6.991867] pci 0000:7f:11.2: [8086:3cba] type 00 class 0x088000
[ 6.998616] pci 0000:7f:11.3: [8086:3cbb] type 00 class 0x088000
[ 7.005376] pci 0000:7f:11.4: [8086:3cbc] type 00 class 0x088000
[ 7.012134] pci 0000:7f:11.5: [8086:3cbd] type 00 class 0x088000
[ 7.018904] pci 0000:7f:11.6: [8086:3cbe] type 00 class 0x088000
[ 7.025675] pci 0000:7f:11.7: [8086:3cbf] type 00 class 0x088000
[ 7.032438] pci 0000:7f:13.0: [8086:3ce4] type 00 class 0x088000
[ 7.039210] pci 0000:7f:13.1: [8086:3c43] type 00 class 0x110100
[ 7.045969] pci 0000:7f:13.4: [8086:3ce6] type 00 class 0x110100
[ 7.052733] pci 0000:7f:13.5: [8086:3c44] type 00 class 0x110100
[ 7.059495] pci 0000:7f:13.6: [8086:3c45] type 00 class 0x088000
[ 7.066266] acpi PNP0A03:01: Disabling ASPM (FADT indicates it is unsupported)
[ 7.074382] ACPI: PCI Root Bridge [UCR2] (domain 0000 [bus bf])
[ 7.080996] acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 7.090153] acpi PNP0A03:02: _OSC: platform does not support [PCIeHotplug PME AER]
[ 7.098630] acpi PNP0A03:02: _OSC: OS now controls [PCIeCapability]
[ 7.105678] PCI host bridge to bus 0000:bf
[ 7.110257] pci_bus 0000:bf: root bus resource [bus bf]
[ 7.116094] pci 0000:bf:08.0: [8086:3c80] type 00 class 0x088000
[ 7.122869] pci 0000:bf:08.2: [8086:3c41] type 00 class 0x110100
[ 7.129649] pci 0000:bf:08.3: [8086:3c83] type 00 class 0x088000
[ 7.136437] pci 0000:bf:08.4: [8086:3c84] type 00 class 0x088000
[ 7.143212] pci 0000:bf:08.5: [8086:3c85] type 00 class 0x088000
[ 7.149984] pci 0000:bf:08.6: [8086:3c86] type 00 class 0x088000
[ 7.156783] pci 0000:bf:08.7: [8086:3c87] type 00 class 0x088000
[ 7.163544] pci 0000:bf:09.0: [8086:3c90] type 00 class 0x088000
[ 7.170316] pci 0000:bf:09.2: [8086:3c42] type 00 class 0x110100
[ 7.177080] pci 0000:bf:09.3: [8086:3c93] type 00 class 0x088000
[ 7.183852] pci 0000:bf:09.4: [8086:3c94] type 00 class 0x088000
[ 7.190628] pci 0000:bf:09.5: [8086:3c95] type 00 class 0x088000
[ 7.197394] pci 0000:bf:09.6: [8086:3c96] type 00 class 0x088000
[ 7.204167] pci 0000:bf:0a.0: [8086:3cc0] type 00 class 0x088000
[ 7.210939] pci 0000:bf:0a.1: [8086:3cc1] type 00 class 0x088000
[ 7.217706] pci 0000:bf:0a.2: [8086:3cc2] type 00 class 0x088000
[ 7.224469] pci 0000:bf:0a.3: [8086:3cd0] type 00 class 0x088000
[ 7.231242] pci 0000:bf:0a.4: [8086:3cc4] type 00 class 0x088000
[ 7.237995] pci 0000:bf:0a.5: [8086:3cc5] type 00 class 0x088000
[ 7.244751] pci 0000:bf:0a.6: [8086:3cc6] type 00 class 0x088000
[ 7.251527] pci 0000:bf:0a.7: [8086:3cc7] type 00 class 0x088000
[ 7.258287] pci 0000:bf:0b.0: [8086:3ce0] type 00 class 0x088000
[ 7.265037] pci 0000:bf:0b.2: [8086:3ce2] type 00 class 0x088000
[ 7.271796] pci 0000:bf:0b.3: [8086:3ce3] type 00 class 0x088000
[ 7.278550] pci 0000:bf:0c.0: [8086:3ce8] type 00 class 0x088000
[ 7.285315] pci 0000:bf:0c.1: [8086:3ce8] type 00 class 0x088000
[ 7.292068] pci 0000:bf:0c.2: [8086:3ce8] type 00 class 0x088000
[ 7.298839] pci 0000:bf:0c.3: [8086:3ce8] type 00 class 0x088000
[ 7.305599] pci 0000:bf:0c.6: [8086:3cf4] type 00 class 0x088000
[ 7.312351] pci 0000:bf:0c.7: [8086:3cf6] type 00 class 0x088000
[ 7.319113] pci 0000:bf:0d.0: [8086:3ce8] type 00 class 0x088000
[ 7.325872] pci 0000:bf:0d.1: [8086:3ce8] type 00 class 0x088000
[ 7.332634] pci 0000:bf:0d.2: [8086:3ce8] type 00 class 0x088000
[ 7.339399] pci 0000:bf:0d.3: [8086:3ce8] type 00 class 0x088000
[ 7.346176] pci 0000:bf:0d.6: [8086:3cf5] type 00 class 0x088000
[ 7.352945] pci 0000:bf:0e.0: [8086:3ca0] type 00 class 0x088000
[ 7.359715] pci 0000:bf:0e.1: [8086:3c46] type 00 class 0x110100
[ 7.366478] pci 0000:bf:0e.2: [8086:3c70] type 00 class 0x088000
[ 7.373252] pci 0000:bf:0f.0: [8086:3ca8] type 00 class 0x088000
[ 7.380030] pci 0000:bf:0f.1: [8086:3c71] type 00 class 0x088000
[ 7.386826] pci 0000:bf:0f.2: [8086:3caa] type 00 class 0x088000
[ 7.393597] pci 0000:bf:0f.3: [8086:3cab] type 00 class 0x088000
[ 7.400382] pci 0000:bf:0f.4: [8086:3cac] type 00 class 0x088000
[ 7.407159] pci 0000:bf:0f.5: [8086:3cad] type 00 class 0x088000
[ 7.413928] pci 0000:bf:0f.6: [8086:3cae] type 00 class 0x088000
[ 7.420695] pci 0000:bf:0f.7: [8086:3caf] type 00 class 0x088000
[ 7.427467] pci 0000:bf:10.0: [8086:3cb0] type 00 class 0x088000
[ 7.434247] pci 0000:bf:10.1: [8086:3cb1] type 00 class 0x088000
[ 7.441026] pci 0000:bf:10.2: [8086:3cb2] type 00 class 0x088000
[ 7.447801] pci 0000:bf:10.3: [8086:3cb3] type 00 class 0x088000
[ 7.454566] pci 0000:bf:10.4: [8086:3cb4] type 00 class 0x088000
[ 7.461350] pci 0000:bf:10.5: [8086:3cb5] type 00 class 0x088000
[ 7.468141] pci 0000:bf:10.6: [8086:3cb6] type 00 class 0x088000
[ 7.474917] pci 0000:bf:10.7: [8086:3cb7] type 00 class 0x088000
[ 7.481687] pci 0000:bf:11.0: [8086:3cb8] type 00 class 0x088000
[ 7.488454] pci 0000:bf:11.1: [8086:3cb9] type 00 class 0x088000
[ 7.495220] pci 0000:bf:11.2: [8086:3cba] type 00 class 0x088000
[ 7.501978] pci 0000:bf:11.3: [8086:3cbb] type 00 class 0x088000
[ 7.508740] pci 0000:bf:11.4: [8086:3cbc] type 00 class 0x088000
[ 7.515498] pci 0000:bf:11.5: [8086:3cbd] type 00 class 0x088000
[ 7.522254] pci 0000:bf:11.6: [8086:3cbe] type 00 class 0x088000
[ 7.529021] pci 0000:bf:11.7: [8086:3cbf] type 00 class 0x088000
[ 7.535789] pci 0000:bf:13.0: [8086:3ce4] type 00 class 0x088000
[ 7.542562] pci 0000:bf:13.1: [8086:3c43] type 00 class 0x110100
[ 7.549336] pci 0000:bf:13.4: [8086:3ce6] type 00 class 0x110100
[ 7.556095] pci 0000:bf:13.5: [8086:3c44] type 00 class 0x110100
[ 7.562858] pci 0000:bf:13.6: [8086:3c45] type 00 class 0x088000
[ 7.569630] acpi PNP0A03:02: Disabling ASPM (FADT indicates it is unsupported)
[ 7.577742] ACPI: PCI Root Bridge [UCR3] (domain 0000 [bus ff])
[ 7.584356] acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 7.593516] acpi PNP0A03:03: _OSC: platform does not support [PCIeHotplug PME AER]
[ 7.601993] acpi PNP0A03:03: _OSC: OS now controls [PCIeCapability]
[ 7.609048] PCI host bridge to bus 0000:ff
[ 7.613628] pci_bus 0000:ff: root bus resource [bus ff]
[ 7.619464] pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000
[ 7.626234] pci 0000:ff:08.2: [8086:3c41] type 00 class 0x110100
[ 7.633011] pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000
[ 7.639792] pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000
[ 7.646569] pci 0000:ff:08.5: [8086:3c85] type 00 class 0x088000
[ 7.653353] pci 0000:ff:08.6: [8086:3c86] type 00 class 0x088000
[ 7.660118] pci 0000:ff:08.7: [8086:3c87] type 00 class 0x088000
[ 7.666885] pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000
[ 7.673635] pci 0000:ff:09.2: [8086:3c42] type 00 class 0x110100
[ 7.680428] pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000
[ 7.687193] pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000
[ 7.693978] pci 0000:ff:09.5: [8086:3c95] type 00 class 0x088000
[ 7.700761] pci 0000:ff:09.6: [8086:3c96] type 00 class 0x088000
[ 7.707538] pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000
[ 7.714304] pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000
[ 7.721066] pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000
[ 7.727818] pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000
[ 7.734572] pci 0000:ff:0a.4: [8086:3cc4] type 00 class 0x088000
[ 7.741339] pci 0000:ff:0a.5: [8086:3cc5] type 00 class 0x088000
[ 7.748089] pci 0000:ff:0a.6: [8086:3cc6] type 00 class 0x088000
[ 7.754854] pci 0000:ff:0a.7: [8086:3cc7] type 00 class 0x088000
[ 7.761616] pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000
[ 7.768368] pci 0000:ff:0b.2: [8086:3ce2] type 00 class 0x088000
[ 7.775111] pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000
[ 7.781864] pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000
[ 7.788627] pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000
[ 7.795386] pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000
[ 7.802135] pci 0000:ff:0c.3: [8086:3ce8] type 00 class 0x088000
[ 7.808896] pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000
[ 7.815648] pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000
[ 7.822423] pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000
[ 7.829182] pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000
[ 7.835947] pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000
[ 7.842708] pci 0000:ff:0d.3: [8086:3ce8] type 00 class 0x088000
[ 7.849475] pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000
[ 7.856244] pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000
[ 7.863017] pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100
[ 7.869790] pci 0000:ff:0e.2: [8086:3c70] type 00 class 0x088000
[ 7.876561] pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000
[ 7.883336] pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000
[ 7.890100] pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000
[ 7.896870] pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000
[ 7.903653] pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000
[ 7.910447] pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000
[ 7.917248] pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000
[ 7.924025] pci 0000:ff:0f.7: [8086:3caf] type 00 class 0x088000
[ 7.930797] pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000
[ 7.937571] pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000
[ 7.944360] pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000
[ 7.951134] pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000
[ 7.957915] pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000
[ 7.964701] pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000
[ 7.971485] pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000
[ 7.978281] pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000
[ 7.985061] pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000
[ 7.991813] pci 0000:ff:11.1: [8086:3cb9] type 00 class 0x088000
[ 7.998587] pci 0000:ff:11.2: [8086:3cba] type 00 class 0x088000
[ 8.005366] pci 0000:ff:11.3: [8086:3cbb] type 00 class 0x088000
[ 8.012130] pci 0000:ff:11.4: [8086:3cbc] type 00 class 0x088000
[ 8.018911] pci 0000:ff:11.5: [8086:3cbd] type 00 class 0x088000
[ 8.025666] pci 0000:ff:11.6: [8086:3cbe] type 00 class 0x088000
[ 8.032445] pci 0000:ff:11.7: [8086:3cbf] type 00 class 0x088000
[ 8.039230] pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000
[ 8.045985] pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100
[ 8.052732] pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100
[ 8.059502] pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100
[ 8.066274] pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000
[ 8.073048] acpi PNP0A03:03: Disabling ASPM (FADT indicates it is unsupported)
[ 8.081247] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 8.086888] vgaarb: setting as boot device: PCI:0000:09:00.0
[ 8.093224] vgaarb: device added: PCI:0000:09:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 8.102510] vgaarb: loaded
[ 8.105545] vgaarb: bridge control possible 0000:09:00.0
[ 8.111770] SCSI subsystem initialized
[ 8.116008] ACPI: bus type USB registered
[ 8.120565] usbcore: registered new interface driver usbfs
[ 8.126715] usbcore: registered new interface driver hub
[ 8.132726] usbcore: registered new device driver usb
[ 8.138429] pps_core: LinuxPPS API ver. 1 registered
[ 8.143966] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 8.154181] PTP clock support registered
[ 8.159081] PCI: Using ACPI for IRQ routing
[ 8.167267] PCI: pci_cache_line_size set to 64 bytes
[ 8.173519] e820: reserve RAM buffer [mem 0x0008f400-0x0008ffff]
[ 8.180231] e820: reserve RAM buffer [mem 0xbb3c7000-0xbbffffff]
[ 8.186933] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[ 8.193925] NetLabel: Initializing
[ 8.197734] NetLabel: domain hash size = 128
[ 8.202600] NetLabel: protocols = UNLABELED CIPSOv4
[ 8.208156] NetLabel: unlabeled traffic allowed by default
[ 8.214555] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 8.221561] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 8.230407] Switched to clocksource hpet
[ 8.255517] pnp: PnP ACPI init
[ 8.259860] system 00:00: [io 0x0680-0x069f] has been reserved
[ 8.266468] system 00:00: [io 0xffff] has been reserved
[ 8.272409] system 00:00: [io 0xffff] has been reserved
[ 8.278345] system 00:00: [io 0xffff] has been reserved
[ 8.284274] system 00:00: [io 0x0400-0x0453] could not be reserved
[ 8.291264] system 00:00: [io 0x0458-0x047f] has been reserved
[ 8.297878] system 00:00: [io 0x0500-0x057f] has been reserved
[ 8.304495] system 00:00: [io 0x0600-0x061f] has been reserved
[ 8.311115] system 00:00: [io 0x0ca2-0x0ca5] has been reserved
[ 8.317735] system 00:00: [io 0x0cf9] could not be reserved
[ 8.324068] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 8.331728] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:0)
[ 8.340626] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 8.348256] system 00:02: [io 0x0454-0x0457] has been reserved
[ 8.354866] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 8.363614] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:0)
[ 8.372481] pnp 00:03: [dma 0 disabled]
[ 8.376894] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 8.384446] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:0)
[ 8.393319] pnp 00:04: [dma 0 disabled]
[ 8.397689] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 8.405781] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 8.413175] system 00:05: [mem 0xdffff000-0xdfffffff] has been reserved
[ 8.420562] system 00:05: [mem 0xc0000000-0xcfffffff] has been reserved
[ 8.427949] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 8.435336] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 8.442730] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[ 8.450512] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 8.458286] system 00:05: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 8.466067] system 00:05: [mem 0xd0f70000-0xd0f70fff] has been reserved
[ 8.473454] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 8.481954] system 00:06: [mem 0x00000000-0x0009cfff] could not be reserved
[ 8.489736] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 8.497840] pnp: PnP ACPI: found 7 devices
[ 8.509130] pci 0000:02:08.0: PCI bridge to [bus 03]
[ 8.514699] pci 0000:02:08.0: bridge window [io 0x2000-0x2fff]
[ 8.521521] pci 0000:02:08.0: bridge window [mem 0xd0d00000-0xd0dfffff]
[ 8.529108] pci 0000:02:08.0: bridge window [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 8.537765] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[ 8.543602] pci 0000:01:00.0: bridge window [io 0x2000-0x2fff]
[ 8.550407] pci 0000:01:00.0: bridge window [mem 0xd0d00000-0xd0dfffff]
[ 8.557988] pci 0000:01:00.0: bridge window [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 8.566644] pci 0000:00:01.0: PCI bridge to [bus 01-03]
[ 8.572478] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 8.579281] pci 0000:00:01.0: bridge window [mem 0xd0d00000-0xd0efffff]
[ 8.586860] pci 0000:00:01.0: bridge window [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 8.595515] pci 0000:00:02.0: PCI bridge to [bus 04]
[ 8.601070] pci 0000:00:03.0: PCI bridge to [bus 05]
[ 8.606633] pci 0000:00:03.2: PCI bridge to [bus 06-07]
[ 8.612464] pci 0000:00:03.2: bridge window [io 0x1000-0x1fff]
[ 8.619272] pci 0000:00:03.2: bridge window [mem 0xd0900000-0xd0cfffff]
[ 8.626850] pci 0000:00:03.2: bridge window [mem 0xdd400000-0xdd8fffff 64bit pref]
[ 8.635521] pci 0000:00:1c.0: PCI bridge to [bus 08]
[ 8.641084] pci 0000:00:1c.7: PCI bridge to [bus 09]
[ 8.646633] pci 0000:00:1c.7: bridge window [mem 0xd0000000-0xd08fffff]
[ 8.654218] pci 0000:00:1c.7: bridge window [mem 0xde000000-0xdeffffff 64bit pref]
[ 8.662880] pci 0000:00:1e.0: PCI bridge to [bus 0a]
[ 8.668444] pci_bus 0000:00: resource 4 [io 0x0000-0x5fff]
[ 8.674669] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 8.681665] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000c3fff]
[ 8.688660] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c7fff]
[ 8.695656] pci_bus 0000:00: resource 8 [mem 0x000c8000-0x000cbfff]
[ 8.702657] pci_bus 0000:00: resource 9 [mem 0x000cc000-0x000cffff]
[ 8.709659] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff]
[ 8.716742] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff]
[ 8.723841] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff]
[ 8.730939] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff]
[ 8.738030] pci_bus 0000:00: resource 14 [mem 0x000e4000-0x000e7fff]
[ 8.745121] pci_bus 0000:00: resource 15 [mem 0x000e8000-0x000ebfff]
[ 8.752213] pci_bus 0000:00: resource 16 [mem 0x000ec000-0x000effff]
[ 8.759308] pci_bus 0000:00: resource 17 [mem 0x000f0000-0x000fffff]
[ 8.766407] pci_bus 0000:00: resource 18 [mem 0xd0000000-0xdfffffff]
[ 8.773499] pci_bus 0000:00: resource 19 [mem 0x3c0000000000-0x3c007fffffff]
[ 8.781378] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 8.787607] pci_bus 0000:01: resource 1 [mem 0xd0d00000-0xd0efffff]
[ 8.794609] pci_bus 0000:01: resource 2 [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 8.802678] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 8.808895] pci_bus 0000:02: resource 1 [mem 0xd0d00000-0xd0dfffff]
[ 8.815897] pci_bus 0000:02: resource 2 [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 8.823966] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 8.830184] pci_bus 0000:03: resource 1 [mem 0xd0d00000-0xd0dfffff]
[ 8.837180] pci_bus 0000:03: resource 2 [mem 0xdc800000-0xdd1fffff 64bit pref]
[ 8.845242] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
[ 8.851467] pci_bus 0000:06: resource 1 [mem 0xd0900000-0xd0cfffff]
[ 8.858462] pci_bus 0000:06: resource 2 [mem 0xdd400000-0xdd8fffff 64bit pref]
[ 8.866526] pci_bus 0000:09: resource 1 [mem 0xd0000000-0xd08fffff]
[ 8.873521] pci_bus 0000:09: resource 2 [mem 0xde000000-0xdeffffff 64bit pref]
[ 8.881588] pci_bus 0000:0a: resource 4 [io 0x0000-0x5fff]
[ 8.887807] pci_bus 0000:0a: resource 5 [mem 0x000a0000-0x000bffff]
[ 8.894803] pci_bus 0000:0a: resource 6 [mem 0x000c0000-0x000c3fff]
[ 8.901799] pci_bus 0000:0a: resource 7 [mem 0x000c4000-0x000c7fff]
[ 8.908795] pci_bus 0000:0a: resource 8 [mem 0x000c8000-0x000cbfff]
[ 8.915790] pci_bus 0000:0a: resource 9 [mem 0x000cc000-0x000cffff]
[ 8.922786] pci_bus 0000:0a: resource 10 [mem 0x000d4000-0x000d7fff]
[ 8.929878] pci_bus 0000:0a: resource 11 [mem 0x000d8000-0x000dbfff]
[ 8.936969] pci_bus 0000:0a: resource 12 [mem 0x000dc000-0x000dffff]
[ 8.944060] pci_bus 0000:0a: resource 13 [mem 0x000e0000-0x000e3fff]
[ 8.951152] pci_bus 0000:0a: resource 14 [mem 0x000e4000-0x000e7fff]
[ 8.958243] pci_bus 0000:0a: resource 15 [mem 0x000e8000-0x000ebfff]
[ 8.965342] pci_bus 0000:0a: resource 16 [mem 0x000ec000-0x000effff]
[ 8.972433] pci_bus 0000:0a: resource 17 [mem 0x000f0000-0x000fffff]
[ 8.979525] pci_bus 0000:0a: resource 18 [mem 0xd0000000-0xdfffffff]
[ 8.986616] pci_bus 0000:0a: resource 19 [mem 0x3c0000000000-0x3c007fffffff]
[ 8.994548] pci 0000:40:01.0: PCI bridge to [bus 41]
[ 9.000115] pci 0000:40:02.0: PCI bridge to [bus 42]
[ 9.005663] pci_bus 0000:40: resource 4 [io 0x03b0-0x03df]
[ 9.011881] pci_bus 0000:40: resource 5 [io 0x6000-0x7fff]
[ 9.018101] pci_bus 0000:40: resource 6 [mem 0x000a0000-0x000bffff]
[ 9.025112] pci_bus 0000:40: resource 7 [mem 0xe0000000-0xebffffff]
[ 9.032114] pci_bus 0000:40: resource 8 [mem 0x3c0080000000-0x3c00ffffffff]
[ 9.039926] pci 0000:80:02.0: PCI bridge to [bus 81]
[ 9.045501] pci 0000:80:03.0: PCI bridge to [bus 82]
[ 9.051062] pci_bus 0000:80: resource 4 [io 0x8000-0xbfff]
[ 9.057282] pci_bus 0000:80: resource 5 [mem 0xec000000-0xf7ffffff]
[ 9.064277] pci_bus 0000:80: resource 6 [mem 0x3c0100000000-0x3c017fffffff]
[ 9.072097] pci 0000:c0:02.0: PCI bridge to [bus c1]
[ 9.077670] pci 0000:c0:03.0: PCI bridge to [bus c2]
[ 9.083226] pci_bus 0000:c0: resource 4 [io 0xc000-0xffff]
[ 9.089446] pci_bus 0000:c0: resource 5 [mem 0xf8000000-0xfbffffff]
[ 9.096441] pci_bus 0000:c0: resource 6 [mem 0x3c0180000000-0x3c01ffffffff]
[ 9.104502] NET: Registered protocol family 2
[ 9.110407] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[ 9.120030] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 9.127817] TCP: Hash tables configured (established 524288 bind 65536)
[ 9.135274] TCP: reno registered
[ 9.139071] UDP hash table entries: 32768 (order: 8, 1048576 bytes)
[ 9.146440] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
[ 9.154669] NET: Registered protocol family 1
[ 9.159898] RPC: Registered named UNIX socket transport module.
[ 9.166569] RPC: Registered udp transport module.
[ 9.171857] RPC: Registered tcp transport module.
[ 9.177139] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.184730] IOAPIC[0]: Set routing entry (0-22 -> 0x41 -> IRQ 22 Mode:1 Active:1 Dest:0)
[ 9.194019] IOAPIC[0]: Set routing entry (0-20 -> 0x51 -> IRQ 20 Mode:1 Active:1 Dest:0)
[ 9.203180] pci 0000:09:00.0: Video device with shadowed ROM
[ 9.210022] PCI: CLS 64 bytes, default 64
[ 9.214636] Unpacking initramfs...
[ 11.490646] Freeing initrd memory: 121400K (ffff881036972000 - ffff88103e000000)
[ 11.498965] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 11.506181] software IO TLB [mem 0xb73c7000-0xbb3c7000] (64MB) mapped at [ffff8800b73c7000-ffff8800bb3c6fff]
[ 11.522378] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 11.539956] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[ 11.547940] Initialise system trusted keyring
[ 11.552868] audit: initializing netlink subsys (disabled)
[ 11.558988] audit: type=2000 audit(1411447544.157:1): initialized
[ 11.567043] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 11.575772] zpool: loaded
[ 11.578703] zbud: loaded
[ 11.581843] VFS: Disk quotas dquot_6.5.2
[ 11.586357] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 11.594712] SGI XFS with ACLs, security attributes, no debug enabled
[ 11.603026] 9p: Installing v9fs 9p2000 file system support
[ 11.609257] msgmni has been set to 32768
[ 11.613825] Key type big_key registered
[ 11.618116] SELinux: Registering netfilter hooks
[ 11.627481] NET: Registered protocol family 38
[ 11.632461] Key type asymmetric registered
[ 11.637043] Asymmetric key parser 'x509' registered
[ 11.642588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 11.651098] io scheduler noop registered
[ 11.655484] io scheduler deadline registered (default)
[ 11.661234] io scheduler cfq registered
[ 11.666418] IOAPIC[1]: Set routing entry (1-23 -> 0x61 -> IRQ 24 Mode:1 Active:1 Dest:0)
[ 11.675514] pcieport 0000:00:01.0: irq 25 for MSI/MSI-X
[ 11.681605] pcieport 0000:00:02.0: irq 26 for MSI/MSI-X
[ 11.687686] pcieport 0000:00:03.0: irq 27 for MSI/MSI-X
[ 11.693776] pcieport 0000:00:03.2: irq 28 for MSI/MSI-X
[ 11.699854] IOAPIC[0]: Set routing entry (0-16 -> 0xb1 -> IRQ 16 Mode:1 Active:1 Dest:0)
[ 11.708993] pcieport 0000:00:1c.0: irq 29 for MSI/MSI-X
[ 11.715049] IOAPIC[0]: Set routing entry (0-19 -> 0xd1 -> IRQ 19 Mode:1 Active:1 Dest:0)
[ 11.724151] pcieport 0000:00:1c.7: irq 30 for MSI/MSI-X
[ 11.730172] IOAPIC[1]: Set routing entry (1-2 -> 0x22 -> IRQ 31 Mode:1 Active:1 Dest:0)
[ 11.739548] IOAPIC[2]: Set routing entry (2-23 -> 0x42 -> IRQ 32 Mode:1 Active:1 Dest:0)
[ 11.748689] pcieport 0000:40:01.0: irq 33 for MSI/MSI-X
[ 11.754744] pcieport 0000:40:02.0: irq 34 for MSI/MSI-X
[ 11.761099] IOAPIC[3]: Set routing entry (3-23 -> 0x72 -> IRQ 35 Mode:1 Active:1 Dest:0)
[ 11.770281] pcieport 0000:80:02.0: irq 36 for MSI/MSI-X
[ 11.776390] pcieport 0000:80:03.0: irq 37 for MSI/MSI-X
[ 11.782748] IOAPIC[4]: Set routing entry (4-23 -> 0xa2 -> IRQ 38 Mode:1 Active:1 Dest:0)
[ 11.791922] pcieport 0000:c0:02.0: irq 39 for MSI/MSI-X
[ 11.798099] pcieport 0000:c0:03.0: irq 40 for MSI/MSI-X
[ 11.804176] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 11.811975] pcieport 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 11.819759] pcieport 0000:02:08.0: Signaling PME through PCIe PME interrupt
[ 11.827548] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 11.834857] pci 0000:03:00.3: Signaling PME through PCIe PME interrupt
[ 11.842165] pci 0000:03:00.4: Signaling PME through PCIe PME interrupt
[ 11.849473] pci 0000:03:00.5: Signaling PME through PCIe PME interrupt
[ 11.856782] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 11.864296] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 11.872076] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded
[ 11.879599] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[ 11.887380] pcie_pme 0000:00:03.0:pcie01: service driver pcie_pme loaded
[ 11.894887] pcieport 0000:00:03.2: Signaling PME through PCIe PME interrupt
[ 11.902666] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[ 11.909964] pci 0000:06:00.1: Signaling PME through PCIe PME interrupt
[ 11.917259] pcie_pme 0000:00:03.2:pcie01: service driver pcie_pme loaded
[ 11.924789] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 11.932586] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 11.940114] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[ 11.947898] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[ 11.955194] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
[ 11.962699] pcieport 0000:40:01.0: Signaling PME through PCIe PME interrupt
[ 11.970480] pcie_pme 0000:40:01.0:pcie01: service driver pcie_pme loaded
[ 11.977981] pcieport 0000:40:02.0: Signaling PME through PCIe PME interrupt
[ 11.985773] pcie_pme 0000:40:02.0:pcie01: service driver pcie_pme loaded
[ 11.993299] pcieport 0000:80:02.0: Signaling PME through PCIe PME interrupt
[ 12.001080] pcie_pme 0000:80:02.0:pcie01: service driver pcie_pme loaded
[ 12.008616] pcieport 0000:80:03.0: Signaling PME through PCIe PME interrupt
[ 12.016397] pcie_pme 0000:80:03.0:pcie01: service driver pcie_pme loaded
[ 12.023929] pcieport 0000:c0:02.0: Signaling PME through PCIe PME interrupt
[ 12.031710] pcie_pme 0000:c0:02.0:pcie01: service driver pcie_pme loaded
[ 12.039243] pcieport 0000:c0:03.0: Signaling PME through PCIe PME interrupt
[ 12.047026] pcie_pme 0000:c0:03.0:pcie01: service driver pcie_pme loaded
[ 12.054568] ioapic: probe of 0000:00:05.4 failed with error -22
[ 12.061230] ioapic: probe of 0000:40:05.4 failed with error -22
[ 12.067901] ioapic: probe of 0000:80:05.4 failed with error -22
[ 12.074647] ioapic: probe of 0000:c0:05.4 failed with error -22
[ 12.081453] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 12.087739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 12.095294] intel_idle: MWAIT substates: 0x21120
[ 12.100464] intel_idle: v0.4 model 0x2D
[ 12.104736] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 12.114084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 12.122369] ACPI: Power Button [PWRF]
[ 12.215996] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 12.224400] pstore: Registered erst as persistent store backend
[ 12.231345] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 12.240213] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 12.268271] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 12.297591] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 12.308235] Non-volatile memory driver v1.3
[ 12.312972] Linux agpgart interface v0.103
[ 12.319420] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[ 12.327884] rdac: device handler registered
[ 12.332919] hp_sw: device handler registered
[ 12.337731] emc: device handler registered
[ 12.342317] alua: device handler registered
[ 12.347124] libphy: Fixed MDIO Bus: probed
[ 12.352083] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 12.359957] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 12.366553] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[ 12.373070] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[ 12.379907] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.13-k
[ 12.387788] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 12.394187] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 3.19.1-k
[ 12.402852] ixgbe: Copyright (c) 1999-2014 Intel Corporation.
[ 12.409549] IOAPIC[1]: Set routing entry (1-16 -> 0x63 -> IRQ 41 Mode:1 Active:1 Dest:0)
[ 12.519441] tsc: Refined TSC clocksource calibration: 2693.509 MHz
[ 12.848605] ixgbe 0000:06:00.0: irq 42 for MSI/MSI-X
[ 12.854189] ixgbe 0000:06:00.0: irq 43 for MSI/MSI-X
[ 12.859764] ixgbe 0000:06:00.0: irq 44 for MSI/MSI-X
[ 12.865334] ixgbe 0000:06:00.0: irq 45 for MSI/MSI-X
[ 12.870909] ixgbe 0000:06:00.0: irq 46 for MSI/MSI-X
[ 12.876483] ixgbe 0000:06:00.0: irq 47 for MSI/MSI-X
[ 12.882056] ixgbe 0000:06:00.0: irq 48 for MSI/MSI-X
[ 12.887623] ixgbe 0000:06:00.0: irq 49 for MSI/MSI-X
[ 12.893204] ixgbe 0000:06:00.0: irq 50 for MSI/MSI-X
[ 12.898810] ixgbe 0000:06:00.0: irq 51 for MSI/MSI-X
[ 12.904388] ixgbe 0000:06:00.0: irq 52 for MSI/MSI-X
[ 12.909955] ixgbe 0000:06:00.0: irq 53 for MSI/MSI-X
[ 12.915527] ixgbe 0000:06:00.0: irq 54 for MSI/MSI-X
[ 12.921115] ixgbe 0000:06:00.0: irq 55 for MSI/MSI-X
[ 12.926688] ixgbe 0000:06:00.0: irq 56 for MSI/MSI-X
[ 12.932255] ixgbe 0000:06:00.0: irq 57 for MSI/MSI-X
[ 12.937837] ixgbe 0000:06:00.0: irq 58 for MSI/MSI-X
[ 12.943410] ixgbe 0000:06:00.0: irq 59 for MSI/MSI-X
[ 12.948983] ixgbe 0000:06:00.0: irq 60 for MSI/MSI-X
[ 12.954556] ixgbe 0000:06:00.0: irq 61 for MSI/MSI-X
[ 12.960129] ixgbe 0000:06:00.0: irq 62 for MSI/MSI-X
[ 12.965696] ixgbe 0000:06:00.0: irq 63 for MSI/MSI-X
[ 12.971284] ixgbe 0000:06:00.0: irq 64 for MSI/MSI-X
[ 12.976851] ixgbe 0000:06:00.0: irq 65 for MSI/MSI-X
[ 12.982426] ixgbe 0000:06:00.0: irq 66 for MSI/MSI-X
[ 12.988039] ixgbe 0000:06:00.0: irq 67 for MSI/MSI-X
[ 12.993614] ixgbe 0000:06:00.0: irq 68 for MSI/MSI-X
[ 12.999187] ixgbe 0000:06:00.0: irq 69 for MSI/MSI-X
[ 13.004760] ixgbe 0000:06:00.0: irq 70 for MSI/MSI-X
[ 13.010333] ixgbe 0000:06:00.0: irq 71 for MSI/MSI-X
[ 13.015906] ixgbe 0000:06:00.0: irq 72 for MSI/MSI-X
[ 13.021474] ixgbe 0000:06:00.0: irq 73 for MSI/MSI-X
[ 13.027058] ixgbe 0000:06:00.0: irq 74 for MSI/MSI-X
[ 13.032627] ixgbe 0000:06:00.0: irq 75 for MSI/MSI-X
[ 13.038201] ixgbe 0000:06:00.0: irq 76 for MSI/MSI-X
[ 13.043773] ixgbe 0000:06:00.0: irq 77 for MSI/MSI-X
[ 13.049346] ixgbe 0000:06:00.0: irq 78 for MSI/MSI-X
[ 13.054919] ixgbe 0000:06:00.0: irq 79 for MSI/MSI-X
[ 13.060492] ixgbe 0000:06:00.0: irq 80 for MSI/MSI-X
[ 13.066059] ixgbe 0000:06:00.0: irq 81 for MSI/MSI-X
[ 13.071634] ixgbe 0000:06:00.0: irq 82 for MSI/MSI-X
[ 13.077261] ixgbe 0000:06:00.0: irq 83 for MSI/MSI-X
[ 13.082830] ixgbe 0000:06:00.0: irq 84 for MSI/MSI-X
[ 13.088403] ixgbe 0000:06:00.0: irq 85 for MSI/MSI-X
[ 13.093976] ixgbe 0000:06:00.0: irq 86 for MSI/MSI-X
[ 13.099586] ixgbe 0000:06:00.0: irq 87 for MSI/MSI-X
[ 13.105174] ixgbe 0000:06:00.0: irq 88 for MSI/MSI-X
[ 13.110741] ixgbe 0000:06:00.0: irq 89 for MSI/MSI-X
[ 13.116316] ixgbe 0000:06:00.0: irq 90 for MSI/MSI-X
[ 13.121889] ixgbe 0000:06:00.0: irq 91 for MSI/MSI-X
[ 13.127457] ixgbe 0000:06:00.0: irq 92 for MSI/MSI-X
[ 13.133037] ixgbe 0000:06:00.0: irq 93 for MSI/MSI-X
[ 13.138618] ixgbe 0000:06:00.0: irq 94 for MSI/MSI-X
[ 13.144192] ixgbe 0000:06:00.0: irq 95 for MSI/MSI-X
[ 13.149772] ixgbe 0000:06:00.0: irq 96 for MSI/MSI-X
[ 13.155339] ixgbe 0000:06:00.0: irq 97 for MSI/MSI-X
[ 13.160922] ixgbe 0000:06:00.0: irq 98 for MSI/MSI-X
[ 13.166495] ixgbe 0000:06:00.0: irq 99 for MSI/MSI-X
[ 13.172080] ixgbe 0000:06:00.0: irq 100 for MSI/MSI-X
[ 13.177758] ixgbe 0000:06:00.0: irq 101 for MSI/MSI-X
[ 13.183436] ixgbe 0000:06:00.0: irq 102 for MSI/MSI-X
[ 13.189151] ixgbe 0000:06:00.0: irq 103 for MSI/MSI-X
[ 13.194822] ixgbe 0000:06:00.0: irq 104 for MSI/MSI-X
[ 13.200486] ixgbe 0000:06:00.0: irq 105 for MSI/MSI-X
[ 13.206333] ixgbe 0000:06:00.0: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63
[ 13.276127] ixgbe 0000:06:00.0: PCI Express bandwidth of 32GT/s available
[ 13.283708] ixgbe 0000:06:00.0: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
[ 13.331904] ixgbe 0000:06:00.0: MAC: 3, PHY: 3, PBA No: 000000-000
[ 13.338817] ixgbe 0000:06:00.0: 00:1e:67:2b:58:92
[ 13.488924] ixgbe 0000:06:00.0: Intel(R) 10 Gigabit Network Connection
[ 13.496510] IOAPIC[1]: Set routing entry (1-17 -> 0xb8 -> IRQ 106 Mode:1 Active:1 Dest:0)
[ 13.526722] Switched to clocksource tsc
[ 13.932946] ixgbe 0000:06:00.1: irq 107 for MSI/MSI-X
[ 13.938606] ixgbe 0000:06:00.1: irq 108 for MSI/MSI-X
[ 13.944266] ixgbe 0000:06:00.1: irq 109 for MSI/MSI-X
[ 13.949949] ixgbe 0000:06:00.1: irq 110 for MSI/MSI-X
[ 13.955610] ixgbe 0000:06:00.1: irq 111 for MSI/MSI-X
[ 13.961278] ixgbe 0000:06:00.1: irq 112 for MSI/MSI-X
[ 13.966953] ixgbe 0000:06:00.1: irq 113 for MSI/MSI-X
[ 13.972638] ixgbe 0000:06:00.1: irq 114 for MSI/MSI-X
[ 13.978305] ixgbe 0000:06:00.1: irq 115 for MSI/MSI-X
[ 13.983976] ixgbe 0000:06:00.1: irq 116 for MSI/MSI-X
[ 13.989643] ixgbe 0000:06:00.1: irq 117 for MSI/MSI-X
[ 13.995354] ixgbe 0000:06:00.1: irq 118 for MSI/MSI-X
[ 14.001020] ixgbe 0000:06:00.1: irq 119 for MSI/MSI-X
[ 14.006686] ixgbe 0000:06:00.1: irq 120 for MSI/MSI-X
[ 14.012353] ixgbe 0000:06:00.1: irq 121 for MSI/MSI-X
[ 14.018013] ixgbe 0000:06:00.1: irq 122 for MSI/MSI-X
[ 14.023680] ixgbe 0000:06:00.1: irq 123 for MSI/MSI-X
[ 14.029369] ixgbe 0000:06:00.1: irq 124 for MSI/MSI-X
[ 14.035029] ixgbe 0000:06:00.1: irq 125 for MSI/MSI-X
[ 14.040693] ixgbe 0000:06:00.1: irq 126 for MSI/MSI-X
[ 14.046359] ixgbe 0000:06:00.1: irq 127 for MSI/MSI-X
[ 14.052016] ixgbe 0000:06:00.1: irq 128 for MSI/MSI-X
[ 14.057693] ixgbe 0000:06:00.1: irq 129 for MSI/MSI-X
[ 14.063347] ixgbe 0000:06:00.1: irq 130 for MSI/MSI-X
[ 14.069013] ixgbe 0000:06:00.1: irq 131 for MSI/MSI-X
[ 14.074686] ixgbe 0000:06:00.1: irq 132 for MSI/MSI-X
[ 14.080371] ixgbe 0000:06:00.1: irq 133 for MSI/MSI-X
[ 14.086076] ixgbe 0000:06:00.1: irq 134 for MSI/MSI-X
[ 14.091742] ixgbe 0000:06:00.1: irq 135 for MSI/MSI-X
[ 14.097407] ixgbe 0000:06:00.1: irq 136 for MSI/MSI-X
[ 14.103091] ixgbe 0000:06:00.1: irq 137 for MSI/MSI-X
[ 14.108760] ixgbe 0000:06:00.1: irq 138 for MSI/MSI-X
[ 14.114424] ixgbe 0000:06:00.1: irq 139 for MSI/MSI-X
[ 14.120090] ixgbe 0000:06:00.1: irq 140 for MSI/MSI-X
[ 14.125779] ixgbe 0000:06:00.1: irq 141 for MSI/MSI-X
[ 14.131446] ixgbe 0000:06:00.1: irq 142 for MSI/MSI-X
[ 14.137109] ixgbe 0000:06:00.1: irq 143 for MSI/MSI-X
[ 14.142773] ixgbe 0000:06:00.1: irq 144 for MSI/MSI-X
[ 14.148453] ixgbe 0000:06:00.1: irq 145 for MSI/MSI-X
[ 14.154115] ixgbe 0000:06:00.1: irq 146 for MSI/MSI-X
[ 14.159781] ixgbe 0000:06:00.1: irq 147 for MSI/MSI-X
[ 14.165455] ixgbe 0000:06:00.1: irq 148 for MSI/MSI-X
[ 14.171138] ixgbe 0000:06:00.1: irq 149 for MSI/MSI-X
[ 14.176834] ixgbe 0000:06:00.1: irq 150 for MSI/MSI-X
[ 14.182501] ixgbe 0000:06:00.1: irq 151 for MSI/MSI-X
[ 14.188165] ixgbe 0000:06:00.1: irq 152 for MSI/MSI-X
[ 14.193848] ixgbe 0000:06:00.1: irq 153 for MSI/MSI-X
[ 14.199508] ixgbe 0000:06:00.1: irq 154 for MSI/MSI-X
[ 14.205176] ixgbe 0000:06:00.1: irq 155 for MSI/MSI-X
[ 14.210858] ixgbe 0000:06:00.1: irq 156 for MSI/MSI-X
[ 14.216542] ixgbe 0000:06:00.1: irq 157 for MSI/MSI-X
[ 14.222202] ixgbe 0000:06:00.1: irq 158 for MSI/MSI-X
[ 14.227868] ixgbe 0000:06:00.1: irq 159 for MSI/MSI-X
[ 14.233532] ixgbe 0000:06:00.1: irq 160 for MSI/MSI-X
[ 14.239196] ixgbe 0000:06:00.1: irq 161 for MSI/MSI-X
[ 14.244857] ixgbe 0000:06:00.1: irq 162 for MSI/MSI-X
[ 14.250520] ixgbe 0000:06:00.1: irq 163 for MSI/MSI-X
[ 14.256180] ixgbe 0000:06:00.1: irq 164 for MSI/MSI-X
[ 14.261840] ixgbe 0000:06:00.1: irq 165 for MSI/MSI-X
[ 14.267546] ixgbe 0000:06:00.1: irq 166 for MSI/MSI-X
[ 14.273201] ixgbe 0000:06:00.1: irq 167 for MSI/MSI-X
[ 14.278867] ixgbe 0000:06:00.1: irq 168 for MSI/MSI-X
[ 14.284534] ixgbe 0000:06:00.1: irq 169 for MSI/MSI-X
[ 14.290201] ixgbe 0000:06:00.1: irq 170 for MSI/MSI-X
[ 14.296028] ixgbe 0000:06:00.1: Multiqueue Enabled: Rx Queue count = 63, Tx Queue count = 63
[ 14.365794] ixgbe 0000:06:00.1: PCI Express bandwidth of 32GT/s available
[ 14.373394] ixgbe 0000:06:00.1: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
[ 14.421604] ixgbe 0000:06:00.1: MAC: 3, PHY: 3, PBA No: 000000-000
[ 14.428530] ixgbe 0000:06:00.1: 00:1e:67:2b:58:93
[ 14.577740] ixgbe 0000:06:00.1: Intel(R) 10 Gigabit Network Connection
[ 14.585661] usbcore: registered new interface driver catc
[ 14.591801] usbcore: registered new interface driver kaweth
[ 14.598091] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[ 14.606437] usbcore: registered new interface driver pegasus
[ 14.612806] usbcore: registered new interface driver rtl8150
[ 14.619168] usbcore: registered new interface driver asix
[ 14.625227] usbcore: registered new interface driver cdc_ether
[ 14.631763] usbcore: registered new interface driver cdc_eem
[ 14.638114] usbcore: registered new interface driver dm9601
[ 14.644368] usbcore: registered new interface driver smsc75xx
[ 14.650818] usbcore: registered new interface driver smsc95xx
[ 14.657273] usbcore: registered new interface driver gl620a
[ 14.663521] usbcore: registered new interface driver net1080
[ 14.669874] usbcore: registered new interface driver plusb
[ 14.676021] usbcore: registered new interface driver rndis_host
[ 14.682660] usbcore: registered new interface driver cdc_subset
[ 14.689311] usbcore: registered new interface driver zaurus
[ 14.695566] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[ 14.703856] usbcore: registered new interface driver int51x1
[ 14.710204] usbcore: registered new interface driver ipheth
[ 14.716464] usbcore: registered new interface driver sierra_net
[ 14.723328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 14.730665] ehci-pci: EHCI PCI platform driver
[ 14.735883] IOAPIC[0]: Set routing entry (0-22 -> 0x4e -> IRQ 22 Mode:1 Active:1 Dest:0)
[ 14.745346] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 14.751444] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 14.759738] ehci-pci 0000:00:1a.0: debug port 2
[ 14.768744] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 14.776378] ehci-pci 0000:00:1a.0: irq 22, io mem 0xd0f20000
[ 14.788399] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 14.794924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 14.802523] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.810588] usb usb1: Product: EHCI Host Controller
[ 14.816036] usb usb1: Manufacturer: Linux 3.17.0-rc6-03415-gf3ccf7c ehci_hcd
[ 14.823925] usb usb1: SerialNumber: 0000:00:1a.0
[ 14.829405] hub 1-0:1.0: USB hub found
[ 14.833641] hub 1-0:1.0: 2 ports detected
[ 14.838567] IOAPIC[0]: Set routing entry (0-20 -> 0x5e -> IRQ 20 Mode:1 Active:1 Dest:0)
[ 14.847697] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 14.853803] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 14.862088] ehci-pci 0000:00:1d.0: debug port 2
[ 14.871065] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 14.878677] ehci-pci 0000:00:1d.0: irq 20, io mem 0xd0f10000
[ 14.890359] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 14.896857] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 14.904433] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.912514] usb usb2: Product: EHCI Host Controller
[ 14.917961] usb usb2: Manufacturer: Linux 3.17.0-rc6-03415-gf3ccf7c ehci_hcd
[ 14.925825] usb usb2: SerialNumber: 0000:00:1d.0
[ 14.931304] hub 2-0:1.0: USB hub found
[ 14.935524] hub 2-0:1.0: 2 ports detected
[ 14.940336] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 14.947304] ohci-pci: OHCI PCI platform driver
[ 14.952395] uhci_hcd: USB Universal Host Controller Interface driver
[ 14.959789] usbcore: registered new interface driver usbserial
[ 14.966324] usbcore: registered new interface driver usbserial_generic
[ 14.973638] usbserial: USB Serial support registered for generic
[ 14.980400] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 15.141380] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 15.410638] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 15.418130] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 15.426566] hub 1-1:1.0: USB hub found
[ 15.430878] hub 1-1:1.0: 6 ports detected
[ 15.507141] i8042: Can't read CTR while initializing i8042
[ 15.513304] i8042: probe of i8042 failed with error -5
[ 15.519324] mousedev: PS/2 mouse device common for all mice
[ 15.526147] rtc_cmos 00:01: RTC can wake from S4
[ 15.531687] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 15.538041] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 15.545909] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 15.554591] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 15.560907] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 15.569781] iTCO_vendor_support: vendor-support=0
[ 15.575095] Intel P-state driver initializing.
[ 15.585976] hidraw: raw HID events driver (C) Jiri Kosina
[ 15.592272] usbcore: registered new interface driver usbhid
[ 15.598502] usbhid: USB HID core driver
[ 15.602928] drop_monitor: Initializing network drop monitor service
[ 15.610377] TCP: cubic registered
[ 15.614126] Initializing XFRM netlink socket
[ 15.619335] NET: Registered protocol family 10
[ 15.626057] NET: Registered protocol family 17
[ 15.631060] 9pnet: Installing 9P2000 support
[ 15.638494]
[ 15.638494] printing PIC contents
[ 15.643886] ... PIC IMR: ffff
[ 15.647294] ... PIC IRR: 0c20
[ 15.650734] ... PIC ISR: 0000
[ 15.652425] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 15.652428] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 15.652819] hub 2-1:1.0: USB hub found
[ 15.653044] hub 2-1:1.0: 8 ports detected
[ 15.678299] ... PIC ELCR: 0e20
[ 15.681763] printing local APIC contents on CPU#0/0:
[ 15.687316] ... APIC ID: 00000000 (0)
[ 15.691901] ... APIC VERSION: 01060015
[ 15.696081] ... APIC TASKPRI: 00000000 (00)
[ 15.700748] ... APIC PROCPRI: 00000000
[ 15.704928] ... APIC LDR: 01000000
[ 15.708727] ... APIC DFR: ffffffff
[ 15.712524] ... APIC SPIV: 000001ff
[ 15.716415] ... APIC ISR field:
[ 15.719938] 0000000000000000000000000000000000000000000000000000000000000000
[ 15.727891] ... APIC TMR field:
[ 15.731394] 0000000000000000400040000000000000000000000000000000000000000000
[ 15.739352] ... APIC IRR field:
[ 15.742860] 0000000000000000400000000000000000000000000000000000000000000000
[ 15.750817] ... APIC ESR: 00000000
[ 15.754616] ... APIC ICR: 000000fd
[ 15.758413] ... APIC ICR2: 22000000
[ 15.762303] ... APIC LVTT: 000400ef
[ 15.766200] ... APIC LVTPC: 00000400
[ 15.770187] ... APIC LVT0: 00010700
[ 15.774083] ... APIC LVT1: 00000400
[ 15.777975] ... APIC LVTERR: 000000fe
[ 15.782064] ... APIC TMICT: 00000000
[ 15.786051] ... APIC TMCCT: 00000000
[ 15.790036] ... APIC TDCR: 00000000
[ 15.793932]
[ 15.795609] number of MP IRQ sources: 15.
[ 15.800121] number of IO-APIC #0 registers: 24.
[ 15.805184] number of IO-APIC #1 registers: 24.
[ 15.810238] number of IO-APIC #2 registers: 24.
[ 15.815313] number of IO-APIC #3 registers: 24.
[ 15.820384] number of IO-APIC #4 registers: 24.
[ 15.825438] testing the IO APIC.......................
[ 15.831189] IO APIC #0......
[ 15.834408] .... register #00: 00000000
[ 15.838691] ....... : physical APIC id: 00
[ 15.843556] ....... : Delivery Type: 0
[ 15.848035] ....... : LTS : 0
[ 15.852512] .... register #01: 00170020
[ 15.856797] ....... : max redirection entries: 17
[ 15.862438] ....... : PRQ implemented: 0
[ 15.867224] ....... : IO APIC version: 20
[ 15.872088] .... IRQ redirection table:
[ 15.876383] 1 0 0 0 0 0 0 00
[ 15.881440] 0 0 0 0 0 0 0 31
[ 15.886497] 0 0 0 0 0 0 0 30
[ 15.891561] 0 0 0 0 0 0 0 \0 33
[ 15.896 35
[ 15.906762] 0 0 0 0 0 0 0 36
[ 15.911837] 0 0 0 0 0 0 0 37
[ 15.916903] 0 0 0 0 0 0 0 38
[ 15.921974] 0 1 0 0 0 0 0 39
[ 15.927045] 0 0 0 0 0 0 0 3A
[ 15.932102] 0 0 0 0 0 0 0 3B
[ 15.937168] 0 0 0 0 0 0 0 3C
[ 15.942240] 0 0 0 0 0 0 0 3D
[ 15.947304] 0 0 0 0 0 0 0 3E
[ 15.952360] 0 0 0 0 0 0 0 3F
[ 15.957424] 1 1 0 1 0 0 0 B1
[ 15.962487] 1 0 0 0 0 1 2 0D
[ 15.967548] 1 \0 0 0 0 new full-speed USB device number 3 using ehci-pci
[ 15.980102] 1 1 0 1 0 0 0 D1
[ 15.985175] 0 1 0 1 0 0 0 5E
[ 15.990232] 1 0 0 0 0 0 0 00
[ 15.995303] 0 1 0 1 0 0 0 4E
[ 16.000369] 1 0 0 0 0 0 0 00
[ 16.005446] IO APIC #1......
[ 16.008666] .... register #00: 01000000
[ 16.012966] ....... : physical APIC id: 01
[ 16.017833] ....... : Delivery Type: 0
[ 16.022312] ....... : LTS : 0
[ 16.026816] .... register #01: 00170020
[ 16.031094] ....... : max redirection entries: 17
[ 16.036729] ....... : PRQ implemented: 0
\0
[ 16.041492] version: 20
[ 16.046375] .... register #02: 00000000
[ 16.050676] ....... : arbitration: 00
[ 16.055180] .... register #03: 00000001
[ 16.058432] usb 2-1.4: New USB device found, idVendor=046b, idProduct=ff10
[ 16.058436] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 16.058438] usb 2-1.4: Product: Virtual Keyboard and Mouse
[ 16.058440] usb 2-1.4: Manufacturer: American Megatrends Inc.
[ 16.058441] usb 2-1.4: SerialNumber: serial
[ 16.060269] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:046B:FF10.0001/input/input1
[ 16.060526] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.4/input0
[ 16.061965] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:046B:FF10.0002/input/input2
[ 16.062310] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.4/input1
[ 16.158425] ....... : Boot DT : 1
[ 16.162848] .... IRQ redirection table:
[ 16.167167] 1 0 0 0 0 0 0 00
[ 16.172264] 1 0 0 0 0 0 0 00
[ 16.177356] 1 1 0 1 0 0 0 22
[ 16.182455] 1 0 0 0 0 0 0 00
[ 16.187554] 1 0 0 0 0 0 0 00
[ 16.192645] 1 0 0 0 0 0 0 00
[ 16.197734] 1 0 0 0 0 0 0 00
[ 16.202826] 1 0 0 0 0 0 0 00
[ 16.207923] 1 0 0 0 0 0 0 00
[ 16.213022] 1 0 0 0 0 0 0 00
[ 16.218116] 1 0 0 0 0 0 0 00
[ 16.223214] 1 0 0 0 0 0 0 00
[ 16.228309] 1 0 0 0 0 0 0 00
[ 16.233407] 1 0 0 0 0 0 0 00
[ 16.238501] 1 0 0 0 0 0 0 00
[ 16.243597] 1 0 0 0 0 0 0 00
[ 16.248693] 1 1 0 1 0 0 0 63
[ 16.253794] 1 1 0 1 0 0 0 B8
[ 16.258890] 1 0 0 0 0 0 0 00
[ 16.263985] 1 0 0 0 0 0 0 00
[ 16.269072] 1 0 0 0 0 0 0 00
[ 16.274174] 1 0 0 0 0 0 0 00
[ 16.279269] 1 0 0 0 0 0 0 00
[ 16.284363] 1 1 0 1 0 0 0 61
[ 16.289458] IO APIC #2......
[ 16.292703] .... register #00: 02000000
[ 16.297021] ....... : physical APIC id: 02
[ 16.301920] ....... : Delivery Type: 0
[ 16.306430] ....... : LTS : 0
[ 16.310935] .... register #01: 00170020
[ 16.315252] ....... : max redirection entries: 17
[ 16.320925] ....... : PRQ implemented: 0
[ 16.325726] ....... : IO APIC version: 20
[ 16.330624] .... register #02: 00000000
[ 16.334940] ....... : arbitration: 00
[ 16.339443] .... register #03: 00000001
[ 16.343760] ....... : Boot DT : 1
[ 16.348174] .... IRQ redirection table:
[ 16.352491] 1 0 0 0 0 0 0 00
[ 16.357592] 1 0 0 0 0 0 0 00
[ 16.362693] 1 0 0 0 0 0 0 00
[ 16.367778] 1 0 0 0 0 0 0 00
[ 16.372872] 1 0 0 0 0 0 0 00
[ 16.377964] 1 0 0 0 0 0 0 00
[ 16.383064] 1 0 0 0 0 0 0 00
[ 16.388158] 1 0 0 0 0 0 0 00
[ 16.393252] 1 0 0 0 0 0 0 00
[ 16.398338] 1 0 0 0 0 0 0 00
[ 16.403432] 1 0 0 0 0 0 0 00
[ 16.408525] 1 0 0 0 0 0 0 00
[ 16.413612] 1 0 0 0 0 0 0 00
[ 16.418721] 1 0 0 0 0 0 0 00
[ 16.423807] 1 0 0 0 0 0 0 00
[ 16.428899] 1 0 0 0 0 0 0 00
[ 16.433992] 1 0 0 0 0 0 0 00
[ 16.439085] 1 0 0 0 0 0 0 00
[ 16.444178] 1 0 0 0 0 0 0 00
[ 16.449270] 1 0 0 0 0 0 0 00
[ 16.454364] 1 0 0 0 0 0 0 00
[ 16.459457] 1 0 0 0 0 0 0 00
[ 16.464550] 1 0 0 0 0 0 0 00
[ 16.469650] 1 1 0 1 0 0 0 42
[ 16.474743] IO APIC #3......
[ 16.477992] .... register #00: 03000000
[ 16.482308] ....... : physical APIC id: 03
[ 16.487205] ....... : Delivery Type: 0
[ 16.491715] ....... : LTS : 0
[ 16.496225] .... register #01: 00170020
[ 16.500550] ....... : max redirection entries: 17
[ 16.506222] ....... : PRQ implemented: 0
[ 16.511022] ....... : IO APIC version: 20
[ 16.515920] .... register #02: 00000000
[ 16.520237] ....... : arbitration: 00
[ 16.524717] .... register #03: 00000001
[ 16.529026] ....... : Boot DT : 1
[ 16.533445] .... IRQ redirection table:
[ 16.537761] 1 0 0 0 0 0 0 00
[ 16.542847] 1 0 0 0 0 0 0 00
[ 16.547942] 1 0 0 0 0 0 0 00
[ 16.553029] 1 0 0 0 0 0 0 00
[ 16.558123] 1 0 0 0 0 0 0 00
[ 16.563217] 1 0 0 0 0 0 0 00
[ 16.568310] 1 0 0 0 0 0 0 00
[ 16.573403] 1 0 0 0 0 0 0 00
[ 16.578497] 1 0 0 0 0 0 0 00
[ 16.583596] 1 0 0 0 0 0 0 00
[ 16.588688] 1 0 0 0 0 0 0 00
[ 16.593781] 1 0 0 0 0 0 0 00
[ 16.598874] 1 0 0 0 0 0 0 00
[ 16.603960] 1 0 0 0 0 0 0 00
[ 16.609053] 1 0 0 0 0 0 0 00
[ 16.614148] 1 0 0 0 0 0 0 00
[ 16.619242] 1 0 0 0 0 0 0 00
[ 16.624336] 1 0 0 0 0 0 0 00
[ 16.629429] 1 0 0 0 0 0 0 00
[ 16.634520] 1 0 0 0 0 0 0 00
[ 16.639612] 1 0 0 0 0 0 0 00
[ 16.644704] 1 0 0 0 0 0 0 00
[ 16.649796] 1 0 0 0 0 0 0 00
[ 16.654889] 1 1 0 1 0 0 0 72
[ 16.659977] IO APIC #4......
[ 16.663220] .... register #00: 04000000
[ 16.667536] ....... : physical APIC id: 04
[ 16.672425] ....... : Delivery Type: 0
[ 16.676946] ....... : LTS : 0
[ 16.681457] .... register #01: 00170020
[ 16.685780] ....... : max redirection entries: 17
[ 16.691437] ....... : PRQ implemented: 0
[ 16.696244] ....... : IO APIC version: 20
[ 16.701126] .... register #02: 00000000
[ 16.705443] ....... : arbitration: 00
[ 16.709960] .... register #03: 00000001
[ 16.714267] ....... : Boot DT : 1
[ 16.718674] .... IRQ redirection table:
[ 16.722991] 1 0 0 0 0 0 0 00
[ 16.728083] 1 0 0 0 0 0 0 00
[ 16.733177] 1 0 0 0 0 0 0 00
[ 16.738271] 1 0 0 0 0 0 0 00
[ 16.743363] 1 0 0 0 0 0 0 00
[ 16.748456] 1 0 0 0 0 0 0 00
[ 16.753549] 1 0 0 0 0 0 0 00
[ 16.758637] 1 0 0 0 0 0 0 00
[ 16.763729] 1 0 0 0 0 0 0 00
[ 16.768824] 1 0 0 0 0 0 0 00
[ 16.773916] 1 0 0 0 0 0 0 00
[ 16.779009] 1 0 0 0 0 0 0 00
[ 16.784103] 1 0 0 0 0 0 0 00
[ 16.789196] 1 0 0 0 0 0 0 00
[ 16.794290] 1 0 0 0 0 0 0 00
[ 16.799384] 1 0 0 0 0 0 0 00
[ 16.804495] 1 0 0 0 0 0 0 00
[ 16.809575] 1 0 0 0 0 0 0 00
[ 16.814669] 1 0 0 0 0 0 0 00
[ 16.819763] 1 0 0 0 0 0 0 00
[ 16.824857] 1 0 0 0 0 0 0 00
[ 16.829951] 1 0 0 0 0 0 0 00
[ 16.835043] 1 0 0 0 0 0 0 00
[ 16.840137] 1 1 0 1 0 0 0 A2
[ 16.845227] IRQ to pin mappings:
[ 16.848865] IRQ0 -> 0:2
[ 16.851672] IRQ1 -> 0:1
[ 16.854448] IRQ3 -> 0:3
[ 16.857202] IRQ4 -> 0:4
[ 16.860007] IRQ5 -> 0:5
[ 16.862787] IRQ6 -> 0:6
[ 16.865585] IRQ7 -> 0:7
[ 16.868342] IRQ8 -> 0:8
[ 16.871140] IRQ9 -> 0:9
[ 16.873921] IRQ10 -> 0:10
[ 16.876894] IRQ11 -> 0:11
[ 16.879891] IRQ12 -> 0:12
[ 16.882858] IRQ13 -> 0:13
[ 16.885825] IRQ14 -> 0:14
[ 16.888815] IRQ15 -> 0:15
[ 16.891806] IRQ16 -> 0:16
[ 16.894782] IRQ19 -> 0:19
[ 16.897773] IRQ20 -> 0:20
[ 16.900734] IRQ22 -> 0:22
[ 16.903708] IRQ24 -> 1:23
[ 16.906693] IRQ31 -> 1:2
[ 16.909557] IRQ32 -> 2:23
[ 16.912538] IRQ35 -> 3:23
[ 16.915522] IRQ38 -> 4:23
[ 16.918489] IRQ41 -> 1:16
[ 16.921467] IRQ106 -> 1:17
[ 16.924567] .................................... done.
[ 16.930929] Loading compiled-in X.509 certificates
[ 16.938471] Loaded X.509 cert 'Magrathea: Glacier signing key: 88c19623f4da8015'
[ 16.946841] registered taskstats version 1
[ 16.957791] Key type trusted registered
[ 16.965808] Key type encrypted registered
[ 16.974292] ima: No TPM chip found, activating TPM-bypass!
[ 16.980648] evm: HMAC attrs: 0x1
[ 16.988892] rtc_cmos 00:01: setting system clock to 2014-09-23 04:45:58 UTC (1411447558)
[ 17.277158] pps pps0: new PPS source ptp0
[ 17.281666] ixgbe 0000:06:00.0: registered PHC device on eth0
[ 17.451641] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.479903] ixgbe 0000:06:00.0 eth0: NIC Link is Up 1 Gbps, Flow Control: RX/TX
[ 17.743667] pps pps1: new PPS source ptp1
[ 17.748163] ixgbe 0000:06:00.1: registered PHC device on eth1
[ 17.917025] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 17.923877] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 17.934020] Sending DHCP requests ., OK
[ 17.968097] IP-Config: Got DHCP answer from 192.168.1.1, my address is 192.168.1.197
[ 17.978178] ixgbe 0000:06:00.1: removed PHC on eth1
[ 18.399637] IP-Config: Complete:
[ 18.403285] device=eth0, hwaddr=00:1e:67:2b:58:92, ipaddr=192.168.1.197, mask=255.255.255.0, gw=192.168.1.1
[ 18.414670] host=lkp-sbx04, domain=lkp.intel.com, nis-domain=(none)
[ 18.422176] bootserver=192.168.1.1, rootserver=192.168.1.1, rootpath=
[ 18.429682] nameserver0=192.168.1.1
[ 18.434299] PM: Hibernation image not present or could not be loaded.
[ 18.444233] Freeing unused kernel memory: 1804K (ffffffff81dd5000 - ffffffff81f98000)
[ 18.806013] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.806347] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.806409] acpi_cpufreq: module verification failed: signature and/or required key missing - tainting kernel
[ 18.806689] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.807075] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.807078] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.807081] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.807083] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.807804] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.807806] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.808035] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.808163] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.808318] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.808823] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.808903] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.809092] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.809095] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.809637] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.809756] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.809875] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.810129] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.810132] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.811195] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.811444] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.812019] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.812925] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.813081] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.813630] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.814078] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.814084] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.814158] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.814390] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.815256] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.815398] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.816576] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.816828] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 18.818686] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.275613] wmi: Mapper loaded
[ 19.310559] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.311350] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.311353] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.311644] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.311646] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.311672] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.311876] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.312759] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.313096] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.313203] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.313643] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.313989] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.314169] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.314172] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.314748] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.315328] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.315950] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.316121] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.316186] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.316468] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.316642] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.317347] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.317348] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.317737] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.317776] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.317851] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.318489] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.319155] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.324120] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.735991] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.749659] ipmi message handler version 39.2
[ 19.755042] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.768684] IPMI System Interface driver.
[ 19.773364] ipmi_si: probing via SMBIOS
[ 19.777654] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 19.784251] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 19.790776] ipmi_si: probing via SPMI
[ 19.794877] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[ 19.801304] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
[ 19.809584] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 19.844750] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.845571] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.845604] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.845606] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.851370] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.851454] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.851827] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.857223] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.868778] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.876815] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 19.941844] ipmi_si ipmi_si.0: Found new BMC (man_id: 0x000157, prod_id: 0x005c, dev_id: 0x21)
[ 19.941862] ipmi_si ipmi_si.0: IPMI kcs interface initialized
[ 19.987809] IOAPIC[0]: Set routing entry (0-23 -> 0x6e -> IRQ 23 Mode:1 Active:1 Dest:0)
[ 19.996898] ACPI Warning: SystemIO range 0x0000000000003000-0x000000000000301f conflicts with OpRegion 0x0000000000003000-0x000000000000300f (\_SB_.PCI0.SBUS.SMBI) (20140724/utaddress-258)
[ 20.015689] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 20.027289] IOAPIC[1]: Set routing entry (1-5 -> 0x7e -> IRQ 171 Mode:1 Active:1 Dest:0)
[ 20.027800] libata version 3.00 loaded.
[ 20.040744] i801_smbus 0000:03:00.3: SMBus using PCI Interrupt
[ 20.040886] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.041029] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.072941] i801_smbus 0000:03:00.4: SMBus using PCI Interrupt
[ 20.079732] IOAPIC[1]: Set routing entry (1-6 -> 0x8e -> IRQ 172 Mode:1 Active:1 Dest:0)
[ 20.088811] i801_smbus 0000:03:00.5: SMBus using PCI Interrupt
[ 20.088822] EDAC MC: Ver: 3.0.0
[ 20.099778] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.112621] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.112666] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.112694] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.150945] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 20.151021] [drm] Initialized drm 1.1.0 20060810
[ 20.161976] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 20.167833] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 20.173690] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 20.179558] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 20.185418] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 20.185622] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.203875] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 20.203964] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.222359] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 20.228204] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 20.234045] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 20.239874] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 20.245716] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 20.251553] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 20.257392] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 20.263225] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 20.269060] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 20.274907] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 20.275100] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.293366] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 20.299205] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 20.305039] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 20.310877] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 20.316720] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 20.316894] ahci 0000:00:1f.2: version 3.0
[ 20.317008] IOAPIC[0]: Set routing entry (0-21 -> 0x9e -> IRQ 21 Mode:1 Active:1 Dest:0)
[ 20.317085] ahci 0000:00:1f.2: irq 173 for MSI/MSI-X
[ 20.327881] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 20.327883] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 20.338476] scsi host0: ahci
[ 20.338891] scsi host1: ahci
[ 20.339292] scsi host2: ahci
[ 20.339595] scsi host3: ahci
[ 20.339730] scsi host4: ahci
[ 20.339854] scsi host5: ahci
[ 20.339889] ata1: SATA max UDMA/133 abar m2048@0xd0f00000 port 0xd0f00100 irq 173
[ 20.339891] ata2: SATA max UDMA/133 abar m2048@0xd0f00000 port 0xd0f00180 irq 173
[ 20.339894] ata3: SATA max UDMA/133 abar m2048@0xd0f00000 port 0xd0f00200 irq 173
[ 20.339897] ata4: SATA max UDMA/133 abar m2048@0xd0f00000 port 0xd0f00280 irq 173
[ 20.339900] ata5: SATA max UDMA/133 abar m2048@0xd0f00000 port 0xd0f00300 irq 173
[ 20.339902] ata6: SATA max UDMA/133 abar m2048@0xd0f00000 port 0xd0f00380 irq 173
[ 20.429066] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 20.434901] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 20.440757] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 20.446612] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 20.452468] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 20.458316] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 20.464162] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 20.469996] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 20.475827] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 20.481667] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 20.481804] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[ 20.481820] isci 0000:03:00.0: driver configured for rev: 6 silicon
[ 20.481824] isci 0000:03:00.0: OEM parameter table found in OROM
[ 20.481826] isci 0000:03:00.0: OEM SAS parameters (version: 1.1) loaded (platform)
[ 20.482273] isci 0000:03:00.0: SCU controller 0: phy 3-0 cables: {short, short, short, short}
[ 20.484670] scsi host6: isci
[ 20.485722] isci 0000:03:00.0: SCU controller 1: phy 3-0 cables: {short, short, short, short}
[ 20.488299] scsi host7: isci
[ 20.489085] isci 0000:03:00.0: irq 174 for MSI/MSI-X
[ 20.489102] isci 0000:03:00.0: irq 175 for MSI/MSI-X
[ 20.489138] isci 0000:03:00.0: irq 176 for MSI/MSI-X
[ 20.489154] isci 0000:03:00.0: irq 177 for MSI/MSI-X
[ 20.539235] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.577191] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 20.583070] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 20.588953] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 20.594817] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 20.600726] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 20.600817] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.619215] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 20.625084] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 20.630943] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 20.631009] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.644741] ata1: SATA link down (SStatus 0 SControl 300)
[ 20.644787] ata5: SATA link down (SStatus 0 SControl 300)
[ 20.644825] ata3: SATA link down (SStatus 0 SControl 300)
[ 20.644864] ata4: SATA link down (SStatus 0 SControl 300)
[ 20.644908] ata6: SATA link down (SStatus 0 SControl 300)
[ 20.649690] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 20.654506] ata2.00: ATAPI: TEAC DV-W28S-V, 1.0A, max UDMA/100
[ 20.659999] ata2.00: configured for UDMA/100
[ 20.660870] scsi: waiting for bus probes to complete ...
[ 20.703996] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 20.704051] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.722523] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 20.728410] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 20.728613] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 20.746915] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 20.752786] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 20.758640] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 20.764515] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 20.770369] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 20.776234] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 20.779976] [TTM] Zone kernel: Available graphics memory: 32940898 kiB
[ 20.779977] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 20.779978] [TTM] Initializing pool allocator
[ 20.779989] [TTM] Initializing DMA pool allocator
[ 20.806847] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 20.812689] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 20.812732] fbcon: mgadrmfb (fb0) is primary device
[ 20.812750] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 20.812756] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 20.812762] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 20.812767] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 20.812965] EDAC MC0: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#0: DEV 0000:3f:0e.0 (POLLED)
[ 20.813137] EDAC MC1: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#1: DEV 0000:7f:0e.0 (POLLED)
[ 20.813310] EDAC MC2: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#2: DEV 0000:bf:0e.0 (POLLED)
[ 20.813489] EDAC MC3: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#3: DEV 0000:ff:0e.0 (POLLED)
[ 20.813490] EDAC sbridge: Driver loaded.
[ 21.024540] Console: switching to colour frame buffer device 128x48
[ 21.030622] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 21.032227] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 21.032992] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 21.034553] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 21.036085] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 21.037268] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 21.038575] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 21.038994] Error: Driver 'pcspkr' is already registered, aborting...
[ 21.235496] mgag200 0000:09:00.0: fb0: mgadrmfb frame buffer device
[ 21.242522] mgag200 0000:09:00.0: registered panic notifier
[ 21.264528] [drm] Initialized mgag200 1.0.0 20110418 for 0000:09:00.0 on minor 0
[ 21.991240] sas: phy-6:0 added to port-6:0, phy_mask:0x1 ( 1e672b58920000)
[ 22.000205] sas: phy-6:2 added to port-6:1, phy_mask:0x4 ( 1e672b58920004)
[ 22.009123] sas: DOING DISCOVERY on port 0, pid:1287
[ 22.015726] sas: DONE DISCOVERY on port 0, pid:1287, result:0
[ 22.023462] sas: DOING DISCOVERY on port 1, pid:1287
[ 22.030271] sas: DONE DISCOVERY on port 1, pid:1287, result:0
[ 22.040230] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[ 22.040304] sas: ata7: end_device-6:0: dev error handler
[ 22.193186] ata7.00: ATA-9: INTEL SSDSC2CW240A3, 400i, max UDMA/133
[ 22.201656] ata7.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 22.213131] ata7.00: configured for UDMA/133
[ 22.219287] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[ 22.230894] scsi 6:0:0:0: Direct-Access ATA INTEL SSDSC2CW24 400i PQ: 0 ANSI: 5
[ 22.241651] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[ 22.249797] sas: ata7: end_device-6:0: dev error handler
[ 22.250014] sas: ata8: end_device-6:1: dev error handler
[ 22.491230] sas: phy-7:0 added to port-7:0, phy_mask:0x1 ( 1e672b58920004)
[ 22.500531] sas: phy-7:2 added to port-7:1, phy_mask:0x4 ( 1e672b58920008)
[ 22.509744] sas: phy-7:3 added to port-7:2, phy_mask:0x8 (5000c5004badfb25)
[ 22.518930] sas: DOING DISCOVERY on port 0, pid:1483
[ 22.525827] sas: DONE DISCOVERY on port 0, pid:1483, result:0
[ 22.533673] sas: DOING DISCOVERY on port 1, pid:1483
[ 22.540598] sas: DONE DISCOVERY on port 1, pid:1483, result:0
[ 22.548316] sas: DOING DISCOVERY on port 2, pid:1483
[ 22.555192] sas: DONE DISCOVERY on port 2, pid:1483, result:0
[ 22.562908] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[ 22.571112] sas: ata9: end_device-7:0: dev error handler
[ 22.714766] ata8.00: ATA-9: INTEL SSDSC2CW240A3, 400i, max UDMA/133
[ 22.723517] ata8.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 22.731850] ata9.00: ATA-9: INTEL SSDSC2CW240A3, 400i, max UDMA/133
[ 22.731853] ata9.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 22.741787] ata9.00: configured for UDMA/133
[ 22.741834] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[ 22.742507] scsi 7:0:0:0: Direct-Access ATA INTEL SSDSC2CW24 400i PQ: 0 ANSI: 5
[ 22.742864] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[ 22.742934] sas: ata9: end_device-7:0: dev error handler
[ 22.742969] sas: ata10: end_device-7:1: dev error handler
[ 22.806461] ata8.00: configured for UDMA/133
[ 22.812823] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[ 22.824460] scsi 6:0:1:0: Direct-Access ATA INTEL SSDSC2CW24 400i PQ: 0 ANSI: 5
[ 23.240213] ata10.00: ATA-9: INTEL SSDSC2CW240A3, 400i, max UDMA/133
[ 23.249099] ata10.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 23.260156] ata10.00: configured for UDMA/133
[ 23.266705] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[ 23.278455] scsi 7:0:1:0: Direct-Access ATA INTEL SSDSC2CW24 400i PQ: 0 ANSI: 5
[ 23.290632] scsi 7:0:2:0: Direct-Access SEAGATE ST9300605SS 0002 PQ: 0 ANSI: 6
[ 23.307398] scsi 1:0:0:0: CD-ROM TEAC DV-W28S-V 1.0A PQ: 0 ANSI: 5
[ 23.335228] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.346894] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.346987] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.347181] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.347184] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.350503] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.418418] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.418480] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.418494] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.418504] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.418507] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.485726] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.501065] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.502156] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 23.502159] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 23.502576] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 23.541146] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.541791] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.570027] scsi 6:0:0:0: Attached scsi generic sg0 type 0
[ 23.577632] scsi 6:0:1:0: Attached scsi generic sg1 type 0
[ 23.585170] scsi 7:0:0:0: Attached scsi generic sg2 type 0
[ 23.592576] scsi 7:0:1:0: Attached scsi generic sg3 type 0
[ 23.592586] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.592601] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.592603] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.592606] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.592690] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.667200] scsi 7:0:2:0: Attached scsi generic sg4 type 0
[ 23.667702] sd 6:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/223 GiB)
[ 23.667758] sd 6:0:0:0: [sda] Write Protect is off
[ 23.667761] sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 23.667794] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 23.667852] sd 6:0:1:0: [sdb] 468862128 512-byte logical blocks: (240 GB/223 GiB)
[ 23.667927] sd 7:0:0:0: [sdc] 468862128 512-byte logical blocks: (240 GB/223 GiB)
[ 23.667996] sd 7:0:1:0: [sdd] 468862128 512-byte logical blocks: (240 GB/223 GiB)
[ 23.668037] sd 7:0:1:0: [sdd] Write Protect is off
[ 23.668038] sd 7:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[ 23.668050] sd 7:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 23.668113] sd 6:0:1:0: [sdb] Write Protect is off
[ 23.668115] sd 6:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 23.668118] sd 7:0:0:0: [sdc] Write Protect is off
[ 23.668120] sd 7:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 23.668143] sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 23.668153] sd 6:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 23.668661] sd 7:0:2:0: [sde] 585937500 512-byte logical blocks: (300 GB/279 GiB)
[ 23.669066] sdd: sdd1
[ 23.669268] sda: sda1
[ 23.669562] sd 7:0:1:0: [sdd] Attached SCSI disk
[ 23.669617] sd 7:0:2:0: [sde] Write Protect is off
[ 23.669621] sd 7:0:2:0: [sde] Mode Sense: d7 00 10 08
[ 23.669751] sd 6:0:0:0: [sda] Attached SCSI disk
[ 23.669856] sdb: sdb1
[ 23.670171] sd 7:0:2:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 23.670345] sdc: sdc1
[ 23.670771] sd 6:0:1:0: [sdb] Attached SCSI disk
[ 23.671269] sd 7:0:0:0: [sdc] Attached SCSI disk
[ 23.674400] sde: sde1 sde2 sde3 sde4
[ 23.676967] sd 7:0:2:0: [sde] Attached SCSI disk
[ 23.896098] sr 1:0:0:0: Attached scsi generic sg5 type 5
[ 23.898417] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.898579] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.899073] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.899344] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 23.900839] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 24.000338] random: nonblocking pool is initialized
[ 27.515073] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 27.532436] fuse init (API version 7.23)
[ 27.751292] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 27.769344] device-mapper: uevent: version 1.0.3
[ 27.776023] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
==> /lkp/lkp/src/tmp/run_log <==
==> /lkp/lkp/src/tmp/err_log <==
==> /lkp/lkp/src/tmp/run_log <==
23 Sep 04:46:17 ntpdate[2876]: step time server 192.168.1.1 offset -0.203054 sec
Kernel tests: Boot OK!
LKP: HOSTNAME lkp-sbx04, MAC 00:1e:67:2b:58:92, kernel 3.17.0-rc6-03415-gf3ccf7c 1, serial console /dev/ttyS0
/lkp/lkp/src/bin/run-lkp
[ 36.753229] Request for unknown module key 'Magrathea: Glacier signing key: 0996c3e47eca2fab5d9ec5b9bd434f9d76eeaaa7' err -11
[ 36.773204] IPMI Watchdog: driver initialized
Stopping watchdog keepalive daemon....
Starting watchdog daemon...RESULT_ROOT=/result/lkp-sbx04/will-it-scale/performance-futex4/debian-x86_64.cgz/x86_64-rhel/f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f/0
job=/lkp/scheduled/lk\0p-sbx04/cyclic_-\0performance-fut-f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f-debian-x86_64.cgz.yaml
.
[ 36.829667] IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 24, got netfn 7 cmd 25
[ 36.829669] IPMI Watchdog: response: Error ff on cmd 24
[ 36.833101] IPMI message handler: BMC returned incorrect response, expected netfn 7 cmd 22, got netfn 7 cmd 24
run-job /lkp/sch
[ 36.833104] IPMI Watchdog: response: Error ff on cmd 22
eduled/lkp-sbx04/cyclic_will-it-scale-performance-futex4-HEAD-f3ccf7cbb22a1f9386f3af9bd391e78d60c0b74f-debian-x86_64.cgz.yaml
run: /lkp/lkp/src/setup/cpufreq_governor performance {}
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu10/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu11/cpufreq/scaling_governor
run: /lkp/lkp/src/monitors/wrapper watch-oom {}
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu12/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu13/cpufreq/scaling_governor
run: /lkp/lkp/src/monitors/event/wait pre-test {}
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu14/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu15/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu16/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu17/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu18/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu19/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu20/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu21/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu22/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu23/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu24/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu25/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu26/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu27/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu28/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu29/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu30/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu31/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu32/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu33/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu34/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu35/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu36/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu37/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu38/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu39/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu40/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu41/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu42/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu43/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu44/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu45/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu46/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu47/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu48/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu49/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu50/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu51/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu52/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu53/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu54/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu55/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu56/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu57/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu58/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu59/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu60/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu61/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu62/cpufreq/scaling_governor
2014-09-23 04:46:18 echo performance > /sys/devices/system/cpu/cpu63/cpufreq/scaling_governor
2014-09-23 04:46:19 echo performance > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor
2014-09-23 04:46:19 echo performance > /sys/devices/system/cpu/cpu8/cpufreq/scaling_governor
2014-09-23 04:46:19 echo performance > /sys/devices/system/cpu/cpu9/cpufreq/scaling_governor
run: /lkp/lkp/src/monitors/no-stdout/wrapper perf-profile {"freq"=>"800"}
run: pre-test
run: /lkp/lkp/src/monitors/wrapper uptime {}
run: /lkp/lkp/src/monitors/wrapper iostat {}
run: /lkp/lkp/src/monitors/wrapper vmstat {}
run: /lkp/lkp/src/monitors/wrapper numa-numastat {}
run: /lkp/lkp/src/monitors/wrapper numa-vmstat {}
run: /lkp/lkp/src/monitors/wrapper numa-meminfo {}
run: /lkp/lkp/src/monitors/wrapper proc-vmstat {}
run: /lkp/lkp/src/monitors/wrapper proc-stat {}
run: /lkp/lkp/src/monitors/wrapper meminfo {}
run: /lkp/lkp/src/monitors/wrapper slabinfo {}
run: /lkp/lkp/src/monitors/wrapper interrupts {}
run: /lkp/lkp/src/monitors/wrapper lock_stat {}
run: /lkp/lkp/src/monitors/wrapper latency_stats {}
run: /lkp/lkp/src/monitors/wrapper softirqs {}
run: /lkp/lkp/src/monitors/wrapper bdi_dev_mapping {}
run: /lkp/lkp/src/monitors/wrapper diskstats {}
run: /lkp/lkp/src/monitors/wrapper energy {}
run: /lkp/lkp/src/monitors/wrapper cpuidle {}
[ 38.161894] BUG: unable to handle kernel paging request at 000000000000d968
[-- Attachment #3: Type: TEXT/PLAIN, Size: 85 bytes --]
_______________________________________________
LKP mailing list
LKP@linux.intel.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-25 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 3:03 [x86/rapl] BUG: unable to handle kernel paging request at 000000000000d968 Fengguang Wu
2014-09-25 18:45 ` Christoph Lameter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).