kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: Muni Sekhar <munisekharrms@gmail.com>
To: Bjorn Helgaas <helgaas@kernel.org>
Cc: linux-pci@vger.kernel.org,
	kernelnewbies <kernelnewbies@kernelnewbies.org>
Subject: Re: pcie: kernel log - BAR 15: no space for... BAR 15: failed to assign..
Date: Tue, 11 Feb 2020 22:02:13 +0530	[thread overview]
Message-ID: <CAHhAz+jXDfwWA=+Cb0fXooZHHRNyYLF2ykeO8pHaXH2fw5a2sQ@mail.gmail.com> (raw)
In-Reply-To: <20200211144048.GA208842@google.com>

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

On Tue, Feb 11, 2020 at 8:10 PM Bjorn Helgaas <helgaas@kernel.org> wrote:
>
> On Tue, Feb 11, 2020 at 07:36:00PM +0530, Muni Sekhar wrote:
> > On Tue, Feb 11, 2020 at 3:58 AM Bjorn Helgaas <helgaas@kernel.org> wrote:
> > > On Sun, Feb 09, 2020 at 07:59:41AM +0530, Muni Sekhar wrote:
> > > > Hi all,
> > > >
> > > > After rebooting the system following messages are seen in dmesg.
> > > > Not sure if these indicate a problem. Can some one look at these and
> > > > confirm if this is problem or can be ignored ?
> > > >
> > > > Also any suggestions as to what would cause this?
> > > >
> > > > [    1.084728] pci 0000:00:1c.0: BAR 15: no space for [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.084813] pci 0000:00:1c.0: BAR 15: failed to assign [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.084890] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
> > > > [    1.084949] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
> > > > [    1.085037] pci 0000:00:1c.2: BAR 15: no space for [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085108] pci 0000:00:1c.2: BAR 15: failed to assign [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085199] pci 0000:00:1c.3: BAR 15: no space for [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085270] pci 0000:00:1c.3: BAR 15: failed to assign [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085343] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
> > > > [    1.085403] pci 0000:00:1c.2: BAR 13: assigned [io  0x2000-0x2fff]
> > > > [    1.085470] pci 0000:00:1c.3: BAR 15: no space for [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085540] pci 0000:00:1c.3: BAR 15: failed to assign [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085613] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
> > > > [    1.085672] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
> > > > [    1.085738] pci 0000:00:1c.2: BAR 15: no space for [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085808] pci 0000:00:1c.2: BAR 15: failed to assign [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085884] pci 0000:00:1c.0: BAR 15: no space for [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.085954] pci 0000:00:1c.0: BAR 15: failed to assign [mem size
> > > > 0x00200000 64bit pref]
> > > > [    1.086026] pci 0000:00:1c.0: PCI bridge to [bus 01]
> > > > [    1.086083] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
> > > > [    1.086144] pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd07fffff]
> > >
> > > The "no space" and "failed to assign" messages are all for bridge
> > > windows (13 is the I/O window, 14 is the MMIO window, 15 is the MMIO
> > > pref window).  I can't tell if you have any devices below these
> > > bridges (lspci would show them).  If you don't have any devices below
> > > these bridges, you can ignore the messages.
> >
> > I have the devices below these bridges. FPGA endpoint is connected to
> > '00:1c.0 PCI bridge' and Ethernet controller is connected to '00:1c.3
> > PCI bridge'.
> > Does these messages impact the functionality of the connected devices?
>
> Yes.  We tried to allocate 0x00200000 of prefetchable MMIO to 00:1c.0
> for use by the FPGA endpoint.  But this failed, so there is no
> prefetchable MMIO available for the FPGA.  The 0xd0400000-0xd07fffff
> non-prefetachable MMIO space *is* available for it.
>
> Similarly, we were unable to allocate 0x00200000 of prefetchable MMIO
> for the 00:1c.3 bridge for use by the ethernet controller.  I don't
> know what non-prefetchable MMIO space was allocated or what the NIC
> needs.
>
> "lspci -v" will show you what the FPGA and the NIC need.
>
> > If so what kind of impact and is there any solution for this?
>
> > Also, I'd like to know why "no space" and "failed to assign"
> > messages displayed?
>
> These messages mean we tried to allocate space for the bridges but we
> unable to do so.  This is because either the host bridge didn't have
> big enough apertures (on x86, these usually come from ACPI _CRS
> methods), or there's a bug in the Linux allocation algorithms.
>
> I can't tell anything more without seeing the complete dmesg log,
> which contains the host bridge aperture information and the BAR sizes
> of the FPGA and NIC.
Thank you for the clarification. dmesg log is attached.
If PCI bridge aperture is small, What is the most sensible way to proceed?

>
> Bjorn



-- 
Thanks,
Sekhar

[-- Attachment #2: dmesg_log --]
[-- Type: application/octet-stream, Size: 74210 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-66-generic (buildd@lgw01-28) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #87-Ubuntu SMP Fri Mar 3 15:29:05 UTC 2017 (Ubuntu 4.4.0-66.87-generic 4.4.44)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=UUID=f65454ae-3f1d-4b9e-b4be-74a29becbe1e ro idebug ignore_loglevel memmap=1M!1023M nmi_watchdog=1 pci=earlydump crashkernel=384M-:128M
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020100000-0x00000000b937dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b937e000-0x00000000b93adfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b93ae000-0x00000000b93bdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b93be000-0x00000000b98ccfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b98cd000-0x00000000b9ba5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9ba6000-0x00000000b9ba6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9ba7000-0x00000000b9be8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9be9000-0x00000000b9d5dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9d5e000-0x00000000b9ff9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b9ffa000-0x00000000b9ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] pci 0000:00:00.0 config space:
                 00: 86 80 00 0f 07 00 00 00 11 00 00 06 00 00 00 00
                 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 12 22
                 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 66 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000] pci 0000:00:02.0 config space:
                 00: 86 80 31 0f 07 00 10 00 11 00 00 03 00 00 00 00
                 10: 00 00 00 d0 00 00 00 00 08 00 00 c0 00 00 00 00
                 20: 81 e0 00 00 00 00 00 00 00 00 00 00 86 80 12 22
                 30: 00 00 00 00 d0 00 00 00 00 00 00 00 0b 01 00 00
                 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 50: 11 02 00 00 00 00 00 00 00 00 00 00 01 00 00 bb
                 60: 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
                 70: 01 00 e0 ba 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 05 b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 a0: 00 00 00 00 13 00 06 03 00 00 00 00 00 00 00 00
                 b0: 09 00 07 01 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 01 90 22 00 00 00 00 00 00 00 00 00 00 00 00 00
                 e0: 00
