linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: robert shteynfeld <robert.shteynfeld@gmail.com>
To: Michal Hocko <mhocko@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Mikhail Zaslonko <zaslonko@linux.ibm.com>,
	Linux List Kernel Mailing <linux-kernel@vger.kernel.org>,
	Gerald Schaefer <gerald.schaefer@de.ibm.com>,
	Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>,
	Dave Hansen <dave.hansen@intel.com>,
	Alexander Duyck <alexander.h.duyck@linux.intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Pavel Tatashin <pasha.tatashin@oracle.com>,
	Steven Sistare <steven.sistare@oracle.com>,
	Daniel Jordan <daniel.m.jordan@oracle.com>,
	Bob Picco <bob.picco@oracle.com>
Subject: Re: kernel panic due to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2830bf6f05fb3e05bc4743274b806c821807a684
Date: Fri, 25 Jan 2019 11:16:30 -0500	[thread overview]
Message-ID: <CADfvbxp8sER_Xjkm-g8+BH87Ne8oUBirSWx6mmL=Z3XwyYoQHA@mail.gmail.com> (raw)
In-Reply-To: <20190125155810.GQ3560@dhcp22.suse.cz>

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

Attached is the dmesg from patched kernel.

I'm not an expert at debugging the kernel, obviously.  I tried setting
up a serial console before without much luck as part of this debugging
session.  I'll try again when I have some time, but I couldn't get to
the exact message before -- it scrolled by too quickly (and boot_delay
froze the output).

On Fri, Jan 25, 2019 at 10:58 AM Michal Hocko <mhocko@kernel.org> wrote:
>
> On Fri 25-01-19 10:52:06, robert shteynfeld wrote:
> > The person who pointed to mm/page_alloc.c commits likely causing the
> > issue did not have time to build a patched/reverted kernel to confirm
> > his hypothesis.  When I tried backing out the two separate commits he
> > suggested, the first commit (ie. the one in the subject) was the one
> > that when backed out fixed the boot issue.  Reverting the second one
> > had no effect.
>
> OK, so can you provide the full dmesg (with revert) along wth
> memblock=debug kernel parameter. Also would it be possible to configure
> serial or net console to get the actual panic report please?
> --
> Michal Hocko
> SUSE Labs

