From: Ingo Molnar <mingo@kernel.org>
To: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
LKML <linux-kernel@vger.kernel.org>,
Peter Zijlstra <peterz@infradead.org>,
Rik van Riel <riel@redhat.com>,
James Hartsock <hartsjc@redhat.com>,
Tim Wright <tim@binbash.co.uk>, Pavel Machek <pavel@ucw.cz>
Subject: Re: [PATCH 0/2] nohz: Deal with clock reprogram skipping issues v2
Date: Mon, 24 Apr 2017 16:45:23 +0200 [thread overview]
Message-ID: <20170424144523.smldipadtlukkpoc@gmail.com> (raw)
In-Reply-To: <20170424140436.GD21353@lerouge>
[-- Attachment #1: Type: text/plain, Size: 1808 bytes --]
* Frederic Weisbecker <fweisbec@gmail.com> wrote:
> On Mon, Apr 24, 2017 at 10:08:35AM +0200, Ingo Molnar wrote:
> >
> > * Frederic Weisbecker <fweisbec@gmail.com> wrote:
> >
> > > As suggested by Thomas Gleixner, the second patch now integrates
> > > a fix in case the sanity check fails and the clockevent isn't programmed
> > > as expected.
> > >
> > > Frederic Weisbecker (2):
> > > nohz: Fix again collision between tick and other hrtimers
> > > tick: Make sure tick timer is active when bypassing reprogramming
> > >
> > > kernel/time/tick-sched.c | 33 ++++++++++++++++++++++++++++++---
> > > kernel/time/tick-sched.h | 2 ++
> > > 2 files changed, 32 insertions(+), 3 deletions(-)
> >
> > So I think one of these is causing a new warning on latest -tip:
> >
> > [ 333.341756] ------------[ cut here ]------------
> > [ 333.346404] WARNING: CPU: 0 PID: 0 at kernel/time/tick-sched.c:874 __tick_nohz_idle_enter+0x461/0x490
>
> Oh I'll never be done with that bug :)
>
> Ok I just booted your config with tip/master and didn't see the warning.
> But the boot seem to be stalled some time after mounting the root fs.
>
> Can you please try the following patch and tell me what it returns to you?
>
> diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c
> index c47d135..6d72e8b 100644
> --- a/kernel/time/tick-sched.c
> +++ b/kernel/time/tick-sched.c
> @@ -872,6 +872,7 @@ static ktime_t tick_nohz_stop_sched_tick(struct tick_sched *ts,
> goto out;
>
> WARN_ON_ONCE(1);
> + printk_once("basemono: %llu ts->next_tick: %llu dev->next_event: %llu\n", basemono, ts->next_tick, dev->next_event);
> }
>
Here's what it prints:
[ 707.251791] basemono: 706016000000 ts->next_tick: 693216000000 dev->next_event: 706016406127
Full bootlog attached.
Thanks,
Ingo
[-- Attachment #2: boot.log --]
[-- Type: text/plain, Size: 166739 bytes --]
[ 0.000000] microcode: microcode updated early to revision 0x428, date = 2014-05-29
[ 0.000000] Linux version 4.11.0-rc8-00846-g71f034206922-dirty (mingo@galatea) (gcc version 5.3.1 20160406 (Red Hat 5.3.1-6) (GCC) ) #1 SMP Mon Apr 24 16:29:08 CEST 2017
[ 0.000000] Command line: BOOT_IMAGE=/boot/bzImage root=/dev/sda1 ro rd.md=0 rd.lvm=0 rd.dm=0 panic=1 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200 selinux=0 console=tty ignore_loglevel sysrq_always_enabled nmi_SYSFONT=latarcyrheb-sun16 KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8 debug initcall_debug
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008ebff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008ec00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bad28fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bad29000-0x00000000baf8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000baf90000-0x00000000bafc4fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bafc5000-0x00000000bafd9fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bafda000-0x00000000bb3d3fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb3d4000-0x00000000bdd2efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bdd2f000-0x00000000bddccfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bddcd000-0x00000000bdea0fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bdea1000-0x00000000bdf2efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bdf2f000-0x00000000bdfabfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bdfac000-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-0x000000083fffffff] usable
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: Intel Corporation S2600GZ/S2600GZ, BIOS SE5C600.86B.02.02.0002.122320131210 12/23/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x840000 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-D3FFF write-through
[ 0.000000] D4000-D7FFF write-protect
[ 0.000000] D8000-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 3FFFC0000000 write-back
[ 0.000000] 6 base 0000FF800000 mask 3FFFFF800000 write-protect
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcda0-0x000fcdaf] mapped at [ffff8800000fcda0]
[ 0.000000] Base memory trampoline at [ffff880000088000] 88000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x0248a000, 0x0248afff] PGTABLE
[ 0.000000] BRK [0x0248b000, 0x0248bfff] PGTABLE
[ 0.000000] BRK [0x0248c000, 0x0248cfff] PGTABLE
[ 0.000000] BRK [0x0248d000, 0x0248dfff] PGTABLE
[ 0.000000] BRK [0x0248e000, 0x0248efff] PGTABLE
[ 0.000000] BRK [0x0248f000, 0x0248ffff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x32ace000-0x3555efff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0410 000024 (v02 INTEL )
[ 0.000000] ACPI: XSDT 0x00000000BDFA9D98 0000C4 (v01 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: FACP 0x00000000BDFA9918 0000F4 (v04 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20170119/tbfadt-708)
[ 0.000000] ACPI: DSDT 0x00000000BDF8E018 019146 (v02 INTEL S2600GZ 00000002 INTL 20100331)
[ 0.000000] ACPI: FACS 0x00000000BDFA9F40 000040
[ 0.000000] ACPI: APIC 0x00000000BDF8A018 000BAA (v03 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: SPMI 0x00000000BDFABA98 000041 (v05 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: FPDT 0x00000000BDFABA18 000044 (v01 INTEL S2600GZ 00000000 00000000)
[ 0.000000] ACPI: MCFG 0x00000000BDFABF18 00003C (v01 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: WDDT 0x00000000BDFABE98 000040 (v01 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: SRAT 0x00000000BDF8BA98 000328 (v03 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: SLIT 0x00000000BDFABE18 000030 (v01 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: MSCT 0x00000000BDFAAD18 000090 (v01 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: HPET 0x00000000BDFABD98 000038 (v01 INTEL S2600GZ 06222004 INTL 20090903)
[ 0.000000] ACPI: SSDT 0x00000000BDDCD018 0D30C8 (v02 INTEL S2600GZ 00004000 INTL 20100331)
[ 0.000000] ACPI: BGRT 0x00000000BDFABD18 000038 (v00 INTEL S2600GZ 06222004 AMI 00010013)
[ 0.000000] ACPI: HEST 0x00000000BDF8DF18 0000A8 (v01 INTEL S2600GZ 00000001 INTL 00000001)
[ 0.000000] ACPI: BERT 0x00000000BDFABB98 000030 (v01 INTEL S2600GZ 00000001 INTL 00000001)
[ 0.000000] ACPI: ERST 0x00000000BDF8DC98 000230 (v01 INTEL S2600GZ 00000001 INTL 00000001)
[ 0.000000] ACPI: EINJ 0x00000000BDFA9798 000130 (v01 INTEL S2600GZ 00000001 INTL 00000001)
[ 0.000000] ACPI: SSDT 0x00000000BDF85018 001729 (v02 INTEL S2600GZ 00000002 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDFABC18 000045 (v02 INTEL S2600GZ 00000001 INTL 20100331)
[ 0.000000] ACPI: SSDT 0x00000000BDF8BE18 000181 (v02 INTEL S2600GZ 00000003 INTL 20100331)
[ 0.000000] ACPI: BGRT 0x00000000BDFABC98 000038 (v00 INTEL ROMLEY 06222004 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 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 0x10 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x11 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x13 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x15 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x17 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[ 0.000000] SRAT: PXM 0 -> APIC 0x19 -> 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 0x30 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x31 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x33 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x35 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x36 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x37 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x38 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x39 -> Node 1
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0xbfffffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x43fffffff]
[ 0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x440000000-0x83fffffff]
[ 0.000000] NUMA: Initialized distance table, cnt=2
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x43fffffff] -> [mem 0x00000000-0x43fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x43ffee000-0x43fffffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x83ffeb000-0x83fffcfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000083fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bad28fff]
[ 0.000000] node 0: [mem 0x00000000baf90000-0x00000000bafc4fff]
[ 0.000000] node 0: [mem 0x00000000bafda000-0x00000000bb3d3fff]
[ 0.000000] node 0: [mem 0x00000000bdfac000-0x00000000bdffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000043fffffff]
[ 0.000000] node 1: [mem 0x0000000440000000-0x000000083fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000043fffffff]
[ 0.000000] On node 0 totalpages: 4174137
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3981 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11911 pages used for memmap
[ 0.000000] DMA32 zone: 762284 pages, LIFO batch:31
[ 0.000000] Normal zone: 53248 pages used for memmap
[ 0.000000] Normal zone: 3407872 pages, LIFO batch:31
[ 0.000000] Initmem setup node 1 [mem 0x0000000440000000-0x000000083fffffff]
[ 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] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 1, version 32, address 0xfec3f000, GSI 24-47
[ 0.000000] IOAPIC[2]: apic_id 2, version 32, address 0xfec7f000, GSI 48-71
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: 160 Processors exceeds NR_CPUS limit of 128
[ 0.000000] smpboot: Allowing 128 CPUs, 88 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008e000-0x0008efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-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 0xbad29000-0xbaf8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbafc5000-0xbafd9fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb3d4000-0xbdd2efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdd2f000-0xbddccfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbddcd000-0xbdea0fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdea1000-0xbdf2efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbdf2f000-0xbdfabfff]
[ 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] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:2
[ 0.000000] percpu: Embedded 38 pages/cpu @ffff88042ee00000 s115800 r8192 d31656 u262144
[ 0.000000] pcpu-alloc: s115800 r8192 d31656 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 0.000000] pcpu-alloc: [0] 008 009 020 021 022 023 024 025
[ 0.000000] pcpu-alloc: [0] 026 027 028 029 040 042 044 046
[ 0.000000] pcpu-alloc: [0] 048 050 052 054 056 058 060 062
[ 0.000000] pcpu-alloc: [0] 064 066 068 070 072 074 076 078
[ 0.000000] pcpu-alloc: [0] 080 082 084 086 088 090 092 094
[ 0.000000] pcpu-alloc: [0] 096 098 100 102 104 106 108 110
[ 0.000000] pcpu-alloc: [0] 112 114 116 118 120 122 124 126
[ 0.000000] pcpu-alloc: [1] 010 011 012 013 014 015 016 017
[ 0.000000] pcpu-alloc: [1] 018 019 030 031 032 033 034 035
[ 0.000000] pcpu-alloc: [1] 036 037 038 039 041 043 045 047
[ 0.000000] pcpu-alloc: [1] 049 051 053 055 057 059 061 063
[ 0.000000] pcpu-alloc: [1] 065 067 069 071 073 075 077 079
[ 0.000000] pcpu-alloc: [1] 081 083 085 087 089 091 093 095
[ 0.000000] pcpu-alloc: [1] 097 099 101 103 105 107 109 111
[ 0.000000] pcpu-alloc: [1] 113 115 117 119 121 123 125 127
[ 0.000000] Built 2 zonelists in Node order, mobility grouping on. Total pages: 8237661
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/bzImage root=/dev/sda1 ro rd.md=0 rd.lvm=0 rd.dm=0 panic=1 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200 selinux=0 console=tty ignore_loglevel sysrq_always_enabled nmi_SYSFONT=latarcyrheb-sun16 KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8 debug initcall_debug
[ 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: 262144 bytes
[ 0.000000] log_buf_len: 1048576 bytes
[ 0.000000] early log buf free: 245588(93%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 32798092K/33473764K available (10010K kernel code, 1680K rwdata, 3976K rodata, 1676K init, 3196K bss, 675672K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=2
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:8448 nr_irqs:2264 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] bootconsole [earlyser0] disabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.001000] tsc: Fast TSC calibration using PIT
[ 0.002000] tsc: Detected 2793.149 MHz processor
[ 0.003000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5586.29 BogoMIPS (lpj=2793149)
[ 0.004002] pid_max: default: 131072 minimum: 1024
[ 0.005013] ACPI: Core revision 20170119
[ 0.058977] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.059113] Security Framework initialized
[ 0.060003] SELinux: Disabled at boot.
[ 0.062702] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.070542] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.075190] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.076027] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.077518] CPU: Physical Processor ID: 0
[ 0.078002] CPU: Processor Core ID: 0
[ 0.079008] mce: CPU supports 27 MCE banks
[ 0.080020] CPU0: Thermal monitoring enabled (TM1)
[ 0.081047] process: using mwait in idle threads
[ 0.082004] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.083002] Last level dTLB entries: 4KB 512, 2MB 0, 4MB 0, 1GB 4
[ 0.085136] Freeing SMP alternatives memory: 40K
[ 0.087004] ftrace: allocating 35870 entries in 141 pages
[ 0.097136] smpboot: Max logical packages: 16
[ 0.098153] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.099003] Switched APIC routing to physical flat.
[ 0.101303] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.111299] TSC deadline timer enabled
[ 0.112000] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz (family: 0x6, model: 0x3e, stepping: 0x4)
[ 0.112203] calling trace_init_flags_sys_exit+0x0/0xf @ 1
[ 0.113003] initcall trace_init_flags_sys_exit+0x0/0xf returned 0 after 0 usecs
[ 0.114002] calling trace_init_flags_sys_enter+0x0/0xf @ 1
[ 0.115001] initcall trace_init_flags_sys_enter+0x0/0xf returned 0 after 0 usecs
[ 0.116002] calling init_hw_perf_events+0x0/0x5aa @ 1
[ 0.117001] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.118005] ... version: 3
[ 0.119001] ... bit width: 48
[ 0.120000] ... generic registers: 4
[ 0.121001] ... value mask: 0000ffffffffffff
[ 0.122000] ... max period: 00007fffffffffff
[ 0.123000] ... fixed-purpose events: 3
[ 0.124000] ... event mask: 000000070000000f
[ 0.125080] initcall init_hw_perf_events+0x0/0x5aa returned 0 after 7812 usecs
[ 0.126005] calling init_real_mode+0x0/0x1d0 @ 1
[ 0.127020] initcall init_real_mode+0x0/0x1d0 returned 0 after 0 usecs
[ 0.128002] calling trace_init_perf_perm_irq_work_exit+0x0/0x13 @ 1
[ 0.129003] initcall trace_init_perf_perm_irq_work_exit+0x0/0x13 returned 0 after 0 usecs
[ 0.130004] calling register_nmi_cpu_backtrace_handler+0x0/0x16 @ 1
[ 0.131003] initcall register_nmi_cpu_backtrace_handler+0x0/0x16 returned 0 after 0 usecs
[ 0.132004] calling spawn_ksoftirqd+0x0/0x40 @ 1
[ 0.133018] initcall spawn_ksoftirqd+0x0/0x40 returned 0 after 0 usecs
[ 0.134004] calling migration_init+0x0/0x34 @ 1
[ 0.135002] initcall migration_init+0x0/0x34 returned 0 after 0 usecs
[ 0.136003] calling check_cpu_stall_init+0x0/0x1b @ 1
[ 0.137002] initcall check_cpu_stall_init+0x0/0x1b returned 0 after 0 usecs
[ 0.138001] calling rcu_spawn_gp_kthread+0x0/0x124 @ 1
[ 0.139024] initcall rcu_spawn_gp_kthread+0x0/0x124 returned 0 after 0 usecs
[ 0.140004] calling cpu_stop_init+0x0/0x9b @ 1
[ 0.141041] initcall cpu_stop_init+0x0/0x9b returned 0 after 0 usecs
[ 0.142003] calling init_events+0x0/0x42 @ 1
[ 0.143010] initcall init_events+0x0/0x42 returned 0 after 0 usecs
[ 0.144002] calling init_trace_printk+0x0/0x12 @ 1
[ 0.145002] initcall init_trace_printk+0x0/0x12 returned 0 after 0 usecs
[ 0.146001] calling event_trace_enable_again+0x0/0x43 @ 1
[ 0.147003] initcall event_trace_enable_again+0x0/0x43 returned 0 after 0 usecs
[ 0.148004] calling jump_label_init_module+0x0/0x12 @ 1
[ 0.149002] initcall jump_label_init_module+0x0/0x12 returned 0 after 0 usecs
[ 0.150004] calling dynamic_debug_init+0x0/0x265 @ 1
[ 0.151642] initcall dynamic_debug_init+0x0/0x265 returned 0 after 0 usecs
[ 0.152004] calling rand_initialize+0x0/0x110 @ 1
[ 0.153039] initcall rand_initialize+0x0/0x110 returned 0 after 0 usecs
[ 0.154004] calling mce_amd_init+0x0/0x186 @ 1
[ 0.155002] initcall mce_amd_init+0x0/0x186 returned -19 after 0 usecs
[ 0.157415] smp: Bringing up secondary CPUs ...
[ 0.158080] x86: Booting SMP configuration:
[ 0.159002] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9
[ 0.721003] .... node #1, CPUs: #10 #11 #12 #13 #14 #15 #16 #17 #18 #19
[ 1.360002] .... node #0, CPUs: #20 #21 #22 #23 #24 #25 #26 #27 #28 #29
[ 1.981003] .... node #1, CPUs: #30 #31 #32 #33 #34 #35 #36 #37 #38 #39
[ 2.620170] smp: Brought up 2 nodes, 40 CPUs
[ 2.622002] ----------------
[ 2.623001] | NMI testsuite:
[ 2.624001] --------------------
[ 2.625001] remote IPI: ok |
[ 2.627001] local IPI: ok |
[ 2.628011] --------------------
[ 2.629001] Good, all 2 testcases passed! |
[ 2.630001] ---------------------------------
[ 2.631002] smpboot: Total of 40 processors activated (223804.31 BogoMIPS)
[ 2.634163] sched_clock: Marking stable (2634000000, 0)->(3283490083, -649490083)
[ 2.644371] devtmpfs: initialized
[ 2.648584] calling ipc_ns_init+0x0/0x48 @ 1
[ 2.653729] initcall ipc_ns_init+0x0/0x48 returned 0 after 0 usecs
[ 2.660911] calling init_mmap_min_addr+0x0/0x25 @ 1
[ 2.666733] initcall init_mmap_min_addr+0x0/0x25 returned 0 after 0 usecs
[ 2.674596] calling init_cpufreq_transition_notifier_list+0x0/0x1b @ 1
[ 2.682317] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 usecs
[ 2.692231] calling net_ns_init+0x0/0x135 @ 1
[ 2.697568] initcall net_ns_init+0x0/0x135 returned 0 after 0 usecs
[ 2.704980] calling e820__register_nvs_regions+0x0/0x38 @ 1
[ 2.711574] PM: Registering ACPI NVS region [mem 0xbdd2f000-0xbddccfff] (647168 bytes)
[ 2.720908] PM: Registering ACPI NVS region [mem 0xbdea1000-0xbdf2efff] (581632 bytes)
[ 2.730244] initcall e820__register_nvs_regions+0x0/0x38 returned 0 after 1953 usecs
[ 2.739373] calling cpufreq_register_tsc_scaling+0x0/0x33 @ 1
[ 2.746168] initcall cpufreq_register_tsc_scaling+0x0/0x33 returned 0 after 0 usecs
[ 2.755206] calling init_cpu_syscore+0x0/0x14 @ 1
[ 2.760832] initcall init_cpu_syscore+0x0/0x14 returned 0 after 0 usecs
[ 2.768504] calling reboot_init+0x0/0x37 @ 1
[ 2.773648] initcall reboot_init+0x0/0x37 returned 0 after 0 usecs
[ 2.780832] calling init_lapic_sysfs+0x0/0x23 @ 1
[ 2.786457] initcall init_lapic_sysfs+0x0/0x23 returned 0 after 0 usecs
[ 2.794128] calling cpu_hotplug_pm_sync_init+0x0/0x14 @ 1
[ 2.800535] initcall cpu_hotplug_pm_sync_init+0x0/0x14 returned 0 after 0 usecs
[ 2.809177] calling alloc_frozen_cpus+0x0/0x8 @ 1
[ 2.814794] initcall alloc_frozen_cpus+0x0/0x8 returned 0 after 0 usecs
[ 2.822462] calling wq_sysfs_init+0x0/0x2b @ 1
[ 2.827809] initcall wq_sysfs_init+0x0/0x2b returned 0 after 0 usecs
[ 2.835185] calling ksysfs_init+0x0/0x93 @ 1
[ 2.840332] initcall ksysfs_init+0x0/0x93 returned 0 after 0 usecs
[ 2.847512] calling pm_init+0x0/0x79 @ 1
[ 2.852424] initcall pm_init+0x0/0x79 returned 0 after 0 usecs
[ 2.859220] calling pm_disk_init+0x0/0x19 @ 1
[ 2.864459] initcall pm_disk_init+0x0/0x19 returned 0 after 0 usecs
[ 2.871735] calling swsusp_header_init+0x0/0x40 @ 1
[ 2.877557] initcall swsusp_header_init+0x0/0x40 returned 0 after 0 usecs
[ 2.885421] calling rcu_set_runtime_mode+0x0/0x12 @ 1
[ 2.891435] initcall rcu_set_runtime_mode+0x0/0x12 returned 0 after 0 usecs
[ 2.899492] calling init_jiffies_clocksource+0x0/0x19 @ 1
[ 2.905896] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 2.917262] initcall init_jiffies_clocksource+0x0/0x19 returned 0 after 976 usecs
[ 2.926103] calling futex_init+0x0/0xf7 @ 1
[ 2.931239] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[ 2.939048] initcall futex_init+0x0/0xf7 returned 0 after 976 usecs
[ 2.946328] calling cgroup_wq_init+0x0/0x2e @ 1
[ 2.951857] initcall cgroup_wq_init+0x0/0x2e returned 0 after 0 usecs
[ 2.959334] calling cgroup1_wq_init+0x0/0x2e @ 1
[ 2.964956] initcall cgroup1_wq_init+0x0/0x2e returned 0 after 0 usecs
[ 2.972530] calling ftrace_mod_cmd_init+0x0/0x12 @ 1
[ 2.978452] initcall ftrace_mod_cmd_init+0x0/0x12 returned 0 after 0 usecs
[ 2.986404] calling init_function_trace+0x0/0x92 @ 1
[ 2.992327] initcall init_function_trace+0x0/0x92 returned 0 after 0 usecs
[ 3.000289] calling init_wakeup_tracer+0x0/0x32 @ 1
[ 3.006110] initcall init_wakeup_tracer+0x0/0x32 returned 0 after 0 usecs
[ 3.013974] calling init_graph_trace+0x0/0x64 @ 1
[ 3.019604] initcall init_graph_trace+0x0/0x64 returned 0 after 0 usecs
[ 3.027275] calling init_per_zone_wmark_min+0x0/0x71 @ 1
[ 3.033621] initcall init_per_zone_wmark_min+0x0/0x71 returned 0 after 0 usecs
[ 3.042174] calling init_zero_pfn+0x0/0x39 @ 1
[ 3.047509] initcall init_zero_pfn+0x0/0x39 returned 0 after 0 usecs
[ 3.054886] calling memory_failure_init+0x0/0xa4 @ 1
[ 3.060827] initcall memory_failure_init+0x0/0xa4 returned 0 after 0 usecs
[ 3.068790] calling fsnotify_init+0x0/0x24 @ 1
[ 3.074177] initcall fsnotify_init+0x0/0x24 returned 0 after 0 usecs
[ 3.081555] calling filelock_init+0x0/0x95 @ 1
[ 3.086933] initcall filelock_init+0x0/0x95 returned 0 after 0 usecs
[ 3.094308] calling init_script_binfmt+0x0/0x16 @ 1
[ 3.100129] initcall init_script_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 3.107994] calling init_elf_binfmt+0x0/0x16 @ 1
[ 3.113523] initcall init_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 3.121095] calling init_compat_elf_binfmt+0x0/0x16 @ 1
[ 3.127304] initcall init_compat_elf_binfmt+0x0/0x16 returned 0 after 0 usecs
[ 3.135554] calling configfs_init+0x0/0x98 @ 1
[ 3.140890] initcall configfs_init+0x0/0x98 returned 0 after 0 usecs
[ 3.148265] calling debugfs_init+0x0/0x59 @ 1
[ 3.153503] initcall debugfs_init+0x0/0x59 returned 0 after 0 usecs
[ 3.160783] calling tracefs_init+0x0/0x3b @ 1
[ 3.166020] initcall tracefs_init+0x0/0x3b returned 0 after 0 usecs
[ 3.173302] calling securityfs_init+0x0/0x6e @ 1
[ 3.178856] initcall securityfs_init+0x0/0x6e returned 0 after 0 usecs
[ 3.186429] calling calibrate_xor_blocks+0x0/0x130 @ 1
[ 3.192543] xor: automatically using best checksumming function avx
[ 3.200699] initcall calibrate_xor_blocks+0x0/0x130 returned 0 after 976 usecs
[ 3.209239] calling prandom_init+0x0/0xcc @ 1
[ 3.219135] initcall prandom_init+0x0/0xcc returned 0 after 0 usecs
[ 3.226419] calling sfi_sysfs_init+0x0/0xd6 @ 1
[ 3.231853] initcall sfi_sysfs_init+0x0/0xd6 returned 0 after 0 usecs
[ 3.239328] calling virtio_init+0x0/0x30 @ 1
[ 3.244493] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs
[ 3.251679] calling iommu_init+0x0/0x2b @ 1
[ 3.256723] initcall iommu_init+0x0/0x2b returned 0 after 0 usecs
[ 3.263811] calling early_resume_init+0x0/0xd0 @ 1
[ 3.269557] RTC time: 14:30:14, date: 04/24/17
[ 3.274795] initcall early_resume_init+0x0/0xd0 returned 0 after 976 usecs
[ 3.282759] calling cpufreq_core_init+0x0/0x4c @ 1
[ 3.288474] initcall cpufreq_core_init+0x0/0x4c returned 0 after 0 usecs
[ 3.296240] calling cpuidle_init+0x0/0x3b @ 1
[ 3.301484] initcall cpuidle_init+0x0/0x3b returned 0 after 0 usecs
[ 3.308764] calling capsule_reboot_register+0x0/0x12 @ 1
[ 3.315072] initcall capsule_reboot_register+0x0/0x12 returned 0 after 0 usecs
[ 3.323623] calling bsp_pm_check_init+0x0/0x14 @ 1
[ 3.329349] initcall bsp_pm_check_init+0x0/0x14 returned 0 after 0 usecs
[ 3.337115] calling sock_init+0x0/0x9a @ 1
[ 3.343128] initcall sock_init+0x0/0x9a returned 0 after 976 usecs
[ 3.350314] calling net_inuse_init+0x0/0x24 @ 1
[ 3.355789] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs
[ 3.363265] calling init_default_flow_dissectors+0x0/0x50 @ 1
[ 3.370061] initcall init_default_flow_dissectors+0x0/0x50 returned 0 after 0 usecs
[ 3.379095] calling netpoll_init+0x0/0x31 @ 1
[ 3.384333] initcall netpoll_init+0x0/0x31 returned 0 after 0 usecs
[ 3.391614] calling netlink_proto_init+0x0/0x177 @ 1
[ 3.397568] NET: Registered protocol family 16
[ 3.402817] initcall netlink_proto_init+0x0/0x177 returned 0 after 976 usecs
[ 3.411088] calling irq_sysfs_init+0x0/0x8f @ 1
[ 3.416564] initcall irq_sysfs_init+0x0/0x8f returned 0 after 0 usecs
[ 3.424040] calling bdi_class_init+0x0/0x49 @ 1
[ 3.429516] initcall bdi_class_init+0x0/0x49 returned 0 after 0 usecs
[ 3.436992] calling mm_sysfs_init+0x0/0x29 @ 1
[ 3.442326] initcall mm_sysfs_init+0x0/0x29 returned 0 after 0 usecs
[ 3.449705] calling kobject_uevent_init+0x0/0x12 @ 1
[ 3.455625] initcall kobject_uevent_init+0x0/0x12 returned 0 after 0 usecs
[ 3.463587] calling pcibus_class_init+0x0/0x19 @ 1
[ 3.469314] initcall pcibus_class_init+0x0/0x19 returned 0 after 0 usecs
[ 3.477080] calling pci_driver_init+0x0/0x12 @ 1
[ 3.482614] initcall pci_driver_init+0x0/0x12 returned 0 after 0 usecs
[ 3.490187] calling backlight_class_init+0x0/0xa8 @ 1
[ 3.496201] initcall backlight_class_init+0x0/0xa8 returned 0 after 0 usecs
[ 3.504258] calling tty_class_init+0x0/0x34 @ 1
[ 3.509694] initcall tty_class_init+0x0/0x34 returned 0 after 0 usecs
[ 3.517169] calling vtconsole_class_init+0x0/0xbd @ 1
[ 3.523199] initcall vtconsole_class_init+0x0/0xbd returned 0 after 0 usecs
[ 3.531261] calling iommu_dev_init+0x0/0x19 @ 1
[ 3.536694] initcall iommu_dev_init+0x0/0x19 returned 0 after 0 usecs
[ 3.544172] calling wakeup_sources_debugfs_init+0x0/0x24 @ 1
[ 3.550874] initcall wakeup_sources_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 3.559809] calling register_node_type+0x0/0x19 @ 1
[ 3.565637] initcall register_node_type+0x0/0x19 returned 0 after 0 usecs
[ 3.573499] calling regmap_initcall+0x0/0xd @ 1
[ 3.578936] initcall regmap_initcall+0x0/0xd returned 0 after 0 usecs
[ 3.586415] calling i2c_init+0x0/0xb4 @ 1
[ 3.591275] initcall i2c_init+0x0/0xb4 returned 0 after 0 usecs
[ 3.598167] calling init_ladder+0x0/0x25 @ 1
[ 3.603348] cpuidle: using governor ladder
[ 3.608199] initcall init_ladder+0x0/0x25 returned 0 after 976 usecs
[ 3.615578] calling init_menu+0x0/0x12 @ 1
[ 3.620537] cpuidle: using governor menu
[ 3.625191] initcall init_menu+0x0/0x12 returned 0 after 976 usecs
[ 3.632375] calling pcc_init+0x0/0x397 @ 1
[ 3.637323] PCCT header not found.
[ 3.641393] initcall pcc_init+0x0/0x397 returned -19 after 976 usecs
[ 3.648770] calling amd_postcore_init+0x0/0x11e @ 1
[ 3.654582] initcall amd_postcore_init+0x0/0x11e returned 0 after 0 usecs
[ 3.662563] calling bts_init+0x0/0xaa @ 1
[ 3.667421] initcall bts_init+0x0/0xaa returned 0 after 0 usecs
[ 3.674312] calling pt_init+0x0/0x33d @ 1
[ 3.679163] initcall pt_init+0x0/0x33d returned -19 after 0 usecs
[ 3.686248] calling boot_params_ksysfs_init+0x0/0x257 @ 1
[ 3.692658] initcall boot_params_ksysfs_init+0x0/0x257 returned 0 after 0 usecs
[ 3.701302] calling sbf_init+0x0/0xe9 @ 1
[ 3.706150] initcall sbf_init+0x0/0xe9 returned 0 after 0 usecs
[ 3.713042] calling arch_kdebugfs_init+0x0/0x21a @ 1
[ 3.718972] initcall arch_kdebugfs_init+0x0/0x21a returned 0 after 0 usecs
[ 3.726934] calling mtrr_if_init+0x0/0x64 @ 1
[ 3.732176] initcall mtrr_if_init+0x0/0x64 returned 0 after 0 usecs
[ 3.739458] calling ffh_cstate_init+0x0/0x2b @ 1
[ 3.745009] initcall ffh_cstate_init+0x0/0x2b returned 0 after 0 usecs
[ 3.752583] calling gigantic_pages_init+0x0/0x33 @ 1
[ 3.758506] initcall gigantic_pages_init+0x0/0x33 returned 0 after 0 usecs
[ 3.766465] calling acpi_pci_init+0x0/0x62 @ 1
[ 3.771798] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 3.780732] ACPI: bus type PCI registered
[ 3.785481] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 3.792959] initcall acpi_pci_init+0x0/0x62 returned 0 after 2929 usecs
[ 3.800629] calling dma_bus_init+0x0/0xc0 @ 1
[ 3.805902] initcall dma_bus_init+0x0/0xc0 returned 0 after 0 usecs
[ 3.813184] calling dma_channel_table_init+0x0/0xcd @ 1
[ 3.819449] initcall dma_channel_table_init+0x0/0xcd returned 0 after 0 usecs
[ 3.827699] calling dmi_id_init+0x0/0x305 @ 1
[ 3.832960] initcall dmi_id_init+0x0/0x305 returned 0 after 0 usecs
[ 3.840243] calling dca_init+0x0/0x1e @ 1
[ 3.845082] dca service started, version 1.12.1
[ 3.850421] initcall dca_init+0x0/0x1e returned 0 after 976 usecs
[ 3.857506] calling pci_arch_init+0x0/0x66 @ 1
[ 3.862853] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[ 3.873739] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[ 3.881624] PCI: Using configuration type 1 for base access
[ 3.888127] initcall pci_arch_init+0x0/0x66 returned 0 after 2929 usecs
[ 3.895909] calling init_vdso+0x0/0x35 @ 1
[ 3.901245] initcall init_vdso+0x0/0x35 returned 0 after 0 usecs
[ 3.908274] calling sysenter_setup+0x0/0x14 @ 1
[ 3.913736] initcall sysenter_setup+0x0/0x14 returned 0 after 0 usecs
[ 3.921242] calling fixup_ht_bug+0x0/0x9f @ 1
[ 3.926497] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 3.934281] initcall fixup_ht_bug+0x0/0x9f returned 0 after 7812 usecs
[ 3.941882] calling topology_init+0x0/0x92 @ 1
[ 3.948984] initcall topology_init+0x0/0x92 returned 0 after 976 usecs
[ 3.956587] calling mtrr_init_finialize+0x0/0x3f @ 1
[ 3.962534] initcall mtrr_init_finialize+0x0/0x3f returned 0 after 0 usecs
[ 3.970527] calling uid_cache_init+0x0/0x88 @ 1
[ 3.975999] initcall uid_cache_init+0x0/0x88 returned 0 after 0 usecs
[ 3.983504] calling param_sysfs_init+0x0/0x1b7 @ 1
[ 3.991864] initcall param_sysfs_init+0x0/0x1b7 returned 0 after 1953 usecs
[ 3.999949] calling user_namespace_sysctl_init+0x0/0x34 @ 1
[ 4.006595] initcall user_namespace_sysctl_init+0x0/0x34 returned 0 after 0 usecs
[ 4.015478] calling proc_schedstat_init+0x0/0x22 @ 1
[ 4.021432] initcall proc_schedstat_init+0x0/0x22 returned 0 after 0 usecs
[ 4.029420] calling pm_sysrq_init+0x0/0x19 @ 1
[ 4.034932] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 usecs
[ 4.042349] calling create_proc_profile+0x0/0xe0 @ 1
[ 4.048297] initcall create_proc_profile+0x0/0xe0 returned 0 after 0 usecs
[ 4.056279] calling crash_save_vmcoreinfo_init+0x0/0x555 @ 1
[ 4.063047] initcall crash_save_vmcoreinfo_init+0x0/0x555 returned 0 after 0 usecs
[ 4.072026] calling crash_notes_memory_init+0x0/0x36 @ 1
[ 4.078449] initcall crash_notes_memory_init+0x0/0x36 returned 0 after 0 usecs
[ 4.087034] calling cgroup_namespaces_init+0x0/0x8 @ 1
[ 4.093171] initcall cgroup_namespaces_init+0x0/0x8 returned 0 after 0 usecs
[ 4.101352] calling oom_init+0x0/0x5f @ 1
[ 4.106293] initcall oom_init+0x0/0x5f returned 0 after 0 usecs
[ 4.113216] calling default_bdi_init+0x0/0x3e @ 1
[ 4.119088] initcall default_bdi_init+0x0/0x3e returned 0 after 0 usecs
[ 4.126783] calling percpu_enable_async+0x0/0xf @ 1
[ 4.132630] initcall percpu_enable_async+0x0/0xf returned 0 after 0 usecs
[ 4.140524] calling kcompactd_init+0x0/0x9b @ 1
[ 4.146076] initcall kcompactd_init+0x0/0x9b returned 0 after 0 usecs
[ 4.153585] calling init_reserve_notifier+0x0/0x8 @ 1
[ 4.159628] initcall init_reserve_notifier+0x0/0x8 returned 0 after 0 usecs
[ 4.167717] calling init_admin_reserve+0x0/0x40 @ 1
[ 4.173564] initcall init_admin_reserve+0x0/0x40 returned 0 after 0 usecs
[ 4.181451] calling init_user_reserve+0x0/0x40 @ 1
[ 4.187200] initcall init_user_reserve+0x0/0x40 returned 0 after 0 usecs
[ 4.194995] calling hugetlb_init+0x0/0x48c @ 1
[ 4.200361] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 4.207759] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 4.215224] initcall hugetlb_init+0x0/0x48c returned 0 after 14648 usecs
[ 4.223017] calling ksm_init+0x0/0x196 @ 1
[ 4.228061] initcall ksm_init+0x0/0x196 returned 0 after 976 usecs
[ 4.235271] calling hugepage_init+0x0/0x128 @ 1
[ 4.240820] initcall hugepage_init+0x0/0x128 returned 0 after 0 usecs
[ 4.248327] calling crypto_wq_init+0x0/0x31 @ 1
[ 4.254009] initcall crypto_wq_init+0x0/0x31 returned 0 after 0 usecs
[ 4.261505] calling cryptomgr_init+0x0/0x12 @ 1
[ 4.266962] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 usecs
[ 4.274461] calling cryptd_init+0x0/0xb9 @ 1
[ 4.279667] initcall cryptd_init+0x0/0xb9 returned 0 after 0 usecs
[ 4.286875] calling init_bio+0x0/0xd5 @ 1
[ 4.292209] initcall init_bio+0x0/0xd5 returned 0 after 0 usecs
[ 4.299130] calling blk_settings_init+0x0/0x2a @ 1
[ 4.304882] initcall blk_settings_init+0x0/0x2a returned 0 after 0 usecs
[ 4.312676] calling blk_ioc_init+0x0/0x2a @ 1
[ 4.317995] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 usecs
[ 4.325303] calling blk_softirq_init+0x0/0x7d @ 1
[ 4.330974] initcall blk_softirq_init+0x0/0x7d returned 0 after 0 usecs
[ 4.338669] calling blk_mq_init+0x0/0x4e @ 1
[ 4.343836] initcall blk_mq_init+0x0/0x4e returned 0 after 0 usecs
[ 4.351047] calling genhd_device_init+0x0/0x82 @ 1
[ 4.361930] initcall genhd_device_init+0x0/0x82 returned 0 after 0 usecs
[ 4.369725] calling raid6_select_algo+0x0/0x30b @ 1
[ 4.392598] raid6: sse2x1 gen() 3152 MB/s
[ 4.414690] raid6: sse2x1 xor() 2642 MB/s
[ 4.436752] raid6: sse2x2 gen() 3929 MB/s
[ 4.458843] raid6: sse2x2 xor() 2953 MB/s
[ 4.480918] raid6: sse2x4 gen() 4800 MB/s
[ 4.502982] raid6: sse2x4 xor() 3552 MB/s
[ 4.508050] raid6: using algorithm sse2x4 gen() 4800 MB/s
[ 4.514381] raid6: .... xor() 3552 MB/s, rmw enabled
[ 4.520224] raid6: using ssse3x2 recovery algorithm
[ 4.525976] initcall raid6_select_algo+0x0/0x30b returned 0 after 145507 usecs
[ 4.534563] calling pci_slot_init+0x0/0x50 @ 1
[ 4.539928] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs
[ 4.547330] calling fbmem_init+0x0/0xd1 @ 1
[ 4.552410] initcall fbmem_init+0x0/0xd1 returned 0 after 0 usecs
[ 4.559529] calling acpi_init+0x0/0x351 @ 1
[ 4.564922] ACPI: Added _OSI(Module Device)
[ 4.569894] ACPI: Added _OSI(Processor Device)
[ 4.575157] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 4.580712] ACPI: Added _OSI(Processor Aggregator Device)
[ 4.587334] ACPI: Executed 1 blocks of module-level executable AML code
[ 4.834841] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 4.867367] ACPI: Interpreter enabled
[ 4.871792] ACPI: (supports S0 S1 S5)
[ 4.876181] ACPI: Using IOAPIC for interrupt routing
[ 4.882129] HEST: Table parsing has been initialized.
[ 4.888078] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 4.951154] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 4.958373] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 4.968545] acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 4.976142] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 4.985222] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 4.995151] acpi PNP0A08:00: host bridge window expanded to [io 0x0000-0xbfff]; [io 0x0000-0xbfff window] ignored
[ 5.007346] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000d3fff window] (conflicts with Adapter ROM [mem 0x000c8000-0x000d19ff])
[ 5.023142] PCI host bridge to bus 0000:00
[ 5.028028] pci_bus 0000:00: root bus resource [io 0x0000-0xbfff]
[ 5.035236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 5.044116] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 5.052980] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 5.061859] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 5.070723] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 5.079596] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 5.088469] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 5.097343] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 5.106217] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 5.115106] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 5.123989] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 5.132865] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 5.141731] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 5.150606] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xebffffff window]
[ 5.159473] pci_bus 0000:00: root bus resource [mem 0x380000000000-0x38007fffffff window]
[ 5.169123] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 5.175570] pci 0000:00:00.0: [8086:0e00] type 00 class 0x060000
[ 5.182690] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 5.189966] pci 0000:00:01.0: [8086:0e02] type 01 class 0x060400
[ 5.197086] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 5.204318] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 5.211008] pci 0000:00:01.1: [8086:0e03] type 01 class 0x060400
[ 5.218126] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 5.225347] pci 0000:00:01.1: System wakeup disabled by ACPI
[ 5.232047] pci 0000:00:02.0: [8086:0e04] type 01 class 0x060400
[ 5.239169] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 5.246389] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 5.253067] pci 0000:00:02.2: [8086:0e06] type 01 class 0x060400
[ 5.260192] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 5.267414] pci 0000:00:02.2: System wakeup disabled by ACPI
[ 5.274101] pci 0000:00:03.0: [8086:0e08] type 01 class 0x060400
[ 5.281221] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 5.288444] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 5.295129] pci 0000:00:03.2: [8086:0e0a] type 01 class 0x060400
[ 5.302250] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[ 5.309470] pci 0000:00:03.2: System wakeup disabled by ACPI
[ 5.316150] pci 0000:00:04.0: [8086:0e20] type 00 class 0x088000
[ 5.323189] pci 0000:00:04.0: reg 0x10: [mem 0x38007ff90000-0x38007ff93fff 64bit]
[ 5.332297] pci 0000:00:04.1: [8086:0e21] type 00 class 0x088000
[ 5.339333] pci 0000:00:04.1: reg 0x10: [mem 0x38007ff80000-0x38007ff83fff 64bit]
[ 5.348428] pci 0000:00:04.2: [8086:0e22] type 00 class 0x088000
[ 5.355462] pci 0000:00:04.2: reg 0x10: [mem 0x38007ff70000-0x38007ff73fff 64bit]
[ 5.364563] pci 0000:00:04.3: [8086:0e23] type 00 class 0x088000
[ 5.371597] pci 0000:00:04.3: reg 0x10: [mem 0x38007ff60000-0x38007ff63fff 64bit]
[ 5.380686] pci 0000:00:04.4: [8086:0e24] type 00 class 0x088000
[ 5.387719] pci 0000:00:04.4: reg 0x10: [mem 0x38007ff50000-0x38007ff53fff 64bit]
[ 5.396814] pci 0000:00:04.5: [8086:0e25] type 00 class 0x088000
[ 5.403846] pci 0000:00:04.5: reg 0x10: [mem 0x38007ff40000-0x38007ff43fff 64bit]
[ 5.412947] pci 0000:00:04.6: [8086:0e26] type 00 class 0x088000
[ 5.419984] pci 0000:00:04.6: reg 0x10: [mem 0x38007ff30000-0x38007ff33fff 64bit]
[ 5.429081] pci 0000:00:04.7: [8086:0e27] type 00 class 0x088000
[ 5.436113] pci 0000:00:04.7: reg 0x10: [mem 0x38007ff20000-0x38007ff23fff 64bit]
[ 5.445208] pci 0000:00:05.0: [8086:0e28] type 00 class 0x088000
[ 5.452427] pci 0000:00:05.1: [8086:0e29] type 00 class 0x088000
[ 5.459675] pci 0000:00:05.2: [8086:0e2a] type 00 class 0x088000
[ 5.466893] pci 0000:00:05.4: [8086:0e2c] type 00 class 0x080020
[ 5.473921] pci 0000:00:05.4: reg 0x10: [mem 0xd0d60000-0xd0d60fff]
[ 5.481473] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
[ 5.488511] pci 0000:00:16.0: reg 0x10: [mem 0xd0d50000-0xd0d5000f 64bit]
[ 5.496487] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 5.503740] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000
[ 5.510780] pci 0000:00:16.1: reg 0x10: [mem 0xd0d40000-0xd0d4000f 64bit]
[ 5.518756] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 5.526026] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
[ 5.533063] pci 0000:00:1a.0: reg 0x10: [mem 0xd0d20000-0xd0d203ff]
[ 5.540484] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 5.547714] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 5.554405] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
[ 5.561553] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 5.568766] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 5.575453] pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400
[ 5.582572] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 5.589784] pci 0000:00:1c.7: System wakeup disabled by ACPI
[ 5.596468] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
[ 5.603504] pci 0000:00:1d.0: reg 0x10: [mem 0xd0d10000-0xd0d103ff]
[ 5.610924] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 5.618153] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 5.624834] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 5.632009] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 5.638692] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
[ 5.645965] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
[ 5.652999] pci 0000:00:1f.2: reg 0x10: [io 0x3070-0x3077]
[ 5.659537] pci 0000:00:1f.2: reg 0x14: [io 0x3060-0x3063]
[ 5.666073] pci 0000:00:1f.2: reg 0x18: [io 0x3050-0x3057]
[ 5.672611] pci 0000:00:1f.2: reg 0x1c: [io 0x3040-0x3043]
[ 5.679147] pci 0000:00:1f.2: reg 0x20: [io 0x3020-0x303f]
[ 5.685685] pci 0000:00:1f.2: reg 0x24: [mem 0xd0d00000-0xd0d007ff]
[ 5.693048] pci 0000:00:1f.2: PME# supported from D3hot
[ 5.699327] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
[ 5.706357] pci 0000:00:1f.3: reg 0x10: [mem 0x38007ff10000-0x38007ff100ff 64bit]
[ 5.715262] pci 0000:00:1f.3: reg 0x20: [io 0x3000-0x301f]
[ 5.722033] pci 0000:01:00.0: [8086:1d74] type 01 class 0x060400
[ 5.729065] pci 0000:01:00.0: reg 0x10: [mem 0xd0c00000-0xd0c03fff]
[ 5.736458] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 5.746600] pci 0000:00:01.0: PCI bridge to [bus 01-03]
[ 5.752745] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 5.759860] pci 0000:00:01.0: bridge window [mem 0xd0b00000-0xd0cfffff]
[ 5.767753] pci 0000:00:01.0: bridge window [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 5.777795] pci 0000:02:08.0: [8086:1d3f] type 01 class 0x060400
[ 5.784932] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
[ 5.792170] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[ 5.798313] pci 0000:01:00.0: bridge window [io 0x2000-0x2fff]
[ 5.805426] pci 0000:01:00.0: bridge window [mem 0xd0b00000-0xd0bfffff]
[ 5.813322] pci 0000:01:00.0: bridge window [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 5.823407] pci 0000:03:00.0: [8086:1d6a] type 00 class 0x010700
[ 5.830449] pci 0000:03:00.0: reg 0x10: [mem 0x38007f800000-0x38007f807fff 64bit pref]
[ 5.839833] pci 0000:03:00.0: reg 0x18: [mem 0x38007f000000-0x38007f7fffff 64bit pref]
[ 5.849203] pci 0000:03:00.0: reg 0x20: [io 0x2100-0x21ff]
[ 5.860618] pci 0000:03:00.0: reg 0x24: [io 0x2000-0x20ff]
[ 5.867270] pci 0000:03:00.0: reg 0x164: [mem 0x38007f810000-0x38007f817fff 64bit pref]
[ 5.876732] pci 0000:03:00.0: VF(n) BAR0 space: [mem 0x38007f810000-0x38007f907fff 64bit pref] (contains BAR0 for 31 VFs)
[ 5.889729] pci 0000:03:00.3: [8086:1d70] type 00 class 0x0c0500
[ 5.896762] pci 0000:03:00.3: reg 0x10: [mem 0xd0b10000-0xd0b10fff]
[ 5.904113] pci 0000:03:00.3: reg 0x20: [io 0x2220-0x223f]
[ 5.910736] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[ 5.917944] pci 0000:03:00.4: [8086:1d71] type 00 class 0x0c0500
[ 5.924976] pci 0000:03:00.4: reg 0x10: [mem 0xd0b00000-0xd0b00fff]
[ 5.932327] pci 0000:03:00.4: reg 0x20: [io 0x2200-0x221f]
[ 5.938949] pci 0000:03:00.4: PME# supported from D0 D3hot D3cold
[ 5.946198] pci 0000:02:08.0: PCI bridge to [bus 03]
[ 5.952046] pci 0000:02:08.0: bridge window [io 0x2000-0x2fff]
[ 5.959159] pci 0000:02:08.0: bridge window [mem 0xd0b00000-0xd0bfffff]
[ 5.967045] pci 0000:02:08.0: bridge window [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 5.977196] pci 0000:04:00.0: [8086:1521] type 00 class 0x020000
[ 5.984215] pci 0000:04:00.0: reg 0x10: [mem 0xd0960000-0xd097ffff]
[ 5.991538] pci 0000:04:00.0: reg 0x18: [io 0x1060-0x107f]
[ 5.998070] pci 0000:04:00.0: reg 0x1c: [mem 0xd09b0000-0xd09b3fff]
[ 6.005475] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 6.012617] pci 0000:04:00.0: reg 0x184: [mem 0xd0aa0000-0xd0aa3fff]
[ 6.020023] pci 0000:04:00.0: VF(n) BAR0 space: [mem 0xd0aa0000-0xd0abffff] (contains BAR0 for 8 VFs)
[ 6.030868] pci 0000:04:00.0: reg 0x190: [mem 0xd0a80000-0xd0a83fff]
[ 6.038261] pci 0000:04:00.0: VF(n) BAR3 space: [mem 0xd0a80000-0xd0a9ffff] (contains BAR3 for 8 VFs)
[ 6.049225] pci 0000:04:00.1: [8086:1521] type 00 class 0x020000
[ 6.056252] pci 0000:04:00.1: reg 0x10: [mem 0xd0940000-0xd095ffff]
[ 6.063575] pci 0000:04:00.1: reg 0x18: [io 0x1040-0x105f]
[ 6.070111] pci 0000:04:00.1: reg 0x1c: [mem 0xd09a0000-0xd09a3fff]
[ 6.077512] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[ 6.084648] pci 0000:04:00.1: reg 0x184: [mem 0xd0a60000-0xd0a63fff]
[ 6.092045] pci 0000:04:00.1: VF(n) BAR0 space: [mem 0xd0a60000-0xd0a7ffff] (contains BAR0 for 8 VFs)
[ 6.102889] pci 0000:04:00.1: reg 0x190: [mem 0xd0a40000-0xd0a43fff]
[ 6.110283] pci 0000:04:00.1: VF(n) BAR3 space: [mem 0xd0a40000-0xd0a5ffff] (contains BAR3 for 8 VFs)
[ 6.121237] pci 0000:04:00.2: [8086:1521] type 00 class 0x020000
[ 6.128267] pci 0000:04:00.2: reg 0x10: [mem 0xd0920000-0xd093ffff]
[ 6.135587] pci 0000:04:00.2: reg 0x18: [io 0x1020-0x103f]
[ 6.142121] pci 0000:04:00.2: reg 0x1c: [mem 0xd0990000-0xd0993fff]
[ 6.149523] pci 0000:04:00.2: PME# supported from D0 D3hot D3cold
[ 6.156657] pci 0000:04:00.2: reg 0x184: [mem 0xd0a20000-0xd0a23fff]
[ 6.164057] pci 0000:04:00.2: VF(n) BAR0 space: [mem 0xd0a20000-0xd0a3ffff] (contains BAR0 for 8 VFs)
[ 6.174903] pci 0000:04:00.2: reg 0x190: [mem 0xd0a00000-0xd0a03fff]
[ 6.182306] pci 0000:04:00.2: VF(n) BAR3 space: [mem 0xd0a00000-0xd0a1ffff] (contains BAR3 for 8 VFs)
[ 6.193263] pci 0000:04:00.3: [8086:1521] type 00 class 0x020000
[ 6.200292] pci 0000:04:00.3: reg 0x10: [mem 0xd0900000-0xd091ffff]
[ 6.207612] pci 0000:04:00.3: reg 0x18: [io 0x1000-0x101f]
[ 6.214136] pci 0000:04:00.3: reg 0x1c: [mem 0xd0980000-0xd0983fff]
[ 6.221541] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[ 6.228676] pci 0000:04:00.3: reg 0x184: [mem 0xd09e0000-0xd09e3fff]
[ 6.236077] pci 0000:04:00.3: VF(n) BAR0 space: [mem 0xd09e0000-0xd09fffff] (contains BAR0 for 8 VFs)
[ 6.246918] pci 0000:04:00.3: reg 0x190: [mem 0xd09c0000-0xd09c3fff]
[ 6.254318] pci 0000:04:00.3: VF(n) BAR3 space: [mem 0xd09c0000-0xd09dffff] (contains BAR3 for 8 VFs)
[ 6.268179] pci 0000:00:01.1: PCI bridge to [bus 04-05]
[ 6.274321] pci 0000:00:01.1: bridge window [io 0x1000-0x1fff]
[ 6.281434] pci 0000:00:01.1: bridge window [mem 0xd0900000-0xd0afffff]
[ 6.289477] acpiphp: Slot [2] registered
[ 6.294201] pci 0000:00:02.0: PCI bridge to [bus 06]
[ 6.300199] acpiphp: Slot [2-2] registered
[ 6.305117] pci 0000:00:02.2: PCI bridge to [bus 07]
[ 6.311118] acpiphp: Slot [2-3] registered
[ 6.316032] pci 0000:00:03.0: PCI bridge to [bus 08]
[ 6.322027] acpiphp: Slot [2-4] registered
[ 6.326943] pci 0000:00:03.2: PCI bridge to [bus 09]
[ 6.332885] pci 0000:00:1c.0: PCI bridge to [bus 0a]
[ 6.338851] pci 0000:0b:00.0: [102b:0522] type 00 class 0x030000
[ 6.345897] pci 0000:0b:00.0: reg 0x10: [mem 0xea000000-0xeaffffff pref]
[ 6.353707] pci 0000:0b:00.0: reg 0x14: [mem 0xd0810000-0xd0813fff]
[ 6.361029] pci 0000:0b:00.0: reg 0x18: [mem 0xd0000000-0xd07fffff]
[ 6.368404] pci 0000:0b:00.0: reg 0x30: [mem 0xd0800000-0xd080ffff pref]
[ 6.376341] pci 0000:0b:00.0: System wakeup disabled by ACPI
[ 6.383025] pci 0000:00:1c.7: PCI bridge to [bus 0b]
[ 6.388875] pci 0000:00:1c.7: bridge window [mem 0xd0000000-0xd08fffff]
[ 6.396771] pci 0000:00:1c.7: bridge window [mem 0xea000000-0xeaffffff 64bit pref]
[ 6.406037] pci 0000:00:1e.0: PCI bridge to [bus 0c] (subtractive decode)
[ 6.413928] pci 0000:00:1e.0: bridge window [io 0x0000-0xbfff] (subtractive decode)
[ 6.423294] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 6.434114] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
[ 6.444936] pci 0000:00:1e.0: bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[ 6.455758] pci 0000:00:1e.0: bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[ 6.466585] pci 0000:00:1e.0: bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
[ 6.477407] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 6.488226] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 6.499046] pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[ 6.509866] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[ 6.520685] pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[ 6.531507] pci 0000:00:1e.0: bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[ 6.542325] pci 0000:00:1e.0: bridge window [mem 0x000ec000-0x000effff window] (subtractive decode)
[ 6.553151] pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff window] (subtractive decode)
[ 6.563974] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xebffffff window] (subtractive decode)
[ 6.574796] pci 0000:00:1e.0: bridge window [mem 0x380000000000-0x38007fffffff window] (subtractive decode)
[ 6.586470] pci_bus 0000:00: on NUMA node 0
[ 6.592645] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 6.600724] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 6.608800] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 6.616871] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 6.624944] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 6.633010] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 6.641087] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 6.649167] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 6.657419] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[ 6.664633] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 6.674540] acpi PNP0A08:01: _OSC: platform does not support [AER]
[ 6.681993] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 6.691064] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 6.701119] PCI host bridge to bus 0000:80
[ 6.705999] pci_bus 0000:80: root bus resource [io 0x03b0-0x03df window]
[ 6.713889] pci_bus 0000:80: root bus resource [io 0xc000-0xffff window]
[ 6.721776] pci_bus 0000:80: root bus resource [mem 0x000a0000-0x000bffff window]
[ 6.730649] pci_bus 0000:80: root bus resource [mem 0xec000000-0xfbffffff window]
[ 6.739526] pci_bus 0000:80: root bus resource [mem 0x380080000000-0x3800ffffffff window]
[ 6.749182] pci_bus 0000:80: root bus resource [bus 80-fe]
[ 6.755630] pci 0000:80:01.0: [8086:0e02] type 01 class 0x060400
[ 6.762748] pci 0000:80:01.0: PME# supported from D0 D3hot D3cold
[ 6.769925] pci 0000:80:01.0: System wakeup disabled by ACPI
[ 6.776608] pci 0000:80:02.0: [8086:0e04] type 01 class 0x060400
[ 6.783723] pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[ 6.790898] pci 0000:80:02.0: System wakeup disabled by ACPI
[ 6.797589] pci 0000:80:02.2: [8086:0e06] type 01 class 0x060400
[ 6.804703] pci 0000:80:02.2: PME# supported from D0 D3hot D3cold
[ 6.811878] pci 0000:80:02.2: System wakeup disabled by ACPI
[ 6.818581] pci 0000:80:03.0: [8086:0e08] type 01 class 0x060400
[ 6.825700] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[ 6.832874] pci 0000:80:03.0: System wakeup disabled by ACPI
[ 6.839556] pci 0000:80:03.2: [8086:0e0a] type 01 class 0x060400
[ 6.846667] pci 0000:80:03.2: PME# supported from D0 D3hot D3cold
[ 6.853845] pci 0000:80:03.2: System wakeup disabled by ACPI
[ 6.860526] pci 0000:80:04.0: [8086:0e20] type 00 class 0x088000
[ 6.867563] pci 0000:80:04.0: reg 0x10: [mem 0x3800fff70000-0x3800fff73fff 64bit]
[ 6.876610] pci 0000:80:04.1: [8086:0e21] type 00 class 0x088000
[ 6.883646] pci 0000:80:04.1: reg 0x10: [mem 0x3800fff60000-0x3800fff63fff 64bit]
[ 6.892691] pci 0000:80:04.2: [8086:0e22] type 00 class 0x088000
[ 6.899724] pci 0000:80:04.2: reg 0x10: [mem 0x3800fff50000-0x3800fff53fff 64bit]
[ 6.908769] pci 0000:80:04.3: [8086:0e23] type 00 class 0x088000
[ 6.915802] pci 0000:80:04.3: reg 0x10: [mem 0x3800fff40000-0x3800fff43fff 64bit]
[ 6.924849] pci 0000:80:04.4: [8086:0e24] type 00 class 0x088000
[ 6.931885] pci 0000:80:04.4: reg 0x10: [mem 0x3800fff30000-0x3800fff33fff 64bit]
[ 6.940925] pci 0000:80:04.5: [8086:0e25] type 00 class 0x088000
[ 6.947959] pci 0000:80:04.5: reg 0x10: [mem 0x3800fff20000-0x3800fff23fff 64bit]
[ 6.956997] pci 0000:80:04.6: [8086:0e26] type 00 class 0x088000
[ 6.964030] pci 0000:80:04.6: reg 0x10: [mem 0x3800fff10000-0x3800fff13fff 64bit]
[ 6.977939] pci 0000:80:04.7: [8086:0e27] type 00 class 0x088000
[ 6.984970] pci 0000:80:04.7: reg 0x10: [mem 0x3800fff00000-0x3800fff03fff 64bit]
[ 6.994013] pci 0000:80:05.0: [8086:0e28] type 00 class 0x088000
[ 7.001183] pci 0000:80:05.1: [8086:0e29] type 00 class 0x088000
[ 7.008370] pci 0000:80:05.2: [8086:0e2a] type 00 class 0x088000
[ 7.015537] pci 0000:80:05.4: [8086:0e2c] type 00 class 0x080020
[ 7.022564] pci 0000:80:05.4: reg 0x10: [mem 0xec000000-0xec000fff]
[ 7.030128] pci 0000:80:01.0: PCI bridge to [bus 81]
[ 7.036054] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 7.041977] pci 0000:80:02.2: PCI bridge to [bus 83]
[ 7.047898] pci 0000:80:03.0: PCI bridge to [bus 84]
[ 7.053813] pci 0000:80:03.2: PCI bridge to [bus 85]
[ 7.059710] pci_bus 0000:80: on NUMA node 1
[ 7.075657] ACPI: PCI Root Bridge [UCR0] (domain 0000 [bus 7f])
[ 7.082582] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 7.092294] acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug PME AER]
[ 7.101317] acpi PNP0A03:00: _OSC: OS now controls [PCIeCapability]
[ 7.108621] acpi PNP0A03:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 7.118384] PCI host bridge to bus 0000:7f
[ 7.123260] pci_bus 0000:7f: root bus resource [bus 7f]
[ 7.129415] pci 0000:7f:08.0: [8086:0e80] type 00 class 0x088000
[ 7.136522] pci 0000:7f:09.0: [8086:0e90] type 00 class 0x088000
[ 7.143625] pci 0000:7f:0a.0: [8086:0ec0] type 00 class 0x088000
[ 7.150720] pci 0000:7f:0a.1: [8086:0ec1] type 00 class 0x088000
[ 7.157805] pci 0000:7f:0a.2: [8086:0ec2] type 00 class 0x088000
[ 7.164901] pci 0000:7f:0a.3: [8086:0ec3] type 00 class 0x088000
[ 7.172000] pci 0000:7f:0b.0: [8086:0e1e] type 00 class 0x088000
[ 7.179097] pci 0000:7f:0b.3: [8086:0e1f] type 00 class 0x088000
[ 7.186194] pci 0000:7f:0c.0: [8086:0ee0] type 00 class 0x088000
[ 7.193301] pci 0000:7f:0c.1: [8086:0ee2] type 00 class 0x088000
[ 7.200393] pci 0000:7f:0c.2: [8086:0ee4] type 00 class 0x088000
[ 7.207491] pci 0000:7f:0c.3: [8086:0ee6] type 00 class 0x088000
[ 7.214584] pci 0000:7f:0c.4: [8086:0ee8] type 00 class 0x088000
[ 7.221683] pci 0000:7f:0d.0: [8086:0ee1] type 00 class 0x088000
[ 7.228775] pci 0000:7f:0d.1: [8086:0ee3] type 00 class 0x088000
[ 7.235870] pci 0000:7f:0d.2: [8086:0ee5] type 00 class 0x088000
[ 7.242970] pci 0000:7f:0d.3: [8086:0ee7] type 00 class 0x088000
[ 7.250066] pci 0000:7f:0d.4: [8086:0ee9] type 00 class 0x088000
[ 7.257166] pci 0000:7f:0e.0: [8086:0ea0] type 00 class 0x088000
[ 7.264268] pci 0000:7f:0e.1: [8086:0e30] type 00 class 0x110100
[ 7.271386] pci 0000:7f:0f.0: [8086:0ea8] type 00 class 0x088000
[ 7.278506] pci 0000:7f:0f.1: [8086:0e71] type 00 class 0x088000
[ 7.285627] pci 0000:7f:0f.2: [8086:0eaa] type 00 class 0x088000
[ 7.292748] pci 0000:7f:0f.3: [8086:0eab] type 00 class 0x088000
[ 7.299871] pci 0000:7f:0f.4: [8086:0eac] type 00 class 0x088000
[ 7.306988] pci 0000:7f:0f.5: [8086:0ead] type 00 class 0x088000
[ 7.314112] pci 0000:7f:10.0: [8086:0eb0] type 00 class 0x088000
[ 7.321237] pci 0000:7f:10.1: [8086:0eb1] type 00 class 0x088000
[ 7.328349] pci 0000:7f:10.2: [8086:0eb2] type 00 class 0x088000
[ 7.335469] pci 0000:7f:10.3: [8086:0eb3] type 00 class 0x088000
[ 7.342592] pci 0000:7f:10.4: [8086:0eb4] type 00 class 0x088000
[ 7.349714] pci 0000:7f:10.5: [8086:0eb5] type 00 class 0x088000
[ 7.356837] pci 0000:7f:10.6: [8086:0eb6] type 00 class 0x088000
[ 7.363946] pci 0000:7f:10.7: [8086:0eb7] type 00 class 0x088000
[ 7.371067] pci 0000:7f:13.0: [8086:0e1d] type 00 class 0x088000
[ 7.378163] pci 0000:7f:13.1: [8086:0e34] type 00 class 0x110100
[ 7.385266] pci 0000:7f:13.4: [8086:0e81] type 00 class 0x088000
[ 7.392366] pci 0000:7f:13.5: [8086:0e36] type 00 class 0x110100
[ 7.399466] pci 0000:7f:13.6: [8086:0e37] type 00 class 0x110100
[ 7.406565] pci 0000:7f:16.0: [8086:0ec8] type 00 class 0x088000
[ 7.413666] pci 0000:7f:16.1: [8086:0ec9] type 00 class 0x088000
[ 7.420758] pci 0000:7f:16.2: [8086:0eca] type 00 class 0x088000
[ 7.427971] ACPI: PCI Root Bridge [UCR1] (domain 0000 [bus ff])
[ 7.434895] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 7.444607] acpi PNP0A03:01: _OSC: platform does not support [PCIeHotplug PME AER]
[ 7.453629] acpi PNP0A03:01: _OSC: OS now controls [PCIeCapability]
[ 7.460935] acpi PNP0A03:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 7.470682] PCI host bridge to bus 0000:ff
[ 7.475559] pci_bus 0000:ff: root bus resource [bus ff]
[ 7.481707] pci 0000:ff:08.0: [8086:0e80] type 00 class 0x088000
[ 7.488811] pci 0000:ff:09.0: [8086:0e90] type 00 class 0x088000
[ 7.495906] pci 0000:ff:0a.0: [8086:0ec0] type 00 class 0x088000
[ 7.502990] pci 0000:ff:0a.1: [8086:0ec1] type 00 class 0x088000
[ 7.510078] pci 0000:ff:0a.2: [8086:0ec2] type 00 class 0x088000
[ 7.517174] pci 0000:ff:0a.3: [8086:0ec3] type 00 class 0x088000
[ 7.524269] pci 0000:ff:0b.0: [8086:0e1e] type 00 class 0x088000
[ 7.531361] pci 0000:ff:0b.3: [8086:0e1f] type 00 class 0x088000
[ 7.538453] pci 0000:ff:0c.0: [8086:0ee0] type 00 class 0x088000
[ 7.545542] pci 0000:ff:0c.1: [8086:0ee2] type 00 class 0x088000
[ 7.552634] pci 0000:ff:0c.2: [8086:0ee4] type 00 class 0x088000
[ 7.559724] pci 0000:ff:0c.3: [8086:0ee6] type 00 class 0x088000
[ 7.566810] pci 0000:ff:0c.4: [8086:0ee8] type 00 class 0x088000
[ 7.573901] pci 0000:ff:0d.0: [8086:0ee1] type 00 class 0x088000
[ 7.580993] pci 0000:ff:0d.1: [8086:0ee3] type 00 class 0x088000
[ 7.588086] pci 0000:ff:0d.2: [8086:0ee5] type 00 class 0x088000
[ 7.595179] pci 0000:ff:0d.3: [8086:0ee7] type 00 class 0x088000
[ 7.602271] pci 0000:ff:0d.4: [8086:0ee9] type 00 class 0x088000
[ 7.609374] pci 0000:ff:0e.0: [8086:0ea0] type 00 class 0x088000
[ 7.616474] pci 0000:ff:0e.1: [8086:0e30] type 00 class 0x110100
[ 7.623585] pci 0000:ff:0f.0: [8086:0ea8] type 00 class 0x088000
[ 7.630698] pci 0000:ff:0f.1: [8086:0e71] type 00 class 0x088000
[ 7.637814] pci 0000:ff:0f.2: [8086:0eaa] type 00 class 0x088000
[ 7.644926] pci 0000:ff:0f.3: [8086:0eab] type 00 class 0x088000
[ 7.652043] pci 0000:ff:0f.4: [8086:0eac] type 00 class 0x088000
[ 7.659153] pci 0000:ff:0f.5: [8086:0ead] type 00 class 0x088000
[ 7.666269] pci 0000:ff:10.0: [8086:0eb0] type 00 class 0x088000
[ 7.673380] pci 0000:ff:10.1: [8086:0eb1] type 00 class 0x088000
[ 7.680493] pci 0000:ff:10.2: [8086:0eb2] type 00 class 0x088000
[ 7.687607] pci 0000:ff:10.3: [8086:0eb3] type 00 class 0x088000
[ 7.694722] pci 0000:ff:10.4: [8086:0eb4] type 00 class 0x088000
[ 7.701832] pci 0000:ff:10.5: [8086:0eb5] type 00 class 0x088000
[ 7.708945] pci 0000:ff:10.6: [8086:0eb6] type 00 class 0x088000
[ 7.716059] pci 0000:ff:10.7: [8086:0eb7] type 00 class 0x088000
[ 7.723172] pci 0000:ff:13.0: [8086:0e1d] type 00 class 0x088000
[ 7.730262] pci 0000:ff:13.1: [8086:0e34] type 00 class 0x110100
[ 7.737359] pci 0000:ff:13.4: [8086:0e81] type 00 class 0x088000
[ 7.744452] pci 0000:ff:13.5: [8086:0e36] type 00 class 0x110100
[ 7.751547] pci 0000:ff:13.6: [8086:0e37] type 00 class 0x110100
[ 7.758637] pci 0000:ff:16.0: [8086:0ec8] type 00 class 0x088000
[ 7.765731] pci 0000:ff:16.1: [8086:0ec9] type 00 class 0x088000
[ 7.772817] pci 0000:ff:16.2: [8086:0eca] type 00 class 0x088000
[ 7.780199] ACPI: Enabled 6 GPEs in block 00 to 3F
[ 7.786160] initcall acpi_init+0x0/0x351 returned 0 after 3129882 usecs
[ 7.793863] calling pnp_init+0x0/0x12 @ 1
[ 7.798752] initcall pnp_init+0x0/0x12 returned 0 after 0 usecs
[ 7.805671] calling misc_init+0x0/0xbc @ 1
[ 7.810652] initcall misc_init+0x0/0xbc returned 0 after 0 usecs
[ 7.817669] calling vga_arb_device_init+0x0/0x171 @ 1
[ 7.823814] pci 0000:0b:00.0: vgaarb: setting as boot VGA device
[ 7.830819] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 7.840902] pci 0000:0b:00.0: vgaarb: bridge control possible
[ 7.847613] vgaarb: loaded
[ 7.850929] initcall vga_arb_device_init+0x0/0x171 returned 0 after 26367 usecs
[ 7.859591] calling cn_init+0x0/0xe0 @ 1
[ 7.864405] initcall cn_init+0x0/0xe0 returned 0 after 0 usecs
[ 7.871221] calling init_scsi+0x0/0x8c @ 1
[ 7.876332] SCSI subsystem initialized
[ 7.880810] initcall init_scsi+0x0/0x8c returned 0 after 3906 usecs
[ 7.888105] calling ata_init+0x0/0x34f @ 1
[ 7.893299] libata version 3.00 loaded.
[ 7.897880] initcall ata_init+0x0/0x34f returned 0 after 4882 usecs
[ 7.905179] calling phy_init+0x0/0x3b @ 1
[ 7.910072] initcall phy_init+0x0/0x3b returned 0 after 0 usecs
[ 7.916979] calling init_pcmcia_cs+0x0/0x3d @ 1
[ 7.922434] initcall init_pcmcia_cs+0x0/0x3d returned 0 after 0 usecs
[ 7.929927] calling usb_init+0x0/0x16a @ 1
[ 7.934917] ACPI: bus type USB registered
[ 7.939717] usbcore: registered new interface driver usbfs
[ 7.946154] usbcore: registered new interface driver hub
[ 7.952612] usbcore: registered new device driver usb
[ 7.958550] initcall usb_init+0x0/0x16a returned 0 after 23437 usecs
[ 7.965941] calling serio_init+0x0/0x2a @ 1
[ 7.971008] initcall serio_init+0x0/0x2a returned 0 after 0 usecs
[ 7.978110] calling input_init+0x0/0xfe @ 1
[ 7.983178] initcall input_init+0x0/0xfe returned 0 after 0 usecs
[ 7.990280] calling rtc_init+0x0/0x4d @ 1
[ 7.995149] initcall rtc_init+0x0/0x4d returned 0 after 0 usecs
[ 8.002056] calling pps_init+0x0/0xaa @ 1
[ 8.006921] pps_core: LinuxPPS API ver. 1 registered
[ 8.012758] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 8.023468] initcall pps_init+0x0/0xaa returned 0 after 15625 usecs
[ 8.030763] calling ptp_init+0x0/0x99 @ 1
[ 8.035631] PTP clock support registered
[ 8.040305] initcall ptp_init+0x0/0x99 returned 0 after 4882 usecs
[ 8.047503] calling power_supply_class_init+0x0/0x40 @ 1
[ 8.053832] initcall power_supply_class_init+0x0/0x40 returned 0 after 0 usecs
[ 8.062409] calling hwmon_init+0x0/0x100 @ 1
[ 8.067595] initcall hwmon_init+0x0/0x100 returned 0 after 0 usecs
[ 8.074793] calling md_init+0x0/0x166 @ 1
[ 8.080024] initcall md_init+0x0/0x166 returned 0 after 976 usecs
[ 8.087126] calling edac_init+0x0/0x74 @ 1
[ 8.092083] EDAC MC: Ver: 3.0.0
[ 8.096312] initcall edac_init+0x0/0x74 returned 0 after 3906 usecs
[ 8.103608] calling leds_init+0x0/0x3c @ 1
[ 8.108576] initcall leds_init+0x0/0x3c returned 0 after 0 usecs
[ 8.115577] calling dmi_init+0x0/0x113 @ 1
[ 8.120542] initcall dmi_init+0x0/0x113 returned 0 after 0 usecs
[ 8.127543] calling efisubsys_init+0x0/0x2ba @ 1
[ 8.133087] initcall efisubsys_init+0x0/0x2ba returned 0 after 0 usecs
[ 8.145347] calling ras_init+0x0/0x10 @ 1
[ 8.150216] initcall ras_init+0x0/0x10 returned 0 after 0 usecs
[ 8.157121] calling pci_subsys_init+0x0/0x48 @ 1
[ 8.162662] PCI: Using ACPI for IRQ routing
[ 8.174142] PCI: pci_cache_line_size set to 64 bytes
[ 8.180341] e820: reserve RAM buffer [mem 0x0008ec00-0x0008ffff]
[ 8.187343] e820: reserve RAM buffer [mem 0xbad29000-0xbbffffff]
[ 8.194339] e820: reserve RAM buffer [mem 0xbafc5000-0xbbffffff]
[ 8.201341] e820: reserve RAM buffer [mem 0xbb3d4000-0xbbffffff]
[ 8.208340] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[ 8.215344] initcall pci_subsys_init+0x0/0x48 returned 0 after 51757 usecs
[ 8.223321] calling proto_init+0x0/0x12 @ 1
[ 8.228382] initcall proto_init+0x0/0x12 returned 0 after 0 usecs
[ 8.235482] calling net_dev_init+0x0/0x1f7 @ 1
[ 8.241085] initcall net_dev_init+0x0/0x1f7 returned 0 after 0 usecs
[ 8.248478] calling neigh_init+0x0/0x80 @ 1
[ 8.253537] initcall neigh_init+0x0/0x80 returned 0 after 0 usecs
[ 8.260638] calling fib_rules_init+0x0/0xaa @ 1
[ 8.266086] initcall fib_rules_init+0x0/0xaa returned 0 after 0 usecs
[ 8.273579] calling pktsched_init+0x0/0x111 @ 1
[ 8.279025] initcall pktsched_init+0x0/0x111 returned 0 after 0 usecs
[ 8.286512] calling tc_filter_init+0x0/0x55 @ 1
[ 8.291960] initcall tc_filter_init+0x0/0x55 returned 0 after 0 usecs
[ 8.299451] calling tc_action_init+0x0/0x55 @ 1
[ 8.304898] initcall tc_action_init+0x0/0x55 returned 0 after 0 usecs
[ 8.312383] calling genl_init+0x0/0x36 @ 1
[ 8.317354] initcall genl_init+0x0/0x36 returned 0 after 0 usecs
[ 8.324358] calling ipv4_netfilter_init+0x0/0x12 @ 1
[ 8.330294] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 usecs
[ 8.338268] calling cipso_v4_init+0x0/0x65 @ 1
[ 8.343619] initcall cipso_v4_init+0x0/0x65 returned 0 after 0 usecs
[ 8.351010] calling bt_init+0x0/0xa9 @ 1
[ 8.355774] Bluetooth: Core ver 2.22
[ 8.360063] NET: Registered protocol family 31
[ 8.365314] Bluetooth: HCI device and connection manager initialized
[ 8.372705] Bluetooth: HCI socket layer initialized
[ 8.378447] Bluetooth: L2CAP socket layer initialized
[ 8.384386] Bluetooth: SCO socket layer initialized
[ 8.390125] initcall bt_init+0x0/0xa9 returned 0 after 33203 usecs
[ 8.397323] calling netlbl_init+0x0/0x79 @ 1
[ 8.402476] NetLabel: Initializing
[ 8.406560] NetLabel: domain hash size = 128
[ 8.411711] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 8.418352] NetLabel: unlabeled traffic allowed by default
[ 8.424870] initcall netlbl_init+0x0/0x79 returned 0 after 22460 usecs
[ 8.432458] calling rfkill_init+0x0/0xf7 @ 1
[ 8.437662] initcall rfkill_init+0x0/0xf7 returned 0 after 0 usecs
[ 8.444863] calling watchdog_init+0x0/0x84 @ 1
[ 8.450441] initcall watchdog_init+0x0/0x84 returned 0 after 0 usecs
[ 8.458124] calling nmi_warning_debugfs+0x0/0x27 @ 1
[ 8.464063] initcall nmi_warning_debugfs+0x0/0x27 returned 0 after 0 usecs
[ 8.472041] calling save_microcode_in_initrd+0x0/0x59 @ 1
[ 8.478807] initcall save_microcode_in_initrd+0x0/0x59 returned 0 after 0 usecs
[ 8.487475] calling hpet_late_init+0x0/0x103 @ 1
[ 8.493025] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 8.500258] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 8.509067] initcall hpet_late_init+0x0/0x103 returned 0 after 15625 usecs
[ 8.517042] calling init_amd_nbs+0x0/0xa0 @ 1
[ 8.522339] initcall init_amd_nbs+0x0/0xa0 returned 0 after 0 usecs
[ 8.529632] calling clocksource_done_booting+0x0/0x42 @ 1
[ 8.536177] clocksource: Switched to clocksource hpet
[ 8.542180] initcall clocksource_done_booting+0x0/0x42 returned 0 after 5903 usecs
[ 8.551167] calling tracer_init_tracefs+0x0/0x1a5 @ 1
[ 8.569249] initcall tracer_init_tracefs+0x0/0x1a5 returned 0 after 11750 usecs
[ 8.577940] calling init_trace_printk_function_export+0x0/0x32 @ 1
[ 8.585256] initcall init_trace_printk_function_export+0x0/0x32 returned 0 after 3 usecs
[ 8.594819] calling init_graph_tracefs+0x0/0x32 @ 1
[ 8.600672] initcall init_graph_tracefs+0x0/0x32 returned 0 after 2 usecs
[ 8.608566] calling event_trace_init+0x0/0x301 @ 1
[ 8.626550] initcall event_trace_init+0x0/0x301 returned 0 after 11937 usecs
[ 8.634741] calling init_kprobe_trace+0x0/0x91 @ 1
[ 8.640503] initcall init_kprobe_trace+0x0/0x91 returned 0 after 5 usecs
[ 8.648299] calling init_uprobe_trace+0x0/0x54 @ 1
[ 8.654056] initcall init_uprobe_trace+0x0/0x54 returned 0 after 4 usecs
[ 8.661855] calling init_pipe_fs+0x0/0x47 @ 1
[ 8.667180] initcall init_pipe_fs+0x0/0x47 returned 0 after 56 usecs
[ 8.674585] calling inotify_user_setup+0x0/0x4b @ 1
[ 8.680448] initcall inotify_user_setup+0x0/0x4b returned 0 after 11 usecs
[ 8.688438] calling eventpoll_init+0x0/0x103 @ 1
[ 8.694008] initcall eventpoll_init+0x0/0x103 returned 0 after 9 usecs
[ 8.701610] calling anon_inode_init+0x0/0x5b @ 1
[ 8.707231] initcall anon_inode_init+0x0/0x5b returned 0 after 57 usecs
[ 8.714930] calling proc_locks_init+0x0/0x22 @ 1
[ 8.720501] initcall proc_locks_init+0x0/0x22 returned 0 after 8 usecs
[ 8.728104] calling dquot_init+0x0/0x119 @ 1
[ 8.733273] VFS: Disk quotas dquot_6.6.0
[ 8.738085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 8.746080] initcall dquot_init+0x0/0x119 returned 0 after 12503 usecs
[ 8.753682] calling quota_init+0x0/0x24 @ 1
[ 8.758778] initcall quota_init+0x0/0x24 returned 0 after 22 usecs
[ 8.765993] calling proc_cmdline_init+0x0/0x22 @ 1
[ 8.771755] initcall proc_cmdline_init+0x0/0x22 returned 0 after 4 usecs
[ 8.779544] calling proc_consoles_init+0x0/0x22 @ 1
[ 8.785400] initcall proc_consoles_init+0x0/0x22 returned 0 after 3 usecs
[ 8.793297] calling proc_cpuinfo_init+0x0/0x22 @ 1
[ 8.799053] initcall proc_cpuinfo_init+0x0/0x22 returned 0 after 3 usecs
[ 8.806849] calling proc_devices_init+0x0/0x22 @ 1
[ 8.812635] initcall proc_devices_init+0x0/0x22 returned 0 after 20 usecs
[ 8.820555] calling proc_interrupts_init+0x0/0x22 @ 1
[ 8.826666] initcall proc_interrupts_init+0x0/0x22 returned 0 after 39 usecs
[ 8.834862] calling proc_loadavg_init+0x0/0x22 @ 1
[ 8.840619] initcall proc_loadavg_init+0x0/0x22 returned 0 after 2 usecs
[ 8.848414] calling proc_meminfo_init+0x0/0x22 @ 1
[ 8.854171] initcall proc_meminfo_init+0x0/0x22 returned 0 after 2 usecs
[ 8.861966] calling proc_stat_init+0x0/0x22 @ 1
[ 8.867432] initcall proc_stat_init+0x0/0x22 returned 0 after 2 usecs
[ 8.874934] calling proc_uptime_init+0x0/0x22 @ 1
[ 8.880595] initcall proc_uptime_init+0x0/0x22 returned 0 after 2 usecs
[ 8.888295] calling proc_version_init+0x0/0x22 @ 1
[ 8.894053] initcall proc_version_init+0x0/0x22 returned 0 after 2 usecs
[ 8.901850] calling proc_softirqs_init+0x0/0x22 @ 1
[ 8.907703] initcall proc_softirqs_init+0x0/0x22 returned 0 after 2 usecs
[ 8.915597] calling proc_kcore_init+0x0/0x176 @ 1
[ 8.921266] initcall proc_kcore_init+0x0/0x176 returned 0 after 9 usecs
[ 8.928965] calling vmcore_init+0x0/0x5d6 @ 1
[ 8.934236] initcall vmcore_init+0x0/0x5d6 returned 0 after 3 usecs
[ 8.941547] calling proc_kmsg_init+0x0/0x25 @ 1
[ 8.947009] initcall proc_kmsg_init+0x0/0x25 returned 0 after 2 usecs
[ 8.954516] calling proc_page_init+0x0/0x42 @ 1
[ 8.959983] initcall proc_page_init+0x0/0x42 returned 0 after 2 usecs
[ 8.967488] calling init_ramfs_fs+0x0/0x20 @ 1
[ 8.972854] initcall init_ramfs_fs+0x0/0x20 returned 0 after 1 usecs
[ 8.980261] calling init_hugetlbfs_fs+0x0/0x148 @ 1
[ 8.986273] initcall init_hugetlbfs_fs+0x0/0x148 returned 0 after 157 usecs
[ 8.994365] calling blk_scsi_ioctl_init+0x0/0x38c @ 1
[ 9.000405] initcall blk_scsi_ioctl_init+0x0/0x38c returned 0 after 4 usecs
[ 9.008492] calling dynamic_debug_init_debugfs+0x0/0x67 @ 1
[ 9.015125] initcall dynamic_debug_init_debugfs+0x0/0x67 returned 0 after 6 usecs
[ 9.024010] calling acpi_event_init+0x0/0x30 @ 1
[ 9.029579] initcall acpi_event_init+0x0/0x30 returned 0 after 10 usecs
[ 9.037277] calling pnp_system_init+0x0/0x12 @ 1
[ 9.042861] initcall pnp_system_init+0x0/0x12 returned 0 after 25 usecs
[ 9.050565] calling pnpacpi_init+0x0/0x6e @ 1
[ 9.055831] pnp: PnP ACPI init
[ 9.059985] system 00:00: [io 0x0680-0x069f] has been reserved
[ 9.066909] system 00:00: [io 0xffff] has been reserved
[ 9.073146] system 00:00: [io 0xffff] has been reserved
[ 9.079383] system 00:00: [io 0xffff] has been reserved
[ 9.085621] system 00:00: [io 0x0400-0x0453] has been reserved
[ 9.092540] system 00:00: [io 0x0458-0x047f] has been reserved
[ 9.099451] system 00:00: [io 0x0500-0x057f] has been reserved
[ 9.106369] system 00:00: [io 0x0600-0x061f] has been reserved
[ 9.113287] system 00:00: [io 0x0ca2-0x0ca5] has been reserved
[ 9.120206] system 00:00: [io 0x0cf9] could not be reserved
[ 9.126837] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 9.134775] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 9.142562] system 00:02: [io 0x0454-0x0457] has been reserved
[ 9.149492] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 9.158737] pnp 00:03: [dma 0 disabled]
[ 9.163419] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 9.171286] pnp 00:04: [dma 0 disabled]
[ 9.175956] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 9.184180] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 9.191882] system 00:05: [mem 0xebfff000-0xebffffff] has been reserved
[ 9.199579] system 00:05: [mem 0xc0000000-0xcfffffff] has been reserved
[ 9.207266] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 9.214961] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 9.222660] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[ 9.230746] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 9.238821] system 00:05: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 9.246906] system 00:05: [mem 0xd0d70000-0xd0d70fff] has been reserved
[ 9.254606] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 9.262947] system 00:06: [mem 0x00000000-0x0009cfff] could not be reserved
[ 9.271042] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 9.279430] pnp: PnP ACPI: found 7 devices
[ 9.284311] initcall pnpacpi_init+0x0/0x6e returned 0 after 223112 usecs
[ 9.292105] calling chr_dev_init+0x0/0xaa @ 1
[ 9.300227] initcall chr_dev_init+0x0/0xaa returned 0 after 2799 usecs
[ 9.307828] calling firmware_class_init+0x0/0xcf @ 1
[ 9.313769] initcall firmware_class_init+0x0/0xcf returned 0 after 2 usecs
[ 9.321751] calling init_pcmcia_bus+0x0/0x5c @ 1
[ 9.327313] initcall init_pcmcia_bus+0x0/0x5c returned 0 after 12 usecs
[ 9.335001] calling thermal_init+0x0/0x99 @ 1
[ 9.340283] initcall thermal_init+0x0/0x99 returned 0 after 21 usecs
[ 9.352367] calling cpufreq_gov_performance_init+0x0/0x12 @ 1
[ 9.359183] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 2 usecs
[ 9.368239] calling cpufreq_gov_dbs_init+0x0/0x12 @ 1
[ 9.374273] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 1 usecs
[ 9.382339] calling init_acpi_pm_clocksource+0x0/0xcf @ 1
[ 9.393287] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 9.403709] initcall init_acpi_pm_clocksource+0x0/0xcf returned 0 after 14595 usecs
[ 9.412765] calling pcibios_assign_resources+0x0/0xba @ 1
[ 9.419316] pci 0000:02:08.0: PCI bridge to [bus 03]
[ 9.425156] pci 0000:02:08.0: bridge window [io 0x2000-0x2fff]
[ 9.432270] pci 0000:02:08.0: bridge window [mem 0xd0b00000-0xd0bfffff]
[ 9.440157] pci 0000:02:08.0: bridge window [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 9.450093] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[ 9.456224] pci 0000:01:00.0: bridge window [io 0x2000-0x2fff]
[ 9.463328] pci 0000:01:00.0: bridge window [mem 0xd0b00000-0xd0bfffff]
[ 9.471211] pci 0000:01:00.0: bridge window [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 9.481147] pci 0000:00:01.0: PCI bridge to [bus 01-03]
[ 9.487278] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 9.494385] pci 0000:00:01.0: bridge window [mem 0xd0b00000-0xd0cfffff]
[ 9.502269] pci 0000:00:01.0: bridge window [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 9.512207] pci 0000:00:01.1: PCI bridge to [bus 04-05]
[ 9.518337] pci 0000:00:01.1: bridge window [io 0x1000-0x1fff]
[ 9.525444] pci 0000:00:01.1: bridge window [mem 0xd0900000-0xd0afffff]
[ 9.533335] pci 0000:00:02.0: PCI bridge to [bus 06]
[ 9.539189] pci 0000:00:02.2: PCI bridge to [bus 07]
[ 9.545038] pci 0000:00:03.0: PCI bridge to [bus 08]
[ 9.550886] pci 0000:00:03.2: PCI bridge to [bus 09]
[ 9.556736] pci 0000:00:1c.0: PCI bridge to [bus 0a]
[ 9.562590] pci 0000:00:1c.7: PCI bridge to [bus 0b]
[ 9.568434] pci 0000:00:1c.7: bridge window [mem 0xd0000000-0xd08fffff]
[ 9.576318] pci 0000:00:1c.7: bridge window [mem 0xea000000-0xeaffffff 64bit pref]
[ 9.585477] pci 0000:00:1e.0: PCI bridge to [bus 0c]
[ 9.591330] pci_bus 0000:00: resource 4 [io 0x0000-0xbfff]
[ 9.597849] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff window]
[ 9.605826] pci_bus 0000:00: resource 6 [mem 0x000c0000-0x000c3fff window]
[ 9.613804] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c7fff window]
[ 9.621784] pci_bus 0000:00: resource 8 [mem 0x000c8000-0x000cbfff window]
[ 9.629761] pci_bus 0000:00: resource 9 [mem 0x000cc000-0x000cffff window]
[ 9.637738] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff window]
[ 9.645813] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff window]
[ 9.653880] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff window]
[ 9.661954] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff window]
[ 9.670029] pci_bus 0000:00: resource 14 [mem 0x000e4000-0x000e7fff window]
[ 9.678102] pci_bus 0000:00: resource 15 [mem 0x000e8000-0x000ebfff window]
[ 9.686175] pci_bus 0000:00: resource 16 [mem 0x000ec000-0x000effff window]
[ 9.694250] pci_bus 0000:00: resource 17 [mem 0x000f0000-0x000fffff window]
[ 9.702326] pci_bus 0000:00: resource 18 [mem 0xd0000000-0xebffffff window]
[ 9.710400] pci_bus 0000:00: resource 19 [mem 0x380000000000-0x38007fffffff window]
[ 9.719457] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 9.725976] pci_bus 0000:01: resource 1 [mem 0xd0b00000-0xd0cfffff]
[ 9.733275] pci_bus 0000:01: resource 2 [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 9.742628] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 9.749148] pci_bus 0000:02: resource 1 [mem 0xd0b00000-0xd0bfffff]
[ 9.756444] pci_bus 0000:02: resource 2 [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 9.765792] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
[ 9.772314] pci_bus 0000:03: resource 1 [mem 0xd0b00000-0xd0bfffff]
[ 9.779610] pci_bus 0000:03: resource 2 [mem 0x38007f000000-0x38007f9fffff 64bit pref]
[ 9.788959] pci_bus 0000:04: resource 0 [io 0x1000-0x1fff]
[ 9.795476] pci_bus 0000:04: resource 1 [mem 0xd0900000-0xd0afffff]
[ 9.802773] pci_bus 0000:0b: resource 1 [mem 0xd0000000-0xd08fffff]
[ 9.810071] pci_bus 0000:0b: resource 2 [mem 0xea000000-0xeaffffff 64bit pref]
[ 9.818642] pci_bus 0000:0c: resource 4 [io 0x0000-0xbfff]
[ 9.825163] pci_bus 0000:0c: resource 5 [mem 0x000a0000-0x000bffff window]
[ 9.833142] pci_bus 0000:0c: resource 6 [mem 0x000c0000-0x000c3fff window]
[ 9.841128] pci_bus 0000:0c: resource 7 [mem 0x000c4000-0x000c7fff window]
[ 9.849135] pci_bus 0000:0c: resource 8 [mem 0x000c8000-0x000cbfff window]
[ 9.857141] pci_bus 0000:0c: resource 9 [mem 0x000cc000-0x000cffff window]
[ 9.865149] pci_bus 0000:0c: resource 10 [mem 0x000d4000-0x000d7fff window]
[ 9.873253] pci_bus 0000:0c: resource 11 [mem 0x000d8000-0x000dbfff window]
[ 9.881346] pci_bus 0000:0c: resource 12 [mem 0x000dc000-0x000dffff window]
[ 9.889447] pci_bus 0000:0c: resource 13 [mem 0x000e0000-0x000e3fff window]
[ 9.897549] pci_bus 0000:0c: resource 14 [mem 0x000e4000-0x000e7fff window]
[ 9.905652] pci_bus 0000:0c: resource 15 [mem 0x000e8000-0x000ebfff window]
[ 9.913753] pci_bus 0000:0c: resource 16 [mem 0x000ec000-0x000effff window]
[ 9.921856] pci_bus 0000:0c: resource 17 [mem 0x000f0000-0x000fffff window]
[ 9.929960] pci_bus 0000:0c: resource 18 [mem 0xd0000000-0xebffffff window]
[ 9.938063] pci_bus 0000:0c: resource 19 [mem 0x380000000000-0x38007fffffff window]
[ 9.947397] pci 0000:80:01.0: PCI bridge to [bus 81]
[ 9.953252] pci 0000:80:02.0: PCI bridge to [bus 82]
[ 9.959102] pci 0000:80:02.2: PCI bridge to [bus 83]
[ 9.964950] pci 0000:80:03.0: PCI bridge to [bus 84]
[ 9.970799] pci 0000:80:03.2: PCI bridge to [bus 85]
[ 9.976650] pci_bus 0000:80: resource 4 [io 0x03b0-0x03df window]
[ 9.983850] pci_bus 0000:80: resource 5 [io 0xc000-0xffff window]
[ 9.991051] pci_bus 0000:80: resource 6 [mem 0x000a0000-0x000bffff window]
[ 9.999030] pci_bus 0000:80: resource 7 [mem 0xec000000-0xfbffffff window]
[ 10.007013] pci_bus 0000:80: resource 8 [mem 0x380080000000-0x3800ffffffff window]
[ 10.016029] initcall pcibios_assign_resources+0x0/0xba returned 0 after 582823 usecs
[ 10.025190] calling sysctl_core_init+0x0/0x2c @ 1
[ 10.030866] initcall sysctl_core_init+0x0/0x2c returned 0 after 27 usecs
[ 10.038650] calling eth_offload_init+0x0/0x14 @ 1
[ 10.044298] initcall eth_offload_init+0x0/0x14 returned 0 after 2 usecs
[ 10.051989] calling inet_init+0x0/0x285 @ 1
[ 10.057241] NET: Registered protocol family 2
[ 10.063241] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[ 10.072772] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 10.080823] TCP: Hash tables configured (established 262144 bind 65536)
[ 10.088891] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 10.096293] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 10.104779] initcall inet_init+0x0/0x285 returned 0 after 46606 usecs
[ 10.112279] calling ipv4_offload_init+0x0/0x5d @ 1
[ 10.118018] initcall ipv4_offload_init+0x0/0x5d returned 0 after 1 usecs
[ 10.125800] calling af_unix_init+0x0/0x4e @ 1
[ 10.131062] NET: Registered protocol family 1
[ 10.136230] initcall af_unix_init+0x0/0x4e returned 0 after 5048 usecs
[ 10.143823] calling ipv6_offload_init+0x0/0x7f @ 1
[ 10.149570] initcall ipv6_offload_init+0x0/0x7f returned 0 after 3 usecs
[ 10.157353] calling init_sunrpc+0x0/0x77 @ 1
[ 10.163018] RPC: Registered named UNIX socket transport module.
[ 10.169935] RPC: Registered udp transport module.
[ 10.175484] RPC: Registered tcp transport module.
[ 10.181058] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.188583] initcall init_sunrpc+0x0/0x77 returned 0 after 25456 usecs
[ 10.196201] calling pci_apply_final_quirks+0x0/0x12e @ 1
[ 10.203562] pci 0000:0b:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 10.213676] PCI: CLS 64 bytes, default 64
[ 10.218452] initcall pci_apply_final_quirks+0x0/0x12e returned 0 after 15513 usecs
[ 10.227412] calling acpi_reserve_resources+0x0/0xeb @ 1
[ 10.233647] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 4 usecs
[ 10.241918] calling populate_rootfs+0x0/0x10d @ 1
[ 10.247660] Unpacking initramfs...
[ 11.252620] Freeing initrd memory: 43588K
[ 11.257409] initcall populate_rootfs+0x0/0x10d returned 0 after 986129 usecs
[ 11.265587] calling pci_iommu_init+0x0/0x3c @ 1
[ 11.271040] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 11.278565] software IO TLB [mem 0xb6d29000-0xbad29000] (64MB) mapped at [ffff8800b6d29000-ffff8800bad28fff]
[ 11.290052] initcall pci_iommu_init+0x0/0x3c returned 0 after 18567 usecs
[ 11.297935] calling ir_dev_scope_init+0x0/0x33 @ 1
[ 11.303674] initcall ir_dev_scope_init+0x0/0x33 returned 0 after 1 usecs
[ 11.311732] calling ia32_binfmt_init+0x0/0x14 @ 1
[ 11.317388] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 9 usecs
[ 11.325075] calling amd_uncore_init+0x0/0x278 @ 1
[ 11.330721] initcall amd_uncore_init+0x0/0x278 returned -19 after 1 usecs
[ 11.338602] calling amd_ibs_init+0x0/0x1a6 @ 1
[ 11.343957] initcall amd_ibs_init+0x0/0x1a6 returned -19 after 0 usecs
[ 11.351547] calling amd_iommu_pc_init+0x0/0x1c9 @ 1
[ 11.357390] initcall amd_iommu_pc_init+0x0/0x1c9 returned -19 after 1 usecs
[ 11.365467] calling msr_init+0x0/0xd5 @ 1
[ 11.370378] initcall msr_init+0x0/0xd5 returned 0 after 40 usecs
[ 11.377385] calling intel_cqm_init+0x0/0x499 @ 1
[ 11.382934] initcall intel_cqm_init+0x0/0x499 returned -19 after 1 usecs
[ 11.390720] calling rapl_pmu_init+0x0/0x23e @ 1
[ 11.396973] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[ 11.406350] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 11.413072] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 11.419700] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 11.426040] initcall rapl_pmu_init+0x0/0x23e returned 0 after 29164 usecs
[ 11.433931] calling intel_uncore_init+0x0/0x24a @ 1
[ 11.443123] initcall intel_uncore_init+0x0/0x24a returned 0 after 3259 usecs
[ 11.451317] calling cstate_pmu_init+0x0/0x178 @ 1
[ 11.457783] initcall cstate_pmu_init+0x0/0x178 returned 0 after 797 usecs
[ 11.465681] calling vmx_init+0x0/0x2d @ 1
[ 11.470562] kvm: disabled by bios
[ 11.474567] initcall vmx_init+0x0/0x2d returned -95 after 3911 usecs
[ 11.481976] calling svm_init+0x0/0x1e @ 1
[ 11.486843] has_svm: not amd
[ 11.490355] kvm: no hardware support
[ 11.494648] initcall svm_init+0x0/0x1e returned -95 after 7620 usecs
[ 11.502058] calling register_kernel_offset_dumper+0x0/0x1b @ 1
[ 11.508981] initcall register_kernel_offset_dumper+0x0/0x1b returned 0 after 2 usecs
[ 11.522974] calling i8259A_init_ops+0x0/0x24 @ 1
[ 11.528536] initcall i8259A_init_ops+0x0/0x24 returned 0 after 1 usecs
[ 11.536137] calling init_tsc_clocksource+0x0/0xce @ 1
[ 11.542186] initcall init_tsc_clocksource+0x0/0xce returned 0 after 4 usecs
[ 11.550273] calling add_rtc_cmos+0x0/0xa7 @ 1
[ 11.555563] initcall add_rtc_cmos+0x0/0xa7 returned 0 after 2 usecs
[ 11.562890] calling i8237A_init_ops+0x0/0x14 @ 1
[ 11.568489] initcall i8237A_init_ops+0x0/0x14 returned 0 after 15 usecs
[ 11.576207] calling thermal_throttle_init_device+0x0/0x42 @ 1
[ 11.584090] initcall thermal_throttle_init_device+0x0/0x42 returned 0 after 1031 usecs
[ 11.593470] calling msr_init+0x0/0xdb @ 1
[ 11.602620] initcall msr_init+0x0/0xdb returned 0 after 4170 usecs
[ 11.609822] calling cpuid_init+0x0/0xdb @ 1
[ 11.617626] initcall cpuid_init+0x0/0xdb returned 0 after 2667 usecs
[ 11.625019] calling ioapic_init_ops+0x0/0x14 @ 1
[ 11.630576] initcall ioapic_init_ops+0x0/0x14 returned 0 after 1 usecs
[ 11.638163] calling add_pcspkr+0x0/0x63 @ 1
[ 11.643236] initcall add_pcspkr+0x0/0x63 returned 0 after 14 usecs
[ 11.650437] calling start_periodic_check_for_corruption+0x0/0x60 @ 1
[ 11.657930] initcall start_periodic_check_for_corruption+0x0/0x60 returned 0 after 1 usecs
[ 11.667670] calling sysfb_init+0x0/0x92 @ 1
[ 11.672743] initcall sysfb_init+0x0/0x92 returned 0 after 14 usecs
[ 11.679941] calling audit_classes_init+0x0/0xaf @ 1
[ 11.685782] initcall audit_classes_init+0x0/0xaf returned 0 after 4 usecs
[ 11.693664] calling aes_init+0x0/0x12 @ 1
[ 11.698676] initcall aes_init+0x0/0x12 returned 0 after 144 usecs
[ 11.705780] calling ghash_pclmulqdqni_mod_init+0x0/0x58 @ 1
[ 11.715046] initcall ghash_pclmulqdqni_mod_init+0x0/0x58 returned 0 after 2587 usecs
[ 11.724243] calling crc32c_intel_mod_init+0x0/0x57 @ 1
[ 11.730509] initcall crc32c_intel_mod_init+0x0/0x57 returned 0 after 114 usecs
[ 11.739102] calling proc_execdomains_init+0x0/0x22 @ 1
[ 11.745238] initcall proc_execdomains_init+0x0/0x22 returned 0 after 2 usecs
[ 11.753409] calling cpuhp_sysfs_init+0x0/0x6b @ 1
[ 11.759120] initcall cpuhp_sysfs_init+0x0/0x6b returned 0 after 66 usecs
[ 11.766922] calling ioresources_init+0x0/0x3c @ 1
[ 11.772566] initcall ioresources_init+0x0/0x3c returned 0 after 2 usecs
[ 11.780254] calling init_sched_debug_procfs+0x0/0x2c @ 1
[ 11.786586] initcall init_sched_debug_procfs+0x0/0x2c returned 0 after 1 usecs
[ 11.795161] calling snapshot_device_init+0x0/0x12 @ 1
[ 11.801240] initcall snapshot_device_init+0x0/0x12 returned 0 after 31 usecs
[ 11.809413] calling irq_pm_init_ops+0x0/0x14 @ 1
[ 11.814956] initcall irq_pm_init_ops+0x0/0x14 returned 0 after 1 usecs
[ 11.822546] calling timekeeping_init_ops+0x0/0x14 @ 1
[ 11.828588] initcall timekeeping_init_ops+0x0/0x14 returned 0 after 7 usecs
[ 11.836664] calling init_clocksource_sysfs+0x0/0x69 @ 1
[ 11.842919] initcall init_clocksource_sysfs+0x0/0x69 returned 0 after 24 usecs
[ 11.851492] calling init_timer_list_procfs+0x0/0x2c @ 1
[ 11.857717] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 2 usecs
[ 11.865986] calling alarmtimer_init+0x0/0x189 @ 1
[ 11.871652] initcall alarmtimer_init+0x0/0x189 returned 0 after 21 usecs
[ 11.879434] calling init_posix_timers+0x0/0x2a7 @ 1
[ 11.885316] initcall init_posix_timers+0x0/0x2a7 returned 0 after 43 usecs
[ 11.893293] calling init_posix_cpu_timers+0x0/0xb3 @ 1
[ 11.899423] initcall init_posix_cpu_timers+0x0/0xb3 returned 0 after 1 usecs
[ 11.907593] calling clockevents_init_sysfs+0x0/0xca @ 1
[ 11.914787] initcall clockevents_init_sysfs+0x0/0xca returned 0 after 941 usecs
[ 11.923457] calling proc_dma_init+0x0/0x22 @ 1
[ 11.928810] initcall proc_dma_init+0x0/0x22 returned 0 after 1 usecs
[ 11.936203] calling proc_modules_init+0x0/0x22 @ 1
[ 11.941937] initcall proc_modules_init+0x0/0x22 returned 0 after 1 usecs
[ 11.949717] calling kallsyms_init+0x0/0x25 @ 1
[ 11.955072] initcall kallsyms_init+0x0/0x25 returned 0 after 1 usecs
[ 11.962468] calling pid_namespaces_init+0x0/0x2d @ 1
[ 11.968416] initcall pid_namespaces_init+0x0/0x2d returned 0 after 13 usecs
[ 11.976490] calling audit_init+0x0/0x16d @ 1
[ 11.988067] initcall audit_init+0x0/0x16d returned 0 after 6263 usecs
[ 12.005608] calling audit_watch_init+0x0/0x3a @ 1
[ 12.011255] initcall audit_watch_init+0x0/0x3a returned 0 after 3 usecs
[ 12.018929] calling audit_fsnotify_init+0x0/0x3a @ 1
[ 12.024865] initcall audit_fsnotify_init+0x0/0x3a returned 0 after 1 usecs
[ 12.032840] calling audit_tree_init+0x0/0x49 @ 1
[ 12.038391] initcall audit_tree_init+0x0/0x49 returned 0 after 2 usecs
[ 12.045978] calling init_kprobes+0x0/0x1cf @ 1
[ 12.051649] initcall init_kprobes+0x0/0x1cf returned 0 after 318 usecs
[ 12.059235] calling utsname_sysctl_init+0x0/0x14 @ 1
[ 12.065182] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 10 usecs
[ 12.073253] calling init_tracepoints+0x0/0x28 @ 1
[ 12.078890] initcall init_tracepoints+0x0/0x28 returned 0 after 0 usecs
[ 12.086570] calling init_lstats_procfs+0x0/0x25 @ 1
[ 12.092408] initcall init_lstats_procfs+0x0/0x25 returned 0 after 1 usecs
[ 12.100287] calling stack_trace_init+0x0/0xb0 @ 1
[ 12.105950] initcall stack_trace_init+0x0/0xb0 returned 0 after 20 usecs
[ 12.113732] calling init_blk_tracer+0x0/0x56 @ 1
[ 12.119288] initcall init_blk_tracer+0x0/0x56 returned 0 after 10 usecs
[ 12.126970] calling perf_event_sysfs_init+0x0/0x86 @ 1
[ 12.133429] initcall perf_event_sysfs_init+0x0/0x86 returned 0 after 323 usecs
[ 12.142008] calling init_uprobes+0x0/0x62 @ 1
[ 12.147269] initcall init_uprobes+0x0/0x62 returned 0 after 9 usecs
[ 12.154563] calling kswapd_init+0x0/0x90 @ 1
[ 12.159856] initcall kswapd_init+0x0/0x90 returned 0 after 131 usecs
[ 12.167261] calling extfrag_debug_init+0x0/0x78 @ 1
[ 12.173103] initcall extfrag_debug_init+0x0/0x78 returned 0 after 6 usecs
[ 12.180982] calling mm_compute_batch_init+0x0/0x56 @ 1
[ 12.187109] initcall mm_compute_batch_init+0x0/0x56 returned 0 after 1 usecs
[ 12.195277] calling slab_proc_init+0x0/0x25 @ 1
[ 12.200727] initcall slab_proc_init+0x0/0x25 returned 0 after 2 usecs
[ 12.208215] calling workingset_init+0x0/0x88 @ 1
[ 12.213757] workingset: timestamp_bits=53 max_order=23 bucket_order=0
[ 12.221251] initcall workingset_init+0x0/0x88 returned 0 after 7317 usecs
[ 12.229125] calling proc_vmalloc_init+0x0/0x25 @ 1
[ 12.234862] initcall proc_vmalloc_init+0x0/0x25 returned 0 after 1 usecs
[ 12.242643] calling procswaps_init+0x0/0x22 @ 1
[ 12.248092] initcall procswaps_init+0x0/0x22 returned 0 after 1 usecs
[ 12.255580] calling init_frontswap+0x0/0x91 @ 1
[ 12.261026] initcall init_frontswap+0x0/0x91 returned 0 after 5 usecs
[ 12.268516] calling slab_sysfs_init+0x0/0xf0 @ 1
[ 12.274851] initcall slab_sysfs_init+0x0/0xf0 returned 0 after 773 usecs
[ 12.282634] calling init_cleancache+0x0/0x91 @ 1
[ 12.288186] initcall init_cleancache+0x0/0x91 returned 0 after 6 usecs
[ 12.295770] calling fcntl_init+0x0/0x2a @ 1
[ 12.300833] initcall fcntl_init+0x0/0x2a returned 0 after 3 usecs
[ 12.307929] calling proc_filesystems_init+0x0/0x22 @ 1
[ 12.314057] initcall proc_filesystems_init+0x0/0x22 returned 0 after 2 usecs
[ 12.322225] calling start_dirtytime_writeback+0x0/0x2a @ 1
[ 12.328743] initcall start_dirtytime_writeback+0x0/0x2a returned 0 after 1 usecs
[ 12.337502] calling blkdev_init+0x0/0x25 @ 1
[ 12.342852] initcall blkdev_init+0x0/0x25 returned 0 after 188 usecs
[ 12.350263] calling dio_init+0x0/0x2d @ 1
[ 12.355166] initcall dio_init+0x0/0x2d returned 0 after 40 usecs
[ 12.362170] calling dnotify_init+0x0/0x79 @ 1
[ 12.367426] initcall dnotify_init+0x0/0x79 returned 0 after 5 usecs
[ 12.374718] calling fanotify_user_setup+0x0/0x77 @ 1
[ 12.380661] initcall fanotify_user_setup+0x0/0x77 returned 0 after 7 usecs
[ 12.388634] calling aio_setup+0x0/0xa1 @ 1
[ 12.393618] initcall aio_setup+0x0/0xa1 returned 0 after 25 usecs
[ 12.400719] calling init_sys32_ioctl+0x0/0x28 @ 1
[ 12.406431] initcall init_sys32_ioctl+0x0/0x28 returned 0 after 67 usecs
[ 12.414210] calling mbcache_init+0x0/0x31 @ 1
[ 12.419486] initcall mbcache_init+0x0/0x31 returned 0 after 25 usecs
[ 12.426866] calling init_grace+0x0/0x12 @ 1
[ 12.431927] initcall init_grace+0x0/0x12 returned 0 after 2 usecs
[ 12.439023] calling init_v2_quota_format+0x0/0x22 @ 1
[ 12.445053] initcall init_v2_quota_format+0x0/0x22 returned 0 after 1 usecs
[ 12.453124] calling init_devpts_fs+0x0/0x28 @ 1
[ 12.458572] initcall init_devpts_fs+0x0/0x28 returned 0 after 8 usecs
[ 12.466061] calling ext4_init_fs+0x0/0x181 @ 1
[ 12.471551] initcall ext4_init_fs+0x0/0x181 returned 0 after 137 usecs
[ 12.479135] calling journal_init+0x0/0x107 @ 1
[ 12.484619] initcall journal_init+0x0/0x107 returned 0 after 128 usecs
[ 12.492205] calling init_iso9660_fs+0x0/0x71 @ 1
[ 12.497800] initcall init_iso9660_fs+0x0/0x71 returned 0 after 52 usecs
[ 12.505481] calling init_nfs_fs+0x0/0x155 @ 1
[ 12.511026] initcall init_nfs_fs+0x0/0x155 returned 0 after 285 usecs
[ 12.518518] calling init_nlm+0x0/0x60 @ 1
[ 12.523387] initcall init_nlm+0x0/0x60 returned 0 after 6 usecs
[ 12.530293] calling init_nls_cp437+0x0/0x14 @ 1
[ 12.535740] initcall init_nls_cp437+0x0/0x14 returned 0 after 2 usecs
[ 12.543229] calling init_nls_ascii+0x0/0x14 @ 1
[ 12.548677] initcall init_nls_ascii+0x0/0x14 returned 0 after 0 usecs
[ 12.556164] calling init_autofs4_fs+0x0/0x26 @ 1
[ 12.561732] initcall init_autofs4_fs+0x0/0x26 returned 0 after 24 usecs
[ 12.569413] calling init_v9fs+0x0/0xe9 @ 1
[ 12.574370] 9p: Installing v9fs 9p2000 file system support
[ 12.580816] initcall init_v9fs+0x0/0xe9 returned 0 after 6294 usecs
[ 12.587333] tsc: Refined TSC clocksource calibration: 2793.267 MHz
[ 12.587350] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2843685e1e3, max_idle_ns: 440795300186 ns
[ 12.606985] calling init_pstore_fs+0x0/0x47 @ 1
[ 12.612433] initcall init_pstore_fs+0x0/0x47 returned 0 after 2 usecs
[ 12.619920] calling ipc_init+0x0/0x17 @ 1
[ 12.624783] initcall ipc_init+0x0/0x17 returned 0 after 2 usecs
[ 12.631688] calling ipc_sysctl_init+0x0/0x14 @ 1
[ 12.637237] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 8 usecs
[ 12.644821] calling init_mqueue_fs+0x0/0x106 @ 1
[ 12.650437] initcall init_mqueue_fs+0x0/0x106 returned 0 after 72 usecs
[ 12.658118] calling key_proc_init+0x0/0x5e @ 1
[ 12.663471] initcall key_proc_init+0x0/0x5e returned 0 after 2 usecs
[ 12.675589] calling selinux_nf_ip_init+0x0/0x43 @ 1
[ 12.681425] initcall selinux_nf_ip_init+0x0/0x43 returned 0 after 2 usecs
[ 12.689300] calling init_sel_fs+0x0/0x9e @ 1
[ 12.694455] initcall init_sel_fs+0x0/0x9e returned 0 after 1 usecs
[ 12.701650] calling selnl_init+0x0/0x77 @ 1
[ 12.706711] initcall selnl_init+0x0/0x77 returned 0 after 5 usecs
[ 12.713809] calling sel_netif_init+0x0/0x3a @ 1
[ 12.719259] initcall sel_netif_init+0x0/0x3a returned 0 after 0 usecs
[ 12.726746] calling sel_netnode_init+0x0/0x32 @ 1
[ 12.732390] initcall sel_netnode_init+0x0/0x32 returned 0 after 0 usecs
[ 12.740069] calling sel_netport_init+0x0/0x32 @ 1
[ 12.745710] initcall sel_netport_init+0x0/0x32 returned 0 after 0 usecs
[ 12.753392] calling aurule_init+0x0/0x2b @ 1
[ 12.758548] initcall aurule_init+0x0/0x2b returned 0 after 1 usecs
[ 12.765744] calling crypto_algapi_init+0x0/0xd @ 1
[ 12.771485] initcall crypto_algapi_init+0x0/0xd returned 0 after 2 usecs
[ 12.779267] calling seqiv_module_init+0x0/0x12 @ 1
[ 12.785018] initcall seqiv_module_init+0x0/0x12 returned 0 after 5 usecs
[ 12.792802] calling crypto_cmac_module_init+0x0/0x12 @ 1
[ 12.799129] initcall crypto_cmac_module_init+0x0/0x12 returned 0 after 1 usecs
[ 12.807701] calling hmac_module_init+0x0/0x12 @ 1
[ 12.813344] initcall hmac_module_init+0x0/0x12 returned 0 after 1 usecs
[ 12.821027] calling crypto_null_mod_init+0x0/0x48 @ 1
[ 12.827401] initcall crypto_null_mod_init+0x0/0x48 returned 0 after 333 usecs
[ 12.835688] calling md5_mod_init+0x0/0x12 @ 1
[ 12.841064] initcall md5_mod_init+0x0/0x12 returned 0 after 119 usecs
[ 12.848575] calling sha1_generic_mod_init+0x0/0x12 @ 1
[ 12.854871] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 159 usecs
[ 12.863454] calling sha256_generic_mod_init+0x0/0x17 @ 1
[ 12.870173] initcall sha256_generic_mod_init+0x0/0x17 returned 0 after 385 usecs
[ 12.878974] calling crypto_ecb_module_init+0x0/0x12 @ 1
[ 12.885190] initcall crypto_ecb_module_init+0x0/0x12 returned 0 after 1 usecs
[ 12.893478] calling crypto_cbc_module_init+0x0/0x12 @ 1
[ 12.899705] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 1 usecs
[ 12.907973] calling crypto_module_init+0x0/0x12 @ 1
[ 12.913809] initcall crypto_module_init+0x0/0x12 returned 0 after 0 usecs
[ 12.921688] calling crypto_module_init+0x0/0x12 @ 1
[ 12.927524] initcall crypto_module_init+0x0/0x12 returned 0 after 0 usecs
[ 12.935402] calling crypto_ctr_module_init+0x0/0x39 @ 1
[ 12.941638] initcall crypto_ctr_module_init+0x0/0x39 returned 0 after 1 usecs
[ 12.949902] calling aes_init+0x0/0x12 @ 1
[ 12.954868] initcall aes_init+0x0/0x12 returned 0 after 99 usecs
[ 12.961887] calling crc32c_mod_init+0x0/0x12 @ 1
[ 12.967593] initcall crc32c_mod_init+0x0/0x12 returned 0 after 157 usecs
[ 12.975389] calling crct10dif_mod_init+0x0/0x12 @ 1
[ 12.981382] initcall crct10dif_mod_init+0x0/0x12 returned 0 after 150 usecs
[ 12.989469] calling drbg_init+0x0/0x82 @ 1
[ 12.998751] initcall drbg_init+0x0/0x82 returned 0 after 4218 usecs
[ 13.006065] calling jent_mod_init+0x0/0x30 @ 1
[ 13.011659] initcall jent_mod_init+0x0/0x30 returned 0 after 217 usecs
[ 13.019248] calling af_alg_init+0x0/0x3b @ 1
[ 13.024412] NET: Registered protocol family 38
[ 13.029667] initcall af_alg_init+0x0/0x3b returned 0 after 5133 usecs
[ 13.037157] calling algif_hash_init+0x0/0x12 @ 1
[ 13.042708] initcall algif_hash_init+0x0/0x12 returned 0 after 1 usecs
[ 13.050298] calling algif_skcipher_init+0x0/0x12 @ 1
[ 13.056224] initcall algif_skcipher_init+0x0/0x12 returned 0 after 1 usecs
[ 13.064198] calling async_tx_init+0x0/0x19 @ 1
[ 13.069643] async_tx: api initialized (async)
[ 13.074799] initcall async_tx_init+0x0/0x19 returned 0 after 5124 usecs
[ 13.082482] calling async_pq_init+0x0/0x3a @ 1
[ 13.087834] initcall async_pq_init+0x0/0x3a returned 0 after 1 usecs
[ 13.095229] calling proc_genhd_init+0x0/0x3c @ 1
[ 13.100780] initcall proc_genhd_init+0x0/0x3c returned 0 after 2 usecs
[ 13.108366] calling bsg_init+0x0/0x14f @ 1
[ 13.113339] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 13.122110] initcall bsg_init+0x0/0x14f returned 0 after 8578 usecs
[ 13.129405] calling throtl_init+0x0/0x42 @ 1
[ 13.134744] initcall throtl_init+0x0/0x42 returned 0 after 176 usecs
[ 13.142152] calling noop_init+0x0/0x12 @ 1
[ 13.147117] io scheduler noop registered
[ 13.151789] initcall noop_init+0x0/0x12 returned 0 after 4563 usecs
[ 13.159081] calling deadline_init+0x0/0x12 @ 1
[ 13.164431] io scheduler deadline registered
[ 13.169488] initcall deadline_init+0x0/0x12 returned 0 after 4937 usecs
[ 13.177168] calling cfq_init+0x0/0x7c @ 1
[ 13.182083] io scheduler cfq registered (default)
[ 13.187627] initcall cfq_init+0x0/0x7c returned 0 after 5463 usecs
[ 13.194821] calling deadline_init+0x0/0x12 @ 1
[ 13.200171] io scheduler mq-deadline registered
[ 13.205524] initcall deadline_init+0x0/0x12 returned 0 after 5226 usecs
[ 13.213208] calling test_kstrtox_init+0x0/0x7a5 @ 1
[ 13.219071] initcall test_kstrtox_init+0x0/0x7a5 returned -22 after 24 usecs
[ 13.227241] calling crc_t10dif_mod_init+0x0/0x3e @ 1
[ 13.233178] initcall crc_t10dif_mod_init+0x0/0x3e returned 0 after 2 usecs
[ 13.241152] calling libcrc32c_mod_init+0x0/0x2b @ 1
[ 13.246989] initcall libcrc32c_mod_init+0x0/0x2b returned 0 after 2 usecs
[ 13.254864] calling percpu_counter_startup+0x0/0x56 @ 1
[ 13.261635] initcall percpu_counter_startup+0x0/0x56 returned 0 after 526 usecs
[ 13.270330] calling test_atomics_init+0x0/0x1108 @ 1
[ 13.276309] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 13.284400] initcall test_atomics_init+0x0/0x1108 returned 0 after 7911 usecs
[ 13.292681] calling sg_pool_init+0x0/0xcc @ 1
[ 13.297985] initcall sg_pool_init+0x0/0xcc returned 0 after 36 usecs
[ 13.305390] calling pci_proc_init+0x0/0x65 @ 1
[ 13.310979] initcall pci_proc_init+0x0/0x65 returned 0 after 214 usecs
[ 13.318580] calling pcie_portdrv_init+0x0/0x75 @ 1
[ 13.326875] initcall pcie_portdrv_init+0x0/0x75 returned 0 after 2476 usecs
[ 13.334966] calling aer_service_init+0x0/0x3a @ 1
[ 13.340635] initcall aer_service_init+0x0/0x3a returned 0 after 21 usecs
[ 13.348420] calling pcie_pme_service_init+0x0/0x12 @ 1
[ 13.354591] pcieport 0000:00:01.0: Signaling PME with IRQ 25
[ 13.361239] pcieport 0000:00:01.1: Signaling PME with IRQ 26
[ 13.367888] pcieport 0000:00:02.0: Signaling PME with IRQ 27
[ 13.374534] pcieport 0000:00:02.2: Signaling PME with IRQ 28
[ 13.381178] pcieport 0000:00:03.0: Signaling PME with IRQ 29
[ 13.387820] pcieport 0000:00:03.2: Signaling PME with IRQ 30
[ 13.394468] pcieport 0000:00:1c.0: Signaling PME with IRQ 31
[ 13.401114] pcieport 0000:00:1c.7: Signaling PME with IRQ 32
[ 13.407762] pcieport 0000:80:01.0: Signaling PME with IRQ 35
[ 13.414407] pcieport 0000:80:02.0: Signaling PME with IRQ 36
[ 13.421051] pcieport 0000:80:02.2: Signaling PME with IRQ 37
[ 13.427694] pcieport 0000:80:03.0: Signaling PME with IRQ 38
[ 13.434335] pcieport 0000:80:03.2: Signaling PME with IRQ 39
[ 13.440965] initcall pcie_pme_service_init+0x0/0x12 returned 0 after 84385 usecs
[ 13.449732] calling pci_hotplug_init+0x0/0x8 @ 1
[ 13.455281] initcall pci_hotplug_init+0x0/0x8 returned 0 after 0 usecs
[ 13.462870] calling pcied_init+0x0/0x56 @ 1
[ 13.467937] initcall pcied_init+0x0/0x56 returned 0 after 11 usecs
[ 13.475139] calling pci_stub_init+0x0/0x14a @ 1
[ 13.480626] initcall pci_stub_init+0x0/0x14a returned 0 after 31 usecs
[ 13.488215] calling efifb_driver_init+0x0/0x14 @ 1
[ 13.493974] initcall efifb_driver_init+0x0/0x14 returned 0 after 16 usecs
[ 13.501857] calling intel_idle_init+0x0/0x50d @ 1
[ 13.507503] intel_idle: MWAIT substates: 0x1120
[ 13.512853] intel_idle: v0.4.1 model 0x3E
[ 13.518924] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 13.525738] initcall intel_idle_init+0x0/0x50d returned 0 after 17809 usecs
[ 13.533810] calling acpi_ac_init+0x0/0x2b @ 1
[ 13.539103] initcall acpi_ac_init+0x0/0x2b returned 0 after 36 usecs
[ 13.546494] calling acpi_button_driver_init+0x0/0x12 @ 1
[ 13.552862] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 13.562700] ACPI: Sleep Button [SLPB]
[ 13.567113] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 13.575880] ACPI: Power Button [PWRF]
[ 13.580270] initcall acpi_button_driver_init+0x0/0x12 returned 0 after 26812 usecs
[ 13.589224] calling acpi_fan_driver_init+0x0/0x14 @ 1
[ 13.595261] initcall acpi_fan_driver_init+0x0/0x14 returned 0 after 9 usecs
[ 13.603332] calling acpi_processor_driver_init+0x0/0x91 @ 1
[ 13.611450] clocksource: Switched to clocksource tsc
[ 13.646964] initcall acpi_processor_driver_init+0x0/0x91 returned 0 after 36147 usecs
[ 13.656214] calling acpi_thermal_init+0x0/0x7f @ 1
[ 13.662098] initcall acpi_thermal_init+0x0/0x7f returned 0 after 147 usecs
[ 13.670107] calling acpi_battery_init+0x0/0x30 @ 1
[ 13.675861] initcall acpi_battery_init+0x0/0x30 returned 0 after 5 usecs
[ 13.683657] calling acpi_hed_driver_init+0x0/0x12 @ 1
[ 13.689759] initcall acpi_hed_driver_init+0x0/0x12 returned 0 after 67 usecs
[ 13.697940] calling erst_init+0x0/0x321 @ 1
[ 13.703055] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 13.711937] pstore: using zlib compression
[ 13.716807] pstore: Registered erst as persistent store backend
[ 13.723725] initcall erst_init+0x0/0x321 returned 0 after 20238 usecs
[ 13.731228] calling ghes_init+0x0/0x191 @ 1
[ 13.736410] ghes_edac: This EDAC driver relies on BIOS to enumerate memory and get error reports.
[ 13.746857] ghes_edac: Unfortunately, not all BIOSes reflect the memory layout correctly.
[ 13.756512] ghes_edac: So, the end result of using this driver varies from vendor to vendor.
[ 13.766471] ghes_edac: If you find incorrect reports, please contact your hardware vendor
[ 13.776139] ghes_edac: to correct its BIOS.
[ 13.781126] ghes_edac: This system has 24 DIMM sockets.
[ 13.787716] EDAC MC0: Giving out device to module ghes_edac.c controller ghes_edac: DEV ghes (INTERRUPT)
[ 13.798970] EDAC MC1: Giving out device to module ghes_edac.c controller ghes_edac: DEV ghes (INTERRUPT)
[ 13.810360] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 13.823985] initcall ghes_init+0x0/0x191 returned 0 after 85628 usecs
[ 13.831488] calling gpio_clk_driver_init+0x0/0x14 @ 1
[ 13.837542] initcall gpio_clk_driver_init+0x0/0x14 returned 0 after 11 usecs
[ 13.845725] calling plt_clk_driver_init+0x0/0x14 @ 1
[ 13.851677] initcall plt_clk_driver_init+0x0/0x14 returned 0 after 7 usecs
[ 13.859662] calling ioat_init_module+0x0/0xb5 @ 1
[ 13.865315] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 13.981401] initcall ioat_init_module+0x0/0xb5 returned 0 after 113357 usecs
[ 13.989566] calling virtio_pci_driver_init+0x0/0x1b @ 1
[ 13.995802] initcall virtio_pci_driver_init+0x0/0x1b returned 0 after 16 usecs
[ 14.004368] calling pty_init+0x0/0x38e @ 1
[ 14.016056] initcall pty_init+0x0/0x38e returned 0 after 6572 usecs
[ 14.023350] calling sysrq_init+0x0/0x6f @ 1
[ 14.028406] initcall sysrq_init+0x0/0x6f returned 0 after 3 usecs
[ 14.035500] calling serial8250_init+0x0/0x15c @ 1
[ 14.041135] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 14.069146] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 14.098534] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 14.107299] initcall serial8250_init+0x0/0x15c returned 0 after 64610 usecs
[ 14.115367] calling serial_pci_driver_init+0x0/0x1b @ 1
[ 14.121684] initcall serial_pci_driver_init+0x0/0x1b returned 0 after 92 usecs
[ 14.130245] calling exar_pci_driver_init+0x0/0x1b @ 1
[ 14.136290] initcall exar_pci_driver_init+0x0/0x1b returned 0 after 18 usecs
[ 14.144454] calling lpss8250_pci_driver_init+0x0/0x1b @ 1
[ 14.150883] initcall lpss8250_pci_driver_init+0x0/0x1b returned 0 after 14 usecs
[ 14.159640] calling mid8250_pci_driver_init+0x0/0x1b @ 1
[ 14.165965] initcall mid8250_pci_driver_init+0x0/0x1b returned 0 after 12 usecs
[ 14.174622] calling init_kgdboc+0x0/0x17 @ 1
[ 14.179775] initcall init_kgdboc+0x0/0x17 returned 0 after 2 usecs
[ 14.186964] calling init+0x0/0x100 @ 1
[ 14.191551] initcall init+0x0/0x100 returned 0 after 23 usecs
[ 14.198246] calling raw_init+0x0/0x13b @ 1
[ 14.203268] initcall raw_init+0x0/0x13b returned 0 after 65 usecs
[ 14.210363] calling hpet_init+0x0/0x65 @ 1
[ 14.215460] initcall hpet_init+0x0/0x65 returned 0 after 141 usecs
[ 14.222652] calling nvram_init+0x0/0x79 @ 1
[ 14.227750] Non-volatile memory driver v1.3
[ 14.232707] initcall nvram_init+0x0/0x79 returned 0 after 4885 usecs
[ 14.240094] calling hwrng_modinit+0x0/0x7d @ 1
[ 14.245481] initcall hwrng_modinit+0x0/0x7d returned 0 after 44 usecs
[ 14.252965] calling agp_init+0x0/0x27 @ 1
[ 14.257821] Linux agpgart interface v0.103
[ 14.262678] initcall agp_init+0x0/0x27 returned 0 after 4743 usecs
[ 14.269869] calling agp_amd64_mod_init+0x0/0x21 @ 1
[ 14.275765] initcall agp_amd64_mod_init+0x0/0x21 returned -19 after 64 usecs
[ 14.283926] calling agp_intel_init+0x0/0x2a @ 1
[ 14.289397] initcall agp_intel_init+0x0/0x2a returned 0 after 30 usecs
[ 14.296976] calling agp_sis_init+0x0/0x2a @ 1
[ 14.302239] initcall agp_sis_init+0x0/0x2a returned 0 after 16 usecs
[ 14.309624] calling agp_via_init+0x0/0x2a @ 1
[ 14.314888] initcall agp_via_init+0x0/0x2a returned 0 after 18 usecs
[ 14.322278] calling cn_proc_init+0x0/0x36 @ 1
[ 14.327526] initcall cn_proc_init+0x0/0x36 returned 0 after 2 usecs
[ 14.334818] calling topology_sysfs_init+0x0/0x40 @ 1
[ 14.340844] initcall topology_sysfs_init+0x0/0x40 returned 0 after 92 usecs
[ 14.348912] calling cacheinfo_sysfs_init+0x0/0x2d @ 1
[ 14.357834] initcall cacheinfo_sysfs_init+0x0/0x2d returned 164 after 2830 usecs
[ 14.366587] calling loop_init+0x0/0x170 @ 1
[ 14.379740] loop: module loaded
[ 14.383554] initcall loop_init+0x0/0x170 returned 0 after 11633 usecs
[ 14.391058] calling init+0x0/0x7e @ 1
[ 14.395723] initcall init+0x0/0x7e returned 0 after 178 usecs
[ 14.402464] calling init_kgdbts+0x0/0x17 @ 1
[ 14.407630] initcall init_kgdbts+0x0/0x17 returned 0 after 1 usecs
[ 14.414836] calling mac_hid_init+0x0/0x22 @ 1
[ 14.420106] initcall mac_hid_init+0x0/0x22 returned 0 after 7 usecs
[ 14.427410] calling raid_init+0x0/0x12 @ 1
[ 14.432395] initcall raid_init+0x0/0x12 returned 0 after 8 usecs
[ 14.439407] calling spi_transport_init+0x0/0x77 @ 1
[ 14.445268] initcall spi_transport_init+0x0/0x77 returned 0 after 14 usecs
[ 14.453253] calling sas_transport_init+0x0/0xbf @ 1
[ 14.459122] initcall sas_transport_init+0x0/0xbf returned 0 after 22 usecs
[ 14.467107] calling ahc_linux_init+0x0/0x66 @ 1
[ 14.472667] initcall ahc_linux_init+0x0/0x66 returned 0 after 102 usecs
[ 14.480355] calling _mpt3sas_init+0x0/0x1ae @ 1
[ 14.485810] mpt3sas version 15.100.00.00 loaded
[ 14.491351] initcall _mpt3sas_init+0x0/0x1ae returned 0 after 5408 usecs
[ 14.499148] calling init_sd+0x0/0x16b @ 1
[ 14.504056] initcall init_sd+0x0/0x16b returned 0 after 32 usecs
[ 14.511070] calling init_sr+0x0/0x4c @ 1
[ 14.515854] initcall init_sr+0x0/0x4c returned 0 after 6 usecs
[ 14.522676] calling init_sg+0x0/0x122 @ 1
[ 14.527569] initcall init_sg+0x0/0x122 returned 0 after 16 usecs
[ 14.534588] calling ahci_pci_driver_init+0x0/0x1b @ 1
[ 14.540743] ahci 0000:00:1f.2: version 3.0
[ 14.555939] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 14.565564] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 14.589887] scsi host0: ahci
[ 14.593616] scsi host1: ahci
[ 14.597314] scsi host2: ahci
[ 14.601022] scsi host3: ahci
[ 14.604719] scsi host4: ahci
[ 14.608415] scsi host5: ahci
[ 14.611928] ata1: SATA max UDMA/133 abar m2048@0xd0d00000 port 0xd0d00100 irq 60
[ 14.620661] ata2: SATA max UDMA/133 abar m2048@0xd0d00000 port 0xd0d00180 irq 60
[ 14.629395] ata3: SATA max UDMA/133 abar m2048@0xd0d00000 port 0xd0d00200 irq 60
[ 14.638136] ata4: SATA max UDMA/133 abar m2048@0xd0d00000 port 0xd0d00280 irq 60
[ 14.646876] ata5: SATA max UDMA/133 abar m2048@0xd0d00000 port 0xd0d00300 irq 60
[ 14.655616] ata6: SATA max UDMA/133 abar m2048@0xd0d00000 port 0xd0d00380 irq 60
[ 14.664449] initcall ahci_pci_driver_init+0x0/0x1b returned 0 after 120913 usecs
[ 14.673249] calling piix_init+0x0/0x29 @ 1
[ 14.678324] initcall piix_init+0x0/0x29 returned 0 after 98 usecs
[ 14.685437] calling nv_pci_driver_init+0x0/0x1b @ 1
[ 14.691319] initcall nv_pci_driver_init+0x0/0x1b returned 0 after 34 usecs
[ 14.699307] calling amd_pci_driver_init+0x0/0x1b @ 1
[ 14.705292] initcall amd_pci_driver_init+0x0/0x1b returned 0 after 37 usecs
[ 14.713378] calling atiixp_pci_driver_init+0x0/0x1b @ 1
[ 14.719651] initcall atiixp_pci_driver_init+0x0/0x1b returned 0 after 32 usecs
[ 14.728246] calling oldpiix_pci_driver_init+0x0/0x1b @ 1
[ 14.734613] initcall oldpiix_pci_driver_init+0x0/0x1b returned 0 after 31 usecs
[ 14.743301] calling via_pci_driver_init+0x0/0x1b @ 1
[ 14.749281] initcall via_pci_driver_init+0x0/0x1b returned 0 after 33 usecs
[ 14.757365] calling pacpi_pci_driver_init+0x0/0x1b @ 1
[ 14.763551] initcall pacpi_pci_driver_init+0x0/0x1b returned 0 after 41 usecs
[ 14.771835] calling ata_generic_pci_driver_init+0x0/0x1b @ 1
[ 14.778598] initcall ata_generic_pci_driver_init+0x0/0x1b returned 0 after 39 usecs
[ 14.787670] calling net_olddevs_init+0x0/0x5b @ 1
[ 14.793334] initcall net_olddevs_init+0x0/0x5b returned 0 after 6 usecs
[ 14.801027] calling fixed_mdio_bus_init+0x0/0xe8 @ 1
[ 14.807023] libphy: Fixed MDIO Bus: probed
[ 14.811898] initcall fixed_mdio_bus_init+0x0/0xe8 returned 0 after 4813 usecs
[ 14.820177] calling virtio_net_driver_init+0x0/0x90 @ 1
[ 14.826424] initcall virtio_net_driver_init+0x0/0x90 returned 0 after 10 usecs
[ 14.835016] calling vortex_init+0x0/0xaa @ 1
[ 14.840239] initcall vortex_init+0x0/0xaa returned 0 after 50 usecs
[ 14.847545] calling tg3_driver_init+0x0/0x1b @ 1
[ 14.853181] initcall tg3_driver_init+0x0/0x1b returned 0 after 77 usecs
[ 14.860880] calling e100_init_module+0x0/0x59 @ 1
[ 14.866534] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 14.873641] e100: Copyright(c) 1999-2006 Intel Corporation
[ 14.880136] initcall e100_init_module+0x0/0x59 returned 0 after 13281 usecs
[ 14.888218] calling e1000_init_module+0x0/0x3a @ 1
[ 14.893968] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 14.900786] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 14.907791] initcall e1000_init_module+0x0/0x3a returned 0 after 13496 usecs
[ 14.915974] calling igb_init_module+0x0/0x54 @ 1
[ 14.921533] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 14.929614] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 14.936669] igb 0000:04:00.0: PHY reset is blocked due to SOL/IDER session.
[ 14.968942] ata5: SATA link down (SStatus 0 SControl 300)
[ 14.975314] ata6: SATA link down (SStatus 0 SControl 300)
[ 14.980859] igb 0000:04:00.0: DCA enabled
[ 14.981048] igb 0000:04:00.0: added PHC on eth0
[ 14.981048] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 14.981050] igb 0000:04:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:1e:67:a0:a0:0c
[ 14.981122] igb 0000:04:00.0: eth0: PBA No: 100000-000
[ 14.981123] igb 0000:04:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 14.981576] igb 0000:04:00.1: PHY reset is blocked due to SOL/IDER session.
[ 15.017107] igb 0000:04:00.1: DCA enabled
[ 15.017197] igb 0000:04:00.1: added PHC on eth1
[ 15.017198] igb 0000:04:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 15.017199] igb 0000:04:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:1e:67:a0:a0:0d
[ 15.017272] igb 0000:04:00.1: eth1: PBA No: 100000-000
[ 15.017273] igb 0000:04:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 15.072605] ata4: SATA link down (SStatus 0 SControl 300)
[ 15.078977] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 15.086221] ata3: SATA link down (SStatus 0 SControl 300)
[ 15.092571] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 15.093720] igb 0000:04:00.2: DCA enabled
[ 15.093818] igb 0000:04:00.2: added PHC on eth2
[ 15.093818] igb 0000:04:00.2: Intel(R) Gigabit Ethernet Network Connection
[ 15.093819] igb 0000:04:00.2: eth2: (PCIe:5.0Gb/s:Width x4) 00:1e:67:a0:a0:0e
[ 15.093892] igb 0000:04:00.2: eth2: PBA No: 100000-000
[ 15.093893] igb 0000:04:00.2: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 15.145946] ata1.00: ATA-8: INTEL SSDSC2BB120G4, D2010355, max UDMA/133
[ 15.153624] ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 15.161407] ata2.00: ATAPI: DV-W28S-A, 9.2A, max UDMA/100
[ 15.167945] ata1.00: configured for UDMA/133
[ 15.168000] igb 0000:04:00.3: DCA enabled
[ 15.168099] igb 0000:04:00.3: added PHC on eth3
[ 15.168101] igb 0000:04:00.3: Intel(R) Gigabit Ethernet Network Connection
[ 15.168103] igb 0000:04:00.3: eth3: (PCIe:5.0Gb/s:Width x4) 00:1e:67:a0:a0:0f
[ 15.168176] igb 0000:04:00.3: eth3: PBA No: 100000-000
[ 15.168178] igb 0000:04:00.3: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 15.168300] initcall igb_init_module+0x0/0x54 returned 0 after 240967 usecs
[ 15.168303] calling ixgbe_init_module+0x0/0xc0 @ 1
[ 15.168305] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.0.0-k
[ 15.168306] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[ 15.168601] initcall ixgbe_init_module+0x0/0xc0 returned 0 after 283 usecs
[ 15.168605] calling ixgb_init_module+0x0/0x48 @ 1
[ 15.168607] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[ 15.168607] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[ 15.168644] initcall ixgb_init_module+0x0/0x48 returned 0 after 34 usecs
[ 15.168647] calling skge_init_module+0x0/0x35 @ 1
[ 15.168685] initcall skge_init_module+0x0/0x35 returned 0 after 34 usecs
[ 15.168688] calling forcedeth_pci_driver_init+0x0/0x1b @ 1
[ 15.168739] initcall forcedeth_pci_driver_init+0x0/0x1b returned 0 after 46 usecs
[ 15.168742] calling rtl8139_init_module+0x0/0x1b @ 1
[ 15.168787] initcall rtl8139_init_module+0x0/0x1b returned 0 after 40 usecs
[ 15.168790] calling cdrom_init+0x0/0x19 @ 1
[ 15.168803] initcall cdrom_init+0x0/0x19 returned 0 after 9 usecs
[ 15.168806] calling mon_init+0x0/0x121 @ 1
[ 15.168927] initcall mon_init+0x0/0x121 returned 0 after 113 usecs
[ 15.168930] calling ehci_hcd_init+0x0/0xc1 @ 1
[ 15.168931] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 15.168937] initcall ehci_hcd_init+0x0/0xc1 returned 0 after 3 usecs
[ 15.168941] calling ehci_pci_init+0x0/0x67 @ 1
[ 15.168942] ehci-pci: EHCI PCI platform driver
[ 15.169201] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 15.169306] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 15.169323] ehci-pci 0000:00:1a.0: debug port 2
[ 15.173253] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 15.173263] ehci-pci 0000:00:1a.0: irq 22, io mem 0xd0d20000
[ 15.179421] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 15.179475] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 15.179477] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.179478] usb usb1: Product: EHCI Host Controller
[ 15.179480] usb usb1: Manufacturer: Linux 4.11.0-rc8-00846-g71f034206922-dirty ehci_hcd
[ 15.179481] usb usb1: SerialNumber: 0000:00:1a.0
[ 15.179656] hub 1-0:1.0: USB hub found
[ 15.179661] hub 1-0:1.0: 2 ports detected
[ 15.180011] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 15.180099] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 15.180114] ehci-pci 0000:00:1d.0: debug port 2
[ 15.184020] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 15.184029] ehci-pci 0000:00:1d.0: irq 20, io mem 0xd0d10000
[ 15.190423] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 15.190466] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 15.190468] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.190469] usb usb2: Product: EHCI Host Controller
[ 15.190471] usb usb2: Manufacturer: Linux 4.11.0-rc8-00846-g71f034206922-dirty ehci_hcd
[ 15.190472] usb usb2: SerialNumber: 0000:00:1d.0
[ 15.190620] hub 2-0:1.0: USB hub found
[ 15.190626] hub 2-0:1.0: 2 ports detected
[ 15.190833] initcall ehci_pci_init+0x0/0x67 returned 0 after 21370 usecs
[ 15.190837] calling ohci_hcd_mod_init+0x0/0x8f @ 1
[ 15.190839] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 15.190848] initcall ohci_hcd_mod_init+0x0/0x8f returned 0 after 6 usecs
[ 15.190851] calling ohci_pci_init+0x0/0x67 @ 1
[ 15.190852] ohci-pci: OHCI PCI platform driver
[ 15.190895] initcall ohci_pci_init+0x0/0x67 returned 0 after 39 usecs
[ 15.190898] calling uhci_hcd_init+0x0/0x118 @ 1
[ 15.190900] uhci_hcd: USB Universal Host Controller Interface driver
[ 15.190952] initcall uhci_hcd_init+0x0/0x118 returned 0 after 48 usecs
[ 15.190955] calling xhci_hcd_init+0x0/0x15 @ 1
[ 15.190958] initcall xhci_hcd_init+0x0/0x15 returned 0 after 0 usecs
[ 15.190961] calling xhci_pci_init+0x0/0x44 @ 1
[ 15.190994] initcall xhci_pci_init+0x0/0x44 returned 0 after 28 usecs
[ 15.190997] calling usb_serial_init+0x0/0x18f @ 1
[ 15.191027] usbcore: registered new interface driver usbserial
[ 15.191036] usbcore: registered new interface driver usbserial_generic
[ 15.191045] usbserial: USB Serial support registered for generic
[ 15.191050] initcall usb_serial_init+0x0/0x18f returned 0 after 48 usecs
[ 15.191053] calling kgdbdbgp_start_thread+0x0/0x50 @ 1
[ 15.191057] initcall kgdbdbgp_start_thread+0x0/0x50 returned 0 after 0 usecs
[ 15.191060] calling i8042_init+0x0/0x456 @ 1
[ 15.191095] i8042: PNP: No PS/2 controller found.
[ 15.191099] initcall i8042_init+0x0/0x456 returned -19 after 34 usecs
[ 15.191102] calling serport_init+0x0/0x2d @ 1
[ 15.191106] initcall serport_init+0x0/0x2d returned 0 after 0 usecs
[ 15.191109] calling input_leds_init+0x0/0x12 @ 1
[ 15.191114] initcall input_leds_init+0x0/0x12 returned 0 after 1 usecs
[ 15.191117] calling mousedev_init+0x0/0x5a @ 1
[ 15.191222] mousedev: PS/2 mouse device common for all mice
[ 15.191226] initcall mousedev_init+0x0/0x5a returned 0 after 103 usecs
[ 15.191230] calling evdev_init+0x0/0x12 @ 1
[ 15.191307] initcall evdev_init+0x0/0x12 returned 0 after 72 usecs
[ 15.191310] calling atkbd_init+0x0/0x27 @ 1
[ 15.191334] initcall atkbd_init+0x0/0x27 returned 0 after 19 usecs
[ 15.191337] calling psmouse_init+0x0/0x77 @ 1
[ 15.191374] initcall psmouse_init+0x0/0x77 returned 0 after 32 usecs
[ 15.191378] calling uinput_misc_init+0x0/0x12 @ 1
[ 15.191425] initcall uinput_misc_init+0x0/0x12 returned 0 after 41 usecs
[ 15.191428] calling cmos_init+0x0/0x6c @ 1
[ 15.191461] rtc_cmos 00:01: RTC can wake from S4
[ 15.191705] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 15.191755] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 15.191768] initcall cmos_init+0x0/0x6c returned 0 after 327 usecs
[ 15.191772] calling piix4_driver_init+0x0/0x1b @ 1
[ 15.191810] initcall piix4_driver_init+0x0/0x1b returned 0 after 33 usecs
[ 15.191814] calling fam15h_power_driver_init+0x0/0x1b @ 1
[ 15.191847] initcall fam15h_power_driver_init+0x0/0x1b returned 0 after 27 usecs
[ 15.191850] calling k10temp_driver_init+0x0/0x1b @ 1
[ 15.191892] initcall k10temp_driver_init+0x0/0x1b returned 0 after 36 usecs
[ 15.191895] calling pkg_temp_thermal_init+0x0/0x11d @ 1
[ 15.491434] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 15.499433] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 15.609822] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 15.609825] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 15.610097] hub 1-1:1.0: USB hub found
[ 15.610197] hub 1-1:1.0: 6 ports detected
[ 15.617823] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 15.617825] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 15.618096] hub 2-1:1.0: USB hub found
[ 15.618197] hub 2-1:1.0: 8 ports detected
[ 15.891475] usb 2-1.4: new full-speed USB device number 3 using ehci-pci
[ 15.964863] initcall pkg_temp_thermal_init+0x0/0x11d returned 0 after 754817 usecs
[ 15.964902] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSC2BB12 0355 PQ: 0 ANSI: 5
[ 15.965986] ata2.00: configured for UDMA/100
[ 15.986464] usb 2-1.4: New USB device found, idVendor=046b, idProduct=ff10
[ 15.986465] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 15.986466] usb 2-1.4: Product: Virtual Keyboard and Mouse
[ 15.986467] usb 2-1.4: Manufacturer: American Megatrends Inc.
[ 15.986468] usb 2-1.4: SerialNumber: serial
[ 16.023271] calling sp5100_tco_init_module+0x0/0xa4 @ 1
[ 16.029510] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[ 16.037025] initcall sp5100_tco_init_module+0x0/0xa4 returned 0 after 7334 usecs
[ 16.045813] calling linear_init+0x0/0x12 @ 1
[ 16.050982] initcall linear_init+0x0/0x12 returned 0 after 1 usecs
[ 16.058188] calling raid0_init+0x0/0x12 @ 1
[ 16.063254] initcall raid0_init+0x0/0x12 returned 0 after 0 usecs
[ 16.070366] calling raid_init+0x0/0x12 @ 1
[ 16.075338] initcall raid_init+0x0/0x12 returned 0 after 0 usecs
[ 16.082347] calling raid_init+0x0/0x12 @ 1
[ 16.087318] initcall raid_init+0x0/0x12 returned 0 after 0 usecs
[ 16.094336] calling raid5_init+0x0/0x92 @ 1
[ 16.099563] initcall raid5_init+0x0/0x92 returned 0 after 157 usecs
[ 16.099658] ata1.00: Enabling discard_zeroes_data
[ 16.099667] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 16.099802] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 16.099824] sd 0:0:0:0: [sda] Write Protect is off
[ 16.099826] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 16.099866] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 16.100013] ata1.00: Enabling discard_zeroes_data
[ 16.100536] scsi 1:0:0:0: CD-ROM TEAC DV-W28S-A 9.2A PQ: 0 ANSI: 5
[ 16.100690] sda: sda1
[ 16.100825] ata1.00: Enabling discard_zeroes_data
[ 16.101482] sd 0:0:0:0: [sda] Attached SCSI disk
[ 16.127376] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 16.127378] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 16.127470] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 16.127535] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 16.211592] calling multipath_init+0x0/0x12 @ 1
[ 16.217048] initcall multipath_init+0x0/0x12 returned 0 after 0 usecs
[ 16.224550] calling raid_init+0x0/0x12 @ 1
[ 16.229521] initcall raid_init+0x0/0x12 returned 0 after 0 usecs
[ 16.236523] calling dm_init+0x0/0x48 @ 1
[ 16.241425] device-mapper: uevent: version 1.0.3
[ 16.247036] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 16.256959] initcall dm_init+0x0/0x48 returned 0 after 15290 usecs
[ 16.264142] calling dm_bufio_init+0x0/0x14a @ 1
[ 16.269720] initcall dm_bufio_init+0x0/0x14a returned 0 after 145 usecs
[ 16.277414] calling dm_snapshot_init+0x0/0x208 @ 1
[ 16.283183] initcall dm_snapshot_init+0x0/0x208 returned 0 after 32 usecs
[ 16.291061] calling dm_mirror_init+0x0/0x2a @ 1
[ 16.296507] initcall dm_mirror_init+0x0/0x2a returned 0 after 1 usecs
[ 16.303995] calling dm_dirty_log_init+0x0/0x50 @ 1
[ 16.309737] initcall dm_dirty_log_init+0x0/0x50 returned 0 after 1 usecs
[ 16.317517] calling dm_zero_init+0x0/0x2a @ 1
[ 16.322769] initcall dm_zero_init+0x0/0x2a returned 0 after 0 usecs
[ 16.330065] calling cpufreq_gov_powersave_init+0x0/0x12 @ 1
[ 16.336677] initcall cpufreq_gov_powersave_init+0x0/0x12 returned 0 after 1 usecs
[ 16.345533] calling cpufreq_gov_userspace_init+0x0/0x12 @ 1
[ 16.352146] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 usecs
[ 16.361002] calling cpufreq_gov_dbs_init+0x0/0x12 @ 1
[ 16.367030] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 usecs
[ 16.375103] calling intel_pstate_init+0x0/0x408 @ 1
[ 16.380945] intel_pstate: Intel P-state driver initializing
[ 16.395661] initcall intel_pstate_init+0x0/0x408 returned 0 after 14372 usecs
[ 16.403938] calling dmi_sysfs_init+0x0/0xc6 @ 1
[ 16.410310] initcall dmi_sysfs_init+0x0/0xc6 returned 0 after 897 usecs
[ 16.417996] calling efivars_sysfs_init+0x0/0x220 @ 1
[ 16.423930] initcall efivars_sysfs_init+0x0/0x220 returned -19 after 1 usecs
[ 16.432108] calling esrt_sysfs_init+0x0/0x2ce @ 1
[ 16.437745] initcall esrt_sysfs_init+0x0/0x2ce returned -38 after 1 usecs
[ 16.445631] calling efivars_pstore_init+0x0/0x9f @ 1
[ 16.451561] initcall efivars_pstore_init+0x0/0x9f returned 0 after 0 usecs
[ 16.459542] calling hid_init+0x0/0x61 @ 1
[ 16.464413] hidraw: raw HID events driver (C) Jiri Kosina
[ 16.470745] initcall hid_init+0x0/0x61 returned 0 after 6197 usecs
[ 16.477934] calling hid_generic_init+0x0/0x1b @ 1
[ 16.483592] initcall hid_generic_init+0x0/0x1b returned 0 after 13 usecs
[ 16.491365] calling a4_driver_init+0x0/0x1b @ 1
[ 16.496823] initcall a4_driver_init+0x0/0x1b returned 0 after 6 usecs
[ 16.504308] calling apple_driver_init+0x0/0x1b @ 1
[ 16.510062] initcall apple_driver_init+0x0/0x1b returned 0 after 10 usecs
[ 16.517932] calling belkin_driver_init+0x0/0x1b @ 1
[ 16.523773] initcall belkin_driver_init+0x0/0x1b returned 0 after 5 usecs
[ 16.531634] calling ch_driver_init+0x0/0x1b @ 1
[ 16.537091] initcall ch_driver_init+0x0/0x1b returned 0 after 6 usecs
[ 16.544572] calling ch_driver_init+0x0/0x1b @ 1
[ 16.550025] initcall ch_driver_init+0x0/0x1b returned 0 after 5 usecs
[ 16.557501] calling cp_driver_init+0x0/0x1b @ 1
[ 16.562951] initcall cp_driver_init+0x0/0x1b returned 0 after 4 usecs
[ 16.570430] calling ez_driver_init+0x0/0x1b @ 1
[ 16.575878] initcall ez_driver_init+0x0/0x1b returned 0 after 4 usecs
[ 16.583356] calling ks_driver_init+0x0/0x1b @ 1
[ 16.588805] initcall ks_driver_init+0x0/0x1b returned 0 after 4 usecs
[ 16.596279] calling lg_driver_init+0x0/0x1b @ 1
[ 16.601727] initcall lg_driver_init+0x0/0x1b returned 0 after 6 usecs
[ 16.609203] calling ms_driver_init+0x0/0x1b @ 1
[ 16.614649] initcall ms_driver_init+0x0/0x1b returned 0 after 4 usecs
[ 16.622122] calling mr_driver_init+0x0/0x1b @ 1
[ 16.627554] initcall mr_driver_init+0x0/0x1b returned 0 after 3 usecs
[ 16.635029] calling ntrig_driver_init+0x0/0x1b @ 1
[ 16.640759] initcall ntrig_driver_init+0x0/0x1b returned 0 after 5 usecs
[ 16.648522] calling hid_init+0x0/0x52 @ 1
[ 16.653506] random: fast init done
[ 16.658435] 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/input2
[ 16.675849] 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.697757] 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/input3
[ 16.715031] 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.732209] usbcore: registered new interface driver usbhid
[ 16.738726] usbhid: USB HID core driver
[ 16.743299] initcall hid_init+0x0/0x52 returned 0 after 87814 usecs
[ 16.750594] calling pmc_atom_init+0x0/0x28b @ 1
[ 16.756095] initcall pmc_atom_init+0x0/0x28b returned -19 after 58 usecs
[ 16.763874] calling pm_check_save_msr+0x0/0x20 @ 1
[ 16.769607] initcall pm_check_save_msr+0x0/0x20 returned 0 after 1 usecs
[ 16.777392] calling sock_diag_init+0x0/0x35 @ 1
[ 16.782980] initcall sock_diag_init+0x0/0x35 returned 0 after 132 usecs
[ 16.790668] calling init_net_drop_monitor+0x0/0x10a @ 1
[ 16.796885] drop_monitor: Initializing network drop monitor service
[ 16.804363] initcall init_net_drop_monitor+0x0/0x10a returned 0 after 7301 usecs
[ 16.813121] calling blackhole_init+0x0/0x12 @ 1
[ 16.818575] initcall blackhole_init+0x0/0x12 returned 0 after 1 usecs
[ 16.826049] calling init_cgroup_cls+0x0/0x12 @ 1
[ 16.831588] initcall init_cgroup_cls+0x0/0x12 returned 0 after 0 usecs
[ 16.839165] calling xt_init+0x0/0x107 @ 1
[ 16.844043] initcall xt_init+0x0/0x107 returned 0 after 13 usecs
[ 16.851068] calling tcpudp_mt_init+0x0/0x17 @ 1
[ 16.856529] initcall tcpudp_mt_init+0x0/0x17 returned 0 after 9 usecs
[ 16.864008] calling gre_offload_init+0x0/0x51 @ 1
[ 16.869648] initcall gre_offload_init+0x0/0x51 returned 0 after 1 usecs
[ 16.877318] calling sysctl_ipv4_init+0x0/0x4c @ 1
[ 16.882981] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 36 usecs
[ 16.890747] calling ip_tables_init+0x0/0x9a @ 1
[ 16.896173] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 16.902381] initcall ip_tables_init+0x0/0x9a returned 0 after 6067 usecs
[ 16.910145] calling iptable_filter_init+0x0/0x4c @ 1
[ 16.917153] initcall iptable_filter_init+0x0/0x4c returned 0 after 1063 usecs
[ 16.925407] calling reject_tg_init+0x0/0x12 @ 1
[ 16.930840] initcall reject_tg_init+0x0/0x12 returned 0 after 0 usecs
[ 16.938312] calling cubictcp_register+0x0/0x5a @ 1
[ 16.944028] initcall cubictcp_register+0x0/0x5a returned 0 after 0 usecs
[ 16.951792] calling xfrm_user_init+0x0/0x46 @ 1
[ 16.957225] Initializing XFRM netlink socket
[ 16.962282] initcall xfrm_user_init+0x0/0x46 returned 0 after 4938 usecs
[ 16.970047] calling inet6_init+0x0/0x349 @ 1
[ 16.975336] NET: Registered protocol family 10
[ 16.981493] Segment Routing with IPv6
[ 16.985870] initcall inet6_init+0x0/0x349 returned 0 after 10431 usecs
[ 16.993445] calling mip6_init+0x0/0xb9 @ 1
[ 16.998389] mip6: Mobile IPv6
[ 17.001975] initcall mip6_init+0x0/0xb9 returned 0 after 3501 usecs
[ 17.009254] calling packet_init+0x0/0x42 @ 1
[ 17.014392] NET: Registered protocol family 17
[ 17.019635] initcall packet_init+0x0/0x42 returned 0 after 5119 usecs
[ 17.027112] calling bnep_init+0x0/0x8e @ 1
[ 17.032057] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 17.038257] Bluetooth: BNEP filters: protocol multicast
[ 17.044368] Bluetooth: BNEP socket layer initialized
[ 17.050189] initcall bnep_init+0x0/0x8e returned 0 after 17706 usecs
[ 17.057565] calling init_p9+0x0/0x1e @ 1
[ 17.062325] 9pnet: Installing 9P2000 support
[ 17.067368] initcall init_p9+0x0/0x1e returned 0 after 4933 usecs
[ 17.074453] calling p9_virtio_init+0x0/0x33 @ 1
[ 17.079892] initcall p9_virtio_init+0x0/0x33 returned 0 after 6 usecs
[ 17.087367] calling dcbnl_init+0x0/0x4d @ 1
[ 17.092402] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[ 17.099488] calling init_dns_resolver+0x0/0xd2 @ 1
[ 17.105216] Key type dns_resolver registered
[ 17.110260] initcall init_dns_resolver+0x0/0xd2 returned 0 after 4928 usecs
[ 17.118321] calling mcheck_init_device+0x0/0x126 @ 1
[ 17.127694] initcall mcheck_init_device+0x0/0x126 returned 0 after 3366 usecs
[ 17.136263] calling tboot_late_init+0x0/0x25b @ 1
[ 17.141916] initcall tboot_late_init+0x0/0x25b returned 0 after 1 usecs
[ 17.149608] calling mcheck_late_init+0x0/0x70 @ 1
[ 17.155277] initcall mcheck_late_init+0x0/0x70 returned 0 after 8 usecs
[ 17.162969] calling severities_debugfs_init+0x0/0x3b @ 1
[ 17.169312] initcall severities_debugfs_init+0x0/0x3b returned 0 after 2 usecs
[ 17.177890] calling threshold_init_device+0x0/0x4f @ 1
[ 17.184036] initcall threshold_init_device+0x0/0x4f returned 0 after 0 usecs
[ 17.192212] calling microcode_init+0x0/0x1ef @ 1
[ 17.197803] microcode: sig=0x306e4, pf=0x1, revision=0x428
[ 17.204464] microcode: Microcode Update Driver: v2.2.
[ 17.204468] initcall microcode_init+0x0/0x1ef returned 0 after 6537 usecs
[ 17.218289] calling hpet_insert_resource+0x0/0x24 @ 1
[ 17.224326] initcall hpet_insert_resource+0x0/0x24 returned 0 after 3 usecs
[ 17.232414] calling update_mp_table+0x0/0x439 @ 1
[ 17.238056] initcall update_mp_table+0x0/0x439 returned 0 after 0 usecs
[ 17.245748] calling lapic_insert_resource+0x0/0x40 @ 1
[ 17.251877] initcall lapic_insert_resource+0x0/0x40 returned 0 after 2 usecs
[ 17.260052] calling print_ICs+0x0/0x1af @ 1
[ 17.265104] initcall print_ICs+0x0/0x1af returned 0 after 0 usecs
[ 17.272213] calling pat_memtype_list_init+0x0/0x35 @ 1
[ 17.278339] initcall pat_memtype_list_init+0x0/0x35 returned 0 after 4 usecs
[ 17.286515] calling create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1
[ 17.294101] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned 0 after 2 usecs
[ 17.303934] calling create_init_pkru_value+0x0/0x29 @ 1
[ 17.310154] initcall create_init_pkru_value+0x0/0x29 returned 0 after 2 usecs
[ 17.318423] calling aesni_init+0x0/0x1e0 @ 1
[ 17.323569] AVX version of gcm_enc/dec engaged.
[ 17.328912] AES CTR mode by8 optimization enabled
[ 17.351768] initcall aesni_init+0x0/0x1e0 returned 0 after 27529 usecs
[ 17.359383] calling init_oops_id+0x0/0x40 @ 1
[ 17.364650] initcall init_oops_id+0x0/0x40 returned 0 after 1 usecs
[ 17.371947] calling sched_init_debug+0x0/0x24 @ 1
[ 17.377582] initcall sched_init_debug+0x0/0x24 returned 0 after 3 usecs
[ 17.385269] calling pm_qos_power_init+0x0/0xa5 @ 1
[ 17.391140] initcall pm_qos_power_init+0x0/0xa5 returned 0 after 113 usecs
[ 17.399107] calling pm_debugfs_init+0x0/0x24 @ 1
[ 17.404653] initcall pm_debugfs_init+0x0/0x24 returned 0 after 1 usecs
[ 17.412227] calling printk_late_init+0x0/0xa4 @ 1
[ 17.417867] initcall printk_late_init+0x0/0xa4 returned 0 after 0 usecs
[ 17.425538] calling tmigr_init+0x0/0x16e @ 1
[ 17.431627] Timer migration: 3 hierarchy levels
[ 17.437000] initcall tmigr_init+0x0/0x16e returned 0 after 6165 usecs
[ 17.444512] calling tk_debug_sleep_time_init+0x0/0x3c @ 1
[ 17.450983] initcall tk_debug_sleep_time_init+0x0/0x3c returned 0 after 4 usecs
[ 17.459657] calling debugfs_kprobe_init+0x0/0xcc @ 1
[ 17.465624] initcall debugfs_kprobe_init+0x0/0xcc returned 0 after 20 usecs
[ 17.473708] calling taskstats_init+0x0/0x37 @ 1
[ 17.479191] registered taskstats version 1
[ 17.484067] initcall taskstats_init+0x0/0x37 returned 0 after 4774 usecs
[ 17.491851] calling clear_boot_tracer+0x0/0x2e @ 1
[ 17.497602] initcall clear_boot_tracer+0x0/0x2e returned 0 after 0 usecs
[ 17.505390] calling kdb_ftrace_register+0x0/0x32 @ 1
[ 17.511347] initcall kdb_ftrace_register+0x0/0x32 returned 0 after 2 usecs
[ 17.519333] calling fault_around_debugfs+0x0/0x35 @ 1
[ 17.525383] initcall fault_around_debugfs+0x0/0x35 returned 0 after 2 usecs
[ 17.533466] calling max_swapfiles_check+0x0/0x8 @ 1
[ 17.539331] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[ 17.547217] calling split_huge_pages_debugfs+0x0/0x35 @ 1
[ 17.553646] initcall split_huge_pages_debugfs+0x0/0x35 returned 0 after 1 usecs
[ 17.562316] calling check_early_ioremap_leak+0x0/0x38 @ 1
[ 17.568754] initcall check_early_ioremap_leak+0x0/0x38 returned 0 after 0 usecs
[ 17.577418] calling init_root_keyring+0x0/0xb @ 1
[ 17.583085] initcall init_root_keyring+0x0/0xb returned 0 after 9 usecs
[ 17.590772] calling prandom_reseed+0x0/0x2f @ 1
[ 17.596292] initcall prandom_reseed+0x0/0x2f returned 0 after 72 usecs
[ 17.603878] calling pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[ 17.611182] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0 after 2 usecs
[ 17.620728] calling pci_sysfs_init+0x0/0x4a @ 1
[ 17.626943] initcall pci_sysfs_init+0x0/0x4a returned 0 after 749 usecs
[ 17.634622] calling fb_logo_late_init+0x0/0xf @ 1
[ 17.640281] initcall fb_logo_late_init+0x0/0xf returned 0 after 0 usecs
[ 17.647970] calling bert_init+0x0/0x229 @ 1
[ 17.653036] initcall bert_init+0x0/0x229 returned 0 after 15 usecs
[ 17.660229] calling clk_debug_init+0x0/0x13e @ 1
[ 17.665763] initcall clk_debug_init+0x0/0x13e returned 0 after 5 usecs
[ 17.673354] calling dmar_free_unused_resources+0x0/0xb3 @ 1
[ 17.679969] initcall dmar_free_unused_resources+0x0/0xb3 returned 0 after 0 usecs
[ 17.688825] calling deferred_probe_initcall+0x0/0x30 @ 1
[ 17.695146] initcall deferred_probe_initcall+0x0/0x30 returned 0 after 4 usecs
[ 17.703728] calling late_resume_init+0x0/0x1b0 @ 1
[ 17.709469] Magic number: 13:752:536
[ 17.714208] initcall late_resume_init+0x0/0x1b0 returned 0 after 4626 usecs
[ 17.722278] calling init_netconsole+0x0/0x289 @ 1
[ 17.727978] console [netcon0] enabled
[ 17.732352] netconsole: network logging started
[ 17.737707] initcall init_netconsole+0x0/0x289 returned 0 after 9553 usecs
[ 17.745681] calling rtc_hctosys+0x0/0xf7 @ 1
[ 17.750924] rtc_cmos 00:01: setting system clock to 2017-04-24 14:30:28 UTC (1493044228)
[ 17.760482] initcall rtc_hctosys+0x0/0xf7 returned 0 after 9409 usecs
[ 17.767971] calling acpi_cpufreq_init+0x0/0x288 @ 1
[ 17.773821] initcall acpi_cpufreq_init+0x0/0x288 returned -17 after 1 usecs
[ 17.781911] calling powernowk8_init+0x0/0x1a0 @ 1
[ 17.787552] initcall powernowk8_init+0x0/0x1a0 returned -19 after 0 usecs
[ 17.795430] calling pcc_cpufreq_init+0x0/0x49c @ 1
[ 17.801183] initcall pcc_cpufreq_init+0x0/0x49c returned -19 after 9 usecs
[ 17.809166] calling cpufreq_p4_init+0x0/0x4c @ 1
[ 17.814709] initcall cpufreq_p4_init+0x0/0x4c returned -17 after 1 usecs
[ 17.822487] calling firmware_memmap_init+0x0/0x33 @ 1
[ 17.828552] initcall firmware_memmap_init+0x0/0x33 returned 0 after 36 usecs
[ 17.836721] calling register_update_efi_random_seed+0x0/0x30 @ 1
[ 17.843819] initcall register_update_efi_random_seed+0x0/0x30 returned 0 after 0 usecs
[ 17.853164] calling efi_shutdown_init+0x0/0x31 @ 1
[ 17.858899] initcall efi_shutdown_init+0x0/0x31 returned -19 after 0 usecs
[ 17.866861] calling pci_mmcfg_late_insert_resources+0x0/0x4c @ 1
[ 17.873958] initcall pci_mmcfg_late_insert_resources+0x0/0x4c returned 0 after 1 usecs
[ 17.883305] calling register_sk_filter_ops+0x0/0x8 @ 1
[ 17.889430] initcall register_sk_filter_ops+0x0/0x8 returned 0 after 0 usecs
[ 17.897594] calling tcp_congestion_default+0x0/0x12 @ 1
[ 17.903816] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[ 17.912077] calling ip_auto_config+0x0/0xf00 @ 1
[ 17.917609] initcall ip_auto_config+0x0/0xf00 returned 0 after 2 usecs
[ 17.925187] calling software_resume+0x0/0x2d0 @ 1
[ 17.930824] PM: Hibernation image not present or could not be loaded.
[ 17.938309] initcall software_resume+0x0/0x2d0 returned -2 after 7310 usecs
[ 17.946373] calling clk_disable_unused+0x0/0x180 @ 1
[ 17.952297] initcall clk_disable_unused+0x0/0x180 returned 0 after 2 usecs
[ 17.961950] Freeing unused kernel memory: 1676K
[ 17.967293] Write protecting the kernel read-only data: 14336k
[ 17.974386] Freeing unused kernel memory: 200K
[ 17.979890] Freeing unused kernel memory: 120K
[ 17.985150] rodata_test: all tests were successful
[ 18.002330] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[ 18.013544] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[ 18.025327] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[ 18.036012] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[ 18.046973] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[ 18.057933] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
[ 18.068885] systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
[ 18.080439] systemd[1]: systemd 217 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN )
[ 18.101955] systemd[1]: Detected architecture 'x86-64'.
[ 18.108084] systemd[1]: Running in initial RAM disk.
[ 18.116621] systemd-fstab-generator[376]: Found entry what=/dev/sda1 where=/sysroot type=n/a
[ 18.126591] systemd-fstab-generator[376]: Parsing /etc/fstab
[ 18.133204] systemd-fstab-generator[376]: Parsing /sysroot/etc/fstab
[ 28.204051] systemd-sysctl[400]: Setting 'net/bridge/bridge-nf-call-iptables' to '0'
[ 28.205097] systemd[1]: Received SIGCHLD from PID 402 (rm).
[ 28.205134] systemd[1]: Child 402 (rm) died (code=exited, status=0/SUCCESS)
[ 28.205184] systemd[1]: Child 402 belongs to systemd-journald-dev-log.socket
[ 28.205207] systemd[1]: systemd-journald-dev-log.socket control process exited, code=exited status=0
[ 28.205211] systemd[1]: systemd-journald-dev-log.socket got final SIGCHLD for state start-pre
[ 28.205275] systemd[1]: systemd-journald-dev-log.socket changed start-pre -> listening
[ 28.205285] systemd[1]: Job systemd-journald-dev-log.socket/start finished, result=done
[ 28.276623] systemd[1]: Listening on Journal Socket (/dev/log).
[ 28.283576] systemd[1]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=4 reply_cookie=0 error=n/a
[ 28.304654] systemd[1]: Child 401 (systemd-tmpfile) died (code=exited, status=0/SUCCESS)
[ 28.716096] systemd-cgroups-agent[510]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 38.444473] systemd-sysctl[400]: Failed to write '0' to '/proc/sys/net/bridge/bridge-nf-call-iptables': No such file or directory
[ 38.444484] systemd-cgroups-agent[514]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 38.444487] systemd-cgroups-agent[516]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 38.444491] systemd-cgroups-agent[515]: Sent message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1/agent interface=org.freedesktop.systemd1.Agent member=Released cookie=1 reply_cookie=0 error=n/a
[ 38.444709] systemd[1]: Got disconnect on private connection.
[ 38.445588] systemd[1]: Got disconnect on private connection.
[ 38.446417] systemd[1]: Got disconnect on private connection.
[ 38.446816] systemd-journald[517]: Fixed max_use=1.5G max_size=128.0M min_size=4.0M keep_free=2.3G
[ 38.447315] systemd[1]: Got notification message for unit systemd-journald.service
[ 38.447322] systemd[1]: systemd-journald.service: Got notification message from PID 517 (WATCHDOG=1)
[ 38.447327] systemd[1]: systemd-journald.service: got WATCHDOG=1
[ 38.448661] systemd-journald[517]: Reserving 233016 entries in hash table.
[ 38.451866] systemd-journald[517]: Vacuuming...
[ 38.451889] systemd-journald[517]: Vacuuming done, freed 0 bytes
[ 38.451925] systemd-journald[517]: Journal file /var/log/journal/2b9eabc9b44d46a4877782dd5727c2ad/system.journal is already online. Assuming unclean closing.
[ 38.451975] systemd-journald[517]: File /var/log/journal/2b9eabc9b44d46a4877782dd5727c2ad/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 38.452033] systemd-journald[517]: Fixed max_use=1.5G max_size=128.0M min_size=4.0M keep_free=2.3G
[ 38.453869] systemd-journald[517]: Reserving 233016 entries in hash table.
[ 38.456948] systemd-journald[517]: Flushing to /var...
[ 38.456963] systemd-journald[517]: Root directory /run/log/journal added.
[ 38.551460] systemd[1]: Got notification message for unit systemd-journald.service
[ 38.551467] systemd[1]: systemd-journald.service: Got notification message from PID 517 (READY=1, STATUS=Processing requests...)
[ 38.551492] systemd[1]: systemd-journald.service: got READY=1
[ 38.551632] systemd[1]: systemd-journald.service changed start -> running
[ 38.910270] igb 0000:04:00.1 eno2: renamed from eth1
[ 38.925714] igb 0000:04:00.3 eno4: renamed from eth3
[ 38.939581] igb 0000:04:00.0 eno1: renamed from eth0
[ 38.956580] igb 0000:04:00.2 eno3: renamed from eth2
[ 38.958883] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 39.117486] systemd-fstab-generator[718]: Found entry what=/dev/sda1 where=/sysroot type=n/a
[ 39.127560] systemd-fstab-generator[718]: Parsing /etc/fstab
[ 39.134222] systemd-fstab-generator[718]: Parsing /sysroot/etc/fstab
[ 39.707063] systemd-journal: 11 output lines suppressed due to ratelimiting
[ 39.722788] systemd: 866 output lines suppressed due to ratelimiting
[ 39.780517] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 796.
[ 39.794436] systemd-sysv-generator[797]: Looking for unit files in (higher priority first):
[ 39.804475] systemd-sysv-generator[797]: /etc/systemd/system
[ 39.804478] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-sysv-generator as 797.
[ 39.815495] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 800.
[ 39.826478] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 801.
[ 39.837480] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-dbus1-generator as 802.
[ 39.848477] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 803.
[ 39.859477] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 804.
[ 39.871477] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-rc-local-generator as 805.
[ 39.872453] systemd-fstab-generator[804]: Parsing /etc/fstab
[ 39.872502] systemd-fstab-generator[804]: Found entry what=/dev/disk/by-uuid/a21c115d-a5a3-4947-a4c7-4c560886e18f where=/ type=ext4 nofail=no noauto=no
[ 39.883482] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 806.
[ 39.931825] systemd-sysv-generator[797]: /run/systemd/system
[ 39.931828] systemd-sysv-generator[797]: /usr/local/lib/systemd/system
[ 39.931831] systemd-sysv-generator[797]: /usr/lib/systemd/system
[ 39.932272] systemd-sysv-generator[797]: Looking for SysV init scripts in:
[ 39.932276] systemd-sysv-generator[797]: /etc/rc.d/init.d
[ 39.932280] systemd-sysv-generator[797]: Looking for SysV rcN.d links in:
[ 39.932282] systemd-sysv-generator[797]: /etc/rc.d
[ 39.932371] systemd-efi-boot-generator[800]: Not an EFI boot, exiting.
[ 39.934302] systemd-gpt-auto-generator[801]: /dev/sda1: root device /dev/sda.
[ 39.934695] systemd-sysv-generator[797]: Ignoring K10xfs symlink in rc1.d, not generating xfs.service.
[ 39.938546] systemd-sysv-ge: 10 output lines suppressed due to ratelimiting
[ 39.942537] systemd[791]: Spawned /usr/lib/systemd/system-generators/systemd-debug-generator as 807.
[ 39.945406] systemd-gpt-auto-generator[801]: /dev/sda: not a GPT partition table, ignoring.
[ 40.037231] systemd-getty-generator[803]: Automatically adding serial getty for /dev/ttyS0.
[ 40.159780] systemd: 14 output lines suppressed due to ratelimiting
[ 40.180566] systemd[1]: system-generators succeeded.
[ 40.197539] systemd[1]: Looking for unit files in (higher priority first):
[ 40.216538] systemd[1]: /etc/systemd/system
[ 40.232548] systemd[1]: /run/systemd/system
[ 40.253552] systemd[1]: /run/systemd/generator
[ 40.269545] systemd[1]: /usr/local/lib/systemd/system
[ 40.286549] systemd[1]: /usr/lib/systemd/system
[ 40.302547] systemd[1]: /run/systemd/generator.late
[ 40.318547] systemd[1]: Looking for SysV init scripts in:
[ 40.335547] systemd[1]: /etc/rc.d/init.d
[ 52.781097] systemd-cgroups-agent[818]: Failed to determine peer security context: Protocol not available
[ 52.791122] systemd[1]: systemd-journald.service: Got notification message from PID 820 (WATCHDOG=1)
[ 52.791315] systemd-journald[820]: Fixed max_use=1.5G max_size=128.0M min_size=4.0M keep_free=2.3G
[ 52.792058] systemd[1]: sysroot-var-lib-nfs-rpc_pipefs.mount: Changed mounted -> dead
[ 52.792117] systemd[1]: Failed to destroy cgroup /system.slice/sysroot-var-lib-nfs-rpc_pipefs.mount: No such file or directory
[ 52.792126] systemd[1]: sysroot.mount: Changed mounted -> dead
[ 52.792144] systemd[1]: Failed to destroy cgroup /system.slice/sysroot.mount: No such file or directory
[ 52.792156] systemd[1]: sys-kernel-debug.mount: Changed mounting -> mounting-done
[ 52.792161] systemd[1]: sys-kernel-debug.mount: Job sys-kernel-debug.mount/start finished, result=done
[ 52.793227] systemd-journald[820]: Reserving 233016 entries in hash table.
[ 52.796239] systemd-journald[820]: Vacuuming...
[ 52.796264] systemd-journald[820]: Vacuuming done, freed 0B of archived journals on disk.
[ 52.798818] systemd-journald[820]: Flushing /dev/kmsg...
[ 52.803318] systemd-journald[820]: systemd-journald running as pid 820
[ 52.912072] systemd[1]: Mounted Debug File System.
[ 52.917772] systemd[1]: dev-mqueue.mount: Changed mounting -> mounting-done
[ 52.925872] systemd[1]: dev-mqueue.mount: Job dev-mqueue.mount/start finished, result=done
[ 53.039629] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 53.078170] systemd-journald[820]: Received request to flush runtime journal from PID 1
[ 53.088140] systemd-journald[820]: Fixed max_use=4.0G max_size=128.0M min_size=4.0M keep_free=4.0G
[ 53.102206] systemd-journald[820]: Flushing to /var...
[ 53.108271] systemd-journald[820]: Root directory /run/log/journal added.
[ 55.039430] random: crng init done
[ 55.720187] IPv6: ADDRCONF(NETDEV_UP): eno4: link is not ready
[ 55.831295] IPv6: ADDRCONF(NETDEV_UP): eno4: link is not ready
[ 55.839173] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[ 55.926885] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[ 55.933658] igb 0000:04:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 55.935097] IPv6: ADDRCONF(NETDEV_UP): eno3: link is not ready
[ 56.045689] IPv6: ADDRCONF(NETDEV_UP): eno3: link is not ready
[ 56.052314] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[ 56.061169] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[ 56.148706] IPv6: ADDRCONF(NETDEV_UP): eno2: link is not ready
[ 61.226638] systemd-journald[820]: Fixed max_use=4.0G max_size=128.0M min_size=4.0M keep_free=4.0G
[ 61.236197] systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=231 reply_cookie=32 error=n/a
[ 706.975263] ------------[ cut here ]------------
[ 706.980635] WARNING: CPU: 0 PID: 0 at kernel/time/tick-sched.c:874 __tick_nohz_idle_enter+0x2ff/0x4f0
[ 706.991350] Modules linked in:
[ 706.994968] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.11.0-rc8-00846-g71f034206922-dirty #1
[ 707.004907] Hardware name: Intel Corporation S2600GZ/S2600GZ, BIOS SE5C600.86B.02.02.0002.122320131210 12/23/2013
[ 707.016794] task: ffffffff81e0e4c0 task.stack: ffffffff81e00000
[ 707.023611] RIP: 0010:__tick_nohz_idle_enter+0x2ff/0x4f0
[ 707.029757] RSP: 0018:ffff88042ee03f38 EFLAGS: 00010093
[ 707.035802] RAX: 00000066a172815a RBX: 0000000000000000 RCX: 000000a461db6a6f
[ 707.043979] RDX: 0000010b0347b95a RSI: 0000000000000001 RDI: 000000a166e4b800
[ 707.052164] RBP: ffff88042ee03f90 R08: 0000000000044e00 R09: 000000a166e4b800
[ 707.060349] R10: fffffffffffffd80 R11: 0000000100063480 R12: 000000a461db764d
[ 707.068534] R13: 000000a461d53800 R14: ffff88042ee0c780 R15: ffff88042ee148c0
[ 707.076720] FS: 0000000000000000(0000) GS:ffff88042ee00000(0000) knlGS:0000000000000000
[ 707.086170] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 707.092797] CR2: 000055ca0a131460 CR3: 000000082bf7d000 CR4: 00000000001406f0
[ 707.100984] Call Trace:
[ 707.103919] <IRQ>
[ 707.106371] tick_nohz_irq_exit+0x25/0x30
[ 707.111058] irq_exit+0xa4/0xc0
[ 707.114762] do_IRQ+0x4f/0xd0
[ 707.118284] common_interrupt+0x90/0x90
[ 707.122775] RIP: 0010:poll_idle+0x2f/0x5a
[ 707.127460] RSP: 0018:ffffffff81e03dd8 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff7b
[ 707.136326] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000280000
[ 707.144502] RDX: 0000000000000000 RSI: ffffffff81e0e4c0 RDI: ffff88042ee24a00
[ 707.152690] RBP: ffffffff81e03dd8 R08: ffff88042ee18364 R09: 0000000000000007
[ 707.160873] R10: ffffffff81e03dc8 R11: 0000000000000002 R12: ffffffff81ed5160
[ 707.169059] R13: ffff88042ee24a00 R14: ffffffff81ed5178 R15: 000000a49b01e40a
[ 707.177244] </IRQ>
[ 707.179791] cpuidle_enter_state+0xfa/0x2a0
[ 707.184670] cpuidle_enter+0x17/0x20
[ 707.188868] call_cpuidle+0x23/0x40
[ 707.192968] do_idle+0x174/0x1b0
[ 707.196780] cpu_startup_entry+0x71/0x80
[ 707.201366] rest_init+0x77/0x80
[ 707.205177] start_kernel+0x429/0x44a
[ 707.209473] x86_64_start_reservations+0x2a/0x2c
[ 707.214838] x86_64_start_kernel+0x168/0x176
[ 707.219817] secondary_startup_64+0x9f/0x9f
[ 707.224695] Code: ff 49 8b 46 18 4c 29 e0 49 89 87 b8 00 00 00 e9 57 ff ff ff 4d 3b 4f 58 0f 85 f4 fe ff ff 49 8b 4e 18 49 39 c9 0f 8d 22 ff ff ff <0f> ff 80 3d 60 dd e2 00 00 0f 85 d8 fe ff ff 4c 89 ca 4c 89 ee
[ 707.246426] ---[ end trace ea29e9b81c1d03ab ]---
[ 707.251791] basemono: 706016000000 ts->next_tick: 693216000000 dev->next_event: 706016406127
next prev parent reply other threads:[~2017-04-24 14:45 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-21 14:00 [PATCH 0/2] nohz: Deal with clock reprogram skipping issues v2 Frederic Weisbecker
2017-04-21 14:00 ` [PATCH 1/2] nohz: Fix again collision between tick and other hrtimers Frederic Weisbecker
2017-04-23 11:36 ` [tip:timers/urgent] " tip-bot for Frederic Weisbecker
2017-05-17 8:46 ` [tip:timers/nohz] nohz: Fix collision between tick and other hrtimers, again tip-bot for Frederic Weisbecker
2017-04-21 14:00 ` [PATCH 2/2] tick: Make sure tick timer is active when bypassing reprogramming Frederic Weisbecker
2017-04-23 11:37 ` [tip:timers/urgent] " tip-bot for Frederic Weisbecker
2017-06-03 8:06 ` [PATCH 2/2] " Levin, Alexander (Sasha Levin)
2017-06-03 12:42 ` Frederic Weisbecker
2017-06-03 13:00 ` Levin, Alexander (Sasha Levin)
2017-06-06 14:52 ` Frederic Weisbecker
2017-06-07 4:17 ` Levin, Alexander (Sasha Levin)
2017-06-07 14:14 ` Frederic Weisbecker
2017-06-07 21:36 ` Levin, Alexander (Sasha Levin)
2017-06-08 19:07 ` [PATCH] nohz: Fix spurious warning when hrtimer and clockevent get out of sync Frederic Weisbecker
2017-06-08 22:13 ` Levin, Alexander (Sasha Levin)
2017-06-09 0:48 ` Frederic Weisbecker
2017-06-09 12:13 ` Levin, Alexander (Sasha Levin)
2017-06-09 12:26 ` Peter Zijlstra
2017-06-09 13:06 ` Frederic Weisbecker
2017-04-24 8:08 ` [PATCH 0/2] nohz: Deal with clock reprogram skipping issues v2 Ingo Molnar
2017-04-24 14:04 ` Frederic Weisbecker
2017-04-24 14:45 ` Ingo Molnar [this message]
2017-04-26 14:55 ` Frederic Weisbecker
2017-04-26 18:49 ` Ingo Molnar
2017-04-26 21:07 ` Frederic Weisbecker
2017-04-24 17:01 ` [tip:timers/urgent] nohz: Print more debug info in tick_nohz_stop_sched_tick() tip-bot for Frederic Weisbecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170424144523.smldipadtlukkpoc@gmail.com \
--to=mingo@kernel.org \
--cc=fweisbec@gmail.com \
--cc=hartsjc@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=peterz@infradead.org \
--cc=riel@redhat.com \
--cc=tglx@linutronix.de \
--cc=tim@binbash.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.