[    0.000000]  80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 00 00 00 00 00 00 00 00 d1 0f 01 00 18 00 85 b9
[    0.000000] pci 0000:00:13.0 config space:
                 00: 86 80 23 0f 07 00 b0 02 11 01 06 01 00 00 00 00
                 10: 71 e0 00 00 61 e0 00 00 51 e0 00 00 41 e0 00 00
                 20: 21 e0 00 00 00 80 c1 d0 00 00 00 00 86 80 23 0f
                 30: 00 00 00 00 80 00 00 00 00 00 00 00 0a 01 00 00
                 40: 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00
                 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 70: 01 a8 03 40 08 00 00 00 00 00 00 00 00 00 00 00
                 80: 05 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 60 0d 02 82 83 01 00 3d 20 02 dc 22 00 70 00 80
                 a0: f4 00 00 00 00 00 00 00 12 00 10 00 48 00 00 00
                 b0: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 00 00 00 00 00 00 00 00 1a 0f 11 01 00 00 00 00
[    0.000000] pci 0000:00:14.0 config space:
                 00: 86 80 35 0f 06 00 90 02 11 30 03 0c 00 00 00 00
                 10: 04 00 c0 d0 00 00 00 00 00 00 00 00 00 00 00 00
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 35 0f
                 30: 00 00 00 00 70 00 00 00 00 00 00 00 0b 01 00 00
                 40: fd 01 04 80 8f c6 cf 83 00 00 00 00 00 00 00 00
                 50: 5f 6e ce 0b 00 00 00 00 00 00 00 00 00 00 00 00
                 60: 30 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 70: 01 80 c2 c1 08 00 00 00 00 00 00 00 00 00 00 00
                 80: 05 00 86 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 a0: 00 01 04 00 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 8f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 03 0c 00 00 00 00 00 00 01 00 00 00 00 00 00 00
                 d0: 00 00 00 00 3f 00 00 00 00 00 00 00 01 00 00 00
                 e0: 30
[    0.000000]  2c 00 00 00 00 00 00 00 00 00 00 d8 d8 00 00
                 f0: 00 00 00 00 00 00 00 00 1a 0f 11 01 00 00 00 00
[    0.000000] pci 0000:00:1a.0 config space:
                 00: 86 80 18 0f 06 01 10 00 11 00 80 10 10 00 00 00
                 10: 00 00 90 d0 00 00 80 d0 00 00 00 00 00 00 00 00
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 18 0f
                 30: 00 00 00 00 80 00 00 00 00 00 00 00 0b 01 00 00
                 40: c5 00 00 1f 00 40 00 80 00 00 00 60 00 00 00 00
                 50: 00 00 00 00 04 01 00 00 00 00 00 00 00 00 00 00
                 60: 00 00 00 10 01 00 00 00 00 00 00 00 00 00 00 00
                 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 01 a0 03 48 08 00 00 00 00 00 00 00 00 00 00 00
                 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 a0: 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 09 10 00 00 00 00 00 bf 00 00 00 01 00 00 00 00
                 d0: 08 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 00 00 00 00 00 00 00 00 1a 0f 11 01 00 00 00 00
[    0.000000] pci 0000:00:1b.0 config space:
                 00: 86 80 04 0f 06 00 10 00 11 00 03 04 10 00 00 00
                 10: 04 00 c1 d0 00 00 00 00 00 00 00 00 00 00 00 00
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 70 72
                 30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
                 40: 01 00 00 5d ff ff ff ff ff ff ff ff 00 00 00 00
                 50: 01 60 42 c8 00 00 00 00 ff ff ff ff ff ff ff ff
                 60: 05 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00
                 70: 10 00 91 00 00 00 00 10 00 00 10 00 ff ff ff ff
                 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
                 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
                 a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
                 b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
                 c0: 00 04 e0 01 02 24 00 4c 00 00 a3 82 10 00 33 02
                 d0: 00 0c a3 02 10 00 33 02 ff ff ff ff ff ff ff ff
                 e0: ff
[    0.000000]  ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
                 f0: ff ff ff ff ff ff ff ff 1a 0f 11 01 ff ff ff ff
[    0.000000] pci 0000:00:1c.0 config space:
                 00: 86 80 48 0f 07 00 10 00 11 00 04 06 10 00 81 00
                 10: 00 00 00 00 00 00 00 00 00 01 01 00 f0 00 00 20
                 20: 40 d0 70 d0 f1 ff 01 00 00 00 00 00 00 00 00 00
                 30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 10 00
                 40: 10 80 42 01 00 80 00 00 00 00 11 00 22 4c 31 01
                 50: 01 00 21 70 60 00 04 00 00 00 40 00 00 00 00 00
                 60: 00 00 00 00 16 00 00 00 10 00 00 00 00 00 00 00
                 70: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 0d a0 00 00 86 80 48 0f 00 00 00 00 00 00 00 00
                 a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 c0 00 00 42 08 00 00 00 80 11 c9 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
                 f0: 50 00 00 00 c0 00 00 00 1a 0f 11 01 00 40 00 01
[    0.000000] pci 0000:00:1c.2 config space:
                 00: 86 80 4c 0f 07 00 10 00 11 00 04 06 10 00 81 00
                 10: 00 00 00 00 00 00 00 00 00 02 02 00 f0 00 00 20
                 20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
                 30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 03 10 00
                 40: 10 80 42 01 00 80 00 00 00 00 10 00 12 3c 31 03
                 50: 43 00 01 10 60 b2 14 00 00 00 00 00 00 00 00 00
                 60: 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
                 70: 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 0d a0 00 00 86 80 4c 0f 00 00 00 00 00 00 00 00
                 a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 01 42 08 00 00 00 80 11 c9 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 06 00 00 00 00 00 00 00
                 f0: 50 00 00 00 40 00 00 0c 1a 0f 11 01 00 00 00 03
[    0.000000] pci 0000:00:1c.3 config space:
                 00: 86 80 4e 0f 07 00 10 00 11 00 04 06 10 00 81 00
                 10: 00 00 00 00 00 00 00 00 00 03 03 00 d0 d0 00 20
                 20: a0 d0 b0 d0 f1 ff 01 00 00 00 00 00 00 00 00 00
                 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 04 10 00
                 40: 10 80 42 01 00 80 00 00 00 00 11 00 12 3c 31 04
                 50: 42 00 11 70 60 b2 1c 00 00 00 40 00 00 00 00 00
                 60: 00 00 00 00 16 00 00 00 10 00 00 00 00 00 00 00
                 70: 01 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 0d a0 00 00 86 80 4e 0f 00 00 00 00 00 00 00 00
                 a0: 01 00 03 c8 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 01 42 08 00 00 00 80 11 c9 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
                 f0: 50 00 00 00 40 00 00 0c 1a 0f 11 01 00 00 00 04