[-- Attachment #2: dmesg.good.boot --]
[-- Type: application/octet-stream, Size: 108657 bytes --]

[    0.000000] microcode: microcode updated early to revision 0x1f, date = 2018-05-08
[    0.000000] Linux version 4.19.16-200.MyPatch.patch.fc28.x86_64 (robert@davework.localdomain) (gcc version 8.2.1 20181215 (Red Hat 8.2.1-6) (GCC)) #1 SMP Wed Jan 23 16:07:33 EST 2019
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.19.16-200.MyPatch.patch.fc28.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md.uuid=f8cb8257:5edd7095:112b4e63:a3edbb38 rd.md.uuid=bc9448b9:1d3ac96d:87cedc32:f32fdb7b vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rd.lvm.lv=fedora/home rhgb quiet memblock=debug LANG=en_US.UTF-8
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000091bff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dbdf9bff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbdf9c00-0x00000000dbe4bbff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dbe4bc00-0x00000000dbe4dbff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dbe4dc00-0x00000000dbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fcffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fed003ff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000002023ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: Dell Inc. Precision WorkStation T5500  /0CRH6C, BIOS A13 03/28/2012
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3457.800 MHz processor
[    0.003067] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.003069] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.003073] last_pfn = 0x2024000 max_arch_pfn = 0x400000000
[    0.003077] MTRR default type: write-back
[    0.003078] MTRR fixed ranges enabled:
[    0.003079]   00000-9FFFF write-back
[    0.003080]   A0000-BFFFF uncachable
[    0.003080]   C0000-DFFFF write-protect
[    0.003081]   E0000-EFFFF uncachable
[    0.003081]   F0000-FFFFF write-protect
[    0.003082] MTRR variable ranges enabled:
[    0.003083]   0 base 00DBF00000 mask FFFFF00000 uncachable
[    0.003084]   1 base 00DC000000 mask FFFC000000 uncachable
[    0.003084]   2 base 00E0000000 mask FFE0000000 uncachable
[    0.003085]   3 disabled
[    0.003085]   4 disabled
[    0.003086]   5 disabled
[    0.003086]   6 disabled
[    0.003086]   7 disabled
[    0.003087]   8 disabled
[    0.003087]   9 disabled
[    0.004291] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.004404] last_pfn = 0xdbdf9 max_arch_pfn = 0x400000000
[    0.019925] memblock_reserve: [0x0000001161e00000-0x0000001161e0cfff] setup_arch+0x602/0xcb9
[    0.019932] memblock_add: [0x0000000000001000-0x0000000000091bff] e820__memblock_setup+0x44/0x63
[    0.019933] memblock_add: [0x0000000000100000-0x00000000dbdf9bff] e820__memblock_setup+0x44/0x63
[    0.019935] memblock_add: [0x0000000100000000-0x0000002023ffffff] e820__memblock_setup+0x44/0x63
[    0.019935] MEMBLOCK configuration:
[    0.019936]  memory size = 0x0000001fffd8a800 reserved size = 0x00000000036ee000
[    0.019936]  memory.cnt  = 0x3
[    0.019937]  memory[0x0]	[0x0000000000001000-0x0000000000090fff], 0x0000000000090000 bytes flags: 0x0
[    0.019938]  memory[0x1]	[0x0000000000100000-0x00000000dbdf8fff], 0x00000000dbcf9000 bytes flags: 0x0
[    0.019939]  memory[0x2]	[0x0000000100000000-0x0000002023ffffff], 0x0000001f24000000 bytes flags: 0x0
[    0.019940]  reserved.cnt  = 0x3
[    0.019940]  reserved[0x0]	[0x0000000000000000-0x0000000000000fff], 0x0000000000001000 bytes flags: 0x0
[    0.019941]  reserved[0x1]	[0x0000000034e30000-0x000000003670ffff], 0x00000000018e0000 bytes flags: 0x0
[    0.019942]  reserved[0x2]	[0x0000001160000000-0x0000001161e0cfff], 0x0000000001e0d000 bytes flags: 0x0
[    0.019943] memblock_reserve: [0x0000000000091c00-0x00000000000fffff] setup_arch+0x626/0xcb9
[    0.019947] memblock_reserve: [0x000000000008b000-0x0000000000090fff] reserve_real_mode+0x6f/0x80
[    0.019948] Base memory trampoline at [(____ptrval____)] 8b000 size 24576
[    0.019950] memblock_reserve: [0x0000000000000000-0x000000000000ffff] setup_arch+0x671/0xcb9
[    0.019953] Using GB pages for direct mapping
[    0.019956] BRK [0x1161e01000, 0x1161e01fff] PGTABLE
[    0.019958] BRK [0x1161e02000, 0x1161e02fff] PGTABLE
[    0.019959] BRK [0x1161e03000, 0x1161e03fff] PGTABLE
[    0.019991] BRK [0x1161e04000, 0x1161e04fff] PGTABLE
[    0.019992] BRK [0x1161e05000, 0x1161e05fff] PGTABLE
[    0.020095] BRK [0x1161e06000, 0x1161e06fff] PGTABLE
[    0.020119] BRK [0x1161e07000, 0x1161e07fff] PGTABLE
[    0.020162] RAMDISK: [mem 0x34e30000-0x3670ffff]
[    0.020169] ACPI: Early table checksum verification disabled
[    0.024216] ACPI: RSDP 0x00000000000FEC30 000024 (v02 DELL  )
[    0.024219] ACPI: XSDT 0x00000000000FCB10 000084 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024224] ACPI: FACP 0x00000000000FCC08 0000F4 (v03 DELL   B10K     00000015 ASL  00000061)
[    0.024227] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/64 (20180810/tbfadt-569)
[    0.024324] ACPI: DSDT 0x00000000FFEA1EED 0055B9 (v01 DELL   dt_ex    00001000 INTL 20050624)
[    0.024332] ACPI: FACS 0x00000000DBDF9C00 000040
[    0.024334] ACPI: FACS 0x00000000DBDF9C00 000040
[    0.024430] ACPI: SSDT 0x00000000FFEA75B7 00009C (v01 DELL   st_ex    00001000 INTL 20050624)
[    0.024432] ACPI: APIC 0x00000000000FCCFC 00026A (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024435] ACPI: BOOT 0x00000000000FCF66 000028 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024437] ACPI: ASF! 0x00000000000FCF8E 000096 (v32 DELL   B10K     00000015 ASL  00000061)
[    0.024440] ACPI: MCFG 0x00000000000FD024 00003C (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024442] ACPI: HPET 0x00000000000FD060 000038 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024445] ACPI: TCPA 0x00000000000FD2BC 000032 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024447] ACPI: DMAR 0x00000000000FD2EE 000100 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024450] ACPI: SRAT 0x00000000DBDF9C44 000570 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024452] ACPI: SLIC 0x00000000000FD098 000176 (v01 DELL   B10K     00000015 ASL  00000061)
[    0.024455] ACPI: SSDT 0x00000000DBE4DC00 007F44 (v01 INTEL  PPM RCM  80000001 INTL 20061109)
[    0.024698] ACPI: Local APIC address 0xfee00000
[    0.024734] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[    0.024734] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[    0.024735] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[    0.024735] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[    0.024735] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[    0.024736] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[    0.024736] SRAT: PXM 1 -> APIC 0x00 -> Node 1
[    0.024737] SRAT: PXM 1 -> APIC 0x02 -> Node 1
[    0.024737] SRAT: PXM 1 -> APIC 0x04 -> Node 1
[    0.024738] SRAT: PXM 1 -> APIC 0x10 -> Node 1
[    0.024738] SRAT: PXM 1 -> APIC 0x12 -> Node 1
[    0.024739] SRAT: PXM 1 -> APIC 0x14 -> Node 1
[    0.024739] SRAT: PXM 0 -> APIC 0x21 -> Node 0
[    0.024739] SRAT: PXM 0 -> APIC 0x23 -> Node 0
[    0.024740] SRAT: PXM 0 -> APIC 0x25 -> Node 0
[    0.024740] SRAT: PXM 0 -> APIC 0x31 -> Node 0
[    0.024741] SRAT: PXM 0 -> APIC 0x33 -> Node 0
[    0.024741] SRAT: PXM 0 -> APIC 0x35 -> Node 0
[    0.024742] SRAT: PXM 1 -> APIC 0x01 -> Node 1
[    0.024742] SRAT: PXM 1 -> APIC 0x03 -> Node 1
[    0.024743] SRAT: PXM 1 -> APIC 0x05 -> Node 1
[    0.024743] SRAT: PXM 1 -> APIC 0x11 -> Node 1
[    0.024744] SRAT: PXM 1 -> APIC 0x13 -> Node 1
[    0.024744] SRAT: PXM 1 -> APIC 0x15 -> Node 1
[    0.024748] ACPI: SRAT: Node 1 PXM 1 [mem 0x00000000-0xdbffffff]
[    0.024749] ACPI: SRAT: Node 1 PXM 1 [mem 0x100000000-0x1423ffffff]
[    0.024750] ACPI: SRAT: Node 0 PXM 0 [mem 0x1424000000-0x2023ffffff]
[    0.024752] NUMA: Node 1 [mem 0x00000000-0xdbffffff] + [mem 0x100000000-0x1423ffffff] -> [mem 0x00000000-0x1423ffffff]
[    0.024763] memblock_reserve: [0x0000002023fd5000-0x0000002023ffffff] memblock_alloc_base_nid+0x3e/0x48
[    0.024764] NODE_DATA(0) allocated [mem 0x2023fd5000-0x2023ffffff]
[    0.024784] memblock_reserve: [0x0000001423fd5000-0x0000001423ffffff] memblock_alloc_base_nid+0x3e/0x48
[    0.024785] NODE_DATA(1) allocated [mem 0x1423fd5000-0x1423ffffff]
[    0.024804] MEMBLOCK configuration:
[    0.024805]  memory size = 0x0000001fffd8a800 reserved size = 0x00000000037c7400
[    0.024805]  memory.cnt  = 0x4
[    0.024806]  memory[0x0]	[0x0000000000001000-0x0000000000090fff], 0x0000000000090000 bytes on node 1 flags: 0x0
[    0.024807]  memory[0x1]	[0x0000000000100000-0x00000000dbdf8fff], 0x00000000dbcf9000 bytes on node 1 flags: 0x0
[    0.024808]  memory[0x2]	[0x0000000100000000-0x0000001423ffffff], 0x0000001324000000 bytes on node 1 flags: 0x0
[    0.024809]  memory[0x3]	[0x0000001424000000-0x0000002023ffffff], 0x0000000c00000000 bytes on node 0 flags: 0x0
[    0.024809]  reserved.cnt  = 0x7
[    0.024810]  reserved[0x0]	[0x0000000000000000-0x000000000000ffff], 0x0000000000010000 bytes on node 1 flags: 0x0
[    0.024811]  reserved[0x1]	[0x000000000008b000-0x0000000000090fff], 0x0000000000006000 bytes on node 1 flags: 0x0
[    0.024812]  reserved[0x2]	[0x0000000000091c00-0x00000000000fffff], 0x000000000006e400 bytes on node 1 flags: 0x0
[    0.024812]  reserved[0x3]	[0x0000000034e30000-0x000000003670ffff], 0x00000000018e0000 bytes on node 1 flags: 0x0
[    0.024813]  reserved[0x4]	[0x0000001160000000-0x0000001161e0cfff], 0x0000000001e0d000 bytes on node 1 flags: 0x0
[    0.024814]  reserved[0x5]	[0x0000001423fd5000-0x0000001423ffffff], 0x000000000002b000 bytes flags: 0x0
[    0.024815]  reserved[0x6]	[0x0000002023fd5000-0x0000002023ffffff], 0x000000000002b000 bytes flags: 0x0
[    0.024841] memblock_virt_alloc_try_nid: 16384 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 memory_present+0x3e/0xe5
[    0.024842] memblock_reserve: [0x0000002023fd1000-0x0000002023fd4fff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.024849] memblock_virt_alloc_try_nid: 4096 bytes align=0x0 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_init+0x22/0x3d
[    0.024850] memblock_reserve: [0x0000001423fd4000-0x0000001423fd4fff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.024856] memblock_virt_alloc_try_nid: 4096 bytes align=0x0 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_init+0x22/0x3d
[    0.024857] memblock_reserve: [0x0000001423fd3000-0x0000001423fd3fff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.024863] memblock_virt_alloc_try_nid: 4096 bytes align=0x0 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_init+0x22/0x3d
[    0.024864] memblock_reserve: [0x0000001423fd2000-0x0000001423fd2fff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.024870] memblock_virt_alloc_try_nid: 4096 bytes align=0x0 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_init+0x22/0x3d
[    0.024871] memblock_reserve: [0x0000002023fd0000-0x0000002023fd0fff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.024877] memblock_virt_alloc_try_nid: 4096 bytes align=0x0 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_init+0x22/0x3d
[    0.024879] memblock_reserve: [0x0000002023fcf000-0x0000002023fcffff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.024886] memblock_virt_alloc_try_nid_nopanic: 20512 bytes align=0x40 nid=1 from=0x0000001420000000 max_addr=0x0000001428000000 sparse_init_nid+0x90/0x3cd
[    0.024887] memblock_reserve: [0x0000001423fccfc0-0x0000001423fd1fdf] memblock_virt_alloc_internal+0xbf/0x13a
[    0.024891] memblock_virt_alloc_try_nid_raw: 1344274432 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x123/0x3cd
[    0.024893] memblock_reserve: [0x00000013d3dcc000-0x0000001423fcbfff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.200567] memblock_virt_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.6+0xc/0x24
[    0.200574] memblock_reserve: [0x00000013d3dcb000-0x00000013d3dcbfff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.200579] memblock_virt_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.6+0xc/0x24
[    0.200580] memblock_reserve: [0x00000013d3dca000-0x00000013d3dcafff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.200620] memblock_virt_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.6+0xc/0x24
[    0.200622] memblock_reserve: [0x00000013d3dc9000-0x00000013d3dc9fff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.200634] memblock_virt_alloc_try_nid_raw: 2097152 bytes align=0x200000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_populate+0xff/0x2ac
[    0.200635] memblock_reserve: [0x00000013d3a00000-0x00000013d3bfffff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.200913] __memblock_free_early: [0x0000001423e00000-0x0000001423fcbfff] sparse_init_nid+0x332/0x3cd
[    0.200919] memblock_virt_alloc_try_nid_nopanic: 12288 bytes align=0x40 nid=0 from=0x0000002020000000 max_addr=0x0000002028000000 sparse_init_nid+0x90/0x3cd
[    0.200920] memblock_reserve: [0x0000002023fcc000-0x0000002023fcefff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.200924] memblock_virt_alloc_try_nid_raw: 805306368 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x123/0x3cd
[    0.200925] memblock_reserve: [0x0000001ff3fcc000-0x0000002023fcbfff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.286705] memblock_virt_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.6+0xc/0x24
[    0.286713] memblock_reserve: [0x0000001ff3fcb000-0x0000001ff3fcbfff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.286717] memblock_virt_alloc_try_nid_raw: 2097152 bytes align=0x200000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_populate+0xff/0x2ac
[    0.286718] memblock_reserve: [0x0000001ff3c00000-0x0000001ff3dfffff] memblock_virt_alloc_internal+0xbf/0x13a
[    0.286942] __memblock_free_early: [0x0000002023e00000-0x0000002023fcbfff] sparse_init_nid+0x332/0x3cd
[    0.286946] Zone ranges:
[    0.286947]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.286949]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.286950]   Normal   [mem 0x0000000100000000-0x0000002023ffffff]
[    0.286951]   Device   empty
[    0.286952] Movable zone start for each node
[    0.286954] Early memory node ranges
[    0.286955]   node   1: [mem 0x0000000000001000-0x0000000000090fff]
[    0.286955]   node   1: [mem 0x0000000000100000-0x00000000dbdf8fff]
[    0.286956]   node   1: [mem 0x0000000100000000-0x0000001423ffffff]
[    0.286956]   node   0: [mem 0x0000001424000000-0x0000002023ffffff]
[    0.286963] Reserved but unavailable: 112 pages
[    0.286964] Initmem setup node 0 [mem 0x0000001424000000-0x0000002023ffffff]
[    0.286965] On node 0 totalpages: 12582912
[    0.286966]   Normal zone: 196608 pages used for memmap
[    0.286967]   Normal zone: 12582912 pages, LIFO batch:63
[    0.533351] Initmem setup node 1 [mem 0x0000000000001000-0x0000001423ffffff]
[    0.533354] On node 1 totalpages: 20970889
[    0.533355]   DMA zone: 64 pages used for memmap
[    0.533355]   DMA zone: 21 pages reserved
[    0.533356]   DMA zone: 3984 pages, LIFO batch:0
[    0.533464]   DMA32 zone: 14008 pages used for memmap
[    0.533465]   DMA32 zone: 896505 pages, LIFO batch:63
[    0.553733]   Normal zone: 313600 pages used for memmap
[    0.553735]   Normal zone: 20070400 pages, LIFO batch:63
[    0.989092] ACPI: PM-Timer IO Port: 0x808
[    0.989095] ACPI: Local APIC address 0xfee00000
[    0.989107] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[    0.989118] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.989124] IOAPIC[1]: apic_id 9, version 32, address 0xfec80000, GSI 24-47
[    0.989129] IOAPIC[2]: apic_id 10, version 32, address 0xfec88000, GSI 48-71
[    0.989131] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.989133] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.989134] ACPI: IRQ0 used by override.
[    0.989135] ACPI: IRQ9 used by override.
[    0.989137] Using ACPI (MADT) for SMP configuration information
[    0.989138] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.989147] memblock_reserve: [0x0000002023fcbf80-0x0000002023fcbfc8] __alloc_memory_core_early+0x83/0xa8
[    0.989152] smpboot: Allowing 64 CPUs, 40 hotplug CPUs
[    0.989156] memblock_reserve: [0x0000002023fcbe80-0x0000002023fcbf60] __alloc_memory_core_early+0x83/0xa8
[    0.989159] memblock_reserve: [0x0000002023fcbb80-0x0000002023fcbe7f] __alloc_memory_core_early+0x83/0xa8
[    0.989167] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989169] memblock_reserve: [0x0000002023fcbb00-0x0000002023fcbb67] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989171] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989173] memblock_reserve: [0x0000002023fcba80-0x0000002023fcbae7] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989175] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989176] memblock_reserve: [0x0000002023fcba00-0x0000002023fcba67] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989178] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989179] memblock_reserve: [0x0000002023fcb980-0x0000002023fcb9e7] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989181] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989182] memblock_reserve: [0x0000002023fcb900-0x0000002023fcb967] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989184] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989185] memblock_reserve: [0x0000002023fcb880-0x0000002023fcb8e7] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989187] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989188] memblock_reserve: [0x0000002023fcb800-0x0000002023fcb867] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989189] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989191] memblock_reserve: [0x0000002023fcb780-0x0000002023fcb7e7] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989192] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989194] memblock_reserve: [0x0000002023fcb700-0x0000002023fcb767] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989196] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989197] memblock_reserve: [0x0000002023fcb680-0x0000002023fcb6e7] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989199] memblock_virt_alloc_try_nid: 104 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x26/0x4c
[    0.989200] memblock_reserve: [0x0000002023fcb600-0x0000002023fcb667] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989206] memblock_virt_alloc_try_nid: 32 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x76/0xd8
[    0.989207] memblock_reserve: [0x0000002023fcb5c0-0x0000002023fcb5df] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989208] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.989210] memblock_virt_alloc_try_nid: 32 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x76/0xd8
[    0.989211] memblock_reserve: [0x0000002023fcb580-0x0000002023fcb59f] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989212] PM: Registered nosave memory: [mem 0x00091000-0x000effff]
[    0.989212] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.989214] memblock_virt_alloc_try_nid: 32 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x76/0xd8
[    0.989216] memblock_reserve: [0x0000002023fcb540-0x0000002023fcb55f] memblock_virt_alloc_internal+0xbf/0x13a
[    0.989216] PM: Registered nosave memory: [mem 0xdbdf9000-0xdbdf9fff]
[    0.989217] PM: Registered nosave memory: [mem 0xdbdfa000-0xdbe4afff]
[    0.989217] PM: Registered nosave memory: [mem 0xdbe4b000-0xdbe4bfff]
[    0.989218] PM: Registered nosave memory: [mem 0xdbe4c000-0xdbe4cfff]
[    0.989218] PM: Registered nosave memory: [mem 0xdbe4d000-0xdbe4dfff]
[    0.989219] PM: Registered nosave memory: [mem 0xdbe4e000-0xdbffffff]
[    0.989219] PM: Registered nosave memory: [mem 0xdc000000-0xf7ffffff]
[    0.989220] PM: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[    0.989220] PM: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[    0.989221] PM: Registered nosave memory: [mem 0xfe000000-0xfecfffff]
[    0.989221] PM: Registered nosave memory: [mem 0xfed00000-0xfedfffff]
[    0.989221] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.989222] PM: Registered nosave memory: [mem 0xfef00000-0xffafffff]
[    0.989222] PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
[    0.989224] [mem 0xdc000000-0xf7ffffff] available for PCI devices
[    0.989225] Booting paravirtualized kernel on bare hardware
[    0.989228] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    1.172843] random: get_random_bytes called from start_kernel+0x93/0x543 with crng_init=0
[    1.172847] memblock_virt_alloc_try_nid: 325 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 start_kernel+0x133/0x543
[    1.172849] memblock_reserve: [0x0000002023fcb3c0-0x0000002023fcb504] memblock_virt_alloc_internal+0xbf/0x13a
[    1.172851] memblock_virt_alloc_try_nid: 325 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 start_kernel+0x167/0x543
[    1.172853] memblock_reserve: [0x0000002023fcb240-0x0000002023fcb384] memblock_virt_alloc_internal+0xbf/0x13a
[    1.172854] memblock_virt_alloc_try_nid: 325 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 start_kernel+0x18c/0x543
[    1.172856] memblock_reserve: [0x0000002023fcb0c0-0x0000002023fcb204] memblock_virt_alloc_internal+0xbf/0x13a
[    1.172858] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:64 nr_cpu_ids:64 nr_node_ids:2
[    1.172895] memblock_virt_alloc_try_nid_nopanic: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_alloc_info+0x43/0x75
[    1.172897] memblock_reserve: [0x0000002023fca000-0x0000002023fcafff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.172900] memblock_virt_alloc_try_nid_nopanic: 4096 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_embed_first_chunk+0x77/0x2dc
[    1.172902] memblock_reserve: [0x0000002023fc9000-0x0000002023fc9fff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.172904] memblock_reserve: [0x0000001ff3400000-0x0000001ff3bfffff] __alloc_memory_core_early+0x83/0xa8
[    1.173944] memblock_reserve: [0x00000013d3200000-0x00000013d39fffff] __alloc_memory_core_early+0x83/0xa8
[    1.174950]    memblock_free: [0x0000001ff342d000-0x0000001ff343ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.174971]    memblock_free: [0x0000001ff346d000-0x0000001ff347ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.174990]    memblock_free: [0x0000001ff34ad000-0x0000001ff34bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175008]    memblock_free: [0x0000001ff34ed000-0x0000001ff34fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175030]    memblock_free: [0x0000001ff352d000-0x0000001ff353ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175050]    memblock_free: [0x0000001ff356d000-0x0000001ff357ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175070]    memblock_free: [0x0000001ff35ad000-0x0000001ff35bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175089]    memblock_free: [0x0000001ff35ed000-0x0000001ff35fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175109]    memblock_free: [0x0000001ff362d000-0x0000001ff363ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175131]    memblock_free: [0x0000001ff366d000-0x0000001ff367ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175150]    memblock_free: [0x0000001ff36ad000-0x0000001ff36bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175169]    memblock_free: [0x0000001ff36ed000-0x0000001ff36fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175191]    memblock_free: [0x0000001ff372d000-0x0000001ff373ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175212]    memblock_free: [0x0000001ff376d000-0x0000001ff377ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175232]    memblock_free: [0x0000001ff37ad000-0x0000001ff37bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175254]    memblock_free: [0x0000001ff37ed000-0x0000001ff37fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175275]    memblock_free: [0x0000001ff382d000-0x0000001ff383ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175296]    memblock_free: [0x0000001ff386d000-0x0000001ff387ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175317]    memblock_free: [0x0000001ff38ad000-0x0000001ff38bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175338]    memblock_free: [0x0000001ff38ed000-0x0000001ff38fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175359]    memblock_free: [0x0000001ff392d000-0x0000001ff393ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175380]    memblock_free: [0x0000001ff396d000-0x0000001ff397ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175401]    memblock_free: [0x0000001ff39ad000-0x0000001ff39bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175422]    memblock_free: [0x0000001ff39ed000-0x0000001ff39fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175440]    memblock_free: [0x0000001ff3a2d000-0x0000001ff3a3ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175462]    memblock_free: [0x0000001ff3a6d000-0x0000001ff3a7ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175483]    memblock_free: [0x0000001ff3aad000-0x0000001ff3abffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175505]    memblock_free: [0x0000001ff3aed000-0x0000001ff3afffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175526]    memblock_free: [0x0000001ff3b2d000-0x0000001ff3b3ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175547]    memblock_free: [0x0000001ff3b6d000-0x0000001ff3b7ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175568]    memblock_free: [0x0000001ff3bad000-0x0000001ff3bbffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175589]    memblock_free: [0x0000001ff3bed000-0x0000001ff3bfffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175613]    memblock_free: [0x00000013d322d000-0x00000013d323ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175634]    memblock_free: [0x00000013d326d000-0x00000013d327ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175652]    memblock_free: [0x00000013d32ad000-0x00000013d32bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175670]    memblock_free: [0x00000013d32ed000-0x00000013d32fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175695]    memblock_free: [0x00000013d332d000-0x00000013d333ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175711]    memblock_free: [0x00000013d336d000-0x00000013d337ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175735]    memblock_free: [0x00000013d33ad000-0x00000013d33bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175759]    memblock_free: [0x00000013d33ed000-0x00000013d33fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175781]    memblock_free: [0x00000013d342d000-0x00000013d343ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175805]    memblock_free: [0x00000013d346d000-0x00000013d347ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175829]    memblock_free: [0x00000013d34ad000-0x00000013d34bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175852]    memblock_free: [0x00000013d34ed000-0x00000013d34fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175874]    memblock_free: [0x00000013d352d000-0x00000013d353ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175899]    memblock_free: [0x00000013d356d000-0x00000013d357ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175923]    memblock_free: [0x00000013d35ad000-0x00000013d35bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175948]    memblock_free: [0x00000013d35ed000-0x00000013d35fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175969]    memblock_free: [0x00000013d362d000-0x00000013d363ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.175991]    memblock_free: [0x00000013d366d000-0x00000013d367ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176023]    memblock_free: [0x00000013d36ad000-0x00000013d36bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176045]    memblock_free: [0x00000013d36ed000-0x00000013d36fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176066]    memblock_free: [0x00000013d372d000-0x00000013d373ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176088]    memblock_free: [0x00000013d376d000-0x00000013d377ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176109]    memblock_free: [0x00000013d37ad000-0x00000013d37bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176130]    memblock_free: [0x00000013d37ed000-0x00000013d37fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176152]    memblock_free: [0x00000013d382d000-0x00000013d383ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176174]    memblock_free: [0x00000013d386d000-0x00000013d387ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176195]    memblock_free: [0x00000013d38ad000-0x00000013d38bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176216]    memblock_free: [0x00000013d38ed000-0x00000013d38fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176236]    memblock_free: [0x00000013d392d000-0x00000013d393ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176258]    memblock_free: [0x00000013d396d000-0x00000013d397ffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176279]    memblock_free: [0x00000013d39ad000-0x00000013d39bffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176301]    memblock_free: [0x00000013d39ed000-0x00000013d39fffff] pcpu_embed_first_chunk+0x1f6/0x2dc
[    1.176303] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u262144
[    1.176305] memblock_virt_alloc_try_nid: 16 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x2e9/0x6c8
[    1.176308] memblock_reserve: [0x0000002023fcb080-0x0000002023fcb08f] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176310] memblock_virt_alloc_try_nid: 16 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x2f9/0x6c8
[    1.176311] memblock_reserve: [0x0000002023fcb040-0x0000002023fcb04f] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176313] memblock_virt_alloc_try_nid: 256 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x30d/0x6c8
[    1.176315] memblock_reserve: [0x0000002023fc8f00-0x0000002023fc8fff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176317] memblock_virt_alloc_try_nid: 512 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x31f/0x6c8
[    1.176318] memblock_reserve: [0x0000002023fc8d00-0x0000002023fc8eff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176322] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    1.176323] pcpu-alloc: [0] 00 01 02 03 04 05 12 13 [0] 14 15 16 17 24 26 28 30 
[    1.176329] pcpu-alloc: [0] 32 34 36 38 40 42 44 46 [0] 48 50 52 54 56 58 60 62 
[    1.176334] pcpu-alloc: [1] 06 07 08 09 10 11 18 19 [1] 20 21 22 23 25 27 29 31 
[    1.176340] pcpu-alloc: [1] 33 35 37 39 41 43 45 47 [1] 49 51 53 55 57 59 61 63 
[    1.176347] memblock_virt_alloc_try_nid: 288 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x5dc/0x6c8
[    1.176348] memblock_reserve: [0x0000002023fc8bc0-0x0000002023fc8cdf] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176351] memblock_virt_alloc_try_nid: 105 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x71/0x1f5
[    1.176352] memblock_reserve: [0x0000002023fc8b40-0x0000002023fc8ba8] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176354] memblock_virt_alloc_try_nid: 256 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xa2/0x1f5
[    1.176356] memblock_reserve: [0x0000002023fc8a40-0x0000002023fc8b3f] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176358] memblock_virt_alloc_try_nid: 264 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xbd/0x1f5
[    1.176360] memblock_reserve: [0x0000002023fc8900-0x0000002023fc8a07] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176361] memblock_virt_alloc_try_nid: 40 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xce/0x1f5
[    1.176363] memblock_reserve: [0x0000002023fcb000-0x0000002023fcb027] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176365] memblock_virt_alloc_try_nid: 105 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x71/0x1f5
[    1.176367] memblock_reserve: [0x0000002023fc8880-0x0000002023fc88e8] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176368] memblock_virt_alloc_try_nid: 896 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xa2/0x1f5
[    1.176370] memblock_reserve: [0x0000002023fc8500-0x0000002023fc887f] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176372] memblock_virt_alloc_try_nid: 904 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xbd/0x1f5
[    1.176373] memblock_reserve: [0x0000002023fc8140-0x0000002023fc84c7] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176375] memblock_virt_alloc_try_nid: 140 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xce/0x1f5
[    1.176377] memblock_reserve: [0x0000002023fc8080-0x0000002023fc810b] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176379] __memblock_free_early: [0x0000002023fca000-0x0000002023fcafff] pcpu_embed_first_chunk+0x296/0x2dc
[    1.176380] __memblock_free_early: [0x0000002023fc9000-0x0000002023fc9fff] pcpu_embed_first_chunk+0x2cb/0x2dc
[    1.176392] memblock_virt_alloc_try_nid: 8 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x25/0x2a
[    1.176394] memblock_reserve: [0x0000002023fcafc0-0x0000002023fcafc7] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176396] memblock_virt_alloc_try_nid: 8 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x25/0x2a
[    1.176397] memblock_reserve: [0x0000002023fcaf80-0x0000002023fcaf87] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176400] memblock_virt_alloc_try_nid: 8 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x25/0x2a
[    1.176401] memblock_reserve: [0x0000002023fcaf40-0x0000002023fcaf47] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176403] memblock_virt_alloc_try_nid: 8 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x25/0x2a
[    1.176405] memblock_reserve: [0x0000002023fcaf00-0x0000002023fcaf07] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176407] memblock_virt_alloc_try_nid: 8 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x25/0x2a
[    1.176408] memblock_reserve: [0x0000002023fcaec0-0x0000002023fcaec7] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176410] memblock_virt_alloc_try_nid: 8 bytes align=0x0 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x25/0x2a
[    1.176412] memblock_reserve: [0x0000002023fcae80-0x0000002023fcae87] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176424] Built 2 zonelists, mobility grouping on.  Total pages: 33029500
[    1.176425] Policy zone: Normal
[    1.176428] Kernel command line: BOOT_IMAGE=/vmlinuz-4.19.16-200.MyPatch.patch.fc28.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md.uuid=f8cb8257:5edd7095:112b4e63:a3edbb38 rd.md.uuid=bc9448b9:1d3ac96d:87cedc32:f32fdb7b vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rd.lvm.lv=fedora/home rhgb quiet memblock=debug LANG=en_US.UTF-8
[    1.176608] log_buf_len individual max cpu contribution: 4096 bytes
[    1.176608] log_buf_len total cpu_extra contributions: 258048 bytes
[    1.176609] log_buf_len min size: 262144 bytes
[    1.176611] memblock_virt_alloc_try_nid_nopanic: 524288 bytes align=0x4 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 setup_log_buf+0xb6/0x17d
[    1.176613] memblock_reserve: [0x0000002023f48080-0x0000002023fc807f] memblock_virt_alloc_internal+0xbf/0x13a
[    1.176716] log_buf_len: 524288 bytes
[    1.176717] early log buf free: 223556(85%)
[    1.176722] memblock_reserve: [0x0000002023fc9000-0x0000002023fc9fff] __alloc_memory_core_early+0x83/0xa8
[    1.176726] memblock_reserve: [0x0000002023f47000-0x0000002023f47fff] __alloc_memory_core_early+0x83/0xa8
[    1.176728] memblock_reserve: [0x0000002023f46000-0x0000002023f46fff] __alloc_memory_core_early+0x83/0xa8
[    1.176816] memblock_reserve: [0x0000002023f45000-0x0000002023f45fff] __alloc_memory_core_early+0x83/0xa8
[    1.176917] memblock_reserve: [0x0000002023f44000-0x0000002023f44fff] __alloc_memory_core_early+0x83/0xa8
[    1.177027] memblock_reserve: [0x0000002023f43000-0x0000002023f43fff] __alloc_memory_core_early+0x83/0xa8
[    1.177153] memblock_reserve: [0x0000002023f42000-0x0000002023f42fff] __alloc_memory_core_early+0x83/0xa8
[    1.177290] memblock_reserve: [0x0000002023f41000-0x0000002023f41fff] __alloc_memory_core_early+0x83/0xa8
[    1.177373] memblock_virt_alloc_try_nid_nopanic: 67108864 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x00000000ffffffff swiotlb_init+0x4b/0xa8
[    1.177376] memblock_reserve: [0x00000000d7df9000-0x00000000dbdf8fff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.186198] memblock_virt_alloc_try_nid_nopanic: 32768 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x00000000ffffffff swiotlb_init_with_tbl+0x60/0x172
[    1.186207] memblock_reserve: [0x00000000d7df1000-0x00000000d7df8fff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.186215] memblock_virt_alloc_try_nid: 131072 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 swiotlb_init_with_tbl+0xc2/0x172
[    1.186217] memblock_reserve: [0x0000002023f21000-0x0000002023f40fff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.186237] memblock_virt_alloc_try_nid: 262144 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 swiotlb_init_with_tbl+0xf1/0x172
[    1.186238] memblock_reserve: [0x0000002023ee1000-0x0000002023f20fff] memblock_virt_alloc_internal+0xbf/0x13a
[    1.686046] Memory: 131980800K/134215204K available (12300K kernel code, 1642K rwdata, 3980K rodata, 2184K init, 4656K bss, 2234404K reserved, 0K cma-reserved)
[    1.686515] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=2
[    1.686527] Kernel/User page tables isolation: enabled
[    1.694737] ftrace: allocating 38388 entries in 150 pages
[    1.711684] rcu: Hierarchical RCU implementation.
[    1.711685] rcu: 	RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=64.
[    1.711686] 	Tasks RCU enabled.
[    1.711687] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=64
[    1.714519] NR_IRQS: 65792, nr_irqs: 1752, preallocated irqs: 16
[    1.720112] Console: colour VGA+ 80x25
[    1.720121] console [tty0] enabled
[    1.720222] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    1.720238] ACPI: Core revision 20180810
[    1.817630] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    1.817639] hpet clockevent registered
[    1.817642] APIC: Switch to symmetric I/O mode setup
[    1.817644] DMAR: Host address width 40
[    1.817645] DMAR: DRHD base: 0x000000dfffe000 flags: 0x0
[    1.817649] DMAR: dmar0: reg_base_addr dfffe000 ver 1:0 cap c90780106f0462 ecap f020fe
[    1.817650] DMAR: DRHD base: 0x000000fedc0000 flags: 0x1
[    1.817654] DMAR: dmar1: reg_base_addr fedc0000 ver 1:0 cap c90780106f0462 ecap f020fe
[    1.817655] DMAR: RMRR base: 0x000000dbe58000 end: 0x000000dbe6ffff
[    1.817655] DMAR: ATSR flags: 0x0
[    1.817656] DMAR: ATSR flags: 0x0
[    1.817658] DMAR-IR: IOAPIC id 10 under DRHD base  0xdfffe000 IOMMU 0
[    1.817659] DMAR-IR: IOAPIC id 9 under DRHD base  0xfedc0000 IOMMU 1
[    1.817659] DMAR-IR: IOAPIC id 8 under DRHD base  0xfedc0000 IOMMU 1
[    1.818283] DMAR-IR: Enabled IRQ remapping in xapic mode
[    1.818286] Switched APIC routing to physical flat.
[    1.819183] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.823649] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x31d7983dd30, max_idle_ns: 440795203965 ns
[    1.823659] Calibrating delay loop (skipped), value calculated using timer frequency.. 6915.60 BogoMIPS (lpj=3457800)
[    1.823661] pid_max: default: 65536 minimum: 512
[    1.823841] Security Framework initialized
[    1.823842] Yama: becoming mindful.
[    1.823846] SELinux:  Initializing.
[    1.836320] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[    1.842550] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    1.842803] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.843001] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.843526] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    1.843527] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    1.843532] mce: CPU supports 9 MCE banks
[    1.843538] CPU0: Thermal monitoring enabled (TM1)
[    1.843548] process: using mwait in idle threads
[    1.843551] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    1.843551] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    1.843554] Spectre V2 : Mitigation: Full generic retpoline
[    1.843554] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.843555] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.843564] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.843564] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    1.843566] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    1.848520] Freeing SMP alternatives memory: 36K
[    1.849772] smpboot: CPU 0 Converting physical 1 to logical package 0
[    1.850650] smpboot: CPU0: Intel(R) Xeon(R) CPU           X5690  @ 3.47GHz (family: 0x6, model: 0x2c, stepping: 0x2)
[    1.850650] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
[    1.850650] core: CPUID marked event: 'bus cycles' unavailable
[    1.850650] ... version:                3
[    1.850650] ... bit width:              48
[    1.850650] ... generic registers:      4
[    1.850650] ... value mask:             0000ffffffffffff
[    1.850650] ... max period:             000000007fffffff
[    1.850650] ... fixed-purpose events:   3
[    1.850650] ... event mask:             000000070000000f
[    1.850650] rcu: Hierarchical SRCU implementation.
[    1.853959] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    1.854750] smp: Bringing up secondary CPUs ...
[    1.854860] x86: Booting SMP configuration:
[    1.854861] .... node  #0, CPUs:        #1  #2  #3  #4  #5
[    1.866821] .... node  #1, CPUs:    #6
[    0.103649] smpboot: CPU 6 Converting physical 0 to logical package 1
[    1.929766]   #7  #8  #9 #10 #11
[    1.941787] .... node  #0, CPUs:   #12 #13 #14 #15 #16 #17
[    1.952833] .... node  #1, CPUs:   #18 #19 #20 #21 #22 #23
[    1.963739] smp: Brought up 2 nodes, 24 CPUs
[    1.963739] smpboot: Max logical packages: 6
[    1.963739] smpboot: Total of 24 processors activated (165975.72 BogoMIPS)
[    1.970654] devtmpfs: initialized
[    1.970718] x86/mm: Memory block size: 128MB
[    1.979717] PM: Registering ACPI NVS region [mem 0xdbdf9c00-0xdbe4bbff] (335872 bytes)
[    1.979774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    1.979774] futex hash table entries: 16384 (order: 8, 1048576 bytes)
[    1.980076] pinctrl core: initialized pinctrl subsystem
[    1.980076] RTC time: 16:05:15, date: 01/25/19
[    1.981191] NET: Registered protocol family 16
[    1.981325] audit: initializing netlink subsys (disabled)
[    1.981665] audit: type=2000 audit(1548432315.164:1): state=initialized audit_enabled=0 res=1
[    1.981741] cpuidle: using governor menu
[    1.981741] Simple Boot Flag at 0x7a set to 0x80
[    1.981778] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.981779] ACPI: bus type PCI registered
[    1.981781] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.981969] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    1.981971] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    1.981981] PCI: Using configuration type 1 for base access
[    1.985663] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.985663] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.985744] cryptd: max_cpu_qlen set to 1000
[    1.985824] ACPI: Added _OSI(Module Device)
[    1.985825] ACPI: Added _OSI(Processor Device)
[    1.985825] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.985826] ACPI: Added _OSI(Processor Aggregator Device)
[    1.985827] ACPI: Added _OSI(Linux-Dell-Video)
[    1.985828] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    2.064974] ACPI: 3 ACPI AML tables successfully acquired and loaded
[    2.072613] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.091483] ACPI: Interpreter enabled
[    2.091497] ACPI: (supports S0 S3 S4 S5)
[    2.091498] ACPI: Using IOAPIC for interrupt routing
[    2.091608] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.091794] ACPI: Enabled 16 GPEs in block 00 to 3F
[    2.236677] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    2.236677] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    2.236677] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    2.236685] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    2.252227] PCI host bridge to bus 0000:00
[    2.252230] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.252231] pci_bus 0000:00: root bus resource [io  0x03b0-0x03bb window]
[    2.252232] pci_bus 0000:00: root bus resource [io  0x03bc-0x03bf window]
[    2.252233] pci_bus 0000:00: root bus resource [io  0x03c0-0x03df window]
[    2.252234] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.252235] pci_bus 0000:00: root bus resource [io  0x0d00-0xdfff window]
[    2.252236] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.252237] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000effff window]
[    2.252238] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    2.252240] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    2.252241] pci_bus 0000:00: root bus resource [mem 0xdbf00000-0xdeffffff window]
[    2.252242] pci_bus 0000:00: root bus resource [mem 0xff980000-0xff980fff window]
[    2.252243] pci_bus 0000:00: root bus resource [mem 0xff97c000-0xff97ffff window]
[    2.252244] pci_bus 0000:00: root bus resource [mem 0xfed20000-0xfed9ffff window]
[    2.252245] pci_bus 0000:00: root bus resource [bus 00-7f]
[    2.252257] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000
[    2.252291] pci 0000:00:00.0: enabling Extended Tags
[    2.252327] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    2.252708] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[    2.252737] pci 0000:00:01.0: enabling Extended Tags
[    2.252773] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.253079] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[    2.253109] pci 0000:00:03.0: enabling Extended Tags
[    2.253144] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    2.253450] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[    2.253481] pci 0000:00:07.0: enabling Extended Tags
[    2.253517] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    2.253830] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[    2.254160] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[    2.254481] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[    2.254822] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    2.254866] pci 0000:00:1a.0: reg 0x20: [io  0x1f20-0x1f3f]
[    2.255187] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[    2.255230] pci 0000:00:1a.1: reg 0x20: [io  0x1f00-0x1f1f]
[    2.255544] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[    2.255587] pci 0000:00:1a.2: reg 0x20: [io  0x1c00-0x1c1f]
[    2.255920] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    2.255942] pci 0000:00:1a.7: reg 0x10: [mem 0xf7ffa000-0xf7ffa3ff]
[    2.256022] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    2.256315] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
[    2.256335] pci 0000:00:1b.0: reg 0x10: [mem 0xf7ffc000-0xf7ffffff 64bit]
[    2.256406] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    2.256703] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[    2.256778] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.257073] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
[    2.257146] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    2.257448] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    2.257491] pci 0000:00:1d.0: reg 0x20: [io  0x1f80-0x1f9f]
[    2.257814] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    2.257857] pci 0000:00:1d.1: reg 0x20: [io  0x1f60-0x1f7f]
[    2.258179] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    2.258222] pci 0000:00:1d.2: reg 0x20: [io  0x1f40-0x1f5f]
[    2.258543] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    2.258564] pci 0000:00:1d.7: reg 0x10: [mem 0xff980000-0xff9803ff]
[    2.258644] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    2.258938] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    2.259272] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[    2.259351] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    2.259355] pci 0000:00:1f.0: quirk: [io  0x0880-0x08bf] claimed by ICH6 GPIO
[    2.259358] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    2.259360] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
[    2.259363] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0900 (mask 003f)
[    2.259671] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    2.259689] pci 0000:00:1f.2: reg 0x10: [io  0x1e00-0x1e07]
[    2.259696] pci 0000:00:1f.2: reg 0x14: [io  0x1e10-0x1e13]
[    2.259703] pci 0000:00:1f.2: reg 0x18: [io  0x1e20-0x1e27]
[    2.259710] pci 0000:00:1f.2: reg 0x1c: [io  0x1e30-0x1e33]
[    2.259716] pci 0000:00:1f.2: reg 0x20: [io  0x1ec0-0x1edf]
[    2.259723] pci 0000:00:1f.2: reg 0x24: [mem 0xff970000-0xff9707ff]
[    2.259763] pci 0000:00:1f.2: PME# supported from D3hot
[    2.260054] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
[    2.260072] pci 0000:00:1f.3: reg 0x10: [mem 0xf7ffb000-0xf7ffb0ff 64bit]
[    2.260091] pci 0000:00:1f.3: reg 0x20: [io  0xdce0-0xdcff]
[    2.260423] pci 0000:01:00.0: [12d8:e130] type 01 class 0x060400
[    2.260464] pci 0000:01:00.0: enabling Extended Tags
[    2.260514] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.263669] pci 0000:00:01.0: PCI bridge to [bus 01-02]
[    2.263675] pci 0000:00:01.0:   bridge window [mem 0xf3c00000-0xf3cfffff]
[    2.263712] pci_bus 0000:02: extended config space not accessible
[    2.263766] pci 0000:01:00.0: PCI bridge to [bus 02]
[    2.263823] pci 0000:03:00.0: [10de:0659] type 00 class 0x030000
[    2.263848] pci 0000:03:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    2.263861] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    2.263874] pci 0000:03:00.0: reg 0x1c: [mem 0xf4000000-0xf5ffffff 64bit]
[    2.263883] pci 0000:03:00.0: reg 0x24: [io  0xcc80-0xccff]
[    2.263892] pci 0000:03:00.0: reg 0x30: [mem 0xf7e00000-0xf7e7ffff pref]
[    2.263899] pci 0000:03:00.0: enabling Extended Tags
[    2.266672] pci 0000:00:03.0: PCI bridge to [bus 03]
[    2.266676] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    2.266681] pci 0000:00:03.0:   bridge window [mem 0xf4000000-0xf7efffff]
[    2.266687] pci 0000:00:03.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    2.266745] pci 0000:04:00.0: [14e4:43a0] type 00 class 0x028000
[    2.266772] pci 0000:04:00.0: reg 0x10: [mem 0xf3df8000-0xf3dfffff 64bit]
[    2.266785] pci 0000:04:00.0: reg 0x18: [mem 0xf3e00000-0xf3ffffff 64bit]
[    2.266873] pci 0000:04:00.0: supports D1 D2
[    2.266874] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.269675] pci 0000:00:07.0: PCI bridge to [bus 04]
[    2.269681] pci 0000:00:07.0:   bridge window [mem 0xf3d00000-0xf3ffffff]
[    2.269729] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    2.269794] pci 0000:06:00.0: [14e4:1681] type 00 class 0x020000
[    2.269841] pci 0000:06:00.0: reg 0x10: [mem 0xf3be0000-0xf3beffff 64bit]
[    2.269864] pci 0000:06:00.0: reg 0x18: [mem 0xf3bf0000-0xf3bfffff 64bit]
[    2.269915] pci 0000:06:00.0: enabling Extended Tags
[    2.270029] pci 0000:06:00.0: PME# supported from D3hot D3cold
[    2.270169] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    2.270174] pci 0000:00:1c.5:   bridge window [mem 0xf3b00000-0xf3bfffff]
[    2.270193] pci_bus 0000:07: extended config space not accessible
[    2.270215] pci 0000:07:04.0: [11c1:5811] type 00 class 0x0c0010
[    2.270231] pci 0000:07:04.0: reg 0x10: [mem 0xf3aff000-0xf3afffff]
[    2.270302] pci 0000:07:04.0: supports D1 D2
[    2.270303] pci 0000:07:04.0: PME# supported from D0 D1 D2 D3hot
[    2.270370] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode)
[    2.270375] pci 0000:00:1e.0:   bridge window [mem 0xf3a00000-0xf3afffff]
[    2.270380] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    2.270381] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03bb window] (subtractive decode)
[    2.270382] pci 0000:00:1e.0:   bridge window [io  0x03bc-0x03bf window] (subtractive decode)
[    2.270383] pci 0000:00:1e.0:   bridge window [io  0x03c0-0x03df window] (subtractive decode)
[    2.270384] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    2.270385] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xdfff window] (subtractive decode)
[    2.270386] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    2.270388] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000effff window] (subtractive decode)
[    2.270389] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff window] (subtractive decode)
[    2.270390] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff window] (subtractive decode)
[    2.270391] pci 0000:00:1e.0:   bridge window [mem 0xdbf00000-0xdeffffff window] (subtractive decode)
[    2.270392] pci 0000:00:1e.0:   bridge window [mem 0xff980000-0xff980fff window] (subtractive decode)
[    2.270393] pci 0000:00:1e.0:   bridge window [mem 0xff97c000-0xff97ffff window] (subtractive decode)
[    2.270394] pci 0000:00:1e.0:   bridge window [mem 0xfed20000-0xfed9ffff window] (subtractive decode)
[    2.301248] ACPI: PCI Root Bridge [PCI7] (domain 0000 [bus 20-3d])
[    2.301251] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    2.301254] acpi PNP0A03:01: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    2.312525] PCI host bridge to bus 0000:20
[    2.312527] pci_bus 0000:20: root bus resource [io  0xe000-0xffff window]
[    2.312528] pci_bus 0000:20: root bus resource [mem 0xdf000000-0xdfffffff window]
[    2.312529] pci_bus 0000:20: root bus resource [mem 0x000a0000-0x000b0000 window]
[    2.312531] pci_bus 0000:20: busn_res: can not insert [bus 20-3d] under domain [bus 00-ff] (conflicts with (null) [bus 00-7f])
[    2.312532] pci_bus 0000:20: root bus resource [bus 20-3d]
[    2.312544] pci 0000:20:07.0: [8086:340e] type 01 class 0x060400
[    2.312569] pci 0000:20:07.0: enabling Extended Tags
[    2.312599] pci 0000:20:07.0: PME# supported from D0 D3hot D3cold
[    2.312804] pci 0000:20:09.0: [8086:3410] type 01 class 0x060400
[    2.312828] pci 0000:20:09.0: enabling Extended Tags
[    2.312856] pci 0000:20:09.0: PME# supported from D0 D3hot D3cold
[    2.313057] pci 0000:20:14.0: [8086:342e] type 00 class 0x080000
[    2.313271] pci 0000:20:14.1: [8086:3422] type 00 class 0x080000
[    2.313490] pci 0000:20:14.2: [8086:3423] type 00 class 0x080000
[    2.313748] pci 0000:22:00.0: [1000:0060] type 00 class 0x010400
[    2.313767] pci 0000:22:00.0: reg 0x10: [mem 0xdfd80000-0xdfdbffff 64bit]
[    2.313773] pci 0000:22:00.0: reg 0x18: [io  0xec00-0xecff]
[    2.313783] pci 0000:22:00.0: reg 0x1c: [mem 0xdfdc0000-0xdfdfffff 64bit]
[    2.313796] pci 0000:22:00.0: reg 0x30: [mem 0xdfe00000-0xdfe07fff pref]
[    2.313837] pci 0000:22:00.0: supports D1
[    2.316668] pci 0000:20:07.0: PCI bridge to [bus 22]
[    2.316672] pci 0000:20:07.0:   bridge window [io  0xe000-0xefff]
[    2.316676] pci 0000:20:07.0:   bridge window [mem 0xdfd00000-0xdfefffff]
[    2.316735] pci 0000:20:09.0: PCI bridge to [bus 23]
[    2.316738] pci 0000:20:09.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    2.317497] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    2.318419] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    2.319340] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.320277] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.321207] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    2.322144] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    2.323063] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    2.323985] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 9 10 11 12 15)
[    2.324668] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    2.324668] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.324668] pci 0000:03:00.0: vgaarb: bridge control possible
[    2.324668] vgaarb: loaded
[    2.324757] SCSI subsystem initialized
[    2.324757] libata version 3.00 loaded.
[    2.324757] ACPI: bus type USB registered
[    2.324757] usbcore: registered new interface driver usbfs
[    2.324757] usbcore: registered new interface driver hub
[    2.324783] usbcore: registered new device driver usb
[    2.324799] pps_core: LinuxPPS API ver. 1 registered
[    2.324800] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.324802] PTP clock support registered
[    2.324854] EDAC MC: Ver: 3.0.0
[    2.324854] PCI: Using ACPI for IRQ routing
[    2.326076] PCI: Discovered peer bus 3e
[    2.326077] PCI: root bus 3e: using default resources
[    2.326078] PCI: Probing PCI hardware (bus 3e)
[    2.326092] PCI host bridge to bus 0000:3e
[    2.326094] pci_bus 0000:3e: root bus resource [io  0x0000-0xffff]
[    2.326095] pci_bus 0000:3e: root bus resource [mem 0x00000000-0xffffffffff]
[    2.326096] pci_bus 0000:3e: No busn resource found for root bus, will use [bus 3e-ff]
[    2.326098] pci_bus 0000:3e: busn_res: can not insert [bus 3e-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-7f])
[    2.326102] pci 0000:3e:00.0: [8086:2c70] type 00 class 0x060000
[    2.326141] pci 0000:3e:00.1: [8086:2d81] type 00 class 0x060000
[    2.326171] pci 0000:3e:02.0: [8086:2d90] type 00 class 0x060000
[    2.326206] pci 0000:3e:02.1: [8086:2d91] type 00 class 0x060000
[    2.326233] pci 0000:3e:02.2: [8086:2d92] type 00 class 0x060000
[    2.326267] pci 0000:3e:02.3: [8086:2d93] type 00 class 0x060000
[    2.326301] pci 0000:3e:02.4: [8086:2d94] type 00 class 0x060000
[    2.326331] pci 0000:3e:02.5: [8086:2d95] type 00 class 0x060000
[    2.326366] pci 0000:3e:03.0: [8086:2d98] type 00 class 0x060000
[    2.326406] pci 0000:3e:03.1: [8086:2d99] type 00 class 0x060000
[    2.326441] pci 0000:3e:03.2: [8086:2d9a] type 00 class 0x060000
[    2.326469] pci 0000:3e:03.4: [8086:2d9c] type 00 class 0x060000
[    2.326507] pci 0000:3e:04.0: [8086:2da0] type 00 class 0x060000
[    2.326534] pci 0000:3e:04.1: [8086:2da1] type 00 class 0x060000
[    2.326569] pci 0000:3e:04.2: [8086:2da2] type 00 class 0x060000
[    2.326598] pci 0000:3e:04.3: [8086:2da3] type 00 class 0x060000
[    2.326633] pci 0000:3e:05.0: [8086:2da8] type 00 class 0x060000
[    2.326664] pci 0000:3e:05.1: [8086:2da9] type 00 class 0x060000
[    2.326699] pci 0000:3e:05.2: [8086:2daa] type 00 class 0x060000
[    2.326727] pci 0000:3e:05.3: [8086:2dab] type 00 class 0x060000
[    2.326762] pci 0000:3e:06.0: [8086:2db0] type 00 class 0x060000
[    2.326796] pci 0000:3e:06.1: [8086:2db1] type 00 class 0x060000
[    2.326823] pci 0000:3e:06.2: [8086:2db2] type 00 class 0x060000
[    2.326860] pci 0000:3e:06.3: [8086:2db3] type 00 class 0x060000
[    2.326896] pci_bus 0000:3e: busn_res: [bus 3e-ff] end is updated to 3e
[    2.326898] pci_bus 0000:3e: busn_res: can not insert [bus 3e] under domain [bus 00-ff] (conflicts with (null) [bus 00-7f])
[    2.326903] PCI: Discovered peer bus 3f
[    2.326904] PCI: root bus 3f: using default resources
[    2.326904] PCI: Probing PCI hardware (bus 3f)
[    2.326924] PCI host bridge to bus 0000:3f
[    2.326925] pci_bus 0000:3f: root bus resource [io  0x0000-0xffff]
[    2.326926] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xffffffffff]
[    2.326928] pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff]
[    2.326929] pci_bus 0000:3f: busn_res: can not insert [bus 3f-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-7f])
[    2.326933] pci 0000:3f:00.0: [8086:2c70] type 00 class 0x060000
[    2.326964] pci 0000:3f:00.1: [8086:2d81] type 00 class 0x060000
[    2.327004] pci 0000:3f:02.0: [8086:2d90] type 00 class 0x060000
[    2.327034] pci 0000:3f:02.1: [8086:2d91] type 00 class 0x060000
[    2.327071] pci 0000:3f:02.2: [8086:2d92] type 00 class 0x060000
[    2.327100] pci 0000:3f:02.3: [8086:2d93] type 00 class 0x060000
[    2.327142] pci 0000:3f:02.4: [8086:2d94] type 00 class 0x060000
[    2.327174] pci 0000:3f:02.5: [8086:2d95] type 00 class 0x060000
[    2.327211] pci 0000:3f:03.0: [8086:2d98] type 00 class 0x060000
[    2.327240] pci 0000:3f:03.1: [8086:2d99] type 00 class 0x060000
[    2.327277] pci 0000:3f:03.2: [8086:2d9a] type 00 class 0x060000
[    2.327307] pci 0000:3f:03.4: [8086:2d9c] type 00 class 0x060000
[    2.327345] pci 0000:3f:04.0: [8086:2da0] type 00 class 0x060000
[    2.327374] pci 0000:3f:04.1: [8086:2da1] type 00 class 0x060000
[    2.327412] pci 0000:3f:04.2: [8086:2da2] type 00 class 0x060000
[    2.327450] pci 0000:3f:04.3: [8086:2da3] type 00 class 0x060000
[    2.327482] pci 0000:3f:05.0: [8086:2da8] type 00 class 0x060000
[    2.327520] pci 0000:3f:05.1: [8086:2da9] type 00 class 0x060000
[    2.327552] pci 0000:3f:05.2: [8086:2daa] type 00 class 0x060000
[    2.327588] pci 0000:3f:05.3: [8086:2dab] type 00 class 0x060000
[    2.327620] pci 0000:3f:06.0: [8086:2db0] type 00 class 0x060000
[    2.327660] pci 0000:3f:06.1: [8086:2db1] type 00 class 0x060000
[    2.327691] pci 0000:3f:06.2: [8086:2db2] type 00 class 0x060000
[    2.327730] pci 0000:3f:06.3: [8086:2db3] type 00 class 0x060000
[    2.327769] pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f
[    2.327771] pci_bus 0000:3f: busn_res: can not insert [bus 3f] under domain [bus 00-ff] (conflicts with (null) [bus 00-7f])
[    2.327776] PCI: pci_cache_line_size set to 64 bytes
[    2.327809] pci 0000:00:1f.2: can't claim BAR 5 [mem 0xff970000-0xff9707ff]: no compatible bridge window
[    2.327874] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    2.327876] e820: reserve RAM buffer [mem 0x00091c00-0x0009ffff]
[    2.327876] e820: reserve RAM buffer [mem 0xdbdf9c00-0xdbffffff]
[    2.328016] NetLabel: Initializing
[    2.328017] NetLabel:  domain hash size = 128
[    2.328017] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.328032] NetLabel:  unlabeled traffic allowed by default
[    2.328036] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    2.328036] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    2.329695] clocksource: Switched to clocksource tsc-early
[    2.344416] VFS: Disk quotas dquot_6.6.0
[    2.344492] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.344638] pnp: PnP ACPI init
[    2.347307] pnp 00:00: disabling [io  0x0800-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    2.347309] pnp 00:00: disabling [io  0x0860-0x08ff] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    2.347358] system 00:00: [io  0x0c00-0x0c7f] has been reserved
[    2.347364] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.347594] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.360139] pnp 00:02: [dma 0 disabled]
[    2.361394] pnp 00:02: Plug and Play ACPI device, IDs PNP0401 (active)
[    2.366545] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    2.378216] pnp: PnP ACPI: found 4 devices
[    2.383916] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.384002] pci 0000:00:1f.2: BAR 5: assigned [mem 0xf0000000-0xf00007ff]
[    2.384006] pci 0000:01:00.0: PCI bridge to [bus 02]
[    2.384016] pci 0000:00:01.0: PCI bridge to [bus 01-02]
[    2.384019] pci 0000:00:01.0:   bridge window [mem 0xf3c00000-0xf3cfffff]
[    2.384025] pci 0000:00:03.0: PCI bridge to [bus 03]
[    2.384027] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    2.384030] pci 0000:00:03.0:   bridge window [mem 0xf4000000-0xf7efffff]
[    2.384032] pci 0000:00:03.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    2.384036] pci 0000:00:07.0: PCI bridge to [bus 04]
[    2.384039] pci 0000:00:07.0:   bridge window [mem 0xf3d00000-0xf3ffffff]
[    2.384045] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    2.384054] pci 0000:00:1c.5: PCI bridge to [bus 06]
[    2.384057] pci 0000:00:1c.5:   bridge window [mem 0xf3b00000-0xf3bfffff]
[    2.384064] pci 0000:00:1e.0: PCI bridge to [bus 07]
[    2.384067] pci 0000:00:1e.0:   bridge window [mem 0xf3a00000-0xf3afffff]
[    2.384074] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.384075] pci_bus 0000:00: resource 5 [io  0x03b0-0x03bb window]
[    2.384076] pci_bus 0000:00: resource 6 [io  0x03bc-0x03bf window]
[    2.384077] pci_bus 0000:00: resource 7 [io  0x03c0-0x03df window]
[    2.384078] pci_bus 0000:00: resource 8 [io  0x03e0-0x0cf7 window]
[    2.384079] pci_bus 0000:00: resource 9 [io  0x0d00-0xdfff window]
[    2.384080] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff window]
[    2.384081] pci_bus 0000:00: resource 11 [mem 0x000c0000-0x000effff window]
[    2.384082] pci_bus 0000:00: resource 12 [mem 0x000f0000-0x000fffff window]
[    2.384083] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xf7ffffff window]
[    2.384084] pci_bus 0000:00: resource 14 [mem 0xdbf00000-0xdeffffff window]
[    2.384085] pci_bus 0000:00: resource 15 [mem 0xff980000-0xff980fff window]
[    2.384086] pci_bus 0000:00: resource 16 [mem 0xff97c000-0xff97ffff window]
[    2.384087] pci_bus 0000:00: resource 17 [mem 0xfed20000-0xfed9ffff window]
[    2.384089] pci_bus 0000:01: resource 1 [mem 0xf3c00000-0xf3cfffff]
[    2.384090] pci_bus 0000:03: resource 0 [io  0xc000-0xcfff]
[    2.384091] pci_bus 0000:03: resource 1 [mem 0xf4000000-0xf7efffff]
[    2.384092] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    2.384093] pci_bus 0000:04: resource 1 [mem 0xf3d00000-0xf3ffffff]
[    2.384095] pci_bus 0000:06: resource 1 [mem 0xf3b00000-0xf3bfffff]
[    2.384096] pci_bus 0000:07: resource 1 [mem 0xf3a00000-0xf3afffff]
[    2.384097] pci_bus 0000:07: resource 4 [io  0x0000-0x03af window]
[    2.384098] pci_bus 0000:07: resource 5 [io  0x03b0-0x03bb window]
[    2.384099] pci_bus 0000:07: resource 6 [io  0x03bc-0x03bf window]
[    2.384100] pci_bus 0000:07: resource 7 [io  0x03c0-0x03df window]
[    2.384101] pci_bus 0000:07: resource 8 [io  0x03e0-0x0cf7 window]
[    2.384102] pci_bus 0000:07: resource 9 [io  0x0d00-0xdfff window]
[    2.384103] pci_bus 0000:07: resource 10 [mem 0x000a0000-0x000bffff window]
[    2.384104] pci_bus 0000:07: resource 11 [mem 0x000c0000-0x000effff window]
[    2.384106] pci_bus 0000:07: resource 12 [mem 0x000f0000-0x000fffff window]
[    2.384109] pci_bus 0000:07: resource 13 [mem 0xe0000000-0xf7ffffff window]
[    2.384110] pci_bus 0000:07: resource 14 [mem 0xdbf00000-0xdeffffff window]
[    2.384111] pci_bus 0000:07: resource 15 [mem 0xff980000-0xff980fff window]
[    2.384112] pci_bus 0000:07: resource 16 [mem 0xff97c000-0xff97ffff window]
[    2.384113] pci_bus 0000:07: resource 17 [mem 0xfed20000-0xfed9ffff window]
[    2.384138] pci 0000:20:07.0: PCI bridge to [bus 22]
[    2.384140] pci 0000:20:07.0:   bridge window [io  0xe000-0xefff]
[    2.384142] pci 0000:20:07.0:   bridge window [mem 0xdfd00000-0xdfefffff]
[    2.384147] pci 0000:20:09.0: PCI bridge to [bus 23]
[    2.384150] pci 0000:20:09.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    2.384154] pci_bus 0000:20: resource 4 [io  0xe000-0xffff window]
[    2.384155] pci_bus 0000:20: resource 5 [mem 0xdf000000-0xdfffffff window]
[    2.384156] pci_bus 0000:20: resource 6 [mem 0x000a0000-0x000b0000 window]
[    2.384158] pci_bus 0000:22: resource 0 [io  0xe000-0xefff]
[    2.384159] pci_bus 0000:22: resource 1 [mem 0xdfd00000-0xdfefffff]
[    2.384160] pci_bus 0000:23: resource 1 [mem 0xdfc00000-0xdfcfffff]
[    2.384165] pci_bus 0000:3e: resource 4 [io  0x0000-0xffff]
[    2.384166] pci_bus 0000:3e: resource 5 [mem 0x00000000-0xffffffffff]
[    2.384169] pci_bus 0000:3f: resource 4 [io  0x0000-0xffff]
[    2.384170] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xffffffffff]
[    2.384264] NET: Registered protocol family 2
[    2.384735] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.385049] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[    2.385769] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.385925] TCP: Hash tables configured (established 524288 bind 65536)
[    2.386126] UDP hash table entries: 65536 (order: 9, 2097152 bytes)
[    2.386504] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes)
[    2.387054] NET: Registered protocol family 1
[    2.387060] NET: Registered protocol family 44
[    2.393454] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.393475] pci 0000:22:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[    2.393543] PCI: CLS 64 bytes, default 64
[    2.393614] Unpacking initramfs...
[    2.712125] Freeing initrd memory: 25472K
[    2.716764] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.716768] software IO TLB: mapped [mem 0xd7df9000-0xdbdf9000] (64MB)
[    2.720510] Initialise system trusted keyrings
[    2.720521] Key type blacklist registered
[    2.720570] workingset: timestamp_bits=36 max_order=25 bucket_order=0
[    2.721720] zbud: loaded
[    2.722409] pstore: using deflate compression
[    2.875995] alg: No test for 842 (842-generic)
[    2.876015] alg: No test for 842 (842-scomp)
[    2.880754] NET: Registered protocol family 38
[    2.880757] Key type asymmetric registered
[    2.880758] Asymmetric key parser 'x509' registered
[    2.880777] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    2.880853] io scheduler noop registered
[    2.880854] io scheduler deadline registered
[    2.880909] io scheduler cfq registered (default)
[    2.880909] io scheduler mq-deadline registered
[    2.881120] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    2.884256] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.884283] intel_idle: MWAIT substates: 0x1120
[    2.884284] intel_idle: v0.4.1 model 0x2C
[    2.885076] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.885153] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.885214] ACPI: Power Button [VBTN]
[    2.885258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.885276] ACPI: Power Button [PWRF]
[    2.886202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.906886] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.908631] Non-volatile memory driver v1.3
[    2.908650] Linux agpgart interface v0.103
[    2.911976] ahci 0000:00:1f.2: version 3.0
[    2.912393] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[    2.912838] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[    2.912841] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio ccc ems sxs 
[    2.912845] ahci 0000:00:1f.2: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[    2.928548] scsi host0: ahci
[    2.929094] scsi host1: ahci
[    2.929462] scsi host2: ahci
[    2.929832] scsi host3: ahci
[    2.930267] scsi host4: ahci
[    2.930755] scsi host5: ahci
[    2.930812] ata1: SATA max UDMA/133 abar m2048@0xf0000000 port 0xf0000100 irq 24
[    2.930814] ata2: SATA max UDMA/133 abar m2048@0xf0000000 port 0xf0000180 irq 25
[    2.930817] ata3: SATA max UDMA/133 abar m2048@0xf0000000 port 0xf0000200 irq 26
[    2.930819] ata4: SATA max UDMA/133 abar m2048@0xf0000000 port 0xf0000280 irq 27
[    2.930821] ata5: SATA max UDMA/133 abar m2048@0xf0000000 port 0xf0000300 irq 28
[    2.930823] ata6: SATA max UDMA/133 abar m2048@0xf0000000 port 0xf0000380 irq 29
[    2.930958] libphy: Fixed MDIO Bus: probed
[    2.931214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.931221] ehci-pci: EHCI PCI platform driver
[    2.931722] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    2.931824] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    2.931850] ehci-pci 0000:00:1a.7: debug port 1
[    2.935765] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    2.935785] ehci-pci 0000:00:1a.7: irq 22, io mem 0xf7ffa000
[    2.942739] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.942808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    2.942812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.942814] usb usb1: Product: EHCI Host Controller
[    2.942816] usb usb1: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 ehci_hcd
[    2.942818] usb usb1: SerialNumber: 0000:00:1a.7
[    2.943098] hub 1-0:1.0: USB hub found
[    2.943110] hub 1-0:1.0: 6 ports detected
[    2.943728] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    2.943829] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    2.943844] ehci-pci 0000:00:1d.7: debug port 1
[    2.947759] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    2.947773] ehci-pci 0000:00:1d.7: irq 23, io mem 0xff980000
[    2.954740] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.954800] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    2.954803] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.954805] usb usb2: Product: EHCI Host Controller
[    2.954808] usb usb2: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 ehci_hcd
[    2.954810] usb usb2: SerialNumber: 0000:00:1d.7
[    2.955057] hub 2-0:1.0: USB hub found
[    2.955068] hub 2-0:1.0: 6 ports detected
[    2.955206] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.955210] ohci-pci: OHCI PCI platform driver
[    2.955221] uhci_hcd: USB Universal Host Controller Interface driver
[    2.955618] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.955765] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.955774] uhci_hcd 0000:00:1a.0: detected 2 ports
[    2.955810] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001f20
[    2.955879] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[    2.955882] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.955884] usb usb3: Product: UHCI Host Controller
[    2.955890] usb usb3: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 uhci_hcd
[    2.955891] usb usb3: SerialNumber: 0000:00:1a.0
[    2.956120] hub 3-0:1.0: USB hub found
[    2.956133] hub 3-0:1.0: 2 ports detected
[    2.956605] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    2.956777] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    2.956786] uhci_hcd 0000:00:1a.1: detected 2 ports
[    2.956822] uhci_hcd 0000:00:1a.1: irq 17, io base 0x00001f00
[    2.956889] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[    2.956892] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.956894] usb usb4: Product: UHCI Host Controller
[    2.956897] usb usb4: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 uhci_hcd
[    2.956899] usb usb4: SerialNumber: 0000:00:1a.1
[    2.956992] hub 4-0:1.0: USB hub found
[    2.956996] hub 4-0:1.0: 2 ports detected
[    2.957449] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    2.957512] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    2.957517] uhci_hcd 0000:00:1a.2: detected 2 ports
[    2.957534] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00001c00
[    2.957569] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[    2.957570] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.957571] usb usb5: Product: UHCI Host Controller
[    2.957572] usb usb5: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 uhci_hcd
[    2.957573] usb usb5: SerialNumber: 0000:00:1a.2
[    2.957693] hub 5-0:1.0: USB hub found
[    2.957700] hub 5-0:1.0: 2 ports detected
[    2.958178] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.958312] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    2.958318] uhci_hcd 0000:00:1d.0: detected 2 ports
[    2.958340] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001f80
[    2.958382] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[    2.958384] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.958385] usb usb6: Product: UHCI Host Controller
[    2.958386] usb usb6: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 uhci_hcd
[    2.958387] usb usb6: SerialNumber: 0000:00:1d.0
[    2.958554] hub 6-0:1.0: USB hub found
[    2.958562] hub 6-0:1.0: 2 ports detected
[    2.959032] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.959147] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    2.959153] uhci_hcd 0000:00:1d.1: detected 2 ports
[    2.959171] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001f60
[    2.959209] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[    2.959210] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.959212] usb usb7: Product: UHCI Host Controller
[    2.959213] usb usb7: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 uhci_hcd
[    2.959214] usb usb7: SerialNumber: 0000:00:1d.1
[    2.959361] hub 7-0:1.0: USB hub found
[    2.959369] hub 7-0:1.0: 2 ports detected
[    2.959862] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.959941] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    2.959947] uhci_hcd 0000:00:1d.2: detected 2 ports
[    2.959974] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001f40
[    2.960012] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[    2.960013] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.960015] usb usb8: Product: UHCI Host Controller
[    2.960016] usb usb8: Manufacturer: Linux 4.19.16-200.MyPatch.patch.fc28.x86_64 uhci_hcd
[    2.960017] usb usb8: SerialNumber: 0000:00:1d.2
[    2.960114] hub 8-0:1.0: USB hub found
[    2.960118] hub 8-0:1.0: 2 ports detected
[    2.960230] usbcore: registered new interface driver usbserial_generic
[    2.960234] usbserial: USB Serial support registered for generic
[    2.960255] i8042: PNP: No PS/2 controller found.
[    2.960255] i8042: Probing ports directly.
[    2.963180] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.963184] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.963278] mousedev: PS/2 mouse device common for all mice
[    2.963379] rtc_cmos 00:01: RTC can wake from S4
[    2.963541] rtc_cmos 00:01: registered as rtc0
[    2.963543] rtc_cmos 00:01: alarms up to one day, 242 bytes nvram, hpet irqs
[    2.963610] device-mapper: uevent: version 1.0.3
[    2.963680] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    2.964030] hidraw: raw HID events driver (C) Jiri Kosina
[    2.964056] usbcore: registered new interface driver usbhid
[    2.964056] usbhid: USB HID core driver
[    2.964179] drop_monitor: Initializing network drop monitor service
[    2.966938] Initializing XFRM netlink socket
[    2.967114] NET: Registered protocol family 10
[    2.970045] Segment Routing with IPv6
[    2.970060] mip6: Mobile IPv6
[    2.970062] NET: Registered protocol family 17
[    2.973101] RAS: Correctable Errors collector initialized.
[    2.973155] microcode: sig=0x206c2, pf=0x1, revision=0x1f
[    2.974155] microcode: Microcode Update Driver: v2.2.
[    2.974168] SSE version of gcm_enc/dec engaged.
[    2.988179] sched_clock: Marking stable (2885513585, 102649358)->(3157963729, -169800786)
[    3.000986] registered taskstats version 1
[    3.000999] Loading compiled-in X.509 certificates
[    3.038142] Loaded X.509 cert 'Fedora kernel signing key: 56023296a0008858f3ab88e2631e5eb28bec9684'
[    3.038181] zswap: loaded using pool lzo/zbud
[    3.054729] Key type big_key registered
[    3.056879] Key type encrypted registered
[    3.056889] ima: No TPM chip found, activating TPM-bypass!
[    3.056897] ima: Allocated hash algorithm: sha1
[    3.057383]   Magic number: 3:59:86
[    3.058645] rtc_cmos 00:01: setting system clock to 2019-01-25 16:05:16 UTC (1548432316)
[    3.239391] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.239416] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.239437] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.239456] ata6: SATA link down (SStatus 0 SControl 300)
[    3.239483] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.239500] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.241220] ata4.00: supports DRM functions and may not be fully accessible
[    3.241319] ata1.00: ATA-8: HGST HUS724040ALA640, MFAOAA70, max UDMA/133
[    3.241322] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.241334] ata5.00: supports DRM functions and may not be fully accessible
[    3.241484] ata2.00: ATA-8: HGST HUS724040ALA640, MFAOAA70, max UDMA/133
[    3.241487] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.242236] ata4.00: disabling queued TRIM support
[    3.242239] ata4.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT02B6Q, max UDMA/133
[    3.242241] ata4.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    3.242376] ata5.00: disabling queued TRIM support
[    3.242378] ata5.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT02B6Q, max UDMA/133
[    3.242381] ata5.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    3.242855] ata3.00: ATA-9: HGST HUH728080ALE600, A4GNT514, max UDMA/133
[    3.242857] ata3.00: 15628053168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.243323] ata1.00: configured for UDMA/133
[    3.243587] ata2.00: configured for UDMA/133
[    3.243929] scsi 0:0:0:0: Direct-Access     ATA      HGST HUS724040AL AA70 PQ: 0 ANSI: 5
[    3.244139] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.244702] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    3.244722] ata4.00: supports DRM functions and may not be fully accessible
[    3.244729] sd 0:0:0:0: [sda] Write Protect is off
[    3.244731] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.244889] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.244951] scsi 1:0:0:0: Direct-Access     ATA      HGST HUS724040AL AA70 PQ: 0 ANSI: 5
[    3.245169] ata5.00: supports DRM functions and may not be fully accessible
[    3.245383] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    3.245419] ata4.00: disabling queued TRIM support
[    3.245439] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    3.245456] sd 1:0:0:0: [sdb] Write Protect is off
[    3.245457] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.245479] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.245991] ata5.00: disabling queued TRIM support
[    3.247180] ata4.00: configured for UDMA/133
[    3.248095] ata5.00: configured for UDMA/133
[    3.248365] ata3.00: configured for UDMA/133
[    3.248878] scsi 2:0:0:0: Direct-Access     ATA      HGST HUH728080AL T514 PQ: 0 ANSI: 5
[    3.249248] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    3.249637] sd 2:0:0:0: [sdc] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[    3.249639] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    3.249710] sd 2:0:0:0: [sdc] Write Protect is off
[    3.249712] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.249813] scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
[    3.249835] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.249944] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    3.250126] sd 3:0:0:0: [sdd] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.250141] sd 3:0:0:0: [sdd] Write Protect is off
[    3.250143] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.250166] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.250405] scsi 4:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
[    3.250525] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    3.250583] sd 4:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.250589] sd 4:0:0:0: [sde] Write Protect is off
[    3.250591] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    3.250601] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.251338] sd 3:0:0:0: [sdd] supports TCG Opal
[    3.251339] sd 3:0:0:0: [sdd] Attached SCSI disk
[    3.251776] sd 4:0:0:0: [sde] supports TCG Opal
[    3.251778] sd 4:0:0:0: [sde] Attached SCSI disk
[    3.275417] GPT:Primary header thinks Alt. header is not at the end of the disk.
[    3.275418] GPT:7814031359 != 7814037167
[    3.275418] GPT:Alternate GPT header not at the end of the disk.
[    3.275419] GPT:7814031359 != 7814037167
[    3.275419] GPT: Use GNU Parted to correct GPT errors.
[    3.275424]  sda: sda1 sda2 sda3
[    3.275902] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.293086] GPT:Primary header thinks Alt. header is not at the end of the disk.
[    3.293088] GPT:7814031359 != 7814037167
[    3.293089] GPT:Alternate GPT header not at the end of the disk.
[    3.293090] GPT:7814031359 != 7814037167
[    3.293091] GPT: Use GNU Parted to correct GPT errors.
[    3.293100]  sdb: sdb1 sdb2 sdb3
[    3.293525] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.294743]  sdc: sdc1
[    3.295467] sd 2:0:0:0: [sdc] Attached SCSI disk
[    3.458725] usb 4-2: new full-speed USB device number 2 using uhci_hcd
[    3.570541] Freeing unused decrypted memory: 2040K
[    3.621836] usb 4-2: New USB device found, idVendor=045e, idProduct=0745, bcdDevice= 6.33
[    3.621839] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.621841] usb 4-2: Product: Microsoft® 2.4GHz Transceiver v7.0
[    3.621844] usb 4-2: Manufacturer: Microsoft
[    3.628075] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/0003:045E:0745.0001/input/input5
[    3.680017] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v7.0] on usb-0000:00:1a.1-2/input0
[    3.687263] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:045E:0745.0002/input/input6
[    3.687615] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 Consumer Control as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.1/0003:045E:0745.0002/input/input7
[    3.739015] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v7.0] on usb-0000:00:1a.1-2/input1
[    3.747308] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 Consumer Control as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:045E:0745.0003/input/input8
[    3.768713] tsc: Refined TSC clocksource calibration: 3457.999 MHz
[    3.769545] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31d85444c69, max_idle_ns: 440795260984 ns
[    3.890351] Freeing unused kernel image memory: 2184K
[    3.890366] clocksource: Switched to clocksource tsc
[    3.890444] input: Microsoft Microsoft® 2.4GHz Transceiver v7.0 System Control as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:045E:0745.0003/input/input10
[    3.890868] hid-generic 0003:045E:0745.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v7.0] on usb-0000:00:1a.1-2/input2
[    3.899769] Write protecting the kernel read-only data: 18432k
[    3.906349] Freeing unused kernel image memory: 2012K
[    3.908184] Freeing unused kernel image memory: 116K
[    3.917692] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.917698] rodata_test: all tests were successful
[    3.917699] x86/mm: Checking user space page tables
[    3.925193] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.925195] Run /init as init process
[    3.935856] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.948888] systemd[1]: Detected architecture x86-64.
[    3.948891] systemd[1]: Running in initial RAM disk.
[    4.144718] systemd[1]: Set hostname to <davework.localdomain>.
[    4.191314] random: systemd: uninitialized urandom read (16 bytes read)
[    4.191328] systemd[1]: Reached target Timers.
[    4.191379] random: systemd: uninitialized urandom read (16 bytes read)
[    4.191456] systemd[1]: Listening on Journal Socket.
[    4.191471] random: systemd: uninitialized urandom read (16 bytes read)
[    4.266086] systemd[1]: Starting Setup Virtual Console...
[    4.266115] systemd[1]: Reached target Local File Systems.
[    4.266138] systemd[1]: Reached target Swap.
[    4.266958] systemd[1]: Starting dracut cmdline hook...
[    4.291868] audit: type=1130 audit(1548432317.733:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.292593] audit: type=1130 audit(1548432317.733:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.347366] audit: type=1130 audit(1548432317.788:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.347369] audit: type=1131 audit(1548432317.788:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.350886] audit: type=1130 audit(1548432317.792:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.358176] audit: type=1130 audit(1548432317.799:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.370499] audit: type=1130 audit(1548432317.811:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.396386] audit: type=1130 audit(1548432317.837:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.431122] audit: type=1130 audit(1548432317.872:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.671726] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    4.684701] tg3.c:v3.137 (May 11, 2014)
[    4.690703] megasas: 07.706.03.00-rc1
[    4.694712] megaraid_sas 0000:22:00.0: FW now in Ready state
[    4.694714] megaraid_sas 0000:22:00.0: 64 bit DMA mask and 32 bit consistent mask
[    4.694867] megaraid_sas 0000:22:00.0: firmware supports msix	: (0)
[    4.694869] megaraid_sas 0000:22:00.0: current msix/online cpus	: (0/24)
[    4.694870] megaraid_sas 0000:22:00.0: RDPQ mode	: (disabled)
[    4.701960] tg3 0000:06:00.0 eth0: Tigon3 [partno(BCM95761) rev 5761100] (PCI Express) MAC address 18:03:73:2b:36:75
[    4.701963] tg3 0000:06:00.0 eth0: attached PHY is 5761 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    4.701965] tg3 0000:06:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    4.701967] tg3 0000:06:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    4.747750] firewire_ohci 0000:07:04.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x0
[    4.752946] tg3 0000:06:00.0 enp6s0: renamed from eth0
[    4.760699] megaraid_sas 0000:22:00.0: controller type	: MR(512MB)
[    4.760702] megaraid_sas 0000:22:00.0: Online Controller Reset(OCR)	: Enabled
[    4.760703] megaraid_sas 0000:22:00.0: Secure JBOD support	: No
[    4.760704] megaraid_sas 0000:22:00.0: NVMe passthru support	: No
[    4.760705] megaraid_sas 0000:22:00.0: FW provided TM TaskAbort/Reset timeout	: 0 secs/0 secs
[    4.760712] megaraid_sas 0000:22:00.0: megasas_init_mfi: fw_support_ieee=0
[    4.760748] megaraid_sas 0000:22:00.0: INIT adapter done
[    4.760751] megaraid_sas 0000:22:00.0: Jbod map is not supported megasas_setup_jbod_map 5151
[    4.775981] md/raid1:md126: active with 2 out of 2 mirrors
[    4.776012] md126: detected capacity change from 0 to 4000784056320
[    4.783660] megaraid_sas 0000:22:00.0: MR_DCMD_PD_LIST_QUERY failed/not supported by firmware
[    4.793143]  md126: p1 p2 p3
[    4.804658] megaraid_sas 0000:22:00.0: DCMD not supported by firmware - megasas_ld_list_query 4556
[    4.826707] megaraid_sas 0000:22:00.0: pci id		: (0x1000)/(0x0060)/(0x1028)/(0x1f0a)
[    4.826709] megaraid_sas 0000:22:00.0: unevenspan support	: no
[    4.826710] megaraid_sas 0000:22:00.0: firmware crash dump	: no
[    4.826711] megaraid_sas 0000:22:00.0: jbod sync map		: no
[    4.826714] scsi host6: Avago SAS based MegaRAID driver
[    4.863471] random: fast init done
[    4.872297] random: crng init done
[    4.872298] random: 7 urandom warning(s) missed due to ratelimiting
[    4.878975] nouveau 0000:03:00.0: NVIDIA G96 (096c80c1)
[    5.015340] nouveau 0000:03:00.0: bios: version 62.94.8b.00.05
[    5.036142] nouveau 0000:03:00.0: fb: 512 MiB GDDR3
[    5.126868] [TTM] Zone  kernel: Available graphics memory: 66006330 kiB
[    5.126871] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    5.126872] [TTM] Initializing pool allocator
[    5.126879] [TTM] Initializing DMA pool allocator
[    5.126915] nouveau 0000:03:00.0: DRM: VRAM: 512 MiB
[    5.126917] nouveau 0000:03:00.0: DRM: GART: 1048576 MiB
[    5.126922] nouveau 0000:03:00.0: DRM: TMDS table version 2.0
[    5.126925] nouveau 0000:03:00.0: DRM: DCB version 4.0
[    5.126931] nouveau 0000:03:00.0: DRM: DCB outp 00: 02000300 00000028
[    5.126933] nouveau 0000:03:00.0: DRM: DCB outp 01: 01000302 00020030
[    5.126934] nouveau 0000:03:00.0: DRM: DCB outp 02: 02021396 0f200020
[    5.126935] nouveau 0000:03:00.0: DRM: DCB outp 03: 02021332 00020020
[    5.126937] nouveau 0000:03:00.0: DRM: DCB outp 04: 040323b6 0f200020
[    5.126938] nouveau 0000:03:00.0: DRM: DCB outp 05: 04032342 00020020
[    5.126939] nouveau 0000:03:00.0: DRM: DCB conn 00: 00001030
[    5.126940] nouveau 0000:03:00.0: DRM: DCB conn 01: 0000a146
[    5.126941] nouveau 0000:03:00.0: DRM: DCB conn 02: 00050246
[    5.128833] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.128834] [drm] Driver supports precise vblank timestamp query.
[    5.248931] firewire_core 0000:07:04.0: created device fw0: GUID 00053d0080828681, S400
[    5.381377] nouveau 0000:03:00.0: DRM: MM: using CRYPT for buffer copies
[    5.475230] nouveau 0000:03:00.0: DRM: allocated 1920x1080 fb: 0x70000, bo 0000000081fca151
[    5.475342] fbcon: nouveaufb (fb0) is primary device
[    5.711637] Console: switching to colour frame buffer device 240x67
[    5.714225] nouveau 0000:03:00.0: fb0: nouveaufb frame buffer device
[    5.719731] [drm] Initialized nouveau 1.3.1 20120801 for 0000:03:00.0 on minor 0
[    7.445049] kauditd_printk_skb: 4 callbacks suppressed
[    7.445051] audit: type=1130 audit(1548432320.886:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.457217] audit: type=1130 audit(1548432320.898:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.480547] audit: type=1130 audit(1548432320.921:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.491954] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[    7.768737] audit: type=1130 audit(1548432321.210:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.768743] audit: type=1131 audit(1548432321.210:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.905361] audit: type=1130 audit(1548432321.346:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.911510] audit: type=1130 audit(1548432321.352:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=mdmon@md127 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.911517] audit: type=1131 audit(1548432321.352:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=mdmon@md127 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.911564] audit: type=1131 audit(1548432321.352:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.911963] audit: type=1130 audit(1548432321.353:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.048688] systemd-journald[365]: Received SIGTERM from PID 1 (systemd).
[    8.078844] systemd: 19 output lines suppressed due to ratelimiting
[    8.514102] SELinux:  Class bpf not defined in policy.
[    8.514103] SELinux:  Class xdp_socket not defined in policy.
[    8.514104] SELinux: the above unknown classes and permissions will be allowed
[    8.514109] SELinux:  policy capability network_peer_controls=1
[    8.514109] SELinux:  policy capability open_perms=1
[    8.514110] SELinux:  policy capability extended_socket_class=1
[    8.514110] SELinux:  policy capability always_check_network=0
[    8.514111] SELinux:  policy capability cgroup_seclabel=1
[    8.514111] SELinux:  policy capability nnp_nosuid_transition=1
[    8.540345] systemd[1]: Successfully loaded SELinux policy in 360.834ms.
[    8.594632] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 36.738ms.
[    8.597974] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    8.610878] systemd[1]: Detected architecture x86-64.
[    8.612153] systemd[1]: Set hostname to <davework.localdomain>.
[    8.994164] systemd[1]: Stopped Switch Root.
[    8.994394] systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart.
[    8.994457] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    8.994473] systemd[1]: Stopped Journal Service.
[    9.001847] systemd[1]: Starting Journal Service...
[    9.002958] systemd[1]: Mounting POSIX Message Queue File System...
[    9.005396] systemd[1]: Starting Load Kernel Modules...
[    9.047548] EXT4-fs (dm-1): re-mounted. Opts: (null)
[    9.067159] systemd-journald[1024]: Received request to flush runtime journal from PID 1
[    9.076451] RPC: Registered named UNIX socket transport module.
[    9.076453] RPC: Registered udp transport module.
[    9.076453] RPC: Registered tcp transport module.
[    9.076453] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.154589] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    9.296478] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:3e:03.0 (INTERRUPT)
[    9.296706] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3e:03.0 (POLLED)
[    9.299117] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:3f:03.0 (INTERRUPT)
[    9.299300] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3f:03.0 (POLLED)
[    9.299318] EDAC i7core: Driver loaded, 2 memory controller(s) found.
[    9.310548] parport_pc 00:02: reported by Plug and Play ACPI
[    9.310615] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[    9.315337] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x000000000000082D (\GLBC) (20180810/utaddress-213)
[    9.315343] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x000000000000082A-0x000000000000082A (\SACT) (20180810/utaddress-213)
[    9.315345] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x0000000000000828 (\SSTS) (20180810/utaddress-213)
[    9.315348] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    9.315426] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    9.316394] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    9.384344] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    9.421156] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[    9.428270] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[    9.524756] iTCO_vendor_support: vendor-support=0
[    9.529127] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    9.529192] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
[    9.530870] gpio_ich: GPIO from 451 to 511 on gpio_ich
[    9.530951] ppdev: user-space parallel port driver
[    9.531785] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.598523] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[    9.845089] snd_hda_codec_analog hdaudioC0D0: autoconfig for AD1984A: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:line
[    9.845091] snd_hda_codec_analog hdaudioC0D0:    speaker_outs=1 (0x13/0x0/0x0/0x0/0x0)
[    9.845093] snd_hda_codec_analog hdaudioC0D0:    hp_outs=1 (0x11/0x0/0x0/0x0/0x0)
[    9.845094] snd_hda_codec_analog hdaudioC0D0:    mono: mono_out=0x0
[    9.845094] snd_hda_codec_analog hdaudioC0D0:    inputs:
[    9.845096] snd_hda_codec_analog hdaudioC0D0:      Mic=0x14
[    9.845097] snd_hda_codec_analog hdaudioC0D0:      Line=0x15
[    9.864256] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    9.864488] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    9.864660] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    9.864783] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   10.245570] EXT4-fs (md126p2): mounted filesystem with ordered data mode. Opts: (null)
[   10.334390] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null)
[   10.393592] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[   11.348259] Fusion MPT base driver 3.04.20
[   11.348261] Copyright (c) 1999-2008 LSI Corporation
[   11.357409] Fusion MPT misc device (ioctl) driver 3.04.20
[   11.357507] mptctl: Registered with Fusion MPT base driver
[   11.357508] mptctl: /dev/mptctl @ (major,minor=10,220)
[   11.430174] mpt3sas version 26.100.00.00 loaded
[   11.688363] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   11.768870] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   12.439985] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   18.553215] NFSD: starting 45-second grace period (net f00000a8)
[   25.044043] fuse init (API version 7.27)

  reply	other threads:[~2019-01-25 16:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CADfvbxqC1+XoSsn0sEDqFE16tN1Pq46-QDAaCu=AXJdZeY3rDQ@mail.gmail.com>
2019-01-24 15:48 ` Fwd: kernel panic due to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2830bf6f05fb3e05bc4743274b806c821807a684 robert shteynfeld
2019-01-25  4:48 ` Linus Torvalds
2019-01-25  7:37   ` Michal Hocko
2019-01-25  8:19     ` Michal Hocko
2019-01-25  8:29       ` Michal Hocko
2019-01-25 15:52         ` robert shteynfeld
2019-01-25 15:58           ` Michal Hocko
2019-01-25 16:16             ` robert shteynfeld [this message]
2019-01-25 16:39               ` Michal Hocko
2019-01-25 16:51                 ` robert shteynfeld
2019-01-25 17:33                 ` Michal Hocko
2019-01-25 18:15                   ` Michal Hocko
2019-01-28  6:37                     ` Mikhail Gavrilov
2019-01-28  6:43                       ` Michal Hocko
2019-01-28 11:43                     ` Michal Hocko
2019-01-28 18:42                       ` Linus Torvalds
2019-01-28 19:02                         ` Michal Hocko

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='CADfvbxp8sER_Xjkm-g8+BH87Ne8oUBirSWx6mmL=Z3XwyYoQHA@mail.gmail.com' \
    --to=robert.shteynfeld@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=alexander.h.duyck@linux.intel.com \
    --cc=bob.picco@oracle.com \
    --cc=daniel.m.jordan@oracle.com \
    --cc=dave.hansen@intel.com \
    --cc=gerald.schaefer@de.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhocko@kernel.org \
    --cc=mikhail.v.gavrilov@gmail.com \
    --cc=pasha.tatashin@oracle.com \
    --cc=steven.sistare@oracle.com \
    --cc=torvalds@linux-foundation.org \
    --cc=zaslonko@linux.ibm.com \
    /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).