[    0.000000] pci 0000:00:1d.0 config space:
                 00: 86 80 34 0f 06 00 90 02 11 20 03 0c 00 00 00 00
                 10: 00 50 c1 d0 00 00 00 00 00 00 00 00 00 00 00 00
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 34 0f
                 30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 01 00 00
                 40: 00 00 00 00 48 1c ee 1d 00 00 00 00 00 00 00 00
                 50: 01 58 c3 c9 08 00 00 00 0a 98 a0 20 00 00 00 00
                 60: 20 20 ff 07 00 00 00 00 01 00 01 00 05 20 08 00
                 70: 00 00 dd 3f 03 0c 00 00 4f 01 de 14 8c 40 00 00
                 80: 00 00 80 00 11 08 0c 11 00 0c 00 24 01 04 02 00
                 90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
                 a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 00 00 aa ff 00 00 00 ff ff 27 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 00 00 00 00 e0 d9 4e 3f
                 f0: 00 00 00 00 88 85 80 00 1a 0f 11 01 08 17 12 20
[    0.000000] pci 0000:00:1f.0 config space:
                 00: 86 80 1c 0f 07 00 10 02 11 00 01 06 00 00 80 00
                 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 1c 0f
                 30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00
                 40: 03 04 00 00 02 30 d0 fe 03 05 00 00 02 c0 d0 fe
                 50: 02 80 d0 fe 02 10 d0 fe 02 00 f0 fe 02 50 d0 fe
                 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 00 00 00 00 00 cf ff 00 00 00 00 00 00
                 e0: 09
[    0.000000]  00 0c 10 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 01 c0 d1 fe 00 00 00 00 1a 0f 11 01 03 03 00 00
[    0.000000] pci 0000:00:1f.3 config space:
                 00: 86 80 12 0f 03 00 90 02 11 00 05 0c 00 00 00 00
                 10: 00 40 c1 d0 00 00 00 00 00 00 00 00 00 00 00 00
                 20: 01 e0 00 00 00 00 00 00 00 00 00 00 86 80 12 0f
                 30: 00 00 00 00 50 00 00 00 00 00 00 00 0b 02 00 00
                 40: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 50: 01 00 03 00 08 00 00 00 00 00 00 00 00 00 00 00
                 60: 03 04 04 00 00 00 08 08 00 00 00 00 00 00 00 00
                 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 00 00 00 00 00 00 00 00 1a 0f 11 01 03 01 00 00
[    0.000000] pci 0000:01:00.0 config space:
                 00: 56 15 55 55 07 00 10 00 00 00 00 05 10 00 00 00
                 10: 00 00 40 d0 00 00 00 00 00 00 00 00 00 00 00 00
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00
                 30: 00 00 00 00 40 00 00 00 00 00 00 00 0b 01 00 00
                 40: 01 48 03 00 08 00 00 00 05 60 00 00 00 00 00 00
                 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 60: 10 00 02 00 c2 8f 00 00 00 28 01 00 21 f4 03 00
                 70: 01 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00
                 80: 00 00 00 00 02 00 00 00 10 00 00 00 00 00 00 00
                 90: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
                 a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000] pci 0000:03:00.0 config space:
                 00: 86 80 33 15 07 00 10 00 03 00 00 02 10 00 00 00
                 10: 00 00 a0 d0 00 00 00 00 01 d0 00 00 00 00 b0 d0
                 20: 00 00 00 00 00 00 00 00 00 00 00 00 ff ff 00 00
                 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00
                 40: 01 50 23 c8 08 20 00 00 00 00 00 00 00 00 00 00
                 50: 05 70 80 01 00 00 00 00 00 00 00 00 00 00 00 00
                 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 70: 11 a0 04 00 03 00 00 00 03 20 00 00 00 00 00 00
                 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 90: 00 00 00 00 00 00 00 00 00 00 00 00 ff ff ff ff
                 a0: 10 00 02 00 c2 8c 00 10 00 28 11 00 11 5c 42 00
                 b0: 42 00 11 10 00 00 00 00 00 00 00 00 00 00 00 00
                 c0: 00 00 00 00 1f 00 00 00 10 00 00 00 00 00 00 00
                 d0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 e0: 00
[    0.000000]  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                 f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] user: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] user: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] user: [mem 0x0000000020000000-0x00000000200fffff] reserved
[    0.000000] user: [mem 0x0000000020100000-0x000000003fefffff] usable
[    0.000000] user: [mem 0x000000003ff00000-0x000000003fffffff] persistent (type 12)
[    0.000000] user: [mem 0x0000000040000000-0x00000000b937dfff] usable
[    0.000000] user: [mem 0x00000000b937e000-0x00000000b93adfff] reserved
[    0.000000] user: [mem 0x00000000b93ae000-0x00000000b93bdfff] ACPI data
[    0.000000] user: [mem 0x00000000b93be000-0x00000000b98ccfff] ACPI NVS
[    0.000000] user: [mem 0x00000000b98cd000-0x00000000b9ba5fff] reserved
[    0.000000] user: [mem 0x00000000b9ba6000-0x00000000b9ba6fff] usable
[    0.000000] user: [mem 0x00000000b9ba7000-0x00000000b9be8fff] reserved
[    0.000000] user: [mem 0x00000000b9be9000-0x00000000b9d5dfff] usable
[    0.000000] user: [mem 0x00000000b9d5e000-0x00000000b9ff9fff] reserved
[    0.000000] user: [mem 0x00000000b9ffa000-0x00000000b9ffffff] usable
[    0.000000] user: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] user: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] user: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] user: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] user: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] user: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
[    0.000000] user: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] user: [mem 0x00000000fef00000-0x00000000feffffff] reserved
[    0.000000] user: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Quanmax Inc. COMM-E380/COMM-E380, BIOS 1.02 08/01/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0BA000000 mask FFE000000 uncachable
[    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   4 base 100000000 mask FC0000000 write-back
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB
[    0.000000] reg 2, base: 2976MB, range: 32MB, type UC
[    0.000000] reg 3, base: 3008MB, range: 64MB, type UC
[    0.000000] reg 4, base: 4GB, range: 1GB, type WB
[    0.000000] total RAM covered: 4000M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 128M 	num_reg: 5  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB
[    0.000000] reg 2, base: 2976MB, range: 32MB, type UC
[    0.000000] reg 3, base: 3008MB, range: 64MB, type UC
[    0.000000] reg 4, base: 4GB, range: 1GB, type WB
[    0.000000] e820: update [mem 0xba000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd880-0x000fd88f] mapped at [ffff8800000fd880]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] BRK [0x0220c000, 0x0220cfff] PGTABLE
[    0.000000] BRK [0x0220d000, 0x0220dfff] PGTABLE
[    0.000000] BRK [0x0220e000, 0x0220efff] PGTABLE
[    0.000000] BRK [0x0220f000, 0x0220ffff] PGTABLE
[    0.000000] BRK [0x02210000, 0x02210fff] PGTABLE
[    0.000000] BRK [0x02211000, 0x02211fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x337ec000-0x35bedfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0580 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000B93B5080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000B93BC7B8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20150930/tbfadt-623)
[    0.000000] ACPI: DSDT 0x00000000B93B5188 00762A (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000B98CCF80 000040
[    0.000000] ACPI: APIC 0x00000000B93BC8C8 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000B93BC950 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000B93BC998 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: LPIT 0x00000000B93BCA38 000104 (v01 ALASKA A M I    00000003 VLV2 0100000D)
[    0.000000] ACPI: MCFG 0x00000000B93BCB40 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000B93BCB80 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000B93BCBB8 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000B93BD320 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000B93BD5B0 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x00000000B93BD730 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13fff5000-0x13fff9fff]
[    0.000000] Reserving 128MB of memory at 688MB for crashkernel (System RAM: 3986MB)
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020100000-0x000000003fefffff]
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000b937dfff]
[    0.000000]   node   0: [mem 0x00000000b9ba6000-0x00000000b9ba6fff]
[    0.000000]   node   0: [mem 0x00000000b9be9000-0x00000000b9d5dfff]
[    0.000000]   node   0: [mem 0x00000000b9ffa000-0x00000000b9ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.000000] On node 0 totalpages: 1020566
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11788 pages used for memmap
[    0.000000]   DMA32 zone: 754426 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0xbb000000-0xbeffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
[    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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-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 0x20000000-0x200fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3ff00000-0x3fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb937e000-0xb93adfff]
[    0.000000] PM: Registered nosave memory: [mem 0xb93ae000-0xb93bdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xb93be000-0xb98ccfff]
[    0.000000] PM: Registered nosave memory: [mem 0xb98cd000-0xb9ba5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9ba7000-0xb9be8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb9d5e000-0xb9ff9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xba000000-0xbaffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb000000-0xbeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed0c000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1d000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.000000] e820: [mem 0xbf000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s98264 r8192 d28712 u524288
[    0.000000] pcpu-alloc: s98264 r8192 d28712 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1004597
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=UUID=f65454ae-3f1d-4b9e-b4be-74a29becbe1e ro idebug ignore_loglevel memmap=1M!1023M nmi_watchdog=1 pci=earlydump crashkernel=384M-:128M
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3763320K/4082264K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 318944K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:1024 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0x17
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 1913600 KHz
[    0.000000] lapic_timer_frequency = 332800
[    0.000000] tsc: Detected 1913.600 MHz processor
[    0.000039] Calibrating delay loop (skipped), value calculated using timer frequency.. 3827.20 BogoMIPS (lpj=7654400)
[    0.000151] pid_max: default: 32768 minimum: 301
[    0.000216] ACPI: Core revision 20150930
[    0.016607] ACPI: 4 ACPI AML tables successfully acquired and loaded
[    0.017274] Security Framework initialized
[    0.017331] Yama: becoming mindful.
[    0.017414] AppArmor: AppArmor initialized
[    0.017981] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.020004] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.020951] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.021025] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.021473] Initializing cgroup subsys io
[    0.021538] Initializing cgroup subsys memory
[    0.021605] Initializing cgroup subsys devices
[    0.021664] Initializing cgroup subsys freezer
[    0.021721] Initializing cgroup subsys net_cls
[    0.021779] Initializing cgroup subsys perf_event
[    0.021837] Initializing cgroup subsys net_prio
[    0.021898] Initializing cgroup subsys hugetlb
[    0.021955] Initializing cgroup subsys pids
[    0.022033] CPU: Physical Processor ID: 0
[    0.022088] CPU: Processor Core ID: 0
[    0.022145] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.022201] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.027062] mce: CPU supports 6 MCE banks
[    0.027127] CPU0: Thermal monitoring enabled (TM1)
[    0.027185] process: using mwait in idle threads
[    0.027244] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.027300] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.027737] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)
[    0.030183] ftrace: allocating 32123 entries in 126 pages
[    0.050087] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.050151] smpboot: Max logical packages: 1
[    0.050870] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.090629] TSC deadline timer enabled
[    0.090686] smpboot: CPU0: Intel(R) Atom(TM) CPU  E3845  @ 1.91GHz (family: 0x6, model: 0x37, stepping: 0x9)
[    0.090893] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.091153] ... version:                3
[    0.091206] ... bit width:              40
[    0.091259] ... generic registers:      2
[    0.091312] ... value mask:             000000ffffffffff
[    0.091366] ... max period:             0000007fffffffff
[    0.091421] ... fixed-purpose events:   3
[    0.091473] ... event mask:             0000000700000003
[    0.093122] x86: Booting SMP configuration:
[    0.093181] .... node  #0, CPUs:      #1
[    0.100371] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.101757]  #2 #3
[    0.115850] x86: Booted up 1 node, 4 CPUs
[    0.115951] smpboot: Total of 4 processors activated (15308.80 BogoMIPS)
[    0.116982] devtmpfs: initialized
[    0.124181] evm: security.selinux
[    0.124235] evm: security.SMACK64
[    0.124287] evm: security.SMACK64EXEC
[    0.124339] evm: security.SMACK64TRANSMUTE
[    0.124391] evm: security.SMACK64MMAP
[    0.124443] evm: security.ima
[    0.124494] evm: security.capability
[    0.124710] PM: Registering ACPI NVS region [mem 0xb93be000-0xb98ccfff] (5304320 bytes)
[    0.125076] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.125320] pinctrl core: initialized pinctrl subsystem
[    0.125576] RTC time: 16:17:31, date: 02/11/20
[    0.125916] NET: Registered protocol family 16
[    0.136725] cpuidle: using governor ladder
[    0.148734] cpuidle: using governor menu
[    0.148793] PCCT header not found.
[    0.149010] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.149081] ACPI: bus type PCI registered
[    0.149135] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.149324] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.149398] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.149487] PCI: Using configuration type 1 for base access
[    0.161572] ACPI: Added _OSI(Module Device)
[    0.161631] ACPI: Added _OSI(Processor Device)
[    0.161685] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.161740] ACPI: Added _OSI(Processor Aggregator Device)
[    0.173340] ACPI: Dynamic OEM Table Load:
[    0.173475] ACPI: SSDT 0xFFFF88013A682000 00037A (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.174579] ACPI: Dynamic OEM Table Load:
[    0.174711] ACPI: SSDT 0xFFFF88013A651800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.176288] ACPI: Dynamic OEM Table Load:
[    0.176418] ACPI: SSDT 0xFFFF88013A677A00 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.177487] ACPI: Dynamic OEM Table Load:
[    0.177616] ACPI: SSDT 0xFFFF88013A6B5540 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.179947] ACPI: Interpreter enabled
[    0.180039] ACPI: (supports S0 S3 S4 S5)
[    0.180094] ACPI: Using IOAPIC for interrupt routing
[    0.180212] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.601707] ACPI: Power Resource [USBC] (on)
[    0.602305] ACPI: Power Resource [FN00] (off)
[    0.603463] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.603529] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.604746] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.605427] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.605487] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.606373] PCI host bridge to bus 0000:00
[    0.606432] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.606491] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.606550] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.606609] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.606668] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.606738] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.606807] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.606877] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd0c18ffe window]
[    0.606947] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.607014] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.607307] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.607385] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[    0.607453] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.607521] pci 0000:00:02.0: reg 0x20: [io  0xe080-0xe087]
[    0.607816] pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
[    0.607901] pci 0000:00:13.0: reg 0x10: [io  0xe070-0xe077]
[    0.607966] pci 0000:00:13.0: reg 0x14: [io  0xe060-0xe063]
[    0.608030] pci 0000:00:13.0: reg 0x18: [io  0xe050-0xe057]
[    0.608094] pci 0000:00:13.0: reg 0x1c: [io  0xe040-0xe043]
[    0.608159] pci 0000:00:13.0: reg 0x20: [io  0xe020-0xe03f]
[    0.608223] pci 0000:00:13.0: reg 0x24: [mem 0xd0c18000-0xd0c187ff]
[    0.608320] pci 0000:00:13.0: PME# supported from D3hot
[    0.608578] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.608663] pci 0000:00:14.0: reg 0x10: [mem 0xd0c00000-0xd0c0ffff 64bit]
[    0.608777] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.608994] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.609145] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.609241] pci 0000:00:1a.0: reg 0x10: [mem 0xd0900000-0xd09fffff]
[    0.609311] pci 0000:00:1a.0: reg 0x14: [mem 0xd0800000-0xd08fffff]
[    0.609458] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.609759] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
[    0.609849] pci 0000:00:1b.0: reg 0x10: [mem 0xd0c10000-0xd0c13fff 64bit]
[    0.609973] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.610230] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
[    0.610354] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.610542] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.610676] pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
[    0.610799] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.610988] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.611124] pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
[    0.611248] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.611439] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.611582] pci 0000:00:1d.0: [8086:0f34] type 00 class 0x0c0320
[    0.611678] pci 0000:00:1d.0: reg 0x10: [mem 0xd0c15000-0xd0c153ff]
[    0.611838] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.612059] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.612194] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.612522] pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
[    0.612627] pci 0000:00:1f.3: reg 0x10: [mem 0xd0c14000-0xd0c1401f]
[    0.612756] pci 0000:00:1f.3: reg 0x20: [io  0xe000-0xe01f]
[    0.613226] pci 0000:01:00.0: [1556:5555] type 00 class 0x050000
[    0.613390] pci 0000:01:00.0: reg 0x10: [mem 0xd0400000-0xd07fffff]
[    0.613825] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.621184] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.621246] pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd07fffff]
[    0.621394] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.621598] pci 0000:03:00.0: [8086:1533] type 00 class 0x020000
[    0.621714] pci 0000:03:00.0: reg 0x10: [mem 0xd0a00000-0xd0afffff]
[    0.621808] pci 0000:03:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.621888] pci 0000:03:00.0: reg 0x1c: [mem 0xd0b00000-0xd0b03fff]
[    0.622074] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.622207] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.629178] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.629238] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.629298] pci 0000:00:1c.3:   bridge window [mem 0xd0a00000-0xd0bfffff]
[    0.834919] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.835501] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.836163] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.836749] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.837341] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.837920] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.838498] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.839077] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.839839] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.840263] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.840327] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.840402] vgaarb: loaded
[    0.840454] vgaarb: bridge control possible 0000:00:02.0
[    0.841073] SCSI subsystem initialized
[    0.841250] libata version 3.00 loaded.
[    0.841368] ACPI: bus type USB registered
[    0.841460] usbcore: registered new interface driver usbfs
[    0.841539] usbcore: registered new interface driver hub
[    0.841634] usbcore: registered new device driver usb
[    0.842019] PCI: Using ACPI for IRQ routing
[    0.848100] PCI: pci_cache_line_size set to 64 bytes
[    0.848241] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.848299] e820: reserve RAM buffer [mem 0x3ff00000-0x3fffffff]
[    0.848361] e820: reserve RAM buffer [mem 0xb937e000-0xbbffffff]
[    0.848419] e820: reserve RAM buffer [mem 0xb9ba7000-0xbbffffff]
[    0.848476] e820: reserve RAM buffer [mem 0xb9d5e000-0xbbffffff]
[    0.848533] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
[    0.848828] NetLabel: Initializing
[    0.848882] NetLabel:  domain hash size = 128
[    0.848935] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.849008] NetLabel:  unlabeled traffic allowed by default
[    0.849265] amd_nb: Cannot enumerate AMD northbridges
[    0.849346] clocksource: Switched to clocksource refined-jiffies
[    0.861956] AppArmor: AppArmor Filesystem Enabled
[    0.862145] pnp: PnP ACPI init
[    0.862309] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.068575] system 00:01: [io  0x0680-0x069f] has been reserved
[    1.068636] system 00:01: [io  0x0400-0x047f] has been reserved
[    1.068695] system 00:01: [io  0x0500-0x05fe] has been reserved
[    1.068753] system 00:01: [io  0x0600-0x061f] has been reserved
[    1.068815] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.069119] system 00:02: [io  0x0a00-0x0a0f] has been reserved
[    1.069179] system 00:02: [io  0x0a10-0x0a1f] has been reserved
[    1.069240] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.069919] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.070431] pnp 00:04: [dma 0 disabled]
[    1.070591] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.071095] pnp 00:05: [dma 0 disabled]
[    1.072321] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.072618] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    1.072680] system 00:06: [mem 0xfed01000-0xfed01fff] has been reserved
[    1.072739] system 00:06: [mem 0xfed03000-0xfed03fff] has been reserved
[    1.072799] system 00:06: [mem 0xfed04000-0xfed04fff] has been reserved
[    1.072858] system 00:06: [mem 0xfed0c000-0xfed0ffff] has been reserved
[    1.072917] system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
[    1.072976] system 00:06: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    1.073036] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.073096] system 00:06: [mem 0xfef00000-0xfeffffff] has been reserved
[    1.073157] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.073523] pnp: PnP ACPI: found 7 devices
[    1.082357] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.082457] clocksource: Switched to clocksource acpi_pm
[    1.082544] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    1.082618] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    1.082701] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    1.082773] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    1.082850] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    1.082931] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.083015] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.083092] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.083168] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.083243] pci 0000:00:1c.2: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    1.083317] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.083393] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.083469] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.083546] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    1.083621] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.083694] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.083767] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    1.083839] pci 0000:00:1c.2: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    1.083922] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.083993] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.084067] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[    1.084126] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[    1.084216] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.084288] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.084365] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.084435] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.084510] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.084570] pci 0000:00:1c.2: BAR 13: assigned [io  0x2000-0x2fff]
[    1.084636] pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.084706] pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.084793] pci 0000:00:1c.2: BAR 14: no space for [mem size 0x00200000]
[    1.084852] pci 0000:00:1c.2: BAR 14: failed to assign [mem size 0x00200000]
[    1.084934] pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.085004] pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.085080] pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    1.085167] pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    1.085240] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.085297] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    1.085357] pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd07fffff]
[    1.085422] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    1.085479] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    1.085544] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    1.085601] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    1.085661] pci 0000:00:1c.3:   bridge window [mem 0xd0a00000-0xd0bfffff]
[    1.085726] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    1.085783] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    1.085841] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    1.085899] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.085957] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.086016] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.086075] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    1.086134] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xd0c18ffe window]
[    1.086194] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    1.086251] pci_bus 0000:01: resource 1 [mem 0xd0400000-0xd07fffff]
[    1.086309] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    1.086366] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    1.086423] pci_bus 0000:03: resource 1 [mem 0xd0a00000-0xd0bfffff]
[    1.086563] NET: Registered protocol family 2
[    1.086929] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.087142] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.087361] TCP: Hash tables configured (established 32768 bind 32768)
[    1.087482] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.087577] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.087775] NET: Registered protocol family 1
[    1.087863] pci 0000:00:02.0: Video device with shadowed ROM
[    2.689045] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[    2.689251] PCI: CLS 64 bytes, default 64
[    2.689414] Trying to unpack rootfs image as initramfs...
[    3.737901] Freeing initrd memory: 36872K (ffff8800337ec000 - ffff880035bee000)
[    3.737991] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.738050] software IO TLB [mem 0xb537e000-0xb937e000] (64MB) mapped at [ffff8800b537e000-ffff8800b937dfff]
[    3.738506] Scanning for low memory corruption every 60 seconds
[    3.739367] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    3.739478] audit: initializing netlink subsys (disabled)
[    3.739560] audit: type=2000 audit(1581437853.727:1): initialized
[    3.740268] Initialise system trusted keyring
[    3.740606] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.744135] zbud: loaded
[    3.744578] VFS: Disk quotas dquot_6.6.0
[    3.744708] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.745372] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.746025] fuse init (API version 7.23)
[    3.746400] Key type big_key registered
[    3.746483] Allocating IMA MOK and blacklist keyrings.
[    3.747804] Key type asymmetric registered
[    3.747862] Asymmetric key parser 'x509' registered
[    3.747998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    3.748157] io scheduler noop registered
[    3.748215] io scheduler deadline registered (default)
[    3.748340] io scheduler cfq registered
[    3.749121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.749193] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.749321] intel_idle: MWAIT substates: 0x3000020
[    3.749377] intel_idle: v0.4.1 model 0x37
[    3.749430] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.749896] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    3.749972] ACPI: Power Button [PWRB]
[    3.750111] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    3.750185] ACPI: Sleep Button [SLPB]
[    3.750320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    3.750392] ACPI: Power Button [PWRF]
[    3.754108] ACPI: Invalid active0 threshold
[    3.754412] thermal LNXTHERM:00: registered as thermal_zone0
[    3.754469] ACPI: Thermal Zone [TZ01] (27 C)
[    3.754579] GHES: HEST is not enabled!
[    3.755204] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.776092] 00:04: ttyS2 at I/O 0x3e8 (irq = 7, base_baud = 115200) is a 16550A
[    3.797153] 00:05: ttyS3 at I/O 0x2e8 (irq = 11, base_baud = 115200) is a 16550A
[    3.805214] hpet: number irqs doesn't agree with number of timers
[    3.805389] Linux agpgart interface v0.103
[    3.815328] brd: module loaded
[    3.820694] loop: module loaded
[    3.821408] libphy: Fixed MDIO Bus: probed
[    3.821468] tun: Universal TUN/TAP device driver, 1.6
[    3.821523] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.821812] PPP generic driver version 2.4.2
[    3.822011] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.822080] ehci-pci: EHCI PCI platform driver
[    3.822349] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.822415] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    3.822500] ehci-pci 0000:00:1d.0: debug port 2
[    3.826490] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.826568] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd0c15000
[    3.835754] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.835921] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.837021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.837089] usb usb1: Product: EHCI Host Controller
[    3.837143] usb usb1: Manufacturer: Linux 4.4.0-66-generic ehci_hcd
[    3.837199] usb usb1: SerialNumber: 0000:00:1d.0
[    3.837681] hub 1-0:1.0: USB hub found
[    3.837750] hub 1-0:1.0: 8 ports detected
[    3.838280] ehci-platform: EHCI generic platform driver
[    3.838367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.838430] ohci-pci: OHCI PCI platform driver
[    3.838508] ohci-platform: OHCI generic platform driver
[    3.838580] uhci_hcd: USB Universal Host Controller Interface driver
[    3.838908] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.838973] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.840130] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    3.840204] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.840396] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.840456] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.840523] usb usb2: Product: xHCI Host Controller
[    3.840577] usb usb2: Manufacturer: Linux 4.4.0-66-generic xhci-hcd
[    3.840632] usb usb2: SerialNumber: 0000:00:14.0
[    3.841153] hub 2-0:1.0: USB hub found
[    3.841224] hub 2-0:1.0: 6 ports detected
[    3.842188] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.842249] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    3.842396] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    3.842455] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.842522] usb usb3: Product: xHCI Host Controller
[    3.842576] usb usb3: Manufacturer: Linux 4.4.0-66-generic xhci-hcd
[    3.842632] usb usb3: SerialNumber: 0000:00:14.0
[    3.843055] hub 3-0:1.0: USB hub found
[    3.843122] hub 3-0:1.0: 1 port detected
[    3.843514] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    4.568504] usb 2-3: new high-speed USB device number 2 using xhci_hcd
[    4.698265] usb 2-3: New USB device found, idVendor=04d8, idProduct=000a
[    4.698330] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.698391] usb 2-3: Product: Simple CDC Device Demo
[    4.698448] usb 2-3: Manufacturer: Microchip Technology Inc.
[    4.736601] tsc: Refined TSC clocksource calibration: 1916.666 MHz
[    4.736660] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x37415710be0, max_idle_ns: 881590555136 ns
[    4.865042] usb 2-6: new high-speed USB device number 3 using xhci_hcd
[    4.871667] i8042: No controller found
[    4.872002] mousedev: PS/2 mouse device common for all mice
[    4.872826] rtc_cmos 00:00: RTC can wake from S4
[    4.873239] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    4.873325] rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
[    4.873403] i2c /dev entries driver
[    4.873578] device-mapper: uevent: version 1.0.3
[    4.874319] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    4.874416] Intel P-state driver initializing.
[    4.875217] ledtrig-cpu: registered to indicate activity on CPUs
[    4.878588] NET: Registered protocol family 10
[    4.880335] NET: Registered protocol family 17
[    4.880486] Key type dns_resolver registered
[    4.881863] microcode: CPU0 sig=0x30679, pf=0x1, revision=0x903
[    4.882027] microcode: CPU1 sig=0x30679, pf=0x1, revision=0x903
[    4.882092] microcode: CPU2 sig=0x30679, pf=0x1, revision=0x903
[    4.882247] microcode: CPU3 sig=0x30679, pf=0x1, revision=0x903
[    4.882618] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    4.883599] registered taskstats version 1
[    4.883677] Loading compiled-in X.509 certificates
[    4.885708] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'
[    4.885818] zswap: loaded using pool lzo/zbud
[    4.893270] Key type trusted registered
[    4.910325] Key type encrypted registered
[    4.910399] AppArmor: AppArmor sha1 policy hashing enabled
[    4.910457] ima: No TPM chip found, activating TPM-bypass!
[    4.910567] evm: HMAC attrs: 0x1
[    4.912156]   Magic number: 8:218:287
[    4.912275] tty tty20: hash matches
[    4.912353] acpi PNP0400:00: hash matches
[    4.912872] rtc_cmos 00:00: setting system clock to 2020-02-11 16:17:35 UTC (1581437855)
[    4.913634] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    4.913692] EDD information not available.
[    4.913957] PM: Hibernation image not present or could not be loaded.
[    4.917884] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)
[    4.917960] Write protecting the kernel read-only data: 14336k
[    4.920466] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)
[    4.922023] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)
[    4.966778] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.967054] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.967172] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.967301] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.968245] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.968379] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.988592] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.988766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.988867] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.989444] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    4.993131] usb 2-6: New USB device found, idVendor=0424, idProduct=4604
[    4.993206] usb 2-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.993981] hub 2-6:1.0: USB hub found
[    4.994091] hub 2-6:1.0: 5 ports detected
[    5.077749] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    5.107771] ahci 0000:00:13.0: version 3.0
[    5.108010] ahci 0000:00:13.0: controller can't do DEVSLP, turning off
[    5.114131] [drm] Initialized drm 1.1.0 20060810
[    5.115613] pps_core: LinuxPPS API ver. 1 registered
[    5.115680] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.118572] PTP clock support registered
[    5.120995] ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x2 impl SATA mode
[    5.121082] ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso 
[    5.121426] dca service started, version 1.12.1
[    5.126713] scsi host0: ahci
[    5.129918] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[    5.129988] igb: Copyright (c) 2007-2014 Intel Corporation.
[    5.130894] scsi host1: ahci
[    5.131088] ata1: DUMMY
[    5.131158] ata2: SATA max UDMA/133 abar m2048@0xd0c18000 port 0xd0c18180 irq 88
[    5.160425] SSE version of gcm_enc/dec engaged.
[    5.163626] pps pps0: new PPS source ptp0
[    5.163691] igb 0000:03:00.0: added PHC on eth0
[    5.163749] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[    5.163808] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:50:08:0a:c3:b3
[    5.163916] igb 0000:03:00.0: eth0: PBA No: 200500-000
[    5.163973] igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    5.178990] [drm] Memory usable by graphics device = 2048M
[    5.179055] [drm] Replacing VGA console driver
[    5.179998] Console: switching to colour dummy device 80x25
[    5.180728] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.180741] [drm] Driver supports precise vblank timestamp query.
[    5.244597] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    5.244915] igb 0000:03:00.0 enp3s0: renamed from eth0
[    5.246799] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[    5.269506] usb 2-6.5: new high-speed USB device number 4 using xhci_hcd
[    5.277707] [drm] failed to retrieve link info, disabling eDP
[    5.358777] usb 2-6.5: New USB device found, idVendor=0424, idProduct=2530
[    5.358793] usb 2-6.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    5.358805] usb 2-6.5: Product: Bridge device
[    5.437833] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
[    5.457891] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.458217] ata2.00: ATA-11: SATA SSD, SBFMB1.1, max UDMA/133
[    5.458228] ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    5.458424] ata2.00: configured for UDMA/133
[    5.460490] scsi 1:0:0:0: Direct-Access     ATA      SATA SSD         B1.1 PQ: 0 ANSI: 5
[    5.461079] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    5.461102] sd 1:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    5.461500] sd 1:0:0:0: [sda] Write Protect is off
[    5.461512] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.461863] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.464581]  sda: sda1 sda2
[    5.465589] sd 1:0:0:0: [sda] Attached SCSI disk
[    5.529989] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
[    5.552632] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.552930] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    5.553088] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
[    5.638627] i915 0000:00:02.0: No connectors reported connected with modes
[    5.638681] [drm] Cannot find any crtc or sizes - going 1024x768
[    5.640277] fbcon: inteldrmfb (fb0) is primary device
[    5.718830] Console: switching to colour frame buffer device 128x48
[    5.724059] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.738420] clocksource: Switched to clocksource tsc
[    6.014950] md: linear personality registered for level -1
[    6.021978] md: multipath personality registered for level -4
[    6.029268] md: raid0 personality registered for level 0
[    6.037197] md: raid1 personality registered for level 1
[    6.115083] raid6: sse2x1   gen()   714 MB/s
[    6.183167] raid6: sse2x1   xor()  1936 MB/s
[    6.251293] raid6: sse2x2   gen()  1145 MB/s
[    6.319386] raid6: sse2x2   xor()  2294 MB/s
[    6.387502] raid6: sse2x4   gen()  1824 MB/s
[    6.455613] raid6: sse2x4   xor()  2273 MB/s
[    6.455662] raid6: using algorithm sse2x4 gen() 1824 MB/s
[    6.455723] raid6: .... xor() 2273 MB/s, rmw enabled
[    6.455776] raid6: using ssse3x2 recovery algorithm
[    6.460243] xor: measuring software checksum speed
[    6.499672]    prefetch64-sse:  6620.000 MB/sec
[    6.539733]    generic_sse:  5283.000 MB/sec
[    6.539783] xor: using function: prefetch64-sse (6620.000 MB/sec)
[    6.544148] async_tx: api initialized (async)
[    6.562308] md: raid6 personality registered for level 6
[    6.562379] md: raid5 personality registered for level 5
[    6.564516] md: raid4 personality registered for level 4
[    6.580683] md: raid10 personality registered for level 10
[    6.661544] Btrfs loaded
[    6.857922] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    7.576025] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    7.580747] systemd[1]: Detected architecture x86-64.
[    7.601552] systemd[1]: Set hostname to <testpc>.
[    8.067063] systemd[1]: Listening on Journal Audit Socket.
[    8.071497] systemd[1]: Listening on fsck to fsckd communication Socket.
[    8.075811] systemd[1]: Reached target User and Group Name Lookups.
[    8.080834] systemd[1]: Created slice System Slice.
[    8.085266] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[    8.089860] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.094820] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.099890] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.105065] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    8.110336] systemd[1]: Listening on udev Kernel Socket.
[    8.115703] systemd[1]: Listening on Journal Socket.
[    8.142504] systemd[1]: Starting Load Kernel Modules...
[    8.149650] systemd[1]: Mounting Huge Pages File System...
[    8.157173] systemd[1]: Starting Nameserver information manager...
[    8.164359] systemd[1]: Mounting Debug File System...
[    8.184226] systemd[1]: Starting Set console keymap...
[    8.191559] systemd[1]: Mounting POSIX Message Queue File System...
[    8.197208] systemd[1]: Listening on Syslog Socket.
[    8.204787] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    8.209711] Loading iSCSI transport class v2.0-870.
[    8.215200] systemd[1]: Starting Uncomplicated firewall...
[    8.222577] systemd[1]: Started Read required files in advance.
[    8.228470] systemd[1]: Listening on LVM2 poll daemon socket.
[    8.233949] systemd[1]: Reached target Encrypted Volumes.
[    8.239656] systemd[1]: Listening on udev Control Socket.
[    8.245260] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.248129] iscsi: registered transport (tcp)
[    8.254177] systemd[1]: Created slice User and Session Slice.
[    8.259694] systemd[1]: Reached target Slices.
[    8.278717] systemd[1]: Starting Journal Service...
[    8.284228] systemd[1]: Listening on LVM2 metadata daemon socket.
[    8.291189] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    8.300513] systemd[1]: Mounted Huge Pages File System.
[    8.305871] systemd[1]: Mounted POSIX Message Queue File System.
[    8.311464] systemd[1]: Mounted Debug File System.
[    8.319603] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    8.326288] systemd[1]: Started Uncomplicated firewall.
[    8.353038] systemd[1]: Started Nameserver information manager.
[    8.408212] iscsi: registered transport (iser)
[    8.412715] systemd[1]: Started Load Kernel Modules.
[    8.486892] systemd[1]: Started LVM2 metadata daemon.
[    8.494594] systemd[1]: Mounting FUSE Control File System...
[    8.501924] systemd[1]: Starting Apply Kernel Variables...
[    8.507688] systemd[1]: Reached target Network (Pre).
[    8.515195] systemd[1]: Starting Create Static Device Nodes in /dev...
[    8.523192] systemd[1]: Mounted FUSE Control File System.
[    8.529614] systemd[1]: Started Set console keymap.
[    8.537550] systemd[1]: Started Apply Kernel Variables.
[    8.544209] systemd[1]: Started Create Static Device Nodes in /dev.
[    8.549812] systemd[1]: Started Journal Service.
[    8.725386] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    8.862577] systemd-journald[411]: Received request to flush runtime journal from PID 1
[    9.110694] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.192668] cdc_acm 2-3:1.0: ttyACM0: USB ACM device
[    9.215018] usbcore: registered new interface driver cdc_acm
[    9.217365] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    9.341019] kvm: disabled by bios
[    9.384688] kvm: disabled by bios
[    9.398282] intel_soc_dts_thermal: request_threaded_irq ret -22
[    9.460482] intel_soc_dts_thermal: request_threaded_irq ret -22
[    9.463044] intel_rapl: Found RAPL domain package
[    9.465345] intel_rapl: Found RAPL domain core
[    9.860393] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    9.926090] ppdev: user-space parallel port driver
[    9.989819] Adding 4881404k swap on /dev/sda1.  Priority:-1 extents:1 across:4881404k SSFS
[   10.523628] cgroup: new mount options do not match the existing superblock, will be ignored
[   12.730065] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   12.732345] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   44.786411] cfg80211: World regulatory domain updated:
[   44.786481] cfg80211:  DFS Master region: unset
[   44.786532] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   44.786639] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   44.786725] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   44.786811] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   44.786898] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   44.786999] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   44.787100] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   44.787187] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   44.787272] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)

[-- Attachment #3: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

  reply	other threads:[~2020-02-12 19:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-09  2:29 pcie: kernel log - BAR 15: no space for... BAR 15: failed to assign Muni Sekhar
2020-02-10 22:28 ` Bjorn Helgaas
2020-02-11 14:06   ` Muni Sekhar
2020-02-11 14:40     ` Bjorn Helgaas
2020-02-11 16:32       ` Muni Sekhar [this message]
2020-02-11 20:16         ` Bjorn Helgaas
2020-02-12  8:12           ` Muni Sekhar

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='CAHhAz+jXDfwWA=+Cb0fXooZHHRNyYLF2ykeO8pHaXH2fw5a2sQ@mail.gmail.com' \
    --to=munisekharrms@gmail.com \
    --cc=helgaas@kernel.org \
    --cc=kernelnewbies@kernelnewbies.org \
    --cc=linux-pci@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).