linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rahul Gopakumar <gopakumarr@vmware.com>
To: "bhe@redhat.com" <bhe@redhat.com>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
	"natechancellor@gmail.com" <natechancellor@gmail.com>,
	"ndesaulniers@google.com" <ndesaulniers@google.com>,
	"clang-built-linux@googlegroups.com"
	<clang-built-linux@googlegroups.com>,
	"rostedt@goodmis.org" <rostedt@goodmis.org>,
	Rajender M <manir@vmware.com>, Yiu Cho Lau <lauyiuch@vmware.com>,
	Peter Jonasson <pjonasson@vmware.com>,
	Venkatesh Rajaram <rajaramv@vmware.com>
Subject: Re: Performance regressions in "boot_time" tests in Linux 5.8 Kernel
Date: Mon, 12 Oct 2020 17:21:33 +0000	[thread overview]
Message-ID: <DM6PR05MB529281F914953691E0F52D1CA4070@DM6PR05MB5292.namprd05.prod.outlook.com> (raw)
In-Reply-To: <20201010061124.GE25604@MiWiFi-R3L-srv>

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

Hi Baoquan,

Attached collected dmesg logs for with and without
commit after adding memblock=debug to kernel cmdline.

________________________________________
From: bhe@redhat.com <bhe@redhat.com>
Sent: 10 October 2020 11:41 AM
To: Rahul Gopakumar
Cc: linux-mm@kvack.org; linux-kernel@vger.kernel.org; akpm@linux-foundation.org; natechancellor@gmail.com; ndesaulniers@google.com; clang-built-linux@googlegroups.com; rostedt@goodmis.org; Rajender M; Yiu Cho Lau; Peter Jonasson; Venkatesh Rajaram
Subject: Re: Performance regressions in "boot_time" tests in Linux 5.8 Kernel

On 10/09/20 at 01:15pm, Rahul Gopakumar wrote:
> As part of VMware's performance regression testing for Linux Kernel
> upstream releases, we identified boot time increase when comparing
> Linux 5.8 kernel against Linux 5.7 kernel. Increase in boot time is
> noticeable on VM with a **large amount of memory**.
>
> In our test cases, it's noticeable with memory 1TB and more, whereas
> there was no major difference noticed in testcases with <1TB.
>
> On bisecting between 5.7 and 5.8, we found the following commit from
> “Baoquan He” to be the cause of boot time increase in big VM test cases.
>
> -------------------------------------
>
> commit 73a6e474cb376921a311786652782155eac2fdf0
> Author: Baoquan He <bhe@redhat.com>
> Date: Wed Jun 3 15:57:55 2020 -0700
>
> mm: memmap_init: iterate over memblock regions rather that check each PFN
>
> When called during boot the memmap_init_zone() function checks if each PFN
> is valid and actually belongs to the node being initialized using
> early_pfn_valid() and early_pfn_in_nid().
>
> Each such check may cost up to O(log(n)) where n is the number of memory
> banks, so for large amount of memory overall time spent in early_pfn*()
> becomes substantial.
>
> -------------------------------------
>
> For boot time test, we used RHEL 8.1 as the guest OS.
> VM config is 84 vcpu and 1TB vRAM.
>
> Here are the actual performance numbers.
>
> 5.7 GA - 18.17 secs
> Baoquan's commit - 21.6 secs (-16% increase in time)
>
> From dmesg logs, we can see significant time delay around memmap.
>
> Refer below logs.
>
> Good commit
>
> [0.033176] Normal zone: 1445888 pages used for memmap
> [0.033176] Normal zone: 89391104 pages, LIFO batch:63
> [0.035851] ACPI: PM-Timer IO Port: 0x448
>
> Problem commit
>
> [0.026874] Normal zone: 1445888 pages used for memmap
> [0.026875] Normal zone: 89391104 pages, LIFO batch:63
> [2.028450] ACPI: PM-Timer IO Port: 0x448

Could you add memblock=debug to kernel cmdline and paste the boot logs of
system w and w/o the commit?

>
> We did some analysis, and it looks like with the problem commit it's
> not deferring the memory initialization to a later stage and it's
> initializing the huge chunk of memory in serial - during the boot-up
> time.  Whereas with the good commit, it was able to defer the
> initialization of the memory when it could be done in parallel.
>
>
> Rahul Gopakumar
> Performance Engineering
> VMware, Inc.
>


[-- Attachment #2: with_commit_dmesg.log --]
[-- Type: application/octet-stream, Size: 194474 bytes --]

[    0.000000] Linux version 5.7.0 (root@w1-hs1-mwenig-dhcp-215.eng.vmware.com) (gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC), GNU ld version 2.30-58.el8) #1 SMP Thu Jul 23 10:33:14 EDT 2020
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.7.0 root=UUID=406a3e6d-4dc9-4837-895c-2508f1e1fbe0 ro crashkernel=auto rhgb quiet memblock=debug
[    0.000000] Disabled fast string operations
[    0.000000] ------------[ cut here ]------------
[    0.000000] XSAVE consistency problem, dumping leaves
[    0.000000] WARNING: CPU: 0 PID: 0 at arch/x86/kernel/fpu/xstate.c:646 fpu__init_system_xstate+0x3d0/0x7e5
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 5.7.0 #1
[    0.000000] RIP: 0010:fpu__init_system_xstate+0x3d0/0x7e5
[    0.000000] Code: 85 78 fd ff ff 44 3b 2d b6 f4 21 00 74 2c 80 3d 58 3d bf ff 00 75 15 48 c7 c7 78 0d f0 88 c6 05 48 3d bf ff 01 e8 4b af 6e fe <0f> 0b 83 3d 07 e3 a3 ff 00 74 05 e8 c1 97 64 fe 48 8b 35 99 19 c2
[    0.000000] RSP: 0000:ffffffff89203e30 EFLAGS: 00010086 ORIG_RAX: 0000000000000000
[    0.000000] RAX: 0000000000000000 RBX: 0000000000000a88 RCX: 0000000000000029
[    0.000000] RDX: 0000000000000009 RSI: ffffffff89a759e0 RDI: ffffffff89a7358c
[    0.000000] RBP: 000000000000000a R08: 657661656c20676e R09: 73657661656c2067
[    0.000000] R10: 656c626f72702079 R11: 69706d7564202c6d R12: 0000000000000008
[    0.000000] R13: 0000000000000988 R14: 0000000000000a88 R15: 0000000000000001
[    0.000000] FS:  0000000000000000(0000) GS:ffffffff897ab000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.000000] CR2: ffff88800e0b0000 CR3: 0000007c7c240000 CR4: 00000000000406a0
[    0.000000] Call Trace:
[    0.000000]  ? 0xffffffff87e00000
[    0.000000]  ? fpu__init_system+0x1b1/0x1dd
[    0.000000]  ? 0xffffffff87e00000
[    0.000000]  ? early_cpu_init+0x31c/0x341
[    0.000000]  ? setup_arch+0xca/0xd0b
[    0.000000]  ? printk+0x58/0x6f
[    0.000000]  ? start_kernel+0x5e/0x57a
[    0.000000]  ? secondary_startup_64+0xb6/0xc0
[    0.000000] random: get_random_bytes called from print_oops_end_marker+0x26/0x40 with crng_init=0
[    0.000000] ---[ end trace d4f763db5889c21d ]---
[    0.000000] CPUID[0d, 00]: eax=000002e7 ebx=00000a88 ecx=00000a88 edx=00000000
[    0.000000] CPUID[0d, 01]: eax=0000000f ebx=00000a88 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 02]: eax=00000100 ebx=00000240 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 03]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 04]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 05]: eax=00000040 ebx=00000440 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 06]: eax=00000200 ebx=00000480 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 07]: eax=00000400 ebx=00000680 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 08]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 09]: eax=00000008 ebx=00000a80 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0a]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0b]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0c]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0d]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0e]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0f]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 10]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 11]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 12]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 13]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2696 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000c0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ef23fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef24000-0x000000000ef2cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ef2d000-0x000000000ef3bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef3c000-0x000000000ef41fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ef42000-0x000000000ef47fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000ef48000-0x000000000ef60fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef61000-0x000000000ef65fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ef66000-0x000000000fee6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000fee7000-0x000000000ff56fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ff57000-0x000000000ff72fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000000ff73000-0x000000000ff76fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000ff77000-0x00000000bfffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffc29fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000fcffffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000010000000000-0x000001033fffffff] usable
[    0.000000] memblock_reserve: [0x000000000e0a0018-0x000000000e0a0767] efi_memblock_x86_reserve_range+0x15b/0x184
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] memblock_reserve: [0x000000000e0a6018-0x000000000e0ae057] setup_arch+0x3df/0xd0b
[    0.000000] memblock_reserve: [0x000000000e0a3018-0x000000000e0a5057] setup_arch+0x3df/0xd0b
[    0.000000] memblock_reserve: [0x000000000e0a1018-0x000000000e0a2857] setup_arch+0x3df/0xd0b
[    0.000000] e820: update [mem 0x0e0a6018-0x0e0ae057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a6018-0x0e0ae057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a3018-0x0e0a5057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a3018-0x0e0a5057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a1018-0x0e0a2857] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a1018-0x0e0a2857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000001000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000c0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000e0a1017] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a1018-0x000000000e0a2857] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a2858-0x000000000e0a3017] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a3018-0x000000000e0a5057] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a5058-0x000000000e0a6017] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a6018-0x000000000e0ae057] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0ae058-0x000000000ef23fff] usable
[    0.000000] reserve setup_data: [mem 0x000000000ef24000-0x000000000ef2cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ef2d000-0x000000000ef3bfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000ef3c000-0x000000000ef41fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ef42000-0x000000000ef47fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000ef48000-0x000000000ef60fff] usable
[    0.000000] reserve setup_data: [mem 0x000000000ef61000-0x000000000ef65fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ef66000-0x000000000fee6fff] usable
[    0.000000] reserve setup_data: [mem 0x000000000fee7000-0x000000000ff56fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ff57000-0x000000000ff72fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000000ff73000-0x000000000ff76fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000ff77000-0x00000000bfffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffc29fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000fcffffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000010000000000-0x000001033fffffff] usable
[    0.000000] efi: EFI v2.31 by VMware, Inc.
[    0.000000] efi: SMBIOS=0xef42000 ACPI 2.0=0xff66000 MEMATTR=0xe564698 
[    0.000000] memblock_reserve: [0x000000000e564698-0x000000000e564b57] efi_memattr_init+0x75/0x8f
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: VMware, Inc. VMware7,1/440BX Desktop Reference Platform, BIOS VMW71.00V.15401161.B64.2001021853 01/02/2020
[    0.000000] vmware: hypercall mode: 0x02
[    0.000000] Hypervisor detected: VMware
[    0.000000] vmware: TSC freq read from hypervisor : 2095.078 MHz
[    0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz
[    0.000000] vmware: using clock offset of 7393925175 ns
[    0.000012] tsc: Detected 2095.078 MHz processor
[    0.004708] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.004709] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.004713] last_pfn = 0x10340000 max_arch_pfn = 0x400000000
[    0.004746] MTRR default type: uncachable
[    0.004747] MTRR fixed ranges enabled:
[    0.004748]   00000-9FFFF write-back
[    0.004748]   A0000-FFFFF uncachable
[    0.004749] MTRR variable ranges enabled:
[    0.004749]   0 base 000000000000 mask 1E0000000000 write-back
[    0.004750]   1 base 0000C0000000 mask 1FFFC0000000 uncachable
[    0.004750]   2 disabled
[    0.004751]   3 disabled
[    0.004751]   4 disabled
[    0.004751]   5 disabled
[    0.004751]   6 disabled
[    0.004752]   7 disabled
[    0.004762] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.004780] total RAM covered: 2096128M
[    0.004833]  gran_size: 64K 	chunk_size: 64K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004834]  gran_size: 64K 	chunk_size: 128K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004834]  gran_size: 64K 	chunk_size: 256K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004835]  gran_size: 64K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004835]  gran_size: 64K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004836]  gran_size: 64K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004836]  gran_size: 64K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004837]  gran_size: 64K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004837]  gran_size: 64K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004838]  gran_size: 64K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004838]  gran_size: 64K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004839]  gran_size: 64K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004839]  gran_size: 64K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004840]  gran_size: 64K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004840]  gran_size: 64K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004841]  gran_size: 64K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004841]  gran_size: 128K 	chunk_size: 128K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004842]  gran_size: 128K 	chunk_size: 256K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004842]  gran_size: 128K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004843]  gran_size: 128K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004843]  gran_size: 128K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004844]  gran_size: 128K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004844]  gran_size: 128K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004845]  gran_size: 128K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004845]  gran_size: 128K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004846]  gran_size: 128K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004846]  gran_size: 128K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004847]  gran_size: 128K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004847]  gran_size: 128K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004848]  gran_size: 128K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004848]  gran_size: 128K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004849]  gran_size: 256K 	chunk_size: 256K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004849]  gran_size: 256K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004850]  gran_size: 256K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004850]  gran_size: 256K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004851]  gran_size: 256K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004851]  gran_size: 256K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004852]  gran_size: 256K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004852]  gran_size: 256K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004853]  gran_size: 256K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004853]  gran_size: 256K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004854]  gran_size: 256K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004854]  gran_size: 256K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004855]  gran_size: 256K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004855]  gran_size: 256K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004856]  gran_size: 512K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004856]  gran_size: 512K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004857]  gran_size: 512K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004857]  gran_size: 512K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004858]  gran_size: 512K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004858]  gran_size: 512K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004859]  gran_size: 512K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004859]  gran_size: 512K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004860]  gran_size: 512K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004860]  gran_size: 512K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004861]  gran_size: 512K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004861]  gran_size: 512K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004862]  gran_size: 512K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004862]  gran_size: 1M 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004863]  gran_size: 1M 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004863]  gran_size: 1M 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004864]  gran_size: 1M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004864]  gran_size: 1M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004865]  gran_size: 1M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004865]  gran_size: 1M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004866]  gran_size: 1M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004866]  gran_size: 1M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004867]  gran_size: 1M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004867]  gran_size: 1M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004868]  gran_size: 1M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004868]  gran_size: 2M 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004869]  gran_size: 2M 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004869]  gran_size: 2M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004870]  gran_size: 2M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004870]  gran_size: 2M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004871]  gran_size: 2M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004871]  gran_size: 2M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004872]  gran_size: 2M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004872]  gran_size: 2M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004873]  gran_size: 2M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004873]  gran_size: 2M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004874]  gran_size: 4M 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004874]  gran_size: 4M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004874]  gran_size: 4M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004875]  gran_size: 4M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004875]  gran_size: 4M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004876]  gran_size: 4M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004876]  gran_size: 4M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004877]  gran_size: 4M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004877]  gran_size: 4M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004878]  gran_size: 4M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004878]  gran_size: 8M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004879]  gran_size: 8M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004879]  gran_size: 8M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004880]  gran_size: 8M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004880]  gran_size: 8M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004881]  gran_size: 8M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004881]  gran_size: 8M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004882]  gran_size: 8M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004882]  gran_size: 8M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004883]  gran_size: 16M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004883]  gran_size: 16M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004884]  gran_size: 16M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004884]  gran_size: 16M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004885]  gran_size: 16M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004885]  gran_size: 16M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004886]  gran_size: 16M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004886]  gran_size: 16M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004887]  gran_size: 32M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004887]  gran_size: 32M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004888]  gran_size: 32M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004888]  gran_size: 32M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004889]  gran_size: 32M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004889]  gran_size: 32M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004890]  gran_size: 32M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004890]  gran_size: 64M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004891]  gran_size: 64M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004891]  gran_size: 64M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004892]  gran_size: 64M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004892]  gran_size: 64M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004893]  gran_size: 64M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004893]  gran_size: 128M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004894]  gran_size: 128M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004894]  gran_size: 128M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004895]  gran_size: 128M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004895]  gran_size: 128M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004896]  gran_size: 256M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004896]  gran_size: 256M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004897]  gran_size: 256M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004897]  gran_size: 256M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004898]  gran_size: 512M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004898]  gran_size: 512M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004899]  gran_size: 512M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004899]  gran_size: 1G 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004900]  gran_size: 1G 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004900]  gran_size: 2G 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1537G
[    0.004901] mtrr_cleanup: can not find optimal value
[    0.004901] please specify mtrr_gran_size/mtrr_chunk_size
[    0.004911] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.004915] last_pfn = 0xc0000 max_arch_pfn = 0x400000000
[    0.010748] memblock_reserve: [0x0000007c7ca00000-0x0000007c7ca0efff] setup_arch+0x624/0xd0b
[    0.010751] memblock_add: [0x0000000000001000-0x000000000009ffff] e820__memblock_setup+0x65/0x8b
[    0.010752] memblock_add: [0x0000000000100000-0x000000000e0a1017] e820__memblock_setup+0x65/0x8b
[    0.010753] memblock_add: [0x000000000e0a1018-0x000000000e0a2857] e820__memblock_setup+0x65/0x8b
[    0.010754] memblock_add: [0x000000000e0a2858-0x000000000e0a3017] e820__memblock_setup+0x65/0x8b
[    0.010755] memblock_add: [0x000000000e0a3018-0x000000000e0a5057] e820__memblock_setup+0x65/0x8b
[    0.010755] memblock_add: [0x000000000e0a5058-0x000000000e0a6017] e820__memblock_setup+0x65/0x8b
[    0.010756] memblock_add: [0x000000000e0a6018-0x000000000e0ae057] e820__memblock_setup+0x65/0x8b
[    0.010757] memblock_add: [0x000000000e0ae058-0x000000000ef23fff] e820__memblock_setup+0x65/0x8b
[    0.010758] memblock_add: [0x000000000ef2d000-0x000000000ef3bfff] e820__memblock_setup+0x65/0x8b
[    0.010759] memblock_add: [0x000000000ef48000-0x000000000ef60fff] e820__memblock_setup+0x65/0x8b
[    0.010760] memblock_add: [0x000000000ef66000-0x000000000fee6fff] e820__memblock_setup+0x65/0x8b
[    0.010761] memblock_add: [0x000000000ff77000-0x00000000bfffffff] e820__memblock_setup+0x65/0x8b
[    0.010762] memblock_add: [0x0000000100000000-0x000000fcffffffff] e820__memblock_setup+0x65/0x8b
[    0.010763] memblock_add: [0x0000010000000000-0x000001033fffffff] e820__memblock_setup+0x65/0x8b
[    0.010763] MEMBLOCK configuration:
[    0.010764]  memory size = 0x000000ffffef5000 reserved size = 0x000000000698d4d0
[    0.010764]  memory.cnt  = 0x8
[    0.010765]  memory[0x0]	[0x0000000000001000-0x000000000009ffff], 0x000000000009f000 bytes flags: 0x0
[    0.010765]  memory[0x1]	[0x0000000000100000-0x000000000ef23fff], 0x000000000ee24000 bytes flags: 0x0
[    0.010766]  memory[0x2]	[0x000000000ef2d000-0x000000000ef3bfff], 0x000000000000f000 bytes flags: 0x0
[    0.010766]  memory[0x3]	[0x000000000ef48000-0x000000000ef60fff], 0x0000000000019000 bytes flags: 0x0
[    0.010767]  memory[0x4]	[0x000000000ef66000-0x000000000fee6fff], 0x0000000000f81000 bytes flags: 0x0
[    0.010767]  memory[0x5]	[0x000000000ff77000-0x00000000bfffffff], 0x00000000b0089000 bytes flags: 0x0
[    0.010768]  memory[0x6]	[0x0000000100000000-0x000000fcffffffff], 0x000000fc00000000 bytes flags: 0x0
[    0.010768]  memory[0x7]	[0x0000010000000000-0x000001033fffffff], 0x0000000340000000 bytes flags: 0x0
[    0.010769]  reserved.cnt  = 0x8
[    0.010769]  reserved[0x0]	[0x0000000000000000-0x0000000000000fff], 0x0000000000001000 bytes flags: 0x0
[    0.010770]  reserved[0x1]	[0x000000000663b000-0x000000000adabfff], 0x0000000004771000 bytes flags: 0x0
[    0.010770]  reserved[0x2]	[0x000000000e0a0018-0x000000000e0a0767], 0x0000000000000750 bytes flags: 0x0
[    0.010771]  reserved[0x3]	[0x000000000e0a1018-0x000000000e0a2857], 0x0000000000001840 bytes flags: 0x0
[    0.010771]  reserved[0x4]	[0x000000000e0a3018-0x000000000e0a5057], 0x0000000000002040 bytes flags: 0x0
[    0.010772]  reserved[0x5]	[0x000000000e0a6018-0x000000000e0ae057], 0x0000000000008040 bytes flags: 0x0
[    0.010772]  reserved[0x6]	[0x000000000e564698-0x000000000e564b57], 0x00000000000004c0 bytes flags: 0x0
[    0.010773]  reserved[0x7]	[0x0000007c7a800000-0x0000007c7ca0efff], 0x000000000220f000 bytes flags: 0x0
[    0.010774] memblock_reserve: [0x000000000009f000-0x00000000000fffff] setup_arch+0x648/0xd0b
[    0.010776] memblock_reserve: [0x000000000df93000-0x000000000df93fff] efi_reserve_boot_services+0x85/0xd0
[    0.010777] memblock_reserve: [0x000000000e0b1000-0x000000000e0b1fff] efi_reserve_boot_services+0x85/0xd0
[    0.010778] memblock_reserve: [0x000000000e74a000-0x000000000e8dffff] efi_reserve_boot_services+0x85/0xd0
[    0.010779] memblock_reserve: [0x000000000e8e0000-0x000000000eee1fff] efi_reserve_boot_services+0x85/0xd0
[    0.010780] memblock_reserve: [0x000000000eee2000-0x000000000ef23fff] efi_reserve_boot_services+0x85/0xd0
[    0.010780] memblock_reserve: [0x000000000ef2d000-0x000000000ef3bfff] efi_reserve_boot_services+0x85/0xd0
[    0.010781] memblock_reserve: [0x000000000ef48000-0x000000000ef60fff] efi_reserve_boot_services+0x85/0xd0
[    0.010782] memblock_reserve: [0x000000000ef66000-0x000000000ef8ffff] efi_reserve_boot_services+0x85/0xd0
[    0.010783] memblock_reserve: [0x000000000ef90000-0x000000000fdf6fff] efi_reserve_boot_services+0x85/0xd0
[    0.010784] memblock_reserve: [0x000000000fdf7000-0x000000000fee6fff] efi_reserve_boot_services+0x85/0xd0
[    0.010785] memblock_reserve: [0x000000000ff77000-0x000000000ffbefff] efi_reserve_boot_services+0x85/0xd0
[    0.010786] memblock_reserve: [0x000000000ffbf000-0x000000000fffffff] efi_reserve_boot_services+0x85/0xd0
[    0.010788] memblock_reserve: [0x0000000000099000-0x000000000009efff] reserve_real_mode+0x6f/0x88
[    0.010790] memblock_reserve: [0x0000000000000000-0x00000000000fffff] crash_reserve_low_1M+0x2c/0x39
[    0.010791] kexec: Reserving the low 1M of memory for crashkernel
[    0.010808] memblock_reserve: [0x0000000000000000-0x000000000000ffff] setup_arch+0x688/0xd0b
[    0.010813] Using GB pages for direct mapping
[    0.011216] memblock_reserve: [0x000001033ffff000-0x000001033fffffff] alloc_low_pages+0x163/0x180
[    0.011863] Secure boot disabled
[    0.011863] RAMDISK: [mem 0x0663b000-0x0adabfff]
[    0.011876] ACPI: Early table checksum verification disabled
[    0.011878] ACPI: RSDP 0x000000000FF66000 000024 (v02 VMWARE)
[    0.011880] ACPI: XSDT 0x000000000FF66064 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.011884] ACPI: SRAT 0x000000000FF660C0 000660 (v03 VMWARE EFISRAT  06040001 VMW  000007CE)
[    0.011886] ACPI: FACP 0x000000000FF7252C 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.011889] ACPI: DSDT 0x000000000FF66720 00BE0C (v01 PTLTD  Custom   00000000 INTL 20130823)
[    0.011891] ACPI: FACS 0x000000000FF76000 000040
[    0.011892] ACPI: FACS 0x000000000FF76000 000040
[    0.011893] ACPI: APIC 0x000000000FF72694 0004DA (v03 VMWARE EFIAPIC  06040001 VMW  000007CE)
[    0.011895] ACPI: MCFG 0x000000000FF72B6E 00003C (v01 VMWARE EFIMCFG  06040001 VMW  000007CE)
[    0.011896] ACPI: HPET 0x000000000FF72BAA 000038 (v01 VMWARE VMW HPET 00000000 VMW  00000000)
[    0.011898] ACPI: WAET 0x000000000FF72BE2 000028 (v01 VMWARE VMW WAET 06040001 VMW  00000001)
[    0.011899] ACPI: WSMT 0x000000000FF72C0A 000028 (v01 VMWARE VMW WSMT 06040001 VMW  00000001)
[    0.011904] ACPI: Local APIC address 0xfee00000
[    0.011937] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.011937] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.011938] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.011939] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.011939] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.011940] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.011941] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.011941] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[    0.011942] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[    0.011943] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[    0.011943] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[    0.011944] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[    0.011945] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[    0.011945] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[    0.011946] SRAT: PXM 0 -> APIC 0x1c -> Node 0
[    0.011947] SRAT: PXM 0 -> APIC 0x1e -> Node 0
[    0.011947] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[    0.011948] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[    0.011949] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[    0.011949] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[    0.011950] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[    0.011951] SRAT: PXM 0 -> APIC 0x2a -> Node 0
[    0.011951] SRAT: PXM 0 -> APIC 0x2c -> Node 0
[    0.011952] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[    0.011953] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[    0.011953] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[    0.011954] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[    0.011955] SRAT: PXM 0 -> APIC 0x36 -> Node 0
[    0.011955] SRAT: PXM 1 -> APIC 0x38 -> Node 1
[    0.011956] SRAT: PXM 1 -> APIC 0x3a -> Node 1
[    0.011957] SRAT: PXM 1 -> APIC 0x3c -> Node 1
[    0.011957] SRAT: PXM 1 -> APIC 0x3e -> Node 1
[    0.011958] SRAT: PXM 1 -> APIC 0x40 -> Node 1
[    0.011959] SRAT: PXM 1 -> APIC 0x42 -> Node 1
[    0.011959] SRAT: PXM 1 -> APIC 0x44 -> Node 1
[    0.011960] SRAT: PXM 1 -> APIC 0x46 -> Node 1
[    0.011961] SRAT: PXM 1 -> APIC 0x48 -> Node 1
[    0.011961] SRAT: PXM 1 -> APIC 0x4a -> Node 1
[    0.011962] SRAT: PXM 1 -> APIC 0x4c -> Node 1
[    0.011963] SRAT: PXM 1 -> APIC 0x4e -> Node 1
[    0.011963] SRAT: PXM 1 -> APIC 0x50 -> Node 1
[    0.011964] SRAT: PXM 1 -> APIC 0x52 -> Node 1
[    0.011965] SRAT: PXM 1 -> APIC 0x54 -> Node 1
[    0.011965] SRAT: PXM 1 -> APIC 0x56 -> Node 1
[    0.011966] SRAT: PXM 1 -> APIC 0x58 -> Node 1
[    0.011967] SRAT: PXM 1 -> APIC 0x5a -> Node 1
[    0.011967] SRAT: PXM 1 -> APIC 0x5c -> Node 1
[    0.011968] SRAT: PXM 1 -> APIC 0x5e -> Node 1
[    0.011969] SRAT: PXM 1 -> APIC 0x60 -> Node 1
[    0.011969] SRAT: PXM 1 -> APIC 0x62 -> Node 1
[    0.011970] SRAT: PXM 1 -> APIC 0x64 -> Node 1
[    0.011970] SRAT: PXM 1 -> APIC 0x66 -> Node 1
[    0.011971] SRAT: PXM 1 -> APIC 0x68 -> Node 1
[    0.011972] SRAT: PXM 1 -> APIC 0x6a -> Node 1
[    0.011972] SRAT: PXM 1 -> APIC 0x6c -> Node 1
[    0.011973] SRAT: PXM 1 -> APIC 0x6e -> Node 1
[    0.011974] SRAT: PXM 2 -> APIC 0x70 -> Node 2
[    0.011975] SRAT: PXM 2 -> APIC 0x72 -> Node 2
[    0.011975] SRAT: PXM 2 -> APIC 0x74 -> Node 2
[    0.011976] SRAT: PXM 2 -> APIC 0x76 -> Node 2
[    0.011977] SRAT: PXM 2 -> APIC 0x78 -> Node 2
[    0.011977] SRAT: PXM 2 -> APIC 0x7a -> Node 2
[    0.011978] SRAT: PXM 2 -> APIC 0x7c -> Node 2
[    0.011978] SRAT: PXM 2 -> APIC 0x7e -> Node 2
[    0.011979] SRAT: PXM 2 -> APIC 0x80 -> Node 2
[    0.011980] SRAT: PXM 2 -> APIC 0x82 -> Node 2
[    0.011980] SRAT: PXM 2 -> APIC 0x84 -> Node 2
[    0.011981] SRAT: PXM 2 -> APIC 0x86 -> Node 2
[    0.011982] SRAT: PXM 2 -> APIC 0x88 -> Node 2
[    0.011982] SRAT: PXM 2 -> APIC 0x8a -> Node 2
[    0.011983] SRAT: PXM 2 -> APIC 0x8c -> Node 2
[    0.011984] SRAT: PXM 2 -> APIC 0x8e -> Node 2
[    0.011984] SRAT: PXM 2 -> APIC 0x90 -> Node 2
[    0.011985] SRAT: PXM 2 -> APIC 0x92 -> Node 2
[    0.011986] SRAT: PXM 2 -> APIC 0x94 -> Node 2
[    0.011986] SRAT: PXM 2 -> APIC 0x96 -> Node 2
[    0.011987] SRAT: PXM 2 -> APIC 0x98 -> Node 2
[    0.011988] SRAT: PXM 2 -> APIC 0x9a -> Node 2
[    0.011988] SRAT: PXM 2 -> APIC 0x9c -> Node 2
[    0.011989] SRAT: PXM 2 -> APIC 0x9e -> Node 2
[    0.011990] SRAT: PXM 2 -> APIC 0xa0 -> Node 2
[    0.011990] SRAT: PXM 2 -> APIC 0xa2 -> Node 2
[    0.011991] SRAT: PXM 2 -> APIC 0xa4 -> Node 2
[    0.011992] SRAT: PXM 2 -> APIC 0xa6 -> Node 2
[    0.011994] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.011996] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
[    0.011997] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x55ffffffff]
[    0.011998] ACPI: SRAT: Node 1 PXM 1 [mem 0x5600000000-0xaaffffffff]
[    0.011999] ACPI: SRAT: Node 2 PXM 2 [mem 0xab00000000-0xfcffffffff]
[    0.012000] ACPI: SRAT: Node 2 PXM 2 [mem 0x10000000000-0x1033fffffff]
[    0.012002] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[    0.012003] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x55ffffffff] -> [mem 0x00000000-0x55ffffffff]
[    0.012005] NUMA: Node 2 [mem 0xab00000000-0xfcffffffff] + [mem 0x10000000000-0x1033fffffff] -> [mem 0xab00000000-0x1033fffffff]
[    0.012020] memblock_reserve: [0x00000055fffd6000-0x00000055ffffffff] memblock_alloc_range_nid+0xad/0x11b
[    0.012021] NODE_DATA(0) allocated [mem 0x55fffd6000-0x55ffffffff]
[    0.012387] memblock_reserve: [0x000000aafffd6000-0x000000aaffffffff] memblock_alloc_range_nid+0xad/0x11b
[    0.012388] NODE_DATA(1) allocated [mem 0xaafffd6000-0xaaffffffff]
[    0.013038] memblock_reserve: [0x000001033ffd5000-0x000001033fffefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013038] NODE_DATA(2) allocated [mem 0x1033ffd5000-0x1033fffefff]
[    0.013046] MEMBLOCK configuration:
[    0.013047]  memory size = 0x000000ffffef5000 reserved size = 0x00000000083194d0
[    0.013047]  memory.cnt  = 0xa
[    0.013048]  memory[0x0]	[0x0000000000001000-0x000000000009ffff], 0x000000000009f000 bytes on node 0 flags: 0x0
[    0.013049]  memory[0x1]	[0x0000000000100000-0x000000000ef23fff], 0x000000000ee24000 bytes on node 0 flags: 0x0
[    0.013049]  memory[0x2]	[0x000000000ef2d000-0x000000000ef3bfff], 0x000000000000f000 bytes on node 0 flags: 0x0
[    0.013050]  memory[0x3]	[0x000000000ef48000-0x000000000ef60fff], 0x0000000000019000 bytes on node 0 flags: 0x0
[    0.013050]  memory[0x4]	[0x000000000ef66000-0x000000000fee6fff], 0x0000000000f81000 bytes on node 0 flags: 0x0
[    0.013051]  memory[0x5]	[0x000000000ff77000-0x00000000bfffffff], 0x00000000b0089000 bytes on node 0 flags: 0x0
[    0.013051]  memory[0x6]	[0x0000000100000000-0x00000055ffffffff], 0x0000005500000000 bytes on node 0 flags: 0x0
[    0.013052]  memory[0x7]	[0x0000005600000000-0x000000aaffffffff], 0x0000005500000000 bytes on node 1 flags: 0x0
[    0.013052]  memory[0x8]	[0x000000ab00000000-0x000000fcffffffff], 0x0000005200000000 bytes on node 2 flags: 0x0
[    0.013053]  memory[0x9]	[0x0000010000000000-0x000001033fffffff], 0x0000000340000000 bytes on node 2 flags: 0x0
[    0.013053]  reserved.cnt  = 0x13
[    0.013054]  reserved[0x0]	[0x0000000000000000-0x00000000000fffff], 0x0000000000100000 bytes on node 0 flags: 0x0
[    0.013055]  reserved[0x1]	[0x000000000663b000-0x000000000adabfff], 0x0000000004771000 bytes on node 0 flags: 0x0
[    0.013055]  reserved[0x2]	[0x000000000df93000-0x000000000df93fff], 0x0000000000001000 bytes on node 0 flags: 0x0
[    0.013056]  reserved[0x3]	[0x000000000e0a0018-0x000000000e0a0767], 0x0000000000000750 bytes on node 0 flags: 0x0
[    0.013056]  reserved[0x4]	[0x000000000e0a1018-0x000000000e0a2857], 0x0000000000001840 bytes on node 0 flags: 0x0
[    0.013057]  reserved[0x5]	[0x000000000e0a3018-0x000000000e0a5057], 0x0000000000002040 bytes on node 0 flags: 0x0
[    0.013057]  reserved[0x6]	[0x000000000e0a6018-0x000000000e0ae057], 0x0000000000008040 bytes on node 0 flags: 0x0
[    0.013058]  reserved[0x7]	[0x000000000e0b1000-0x000000000e0b1fff], 0x0000000000001000 bytes on node 0 flags: 0x0
[    0.013058]  reserved[0x8]	[0x000000000e564698-0x000000000e564b57], 0x00000000000004c0 bytes on node 0 flags: 0x0
[    0.013059]  reserved[0x9]	[0x000000000e74a000-0x000000000ef23fff], 0x00000000007da000 bytes on node 0 flags: 0x0
[    0.013059]  reserved[0xa]	[0x000000000ef2d000-0x000000000ef3bfff], 0x000000000000f000 bytes on node 0 flags: 0x0
[    0.013060]  reserved[0xb]	[0x000000000ef48000-0x000000000ef60fff], 0x0000000000019000 bytes on node 0 flags: 0x0
[    0.013060]  reserved[0xc]	[0x000000000ef66000-0x000000000fee6fff], 0x0000000000f81000 bytes on node 0 flags: 0x0
[    0.013061]  reserved[0xd]	[0x000000000ff77000-0x000000000fffffff], 0x0000000000089000 bytes on node 0 flags: 0x0
[    0.013061]  reserved[0xe]	[0x00000055fffd6000-0x00000055ffffffff], 0x000000000002a000 bytes flags: 0x0
[    0.013062]  reserved[0xf]	[0x0000007c7a800000-0x0000007c7ca0efff], 0x000000000220f000 bytes on node 1 flags: 0x0
[    0.013062]  reserved[0x10]	[0x000000aafffd6000-0x000000aaffffffff], 0x000000000002a000 bytes flags: 0x0
[    0.013063]  reserved[0x11]	[0x000001033ffd5000-0x000001033fffefff], 0x000000000002a000 bytes flags: 0x0
[    0.013063]  reserved[0x12]	[0x000001033ffff000-0x000001033fffffff], 0x0000000000001000 bytes on node 2 flags: 0x0
[    0.013164] crashkernel: memory value expected
[    0.013167] memblock_alloc_try_nid: 16384 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 memory_present+0x56/0x11d
[    0.013168] memblock_reserve: [0x000001033ffd1000-0x000001033ffd4fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013171] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013172] memblock_reserve: [0x00000055fffd5000-0x00000055fffd5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013176] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013176] memblock_reserve: [0x00000055fffd4000-0x00000055fffd4fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013180] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013180] memblock_reserve: [0x00000055fffd3000-0x00000055fffd3fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013184] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013185] memblock_reserve: [0x00000055fffd2000-0x00000055fffd2fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013190] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013190] memblock_reserve: [0x00000055fffd1000-0x00000055fffd1fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013196] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013196] memblock_reserve: [0x00000055fffd0000-0x00000055fffd0fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013202] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013203] memblock_reserve: [0x00000055fffcf000-0x00000055fffcffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013209] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013210] memblock_reserve: [0x00000055fffce000-0x00000055fffcefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013217] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013218] memblock_reserve: [0x00000055fffcd000-0x00000055fffcdfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013225] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013226] memblock_reserve: [0x00000055fffcc000-0x00000055fffccfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013234] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013235] memblock_reserve: [0x00000055fffcb000-0x00000055fffcbfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013243] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013244] memblock_reserve: [0x000000aafffd5000-0x000000aafffd5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013254] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013254] memblock_reserve: [0x000000aafffd4000-0x000000aafffd4fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013264] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013264] memblock_reserve: [0x000000aafffd3000-0x000000aafffd3fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013275] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013275] memblock_reserve: [0x000000aafffd2000-0x000000aafffd2fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013287] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013287] memblock_reserve: [0x000000aafffd1000-0x000000aafffd1fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013299] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013300] memblock_reserve: [0x000000aafffd0000-0x000000aafffd0fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013312] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013313] memblock_reserve: [0x000000aafffcf000-0x000000aafffcffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013325] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013326] memblock_reserve: [0x000000aafffce000-0x000000aafffcefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013339] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013340] memblock_reserve: [0x000000aafffcd000-0x000000aafffcdfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013354] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013355] memblock_reserve: [0x000000aafffcc000-0x000000aafffccfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013370] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013370] memblock_reserve: [0x000000aafffcb000-0x000000aafffcbfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013386] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013387] memblock_reserve: [0x000001033ffd0000-0x000001033ffd0fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013402] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013403] memblock_reserve: [0x000001033ffcf000-0x000001033ffcffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013419] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013420] memblock_reserve: [0x000001033ffce000-0x000001033ffcefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013437] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013438] memblock_reserve: [0x000001033ffcd000-0x000001033ffcdfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013455] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013456] memblock_reserve: [0x000001033ffcc000-0x000001033ffccfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013474] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013475] memblock_reserve: [0x000001033ffcb000-0x000001033ffcbfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013494] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013494] memblock_reserve: [0x000001033ffca000-0x000001033ffcafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013514] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013514] memblock_reserve: [0x000001033ffc9000-0x000001033ffc9fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013534] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013535] memblock_reserve: [0x000001033ffc8000-0x000001033ffc8fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013555] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013556] memblock_reserve: [0x000001033ffc7000-0x000001033ffc7fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013570] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013570] memblock_reserve: [0x000001033ffc6000-0x000001033ffc6fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013590] memblock_alloc_try_nid: 109760 bytes align=0x40 nid=0 from=0x00000055f8000000 max_addr=0x0000005600000000 sparse_init_nid+0x8f/0x401
[    0.013591] memblock_reserve: [0x00000055fffb0340-0x00000055fffcafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013596] memblock_alloc_exact_nid_raw: 5754585088 bytes align=0x200000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x11c/0x401
[    0.013597] memblock_reserve: [0x00000054a8e00000-0x00000055ffdfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013600] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013600] memblock_reserve: [0x00000055fffaf000-0x00000055fffaffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013601] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013602] memblock_reserve: [0x00000055fffae000-0x00000055fffaefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013624] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013625] memblock_reserve: [0x00000055fffad000-0x00000055fffadfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013648] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013649] memblock_reserve: [0x00000055fffac000-0x00000055fffacfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013671] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013672] memblock_reserve: [0x00000055fffab000-0x00000055fffabfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013694] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013695] memblock_reserve: [0x00000055fffaa000-0x00000055fffaafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013717] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013718] memblock_reserve: [0x00000055fffa9000-0x00000055fffa9fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013737] memblock_alloc_try_nid: 108800 bytes align=0x40 nid=1 from=0x000000aaf8000000 max_addr=0x000000ab00000000 sparse_init_nid+0x8f/0x401
[    0.013738] memblock_reserve: [0x000000aafffb0700-0x000000aafffcafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013742] memblock_alloc_exact_nid_raw: 5704253440 bytes align=0x200000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x11c/0x401
[    0.013743] memblock_reserve: [0x000000a9abe00000-0x000000aaffdfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013758] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013759] memblock_reserve: [0x000000aafffaf000-0x000000aafffaffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013782] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013783] memblock_reserve: [0x000000aafffae000-0x000000aafffaefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013806] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013806] memblock_reserve: [0x000000aafffad000-0x000000aafffadfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013828] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013829] memblock_reserve: [0x000000aafffac000-0x000000aafffacfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013851] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013851] memblock_reserve: [0x000000aafffab000-0x000000aafffabfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013877] memblock_alloc_try_nid: 109120 bytes align=0x40 nid=2 from=0x0000010338000000 max_addr=0x0000010340000000 sparse_init_nid+0x8f/0x401
[    0.013877] memblock_reserve: [0x000001033ffab5c0-0x000001033ffc5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013883] memblock_alloc_exact_nid_raw: 5721030656 bytes align=0x200000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x11c/0x401
[    0.013883] memblock_reserve: [0x00000101eae00000-0x000001033fdfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013891] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013892] memblock_reserve: [0x000001033ffaa000-0x000001033ffaafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013914] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013915] memblock_reserve: [0x000001033ffa9000-0x000001033ffa9fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013938] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013939] memblock_reserve: [0x000001033ffa8000-0x000001033ffa8fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013961] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013962] memblock_reserve: [0x000001033ffa7000-0x000001033ffa7fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013984] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013985] memblock_reserve: [0x000001033ffa6000-0x000001033ffa6fff] memblock_alloc_range_nid+0xad/0x11b
[    0.014004] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.014004] memblock_reserve: [0x000001033ffa5000-0x000001033ffa5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.014012] Zone ranges:
[    0.014012]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014013]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014013]   Normal   [mem 0x0000000100000000-0x000001033fffffff]
[    0.014014]   Device   empty
[    0.014014] Movable zone start for each node
[    0.014016] Early memory node ranges
[    0.014017]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.014017]   node   0: [mem 0x0000000000100000-0x000000000ef23fff]
[    0.014018]   node   0: [mem 0x000000000ef2d000-0x000000000ef3bfff]
[    0.014018]   node   0: [mem 0x000000000ef48000-0x000000000ef60fff]
[    0.014019]   node   0: [mem 0x000000000ef66000-0x000000000fee6fff]
[    0.014019]   node   0: [mem 0x000000000ff77000-0x00000000bfffffff]
[    0.014020]   node   0: [mem 0x0000000100000000-0x00000055ffffffff]
[    0.014033]   node   1: [mem 0x0000005600000000-0x000000aaffffffff]
[    0.014048]   node   2: [mem 0x000000ab00000000-0x000000fcffffffff]
[    0.014062]   node   2: [mem 0x0000010000000000-0x000001033fffffff]
[    0.014798] Zeroed struct page in unavailable ranges: 267 pages
[    0.014799] Initmem setup node 0 [mem 0x0000000000001000-0x00000055ffffffff]
[    0.014800] On node 0 totalpages: 89915125
[    0.014801]   DMA zone: 64 pages used for memmap
[    0.014801]   DMA zone: 159 pages reserved
[    0.014801]   DMA zone: 3999 pages, LIFO batch:0
[    0.014825]   DMA32 zone: 12222 pages used for memmap
[    0.014825]   DMA32 zone: 782166 pages, LIFO batch:63
[    0.026124]   Normal zone: 1392640 pages used for memmap
[    0.026126]   Normal zone: 89128960 pages, LIFO batch:63
[    0.026640] Initmem setup node 1 [mem 0x0000005600000000-0x000000aaffffffff]
[    0.026642] On node 1 totalpages: 89128960
[    0.026643]   Normal zone: 1392640 pages used for memmap
[    0.026643]   Normal zone: 89128960 pages, LIFO batch:63
[    0.027419] Initmem setup node 2 [mem 0x000000ab00000000-0x000001033fffffff]
[    0.027421] On node 2 totalpages: 89391104
[    0.027422]   Normal zone: 1445888 pages used for memmap
[    0.027422]   Normal zone: 89391104 pages, LIFO batch:63
[    2.005629] ACPI: PM-Timer IO Port: 0x448
[    2.005633] ACPI: Local APIC address 0xfee00000
[    2.005653] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    2.005653] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    2.005653] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    2.005654] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    2.005654] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    2.005654] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    2.005655] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    2.005655] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    2.005656] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    2.005656] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    2.005656] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    2.005657] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    2.005657] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    2.005658] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    2.005658] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    2.005658] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    2.005659] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    2.005659] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    2.005659] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    2.005660] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    2.005660] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    2.005660] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    2.005661] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    2.005661] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    2.005661] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    2.005662] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    2.005662] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    2.005662] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    2.005663] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    2.005663] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    2.005663] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    2.005663] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    2.005664] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[    2.005664] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[    2.005664] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[    2.005665] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[    2.005665] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[    2.005665] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[    2.005666] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[    2.005666] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[    2.005666] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[    2.005667] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[    2.005667] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[    2.005667] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[    2.005668] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[    2.005668] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[    2.005668] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[    2.005669] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[    2.005669] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[    2.005669] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[    2.005670] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[    2.005670] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[    2.005670] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[    2.005671] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[    2.005671] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[    2.005671] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[    2.005672] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[    2.005672] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[    2.005672] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[    2.005673] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[    2.005673] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[    2.005673] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[    2.005674] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[    2.005674] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[    2.005675] ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
[    2.005675] ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
[    2.005676] ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
[    2.005676] ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
[    2.005677] ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
[    2.005677] ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
[    2.005677] ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
[    2.005678] ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
[    2.005678] ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
[    2.005678] ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
[    2.005679] ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
[    2.005679] ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
[    2.005679] ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
[    2.005680] ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
[    2.005680] ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
[    2.005680] ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
[    2.005681] ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
[    2.005681] ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
[    2.005681] ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
[    2.005682] ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
[    2.005712] IOAPIC[0]: apic_id 84, version 32, address 0xfec00000, GSI 0-23
[    2.005714] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    2.005716] ACPI: IRQ0 used by override.
[    2.005717] ACPI: IRQ9 used by override.
[    2.005719] Using ACPI (MADT) for SMP configuration information
[    2.005720] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[    2.005729] memblock_alloc_try_nid: 73 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 acpi_parse_hpet+0xca/0x132
[    2.005733] memblock_reserve: [0x000001033ffab540-0x000001033ffab588] memblock_alloc_range_nid+0xad/0x11b
[    2.005738] smpboot: Allowing 84 CPUs, 0 hotplug CPUs
[    2.005745] memblock_alloc_try_nid: 75 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 io_apic_init_mappings+0x37/0x1c2
[    2.005746] memblock_reserve: [0x000001033ffab4c0-0x000001033ffab50a] memblock_alloc_range_nid+0xad/0x11b
[    2.005753] memblock_alloc_try_nid: 1536 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 e820__reserve_resources+0x2a/0x198
[    2.005754] memblock_reserve: [0x000001033ffa4a00-0x000001033ffa4fff] memblock_alloc_range_nid+0xad/0x11b
[    2.005764] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005766] memblock_reserve: [0x000001033ffab440-0x000001033ffab4a7] memblock_alloc_range_nid+0xad/0x11b
[    2.005769] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005771] memblock_reserve: [0x000001033ffab3c0-0x000001033ffab427] memblock_alloc_range_nid+0xad/0x11b
[    2.005773] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005775] memblock_reserve: [0x000001033ffab340-0x000001033ffab3a7] memblock_alloc_range_nid+0xad/0x11b
[    2.005778] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005779] memblock_reserve: [0x000001033ffab2c0-0x000001033ffab327] memblock_alloc_range_nid+0xad/0x11b
[    2.005782] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005784] memblock_reserve: [0x000001033ffab240-0x000001033ffab2a7] memblock_alloc_range_nid+0xad/0x11b
[    2.005786] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005788] memblock_reserve: [0x000001033ffab1c0-0x000001033ffab227] memblock_alloc_range_nid+0xad/0x11b
[    2.005791] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005792] memblock_reserve: [0x000001033ffab140-0x000001033ffab1a7] memblock_alloc_range_nid+0xad/0x11b
[    2.005795] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005797] memblock_reserve: [0x000001033ffab0c0-0x000001033ffab127] memblock_alloc_range_nid+0xad/0x11b
[    2.005799] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005801] memblock_reserve: [0x000001033ffab040-0x000001033ffab0a7] memblock_alloc_range_nid+0xad/0x11b
[    2.005804] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005806] memblock_reserve: [0x000001033ffa4980-0x000001033ffa49e7] memblock_alloc_range_nid+0xad/0x11b
[    2.005808] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005810] memblock_reserve: [0x000001033ffa4900-0x000001033ffa4967] memblock_alloc_range_nid+0xad/0x11b
[    2.005813] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005815] memblock_reserve: [0x000001033ffa4880-0x000001033ffa48e7] memblock_alloc_range_nid+0xad/0x11b
[    2.005817] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005819] memblock_reserve: [0x000001033ffa4800-0x000001033ffa4867] memblock_alloc_range_nid+0xad/0x11b
[    2.005822] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005824] memblock_reserve: [0x000001033ffa4780-0x000001033ffa47e7] memblock_alloc_range_nid+0xad/0x11b
[    2.005827] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005829] memblock_reserve: [0x000001033ffa4700-0x000001033ffa4767] memblock_alloc_range_nid+0xad/0x11b
[    2.005831] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005834] memblock_reserve: [0x000001033ffa4680-0x000001033ffa46e7] memblock_alloc_range_nid+0xad/0x11b
[    2.005836] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005838] memblock_reserve: [0x000001033ffa4600-0x000001033ffa4667] memblock_alloc_range_nid+0xad/0x11b
[    2.005841] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    2.005843] memblock_reserve: [0x000001033ffa4580-0x000001033ffa45e7] memblock_alloc_range_nid+0xad/0x11b
[    2.005849] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005851] memblock_reserve: [0x000001033ffab000-0x000001033ffab01f] memblock_alloc_range_nid+0xad/0x11b
[    2.005852] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    2.005854] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005857] memblock_reserve: [0x000001033ffa4540-0x000001033ffa455f] memblock_alloc_range_nid+0xad/0x11b
[    2.005858] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    2.005859] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    2.005861] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005864] memblock_reserve: [0x000001033ffa4500-0x000001033ffa451f] memblock_alloc_range_nid+0xad/0x11b
[    2.005865] PM: hibernation: Registered nosave memory: [mem 0x0e0a1000-0x0e0a1fff]
[    2.005866] PM: hibernation: Registered nosave memory: [mem 0x0e0a2000-0x0e0a2fff]
[    2.005867] PM: hibernation: Registered nosave memory: [mem 0x0e0a3000-0x0e0a3fff]
[    2.005869] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005872] memblock_reserve: [0x000001033ffa44c0-0x000001033ffa44df] memblock_alloc_range_nid+0xad/0x11b
[    2.005873] PM: hibernation: Registered nosave memory: [mem 0x0e0a5000-0x0e0a5fff]
[    2.005874] PM: hibernation: Registered nosave memory: [mem 0x0e0a6000-0x0e0a6fff]
[    2.005876] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005878] memblock_reserve: [0x000001033ffa4480-0x000001033ffa449f] memblock_alloc_range_nid+0xad/0x11b
[    2.005880] PM: hibernation: Registered nosave memory: [mem 0x0e0ae000-0x0e0aefff]
[    2.005882] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005884] memblock_reserve: [0x000001033ffa4440-0x000001033ffa445f] memblock_alloc_range_nid+0xad/0x11b
[    2.005886] PM: hibernation: Registered nosave memory: [mem 0x0ef24000-0x0ef2cfff]
[    2.005888] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005890] memblock_reserve: [0x000001033ffa4400-0x000001033ffa441f] memblock_alloc_range_nid+0xad/0x11b
[    2.005891] PM: hibernation: Registered nosave memory: [mem 0x0ef3c000-0x0ef41fff]
[    2.005892] PM: hibernation: Registered nosave memory: [mem 0x0ef42000-0x0ef47fff]
[    2.005894] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005897] memblock_reserve: [0x000001033ffa43c0-0x000001033ffa43df] memblock_alloc_range_nid+0xad/0x11b
[    2.005898] PM: hibernation: Registered nosave memory: [mem 0x0ef61000-0x0ef65fff]
[    2.005900] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005903] memblock_reserve: [0x000001033ffa4380-0x000001033ffa439f] memblock_alloc_range_nid+0xad/0x11b
[    2.005904] PM: hibernation: Registered nosave memory: [mem 0x0fee7000-0x0ff56fff]
[    2.005905] PM: hibernation: Registered nosave memory: [mem 0x0ff57000-0x0ff72fff]
[    2.005906] PM: hibernation: Registered nosave memory: [mem 0x0ff73000-0x0ff76fff]
[    2.005908] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005915] memblock_reserve: [0x000001033ffa4340-0x000001033ffa435f] memblock_alloc_range_nid+0xad/0x11b
[    2.005916] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xffbfffff]
[    2.005916] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffc29fff]
[    2.005917] PM: hibernation: Registered nosave memory: [mem 0xffc2a000-0xffffffff]
[    2.005918] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    2.005919] memblock_reserve: [0x000001033ffa4300-0x000001033ffa431f] memblock_alloc_range_nid+0xad/0x11b
[    2.005920] PM: hibernation: Registered nosave memory: [mem 0xfd00000000-0xffffffffff]
[    2.005922] [mem 0xc0000000-0xffbfffff] available for PCI devices
[    2.005924] Booting paravirtualized kernel on VMware hypervisor
[    2.005927] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    2.009195] memblock_alloc_try_nid: 134 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 start_kernel+0xfd/0x57a
[    2.009200] memblock_reserve: [0x000001033ffa4240-0x000001033ffa42c5] memblock_alloc_range_nid+0xad/0x11b
[    2.009202] memblock_alloc_try_nid: 134 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 start_kernel+0x111/0x57a
[    2.009203] memblock_reserve: [0x000001033ffa4180-0x000001033ffa4205] memblock_alloc_range_nid+0xad/0x11b
[    2.009206] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:84 nr_cpu_ids:84 nr_node_ids:3
[    2.009259] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_alloc_info+0x52/0x84
[    2.009261] memblock_reserve: [0x000001033ffa3000-0x000001033ffa3fff] memblock_alloc_range_nid+0xad/0x11b
[    2.009265] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_embed_first_chunk+0x72/0x30d
[    2.009266] memblock_reserve: [0x000001033ffa2000-0x000001033ffa2fff] memblock_alloc_range_nid+0xad/0x11b
[    2.009273] memblock_alloc_try_nid: 8388608 bytes align=0x200000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 pcpu_fc_alloc+0xf5/0x147
[    2.009274] memblock_reserve: [0x00000054a8600000-0x00000054a8dfffff] memblock_alloc_range_nid+0xad/0x11b
[    2.011002] memblock_alloc_try_nid: 8388608 bytes align=0x200000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 pcpu_fc_alloc+0xf5/0x147
[    2.011003] memblock_reserve: [0x000000a9ab600000-0x000000a9abdfffff] memblock_alloc_range_nid+0xad/0x11b
[    2.013632] memblock_alloc_try_nid: 8388608 bytes align=0x200000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 pcpu_fc_alloc+0xf5/0x147
[    2.013633] memblock_reserve: [0x00000101ea600000-0x00000101eadfffff] memblock_alloc_range_nid+0xad/0x11b
[    2.016283] memblock_free: [0x00000054a8638000-0x00000054a863ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016306] memblock_free: [0x00000054a8678000-0x00000054a867ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016328] memblock_free: [0x00000054a86b8000-0x00000054a86bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016351] memblock_free: [0x00000054a86f8000-0x00000054a86fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016372] memblock_free: [0x00000054a8738000-0x00000054a873ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016395] memblock_free: [0x00000054a8778000-0x00000054a877ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016415] memblock_free: [0x00000054a87b8000-0x00000054a87bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016437] memblock_free: [0x00000054a87f8000-0x00000054a87fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016462] memblock_free: [0x00000054a8838000-0x00000054a883ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016488] memblock_free: [0x00000054a8878000-0x00000054a887ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016514] memblock_free: [0x00000054a88b8000-0x00000054a88bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016539] memblock_free: [0x00000054a88f8000-0x00000054a88fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016564] memblock_free: [0x00000054a8938000-0x00000054a893ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016588] memblock_free: [0x00000054a8978000-0x00000054a897ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016613] memblock_free: [0x00000054a89b8000-0x00000054a89bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016638] memblock_free: [0x00000054a89f8000-0x00000054a89fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016661] memblock_free: [0x00000054a8a38000-0x00000054a8a3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016684] memblock_free: [0x00000054a8a78000-0x00000054a8a7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016706] memblock_free: [0x00000054a8ab8000-0x00000054a8abffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016728] memblock_free: [0x00000054a8af8000-0x00000054a8afffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016752] memblock_free: [0x00000054a8b38000-0x00000054a8b3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016775] memblock_free: [0x00000054a8b78000-0x00000054a8b7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016799] memblock_free: [0x00000054a8bb8000-0x00000054a8bbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016822] memblock_free: [0x00000054a8bf8000-0x00000054a8bfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016839] memblock_free: [0x00000054a8c38000-0x00000054a8c3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016855] memblock_free: [0x00000054a8c78000-0x00000054a8c7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016872] memblock_free: [0x00000054a8cb8000-0x00000054a8cbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016889] memblock_free: [0x00000054a8cf8000-0x00000054a8cfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016891] memblock_free: [0x00000054a8d00000-0x00000054a8d3ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.016892] memblock_free: [0x00000054a8d40000-0x00000054a8d7ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.016893] memblock_free: [0x00000054a8d80000-0x00000054a8dbffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.016895] memblock_free: [0x00000054a8dc0000-0x00000054a8dfffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.016926] memblock_free: [0x000000a9ab638000-0x000000a9ab63ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016957] memblock_free: [0x000000a9ab678000-0x000000a9ab67ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.016987] memblock_free: [0x000000a9ab6b8000-0x000000a9ab6bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017017] memblock_free: [0x000000a9ab6f8000-0x000000a9ab6fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017049] memblock_free: [0x000000a9ab738000-0x000000a9ab73ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017080] memblock_free: [0x000000a9ab778000-0x000000a9ab77ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017112] memblock_free: [0x000000a9ab7b8000-0x000000a9ab7bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017144] memblock_free: [0x000000a9ab7f8000-0x000000a9ab7fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017169] memblock_free: [0x000000a9ab838000-0x000000a9ab83ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017193] memblock_free: [0x000000a9ab878000-0x000000a9ab87ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017218] memblock_free: [0x000000a9ab8b8000-0x000000a9ab8bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017243] memblock_free: [0x000000a9ab8f8000-0x000000a9ab8fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017269] memblock_free: [0x000000a9ab938000-0x000000a9ab93ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017295] memblock_free: [0x000000a9ab978000-0x000000a9ab97ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017320] memblock_free: [0x000000a9ab9b8000-0x000000a9ab9bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017356] memblock_free: [0x000000a9ab9f8000-0x000000a9ab9fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017372] memblock_free: [0x000000a9aba38000-0x000000a9aba3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017388] memblock_free: [0x000000a9aba78000-0x000000a9aba7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017404] memblock_free: [0x000000a9abab8000-0x000000a9ababffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017418] memblock_free: [0x000000a9abaf8000-0x000000a9abafffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017432] memblock_free: [0x000000a9abb38000-0x000000a9abb3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017445] memblock_free: [0x000000a9abb78000-0x000000a9abb7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017458] memblock_free: [0x000000a9abbb8000-0x000000a9abbbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017470] memblock_free: [0x000000a9abbf8000-0x000000a9abbfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017488] memblock_free: [0x000000a9abc38000-0x000000a9abc3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017507] memblock_free: [0x000000a9abc78000-0x000000a9abc7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017527] memblock_free: [0x000000a9abcb8000-0x000000a9abcbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017547] memblock_free: [0x000000a9abcf8000-0x000000a9abcfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017548] memblock_free: [0x000000a9abd00000-0x000000a9abd3ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017550] memblock_free: [0x000000a9abd40000-0x000000a9abd7ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017551] memblock_free: [0x000000a9abd80000-0x000000a9abdbffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017552] memblock_free: [0x000000a9abdc0000-0x000000a9abdfffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017565] memblock_free: [0x00000101ea638000-0x00000101ea63ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017577] memblock_free: [0x00000101ea678000-0x00000101ea67ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017590] memblock_free: [0x00000101ea6b8000-0x00000101ea6bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017601] memblock_free: [0x00000101ea6f8000-0x00000101ea6fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017617] memblock_free: [0x00000101ea738000-0x00000101ea73ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017631] memblock_free: [0x00000101ea778000-0x00000101ea77ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017646] memblock_free: [0x00000101ea7b8000-0x00000101ea7bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017661] memblock_free: [0x00000101ea7f8000-0x00000101ea7fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017671] memblock_free: [0x00000101ea838000-0x00000101ea83ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017681] memblock_free: [0x00000101ea878000-0x00000101ea87ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017691] memblock_free: [0x00000101ea8b8000-0x00000101ea8bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017701] memblock_free: [0x00000101ea8f8000-0x00000101ea8fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017711] memblock_free: [0x00000101ea938000-0x00000101ea93ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017722] memblock_free: [0x00000101ea978000-0x00000101ea97ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017725] memblock: reserved is doubled to 256 at [0x000001033ffa0000-0x000001033ffa17ff]
[    2.017732] memblock_reserve: [0x000001033ffa0000-0x000001033ffa1fff] memblock_double_array+0x236/0x26f
[    2.017743] memblock_free: [0x00000101ea9b8000-0x00000101ea9bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017754] memblock_free: [0x00000101ea9f8000-0x00000101ea9fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017763] memblock_free: [0x00000101eaa38000-0x00000101eaa3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017772] memblock_free: [0x00000101eaa78000-0x00000101eaa7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017781] memblock_free: [0x00000101eaab8000-0x00000101eaabffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017790] memblock_free: [0x00000101eaaf8000-0x00000101eaafffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017800] memblock_free: [0x00000101eab38000-0x00000101eab3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017809] memblock_free: [0x00000101eab78000-0x00000101eab7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017819] memblock_free: [0x00000101eabb8000-0x00000101eabbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017828] memblock_free: [0x00000101eabf8000-0x00000101eabfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017838] memblock_free: [0x00000101eac38000-0x00000101eac3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017848] memblock_free: [0x00000101eac78000-0x00000101eac7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017858] memblock_free: [0x00000101eacb8000-0x00000101eacbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017867] memblock_free: [0x00000101eacf8000-0x00000101eacfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    2.017869] memblock_free: [0x00000101ead00000-0x00000101ead3ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017870] memblock_free: [0x00000101ead40000-0x00000101ead7ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017872] memblock_free: [0x00000101ead80000-0x00000101eadbffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017873] memblock_free: [0x00000101eadc0000-0x00000101eadfffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    2.017874] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    2.017877] memblock_alloc_try_nid: 24 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x2f4/0x71b
[    2.017879] memblock_reserve: [0x000001033ffa4140-0x000001033ffa4157] memblock_alloc_range_nid+0xad/0x11b
[    2.017881] memblock_alloc_try_nid: 24 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x327/0x71b
[    2.017882] memblock_reserve: [0x000001033ffa4100-0x000001033ffa4117] memblock_alloc_range_nid+0xad/0x11b
[    2.017884] memblock_alloc_try_nid: 336 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x348/0x71b
[    2.017885] memblock_reserve: [0x000001033ff9fe80-0x000001033ff9ffcf] memblock_alloc_range_nid+0xad/0x11b
[    2.017887] memblock_alloc_try_nid: 672 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x368/0x71b
[    2.017888] memblock_reserve: [0x000001033ff9fbc0-0x000001033ff9fe5f] memblock_alloc_range_nid+0xad/0x11b
[    2.017891] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    2.017892] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    2.017895] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 -- -- -- -- 
[    2.017897] pcpu-alloc: [1] 28 29 30 31 32 33 34 35 [1] 36 37 38 39 40 41 42 43 
[    2.017899] pcpu-alloc: [1] 44 45 46 47 48 49 50 51 [1] 52 53 54 55 -- -- -- -- 
[    2.017901] pcpu-alloc: [2] 56 57 58 59 60 61 62 63 [2] 64 65 66 67 68 69 70 71 
[    2.017903] pcpu-alloc: [2] 72 73 74 75 76 77 78 79 [2] 80 81 82 83 -- -- -- -- 
[    2.017906] memblock_alloc_try_nid: 288 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x641/0x71b
[    2.017907] memblock_reserve: [0x000001033ff9fa80-0x000001033ff9fb9f] memblock_alloc_range_nid+0xad/0x11b
[    2.017909] memblock_alloc_try_nid: 121 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x74/0x21c
[    2.017910] memblock_reserve: [0x000001033ffa4080-0x000001033ffa40f8] memblock_alloc_range_nid+0xad/0x11b
[    2.017912] memblock_alloc_try_nid: 256 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xc3/0x21c
[    2.017913] memblock_reserve: [0x000001033ff9f980-0x000001033ff9fa7f] memblock_alloc_range_nid+0xad/0x11b
[    2.017915] memblock_alloc_try_nid: 264 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x100/0x21c
[    2.017917] memblock_reserve: [0x000001033ff9f840-0x000001033ff9f947] memblock_alloc_range_nid+0xad/0x11b
[    2.017918] memblock_alloc_try_nid: 64 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x11e/0x21c
[    2.017919] memblock_reserve: [0x000001033ffa4040-0x000001033ffa407f] memblock_alloc_range_nid+0xad/0x11b
[    2.017921] memblock_alloc_try_nid: 121 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x74/0x21c
[    2.017922] memblock_reserve: [0x000001033ff9f7c0-0x000001033ff9f838] memblock_alloc_range_nid+0xad/0x11b
[    2.017924] memblock_alloc_try_nid: 896 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xc3/0x21c
[    2.017925] memblock_reserve: [0x000001033ff9f440-0x000001033ff9f7bf] memblock_alloc_range_nid+0xad/0x11b
[    2.017928] memblock_alloc_try_nid: 904 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x100/0x21c
[    2.017929] memblock_reserve: [0x000001033ff9f080-0x000001033ff9f407] memblock_alloc_range_nid+0xad/0x11b
[    2.017931] memblock_alloc_try_nid: 224 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x11e/0x21c
[    2.017932] memblock_reserve: [0x000001033ff9ef80-0x000001033ff9f05f] memblock_alloc_range_nid+0xad/0x11b
[    2.017936] memblock_free: [0x000001033ffa3000-0x000001033ffa3fff] pcpu_embed_first_chunk+0x2c7/0x30d
[    2.017937] memblock_free: [0x000001033ffa2000-0x000001033ffa2fff] pcpu_embed_first_chunk+0x2fc/0x30d
[    2.017945] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    2.017946] memblock_reserve: [0x000001033ffa4000-0x000001033ffa400f] memblock_alloc_range_nid+0xad/0x11b
[    2.017948] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    2.017949] memblock_reserve: [0x000001033ffa3fc0-0x000001033ffa3fcf] memblock_alloc_range_nid+0xad/0x11b
[    2.017951] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    2.017952] memblock_reserve: [0x000001033ffa3f80-0x000001033ffa3f8f] memblock_alloc_range_nid+0xad/0x11b
[    2.017954] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    2.017956] memblock_reserve: [0x000001033ffa3f40-0x000001033ffa3f4f] memblock_alloc_range_nid+0xad/0x11b
[    2.017957] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    2.017959] memblock_reserve: [0x000001033ffa3f00-0x000001033ffa3f0f] memblock_alloc_range_nid+0xad/0x11b
[    2.017960] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    2.017961] memblock_reserve: [0x000001033ffa3ec0-0x000001033ffa3ecf] memblock_alloc_range_nid+0xad/0x11b
[    2.017963] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    2.017964] memblock_reserve: [0x000001033ffa3e80-0x000001033ffa3e8f] memblock_alloc_range_nid+0xad/0x11b
[    2.017978] Built 3 zonelists, mobility grouping on.  Total pages: 264191576
[    2.017979] Policy zone: Normal
[    2.017981] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.7.0 root=UUID=406a3e6d-4dc9-4837-895c-2508f1e1fbe0 ro crashkernel=auto rhgb quiet memblock=debug
[    2.018112] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018114] memblock_reserve: [0x000001033ffa2000-0x000001033ffa2fff] memblock_alloc_range_nid+0xad/0x11b
[    2.018117] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018119] memblock_reserve: [0x000001033ff9d000-0x000001033ff9dfff] memblock_alloc_range_nid+0xad/0x11b
[    2.018122] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018123] memblock_reserve: [0x000001033ff9c000-0x000001033ff9cfff] memblock_alloc_range_nid+0xad/0x11b
[    2.018207] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018208] memblock_reserve: [0x000001033ff9b000-0x000001033ff9bfff] memblock_alloc_range_nid+0xad/0x11b
[    2.018296] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018298] memblock_reserve: [0x000001033ff9a000-0x000001033ff9afff] memblock_alloc_range_nid+0xad/0x11b
[    2.018391] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018393] memblock_reserve: [0x000001033ff99000-0x000001033ff99fff] memblock_alloc_range_nid+0xad/0x11b
[    2.018494] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018495] memblock_reserve: [0x000001033ff98000-0x000001033ff98fff] memblock_alloc_range_nid+0xad/0x11b
[    2.018602] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018604] memblock_reserve: [0x000001033ff97000-0x000001033ff97fff] memblock_alloc_range_nid+0xad/0x11b
[    2.018715] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018716] memblock_reserve: [0x000001033ff96000-0x000001033ff96fff] memblock_alloc_range_nid+0xad/0x11b
[    2.018836] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018837] memblock_reserve: [0x000001033ff95000-0x000001033ff95fff] memblock_alloc_range_nid+0xad/0x11b
[    2.018987] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    2.018988] memblock_reserve: [0x000001033ff94000-0x000001033ff94fff] memblock_alloc_range_nid+0xad/0x11b
[    2.019124] mem auto-init: stack:off, heap alloc:off, heap free:off
[    2.019130] memblock_alloc_try_nid: 67108864 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x00000000ffffffff swiotlb_init+0x4b/0xa8
[    2.019133] memblock_reserve: [0x00000000bc000000-0x00000000bfffffff] memblock_alloc_range_nid+0xad/0x11b
[    2.030816] memblock_alloc_try_nid: 131072 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 swiotlb_init_with_tbl+0x6e/0x13b
[    2.030818] memblock_reserve: [0x000001033ff74000-0x000001033ff93fff] memblock_alloc_range_nid+0xad/0x11b
[    2.030856] memblock_alloc_try_nid: 262144 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 swiotlb_init_with_tbl+0xa5/0x13b
[    2.030857] memblock_reserve: [0x000001033ff34000-0x000001033ff73fff] memblock_alloc_range_nid+0xad/0x11b
[    3.245623] Memory: 347306780K/1073740756K available (12292K kernel code, 2140K rwdata, 4456K rodata, 2332K init, 6164K bss, 16996436K reserved, 0K cma-reserved)
[    3.247964] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=84, Nodes=3
[    3.248012] Kernel/User page tables isolation: enabled
[    3.248061] ftrace: allocating 38058 entries in 149 pages
[    3.261058] ftrace: allocated 149 pages with 4 groups
[    3.262036] rcu: Hierarchical RCU implementation.
[    3.262037] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=84.
[    3.262039] 	Rude variant of Tasks RCU enabled.
[    3.262040] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    3.262040] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=84
[    3.264523] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    3.265033] Console: colour dummy device 80x25
[    3.265084] printk: console [tty0] enabled
[    3.265220] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    3.265224] ACPI: Core revision 20200430
[    3.269883] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    3.269972] APIC: Switch to symmetric I/O mode setup
[    3.271457] x2apic enabled
[    3.273163] Switched APIC routing to physical x2apic.
[    3.275150] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    3.275196] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e3306b9ada, max_idle_ns: 440795224413 ns
[    3.275200] Calibrating delay loop (skipped) preset value.. 4190.15 BogoMIPS (lpj=2095078)
[    3.275203] pid_max: default: 86016 minimum: 672
[    3.275447] __memblock_free_late: [0x000000000ffbf000-0x000000000fffffff] efi_free_boot_services+0x15c/0x24c
[    3.275464] __memblock_free_late: [0x000000000ff77000-0x000000000ffbefff] efi_free_boot_services+0x15c/0x24c
[    3.275493] __memblock_free_late: [0x000000000fdf7000-0x000000000fee6fff] efi_free_boot_services+0x15c/0x24c
[    3.275570] __memblock_free_late: [0x000000000ef90000-0x000000000fdf6fff] efi_free_boot_services+0x15c/0x24c
[    3.276425] __memblock_free_late: [0x000000000ef66000-0x000000000ef8ffff] efi_free_boot_services+0x15c/0x24c
[    3.276438] __memblock_free_late: [0x000000000ef48000-0x000000000ef60fff] efi_free_boot_services+0x15c/0x24c
[    3.276444] __memblock_free_late: [0x000000000ef2d000-0x000000000ef3bfff] efi_free_boot_services+0x15c/0x24c
[    3.276454] __memblock_free_late: [0x000000000eee2000-0x000000000ef23fff] efi_free_boot_services+0x15c/0x24c
[    3.276508] __memblock_free_late: [0x000000000e8e0000-0x000000000eee1fff] efi_free_boot_services+0x15c/0x24c
[    3.276756] __memblock_free_late: [0x000000000e74a000-0x000000000e8dffff] efi_free_boot_services+0x15c/0x24c
[    3.276804] __memblock_free_late: [0x000000000e0b1000-0x000000000e0b1fff] efi_free_boot_services+0x15c/0x24c
[    3.276806] __memblock_free_late: [0x000000000df93000-0x000000000df93fff] efi_free_boot_services+0x15c/0x24c
[    3.277223] LSM: Security Framework initializing
[    3.277259] Yama: becoming mindful.
[    3.277288] SELinux:  Initializing.
[    3.373151] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes, vmalloc)
[    3.421444] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc)
[    3.422559] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    3.424831] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    3.426277] Disabled fast string operations
[    3.426442] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    3.426442] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    3.426452] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    3.426453] Spectre V2 : Mitigation: Full generic retpoline
[    3.426454] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    3.426454] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    3.426456] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    3.426457] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    3.426462] MDS: Mitigation: Clear CPU buffers
[    3.426839] Freeing SMP alternatives memory: 32K
[    3.428189] smpboot: CPU0: Intel(R) Xeon(R) Platinum 8176 CPU @ 2.10GHz (family: 0x6, model: 0x55, stepping: 0x4)
[    3.428197] Performance Events: Skylake events, core PMU driver.
[    3.428197] core: CPUID marked event: 'cpu cycles' unavailable
[    3.428197] core: CPUID marked event: 'instructions' unavailable
[    3.428197] core: CPUID marked event: 'bus cycles' unavailable
[    3.428197] core: CPUID marked event: 'cache references' unavailable
[    3.428197] core: CPUID marked event: 'cache misses' unavailable
[    3.428197] core: CPUID marked event: 'branch instructions' unavailable
[    3.428197] core: CPUID marked event: 'branch misses' unavailable
[    3.428197] ... version:                1
[    3.428197] ... bit width:              48
[    3.428197] ... generic registers:      4
[    3.428197] ... value mask:             0000ffffffffffff
[    3.428197] ... max period:             000000007fffffff
[    3.428197] ... fixed-purpose events:   0
[    3.428197] ... event mask:             000000000000000f
[    3.428197] rcu: Hierarchical SRCU implementation.
[    3.428205] NMI watchdog: Perf NMI watchdog permanently disabled
[    3.430022] smp: Bringing up secondary CPUs ...
[    3.430113] x86: Booting SMP configuration:
[    3.430114] .... node  #0, CPUs:        #1
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 1 Converting physical 2 to logical package 1
[    0.010333] smpboot: CPU 1 Converting physical 0 to logical die 1
[    3.431678]   #2
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 2 Converting physical 4 to logical package 2
[    0.010333] smpboot: CPU 2 Converting physical 0 to logical die 2
[    3.432280]   #3
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 3 Converting physical 6 to logical package 3
[    0.010333] smpboot: CPU 3 Converting physical 0 to logical die 3
[    3.433233]   #4
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 4 Converting physical 8 to logical package 4
[    0.010333] smpboot: CPU 4 Converting physical 0 to logical die 4
[    3.434058]   #5
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 5 Converting physical 10 to logical package 5
[    0.010333] smpboot: CPU 5 Converting physical 0 to logical die 5
[    3.434856]   #6
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 6 Converting physical 12 to logical package 6
[    0.010333] smpboot: CPU 6 Converting physical 0 to logical die 6
[    3.435270]   #7
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 7 Converting physical 14 to logical package 7
[    0.010333] smpboot: CPU 7 Converting physical 0 to logical die 7
[    3.436213]   #8
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 8 Converting physical 16 to logical package 8
[    0.010333] smpboot: CPU 8 Converting physical 0 to logical die 8
[    3.437052]   #9
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 9 Converting physical 18 to logical package 9
[    0.010333] smpboot: CPU 9 Converting physical 0 to logical die 9
[    3.437872]  #10
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 10 Converting physical 20 to logical package 10
[    0.010333] smpboot: CPU 10 Converting physical 0 to logical die 10
[    3.438587]  #11
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 11 Converting physical 22 to logical package 11
[    0.010333] smpboot: CPU 11 Converting physical 0 to logical die 11
[    3.439506]  #12
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 12 Converting physical 24 to logical package 12
[    0.010333] smpboot: CPU 12 Converting physical 0 to logical die 12
[    3.440644]  #13
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 13 Converting physical 26 to logical package 13
[    0.010333] smpboot: CPU 13 Converting physical 0 to logical die 13
[    3.441272]  #14
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 14 Converting physical 28 to logical package 14
[    0.010333] smpboot: CPU 14 Converting physical 0 to logical die 14
[    3.442278]  #15
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 15 Converting physical 30 to logical package 15
[    0.010333] smpboot: CPU 15 Converting physical 0 to logical die 15
[    3.442939]  #16
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 16 Converting physical 32 to logical package 16
[    0.010333] smpboot: CPU 16 Converting physical 0 to logical die 16
[    3.443815]  #17
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 17 Converting physical 34 to logical package 17
[    0.010333] smpboot: CPU 17 Converting physical 0 to logical die 17
[    3.444268]  #18
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 18 Converting physical 36 to logical package 18
[    0.010333] smpboot: CPU 18 Converting physical 0 to logical die 18
[    3.444911]  #19
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 19 Converting physical 38 to logical package 19
[    0.010333] smpboot: CPU 19 Converting physical 0 to logical die 19
[    3.445778]  #20
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 20 Converting physical 40 to logical package 20
[    0.010333] smpboot: CPU 20 Converting physical 0 to logical die 20
[    3.446425]  #21
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 21 Converting physical 42 to logical package 21
[    0.010333] smpboot: CPU 21 Converting physical 0 to logical die 21
[    3.447260]  #22
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 22 Converting physical 44 to logical package 22
[    0.010333] smpboot: CPU 22 Converting physical 0 to logical die 22
[    3.447880]  #23
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 23 Converting physical 46 to logical package 23
[    0.010333] smpboot: CPU 23 Converting physical 0 to logical die 23
[    3.448665]  #24
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 24 Converting physical 48 to logical package 24
[    0.010333] smpboot: CPU 24 Converting physical 0 to logical die 24
[    3.449645]  #25
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 25 Converting physical 50 to logical package 25
[    0.010333] smpboot: CPU 25 Converting physical 0 to logical die 25
[    3.450274]  #26
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 26 Converting physical 52 to logical package 26
[    0.010333] smpboot: CPU 26 Converting physical 0 to logical die 26
[    3.450903]  #27
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 27 Converting physical 54 to logical package 27
[    0.010333] smpboot: CPU 27 Converting physical 0 to logical die 27
[    3.451776] .... node  #1, CPUs:   #28
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 28 Converting physical 56 to logical package 28
[    0.010333] smpboot: CPU 28 Converting physical 0 to logical die 28
[    3.452503]  #29
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 29 Converting physical 58 to logical package 29
[    0.010333] smpboot: CPU 29 Converting physical 0 to logical die 29
[    3.453292]  #30
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 30 Converting physical 60 to logical package 30
[    0.010333] smpboot: CPU 30 Converting physical 0 to logical die 30
[    3.454304]  #31
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 31 Converting physical 62 to logical package 31
[    0.010333] smpboot: CPU 31 Converting physical 0 to logical die 31
[    3.455250]  #32
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 32 Converting physical 64 to logical package 32
[    0.010333] smpboot: CPU 32 Converting physical 0 to logical die 32
[    3.455794]  #33
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 33 Converting physical 66 to logical package 33
[    0.010333] smpboot: CPU 33 Converting physical 0 to logical die 33
[    3.456532]  #34
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 34 Converting physical 68 to logical package 34
[    0.010333] smpboot: CPU 34 Converting physical 0 to logical die 34
[    3.457296]  #35
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 35 Converting physical 70 to logical package 35
[    0.010333] smpboot: CPU 35 Converting physical 0 to logical die 35
[    3.457842]  #36
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 36 Converting physical 72 to logical package 36
[    0.010333] smpboot: CPU 36 Converting physical 0 to logical die 36
[    3.458642]  #37
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 37 Converting physical 74 to logical package 37
[    0.010333] smpboot: CPU 37 Converting physical 0 to logical die 37
[    3.459292]  #38
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 38 Converting physical 76 to logical package 38
[    0.010333] smpboot: CPU 38 Converting physical 0 to logical die 38
[    3.460238]  #39
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 39 Converting physical 78 to logical package 39
[    0.010333] smpboot: CPU 39 Converting physical 0 to logical die 39
[    3.460823]  #40
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 40 Converting physical 80 to logical package 40
[    0.010333] smpboot: CPU 40 Converting physical 0 to logical die 40
[    3.461471]  #41
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 41 Converting physical 82 to logical package 41
[    0.010333] smpboot: CPU 41 Converting physical 0 to logical die 41
[    3.462279]  #42
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 42 Converting physical 84 to logical package 42
[    0.010333] smpboot: CPU 42 Converting physical 0 to logical die 42
[    3.462884]  #43
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 43 Converting physical 86 to logical package 43
[    0.010333] smpboot: CPU 43 Converting physical 0 to logical die 43
[    3.463696]  #44
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 44 Converting physical 88 to logical package 44
[    0.010333] smpboot: CPU 44 Converting physical 0 to logical die 44
[    3.464284]  #45
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 45 Converting physical 90 to logical package 45
[    0.010333] smpboot: CPU 45 Converting physical 0 to logical die 45
[    3.464890]  #46
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 46 Converting physical 92 to logical package 46
[    0.010333] smpboot: CPU 46 Converting physical 0 to logical die 46
[    3.465687]  #47
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 47 Converting physical 94 to logical package 47
[    0.010333] smpboot: CPU 47 Converting physical 0 to logical die 47
[    3.466420]  #48
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 48 Converting physical 96 to logical package 48
[    0.010333] smpboot: CPU 48 Converting physical 0 to logical die 48
[    3.467280]  #49
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 49 Converting physical 98 to logical package 49
[    0.010333] smpboot: CPU 49 Converting physical 0 to logical die 49
[    3.467917]  #50
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 50 Converting physical 100 to logical package 50
[    0.010333] smpboot: CPU 50 Converting physical 0 to logical die 50
[    3.468791]  #51
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 51 Converting physical 102 to logical package 51
[    0.010333] smpboot: CPU 51 Converting physical 0 to logical die 51
[    3.469947]  #52
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 52 Converting physical 104 to logical package 52
[    0.010333] smpboot: CPU 52 Converting physical 0 to logical die 52
[    3.470693]  #53
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 53 Converting physical 106 to logical package 53
[    0.010333] smpboot: CPU 53 Converting physical 0 to logical die 53
[    3.471279]  #54
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 54 Converting physical 108 to logical package 54
[    0.010333] smpboot: CPU 54 Converting physical 0 to logical die 54
[    3.471868]  #55
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 55 Converting physical 110 to logical package 55
[    0.010333] smpboot: CPU 55 Converting physical 0 to logical die 55
[    3.472775] .... node  #2, CPUs:   #56
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 56 Converting physical 112 to logical package 56
[    0.010333] smpboot: CPU 56 Converting physical 0 to logical die 56
[    3.473511]  #57
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 57 Converting physical 114 to logical package 57
[    0.010333] smpboot: CPU 57 Converting physical 0 to logical die 57
[    3.474486]  #58
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 58 Converting physical 116 to logical package 58
[    0.010333] smpboot: CPU 58 Converting physical 0 to logical die 58
[    3.475297]  #59
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 59 Converting physical 118 to logical package 59
[    0.010333] smpboot: CPU 59 Converting physical 0 to logical die 59
[    3.475841]  #60
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 60 Converting physical 120 to logical package 60
[    0.010333] smpboot: CPU 60 Converting physical 0 to logical die 60
[    3.476720]  #61
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 61 Converting physical 122 to logical package 61
[    0.010333] smpboot: CPU 61 Converting physical 0 to logical die 61
[    3.477478]  #62
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 62 Converting physical 124 to logical package 62
[    0.010333] smpboot: CPU 62 Converting physical 0 to logical die 62
[    3.478295]  #63
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 63 Converting physical 126 to logical package 63
[    0.010333] smpboot: CPU 63 Converting physical 0 to logical die 63
[    3.479242]  #64
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 64 Converting physical 128 to logical package 64
[    0.010333] smpboot: CPU 64 Converting physical 0 to logical die 64
[    3.479843]  #65
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 65 Converting physical 130 to logical package 65
[    0.010333] smpboot: CPU 65 Converting physical 0 to logical die 65
[    3.480278]  #66
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 66 Converting physical 132 to logical package 66
[    0.010333] smpboot: CPU 66 Converting physical 0 to logical die 66
[    3.480888]  #67
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 67 Converting physical 134 to logical package 67
[    0.010333] smpboot: CPU 67 Converting physical 0 to logical die 67
[    3.481762]  #68
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 68 Converting physical 136 to logical package 68
[    0.010333] smpboot: CPU 68 Converting physical 0 to logical die 68
[    3.482408]  #69
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 69 Converting physical 138 to logical package 69
[    0.010333] smpboot: CPU 69 Converting physical 0 to logical die 69
[    3.483284]  #70
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 70 Converting physical 140 to logical package 70
[    0.010333] smpboot: CPU 70 Converting physical 0 to logical die 70
[    3.483866]  #71
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 71 Converting physical 142 to logical package 71
[    0.010333] smpboot: CPU 71 Converting physical 0 to logical die 71
[    3.484687]  #72
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 72 Converting physical 144 to logical package 72
[    0.010333] smpboot: CPU 72 Converting physical 0 to logical die 72
[    3.485280]  #73
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 73 Converting physical 146 to logical package 73
[    0.010333] smpboot: CPU 73 Converting physical 0 to logical die 73
[    3.486290]  #74
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 74 Converting physical 148 to logical package 74
[    0.010333] smpboot: CPU 74 Converting physical 0 to logical die 74
[    3.486927]  #75
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 75 Converting physical 150 to logical package 75
[    0.010333] smpboot: CPU 75 Converting physical 0 to logical die 75
[    3.487739]  #76
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 76 Converting physical 152 to logical package 76
[    0.010333] smpboot: CPU 76 Converting physical 0 to logical die 76
[    3.488900]  #77
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 77 Converting physical 154 to logical package 77
[    0.010333] smpboot: CPU 77 Converting physical 0 to logical die 77
[    3.489810]  #78
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 78 Converting physical 156 to logical package 78
[    0.010333] smpboot: CPU 78 Converting physical 0 to logical die 78
[    3.490451]  #79
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 79 Converting physical 158 to logical package 79
[    0.010333] smpboot: CPU 79 Converting physical 0 to logical die 79
[    3.491281]  #80
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 80 Converting physical 160 to logical package 80
[    0.010333] smpboot: CPU 80 Converting physical 0 to logical die 80
[    3.492211]  #81
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 81 Converting physical 162 to logical package 81
[    0.010333] smpboot: CPU 81 Converting physical 0 to logical die 81
[    3.492838]  #82
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 82 Converting physical 164 to logical package 82
[    0.010333] smpboot: CPU 82 Converting physical 0 to logical die 82
[    3.493651]  #83
[    0.010333] Disabled fast string operations
[    0.010333] smpboot: CPU 83 Converting physical 166 to logical package 83
[    0.010333] smpboot: CPU 83 Converting physical 0 to logical die 83
[    3.494534] smp: Brought up 3 nodes, 84 CPUs
[    3.494547] smpboot: Max logical packages: 84
[    3.494550] smpboot: Total of 84 processors activated (351973.10 BogoMIPS)
[    3.540214] node 2 initialised, 1976596 pages in 42ms
[    5.354269] node 0 initialised, 87656841 pages in 1856ms
[    5.354268] node 1 initialised, 87660412 pages in 1856ms
[    5.354866] __memblock_free_late: [0x000001033ffa0000-0x000001033ffa1fff] memblock_discard+0x55/0xa6
[    5.396653] devtmpfs: initialized
[    5.396653] x86/mm: Memory block size: 1024MB
[    5.437239] PM: Registering ACPI NVS region [mem 0x00000000-0x00000fff] (4096 bytes)
[    5.437239] PM: Registering ACPI NVS region [mem 0x0ef42000-0x0ef47fff] (24576 bytes)
[    5.437239] PM: Registering ACPI NVS region [mem 0x0ff73000-0x0ff76fff] (16384 bytes)
[    5.438243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    5.438257] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    5.440206] pinctrl core: initialized pinctrl subsystem
[    5.440206] thermal_sys: Registered thermal governor 'fair_share'
[    5.440206] thermal_sys: Registered thermal governor 'bang_bang'
[    5.440206] thermal_sys: Registered thermal governor 'step_wise'
[    5.440206] thermal_sys: Registered thermal governor 'user_space'
[    5.441206] NET: Registered protocol family 16
[    5.441206] audit: initializing netlink subsys (disabled)
[    5.441228] audit: type=2000 audit(1602521326.167:1): state=initialized audit_enabled=0 res=1
[    5.441370] cpuidle: using governor menu
[    5.441370] ACPI: bus type PCI registered
[    5.441370] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    5.442095] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[    5.442098] PCI: not using MMCONFIG
[    5.442099] PCI: Using configuration type 1 for base access
[    5.480231] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    5.480231] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    5.510655] cryptd: max_cpu_qlen set to 1000
[    5.526225] ACPI: Added _OSI(Module Device)
[    5.526225] ACPI: Added _OSI(Processor Device)
[    5.526225] ACPI: Added _OSI(3.0 _SCP Extensions)
[    5.526225] ACPI: Added _OSI(Processor Aggregator Device)
[    5.526225] ACPI: Added _OSI(Linux-Dell-Video)
[    5.526226] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    5.526227] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    5.529935] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    5.530858] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    5.530863] ACPI: BIOS _OSI(Darwin) query ignored
[    5.541385] ACPI: Interpreter enabled
[    5.541399] ACPI: (supports S0 S1 S4 S5)
[    5.541401] ACPI: Using IOAPIC for interrupt routing
[    5.541421] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[    5.542008] PCI: MMCONFIG at [mem 0xe0000000-0xe7ffffff] reserved in ACPI motherboard resources
[    5.542013] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
[    5.542125] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.542497] ACPI: Enabled 4 GPEs in block 00 to 0F
[    5.559450] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    5.559456] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    5.559594] acpi PNP0A03:00: _OSC: platform does not support [AER LTR]
[    5.559720] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[    5.560371] PCI host bridge to bus 0000:00
[    5.560373] pci_bus 0000:00: Unknown NUMA node; performance will be reduced
[    5.560375] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    5.560376] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    5.560377] pci_bus 0000:00: root bus resource [mem 0xfef00000-0xffdfffff window]
[    5.560378] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    5.560379] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfed3ffff window]
[    5.560380] pci_bus 0000:00: root bus resource [mem 0xfa300000-0xfebfffff window]
[    5.560380] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfa2fffff pref window]
[    5.560381] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff window]
[    5.560382] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    5.560382] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    5.560383] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    5.560384] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    5.560385] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    5.560385] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    5.560386] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    5.560387] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    5.560388] pci_bus 0000:00: root bus resource [bus 00-7f]
[    5.560427] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    5.561006] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    5.561489] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    5.562110] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[    5.563197] pci 0000:00:07.1: reg 0x20: [io  0x2050-0x205f]
[    5.563197] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    5.563197] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    5.563197] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    5.563197] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    5.563197] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    5.563197] pci 0000:00:07.3: quirk: [io  0x0440-0x047f] claimed by PIIX4 ACPI
[    5.563197] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[    5.563197] pci 0000:00:07.7: reg 0x10: [io  0x2000-0x203f]
[    5.563197] pci 0000:00:07.7: reg 0x14: [mem 0xffbf0000-0xffbf1fff 64bit]
[    5.563197] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[    5.565197] pci 0000:00:0f.0: reg 0x10: [io  0x2040-0x204f]
[    5.566201] pci 0000:00:0f.0: reg 0x14: [mem 0xf0000000-0xf7ffffff pref]
[    5.568201] pci 0000:00:0f.0: reg 0x18: [mem 0xfb800000-0xfbffffff]
[    5.574201] pci 0000:00:0f.0: reg 0x30: [mem 0xffff8000-0xffffffff pref]
[    5.574234] pci 0000:00:0f.0: BAR 1: assigned to efifb
[    5.574623] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[    5.575197] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[    5.575197] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    5.575197] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[    5.575197] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[    5.575197] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[    5.578229] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[    5.578555] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[    5.579293] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[    5.579621] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[    5.580356] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[    5.580683] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[    5.581420] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[    5.581753] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[    5.582493] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[    5.582824] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[    5.583566] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[    5.583903] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[    5.584649] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    5.584982] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[    5.585725] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    5.586068] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[    5.586806] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[    5.587135] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[    5.587878] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[    5.588209] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[    5.588958] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[    5.589288] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[    5.590031] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[    5.590351] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[    5.591093] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[    5.591425] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[    5.592175] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[    5.592502] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[    5.593239] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    5.593569] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[    5.594310] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[    5.594646] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[    5.595389] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[    5.595715] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[    5.596470] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[    5.596795] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[    5.597540] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[    5.597870] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[    5.598605] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[    5.598938] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[    5.599677] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[    5.600006] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[    5.600749] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[    5.601094] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[    5.601833] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[    5.602161] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[    5.602902] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[    5.603232] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[    5.603973] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[    5.604311] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[    5.605056] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[    5.605383] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[    5.606125] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[    5.606446] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[    5.607188] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[    5.607511] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[    5.608246] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[    5.608576] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[    5.609328] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[    5.609705] pci_bus 0000:01: extended config space not accessible
[    5.609749] pci 0000:00:01.0: PCI bridge to [bus 01]
[    5.609927] pci_bus 0000:02: extended config space not accessible
[    5.610126] acpiphp: Slot [32] registered
[    5.610135] acpiphp: Slot [33] registered
[    5.610142] acpiphp: Slot [34] registered
[    5.610152] acpiphp: Slot [35] registered
[    5.610159] acpiphp: Slot [36] registered
[    5.610167] acpiphp: Slot [37] registered
[    5.610180] acpiphp: Slot [38] registered
[    5.610191] acpiphp: Slot [39] registered
[    5.610200] acpiphp: Slot [40] registered
[    5.610212] acpiphp: Slot [41] registered
[    5.610227] acpiphp: Slot [42] registered
[    5.610235] acpiphp: Slot [43] registered
[    5.610242] acpiphp: Slot [44] registered
[    5.610250] acpiphp: Slot [45] registered
[    5.610258] acpiphp: Slot [46] registered
[    5.610267] acpiphp: Slot [47] registered
[    5.610275] acpiphp: Slot [48] registered
[    5.610283] acpiphp: Slot [49] registered
[    5.610291] acpiphp: Slot [50] registered
[    5.610299] acpiphp: Slot [51] registered
[    5.610307] acpiphp: Slot [52] registered
[    5.610314] acpiphp: Slot [53] registered
[    5.610323] acpiphp: Slot [54] registered
[    5.610331] acpiphp: Slot [55] registered
[    5.610338] acpiphp: Slot [56] registered
[    5.610346] acpiphp: Slot [57] registered
[    5.610354] acpiphp: Slot [58] registered
[    5.610361] acpiphp: Slot [59] registered
[    5.610370] acpiphp: Slot [60] registered
[    5.610378] acpiphp: Slot [61] registered
[    5.610386] acpiphp: Slot [62] registered
[    5.610394] acpiphp: Slot [63] registered
[    5.610428] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    5.610446] pci 0000:00:11.0:   bridge window [io  0x1000-0x1fff]
[    5.610463] pci 0000:00:11.0:   bridge window [mem 0xfc000000-0xfc9fffff]
[    5.610495] pci 0000:00:11.0:   bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[    5.610496] pci 0000:00:11.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    5.610497] pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    5.610498] pci 0000:00:11.0:   bridge window [mem 0xfef00000-0xffdfffff window] (subtractive decode)
[    5.610499] pci 0000:00:11.0:   bridge window [mem 0xfed45000-0xfedfffff window] (subtractive decode)
[    5.610499] pci 0000:00:11.0:   bridge window [mem 0xfec10000-0xfed3ffff window] (subtractive decode)
[    5.610500] pci 0000:00:11.0:   bridge window [mem 0xfa300000-0xfebfffff window] (subtractive decode)
[    5.610501] pci 0000:00:11.0:   bridge window [mem 0xf0000000-0xfa2fffff pref window] (subtractive decode)
[    5.610502] pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xefffffff window] (subtractive decode)
[    5.610502] pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    5.610503] pci 0000:00:11.0:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[    5.610504] pci 0000:00:11.0:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[    5.610505] pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    5.610505] pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    5.610506] pci 0000:00:11.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    5.610507] pci 0000:00:11.0:   bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[    5.610507] pci 0000:00:11.0:   bridge window [mem 0x000ec000-0x000effff window] (subtractive decode)
[    5.610811] pci 0000:03:00.0: [15ad:07c0] type 00 class 0x010700
[    5.613200] pci 0000:03:00.0: reg 0x10: [io  0x4000-0x4007]
[    5.614197] pci 0000:03:00.0: reg 0x14: [mem 0xfea10000-0xfea17fff 64bit]
[    5.615197] pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    5.615197] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    5.615197] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    5.615197] pci 0000:00:15.0: PCI bridge to [bus 03]
[    5.615197] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    5.615197] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    5.615197] pci 0000:00:15.1: PCI bridge to [bus 04]
[    5.615197] pci 0000:00:15.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    5.615197] pci 0000:00:15.1:   bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[    5.615197] pci 0000:00:15.2: PCI bridge to [bus 05]
[    5.615197] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    5.615197] pci 0000:00:15.2:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    5.615197] pci 0000:00:15.3: PCI bridge to [bus 06]
[    5.615197] pci 0000:00:15.3:   bridge window [mem 0xfe700000-0xfe7fffff]
[    5.615197] pci 0000:00:15.3:   bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[    5.615197] pci 0000:00:15.4: PCI bridge to [bus 07]
[    5.615197] pci 0000:00:15.4:   bridge window [mem 0xfe600000-0xfe6fffff]
[    5.615197] pci 0000:00:15.4:   bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    5.615197] pci 0000:00:15.5: PCI bridge to [bus 08]
[    5.615197] pci 0000:00:15.5:   bridge window [mem 0xfe500000-0xfe5fffff]
[    5.615197] pci 0000:00:15.5:   bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[    5.615197] pci 0000:00:15.6: PCI bridge to [bus 09]
[    5.615197] pci 0000:00:15.6:   bridge window [mem 0xfe400000-0xfe4fffff]
[    5.615197] pci 0000:00:15.6:   bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    5.615197] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    5.615197] pci 0000:00:15.7:   bridge window [mem 0xfe300000-0xfe3fffff]
[    5.615197] pci 0000:00:15.7:   bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    5.615197] pci 0000:0b:00.0: [15ad:07b0] type 00 class 0x020000
[    5.615197] pci 0000:0b:00.0: reg 0x10: [mem 0xfe213000-0xfe213fff]
[    5.615197] pci 0000:0b:00.0: reg 0x14: [mem 0xfe212000-0xfe212fff]
[    5.615197] pci 0000:0b:00.0: reg 0x18: [mem 0xfe210000-0xfe211fff]
[    5.615197] pci 0000:0b:00.0: reg 0x1c: [io  0x3000-0x300f]
[    5.615197] pci 0000:0b:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    5.615197] pci 0000:0b:00.0: supports D1 D2
[    5.615197] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.615197] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    5.615197] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    5.615197] pci 0000:00:16.0:   bridge window [io  0x3000-0x3fff]
[    5.615197] pci 0000:00:16.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    5.615197] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    5.615197] pci 0000:00:16.1:   bridge window [mem 0xfe100000-0xfe1fffff]
[    5.615197] pci 0000:00:16.1:   bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    5.615197] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    5.615197] pci 0000:00:16.2:   bridge window [mem 0xfe000000-0xfe0fffff]
[    5.615197] pci 0000:00:16.2:   bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[    5.615197] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    5.615197] pci 0000:00:16.3:   bridge window [mem 0xfdf00000-0xfdffffff]
[    5.615197] pci 0000:00:16.3:   bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[    5.615197] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    5.615197] pci 0000:00:16.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    5.615197] pci 0000:00:16.4:   bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[    5.615197] pci 0000:00:16.5: PCI bridge to [bus 10]
[    5.615197] pci 0000:00:16.5:   bridge window [mem 0xfdd00000-0xfddfffff]
[    5.615197] pci 0000:00:16.5:   bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[    5.615197] pci 0000:00:16.6: PCI bridge to [bus 11]
[    5.615197] pci 0000:00:16.6:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    5.615197] pci 0000:00:16.6:   bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[    5.615197] pci 0000:00:16.7: PCI bridge to [bus 12]
[    5.615197] pci 0000:00:16.7:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    5.615197] pci 0000:00:16.7:   bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[    5.615197] pci 0000:00:17.0: PCI bridge to [bus 13]
[    5.615197] pci 0000:00:17.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    5.615197] pci 0000:00:17.0:   bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[    5.615197] pci 0000:00:17.1: PCI bridge to [bus 14]
[    5.615197] pci 0000:00:17.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    5.615197] pci 0000:00:17.1:   bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[    5.615197] pci 0000:00:17.2: PCI bridge to [bus 15]
[    5.615197] pci 0000:00:17.2:   bridge window [mem 0xfd800000-0xfd8fffff]
[    5.615197] pci 0000:00:17.2:   bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[    5.615197] pci 0000:00:17.3: PCI bridge to [bus 16]
[    5.615197] pci 0000:00:17.3:   bridge window [mem 0xfd700000-0xfd7fffff]
[    5.615197] pci 0000:00:17.3:   bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[    5.615197] pci 0000:00:17.4: PCI bridge to [bus 17]
[    5.615197] pci 0000:00:17.4:   bridge window [mem 0xfd600000-0xfd6fffff]
[    5.615197] pci 0000:00:17.4:   bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[    5.615197] pci 0000:00:17.5: PCI bridge to [bus 18]
[    5.615197] pci 0000:00:17.5:   bridge window [mem 0xfd500000-0xfd5fffff]
[    5.615197] pci 0000:00:17.5:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    5.615197] pci 0000:00:17.6: PCI bridge to [bus 19]
[    5.615197] pci 0000:00:17.6:   bridge window [mem 0xfd400000-0xfd4fffff]
[    5.615197] pci 0000:00:17.6:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    5.615197] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    5.615197] pci 0000:00:17.7:   bridge window [mem 0xfd300000-0xfd3fffff]
[    5.615197] pci 0000:00:17.7:   bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    5.615197] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    5.615197] pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    5.615197] pci 0000:00:18.0:   bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    5.615197] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    5.615197] pci 0000:00:18.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    5.615197] pci 0000:00:18.1:   bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    5.615197] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    5.615197] pci 0000:00:18.2:   bridge window [mem 0xfd000000-0xfd0fffff]
[    5.615197] pci 0000:00:18.2:   bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[    5.615197] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    5.615197] pci 0000:00:18.3:   bridge window [mem 0xfcf00000-0xfcffffff]
[    5.615197] pci 0000:00:18.3:   bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[    5.618225] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    5.618258] pci 0000:00:18.4:   bridge window [mem 0xfce00000-0xfcefffff]
[    5.618290] pci 0000:00:18.4:   bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[    5.618519] pci 0000:00:18.5: PCI bridge to [bus 20]
[    5.618551] pci 0000:00:18.5:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    5.618583] pci 0000:00:18.5:   bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[    5.618812] pci 0000:00:18.6: PCI bridge to [bus 21]
[    5.618844] pci 0000:00:18.6:   bridge window [mem 0xfcc00000-0xfccfffff]
[    5.618877] pci 0000:00:18.6:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    5.619108] pci 0000:00:18.7: PCI bridge to [bus 22]
[    5.619141] pci 0000:00:18.7:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    5.619173] pci 0000:00:18.7:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    5.619197] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    5.619197] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    5.619197] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    5.619197] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    5.636397] iommu: Default domain type: Passthrough 
[    5.636397] pci 0000:00:0f.0: vgaarb: setting as boot VGA device
[    5.636397] pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.636397] pci 0000:00:0f.0: vgaarb: bridge control possible
[    5.636397] vgaarb: loaded
[    5.636406] SCSI subsystem initialized
[    5.636436] ACPI: bus type USB registered
[    5.636453] usbcore: registered new interface driver usbfs
[    5.636459] usbcore: registered new interface driver hub
[    5.637565] usbcore: registered new device driver usb
[    5.637589] pps_core: LinuxPPS API ver. 1 registered
[    5.637590] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.637592] PTP clock support registered
[    5.638911] EDAC MC: Ver: 3.0.0
[    5.639924] Registered efivars operations
[    5.639924] PCI: Using ACPI for IRQ routing
[    5.642752] PCI: pci_cache_line_size set to 64 bytes
[    5.643441] e820: reserve RAM buffer [mem 0x0e0a1018-0x0fffffff]
[    5.643443] e820: reserve RAM buffer [mem 0x0e0a3018-0x0fffffff]
[    5.643444] e820: reserve RAM buffer [mem 0x0e0a6018-0x0fffffff]
[    5.643445] e820: reserve RAM buffer [mem 0x0ef24000-0x0fffffff]
[    5.643446] e820: reserve RAM buffer [mem 0x0ef3c000-0x0fffffff]
[    5.643447] e820: reserve RAM buffer [mem 0x0ef61000-0x0fffffff]
[    5.643448] e820: reserve RAM buffer [mem 0x0fee7000-0x0fffffff]
[    5.643629] NetLabel: Initializing
[    5.643629] NetLabel:  domain hash size = 128
[    5.643629] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.643644] NetLabel:  unlabeled traffic allowed by default
[    5.643670] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    5.643670] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    5.646257] clocksource: Switched to clocksource tsc-early
[    5.664246] VFS: Disk quotas dquot_6.6.0
[    5.664379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.664574] pnp: PnP ACPI init
[    5.664717] system 00:00: [io  0x0440-0x047f] has been reserved
[    5.664718] system 00:00: [io  0x5658-0x5659] has been reserved
[    5.664719] system 00:00: [io  0x5670] has been reserved
[    5.664720] system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    5.664725] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.664748] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    5.664762] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    5.664774] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)
[    5.664913] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    5.664916] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    5.665988] system 00:05: [io  0x0400-0x041f] has been reserved
[    5.665989] system 00:05: [mem 0xe0000000-0xe7ffffff] has been reserved
[    5.665990] system 00:05: [mem 0xffc00000-0xffdfffff] could not be reserved
[    5.665992] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.666666] pnp: PnP ACPI: found 6 devices
[    5.673769] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.673792] pci 0000:00:0f.0: can't claim BAR 6 [mem 0xffff8000-0xffffffff pref]: no compatible bridge window
[    5.673794] pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    5.673795] pci 0000:0b:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    5.673801] pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    5.673803] pci 0000:00:15.1: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    5.673804] pci 0000:00:15.2: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    5.673805] pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    5.673806] pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    5.673807] pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    5.673807] pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    5.673809] pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    5.673810] pci 0000:00:16.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    5.673811] pci 0000:00:16.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    5.673812] pci 0000:00:16.2: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
[    5.673813] pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    5.673814] pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
[    5.673815] pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    5.673815] pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
[    5.673816] pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
[    5.673817] pci 0000:00:17.0: bridge window [io  0x1000-0x0fff] to [bus 13] add_size 1000
[    5.673819] pci 0000:00:17.1: bridge window [io  0x1000-0x0fff] to [bus 14] add_size 1000
[    5.673820] pci 0000:00:17.2: bridge window [io  0x1000-0x0fff] to [bus 15] add_size 1000
[    5.673821] pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
[    5.673822] pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
[    5.673822] pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
[    5.673823] pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    5.673824] pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
[    5.673825] pci 0000:00:18.0: bridge window [io  0x1000-0x0fff] to [bus 1b] add_size 1000
[    5.673825] pci 0000:00:18.1: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
[    5.673826] pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
[    5.673827] pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
[    5.673827] pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
[    5.673828] pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
[    5.673829] pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
[    5.673829] pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
[    5.673851] pci 0000:00:15.0: BAR 15: assigned [mem 0xfef00000-0xff0fffff 64bit pref]
[    5.673855] pci 0000:00:16.0: BAR 15: assigned [mem 0xff100000-0xff2fffff 64bit pref]
[    5.673856] pci 0000:00:0f.0: BAR 6: assigned [mem 0xff300000-0xff307fff pref]
[    5.673857] pci 0000:00:15.1: BAR 13: assigned [io  0x6000-0x6fff]
[    5.673858] pci 0000:00:15.2: BAR 13: assigned [io  0x7000-0x7fff]
[    5.673859] pci 0000:00:15.3: BAR 13: assigned [io  0x8000-0x8fff]
[    5.673859] pci 0000:00:15.4: BAR 13: assigned [io  0x9000-0x9fff]
[    5.673860] pci 0000:00:15.5: BAR 13: assigned [io  0xa000-0xafff]
[    5.673861] pci 0000:00:15.6: BAR 13: assigned [io  0xb000-0xbfff]
[    5.673862] pci 0000:00:15.7: BAR 13: assigned [io  0xc000-0xcfff]
[    5.673862] pci 0000:00:16.1: BAR 13: assigned [io  0xd000-0xdfff]
[    5.673863] pci 0000:00:16.2: BAR 13: assigned [io  0xe000-0xefff]
[    5.673864] pci 0000:00:16.3: BAR 13: assigned [io  0xf000-0xffff]
[    5.673866] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    5.673867] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    5.673868] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    5.673869] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    5.673870] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    5.673870] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    5.673872] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    5.673872] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    5.673873] pci 0000:00:17.0: BAR 13: no space for [io  size 0x1000]
[    5.673874] pci 0000:00:17.0: BAR 13: failed to assign [io  size 0x1000]
[    5.673875] pci 0000:00:17.1: BAR 13: no space for [io  size 0x1000]
[    5.673875] pci 0000:00:17.1: BAR 13: failed to assign [io  size 0x1000]
[    5.673877] pci 0000:00:17.2: BAR 13: no space for [io  size 0x1000]
[    5.673877] pci 0000:00:17.2: BAR 13: failed to assign [io  size 0x1000]
[    5.673878] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    5.673879] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    5.673880] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    5.673880] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    5.673882] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    5.673882] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    5.673883] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    5.673884] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    5.673885] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    5.673885] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    5.673887] pci 0000:00:18.0: BAR 13: no space for [io  size 0x1000]
[    5.673887] pci 0000:00:18.0: BAR 13: failed to assign [io  size 0x1000]
[    5.673888] pci 0000:00:18.1: BAR 13: no space for [io  size 0x1000]
[    5.673889] pci 0000:00:18.1: BAR 13: failed to assign [io  size 0x1000]
[    5.673890] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    5.673891] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    5.673892] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    5.673892] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    5.673893] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    5.673894] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    5.673895] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    5.673896] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    5.673897] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    5.673897] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    5.673898] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    5.673899] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    5.673902] pci 0000:00:18.7: BAR 13: assigned [io  0x6000-0x6fff]
[    5.673903] pci 0000:00:18.6: BAR 13: assigned [io  0x7000-0x7fff]
[    5.673903] pci 0000:00:18.5: BAR 13: assigned [io  0x8000-0x8fff]
[    5.673904] pci 0000:00:18.4: BAR 13: assigned [io  0x9000-0x9fff]
[    5.673905] pci 0000:00:18.3: BAR 13: assigned [io  0xa000-0xafff]
[    5.673906] pci 0000:00:18.2: BAR 13: assigned [io  0xb000-0xbfff]
[    5.673906] pci 0000:00:18.1: BAR 13: assigned [io  0xc000-0xcfff]
[    5.673907] pci 0000:00:18.0: BAR 13: assigned [io  0xd000-0xdfff]
[    5.673908] pci 0000:00:17.7: BAR 13: assigned [io  0xe000-0xefff]
[    5.673909] pci 0000:00:17.6: BAR 13: assigned [io  0xf000-0xffff]
[    5.673910] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    5.673911] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    5.673912] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    5.673912] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    5.673913] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    5.673914] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    5.673915] pci 0000:00:17.2: BAR 13: no space for [io  size 0x1000]
[    5.673916] pci 0000:00:17.2: BAR 13: failed to assign [io  size 0x1000]
[    5.673917] pci 0000:00:17.1: BAR 13: no space for [io  size 0x1000]
[    5.673917] pci 0000:00:17.1: BAR 13: failed to assign [io  size 0x1000]
[    5.673919] pci 0000:00:17.0: BAR 13: no space for [io  size 0x1000]
[    5.673919] pci 0000:00:17.0: BAR 13: failed to assign [io  size 0x1000]
[    5.673920] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    5.673921] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    5.673922] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    5.673922] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    5.673924] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    5.673924] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    5.673925] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    5.673926] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    5.673927] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    5.673927] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    5.673929] pci 0000:00:16.2: BAR 13: no space for [io  size 0x1000]
[    5.673929] pci 0000:00:16.2: BAR 13: failed to assign [io  size 0x1000]
[    5.673930] pci 0000:00:16.1: BAR 13: no space for [io  size 0x1000]
[    5.673931] pci 0000:00:16.1: BAR 13: failed to assign [io  size 0x1000]
[    5.673932] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    5.673933] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    5.673934] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    5.673934] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    5.673935] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    5.673936] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    5.673937] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    5.673938] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    5.673939] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    5.673939] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    5.673940] pci 0000:00:15.2: BAR 13: no space for [io  size 0x1000]
[    5.673941] pci 0000:00:15.2: BAR 13: failed to assign [io  size 0x1000]
[    5.673942] pci 0000:00:15.1: BAR 13: no space for [io  size 0x1000]
[    5.673943] pci 0000:00:15.1: BAR 13: failed to assign [io  size 0x1000]
[    5.673944] pci 0000:00:01.0: PCI bridge to [bus 01]
[    5.674005] pci 0000:00:11.0: PCI bridge to [bus 02]
[    5.674012] pci 0000:00:11.0:   bridge window [io  0x1000-0x1fff]
[    5.674031] pci 0000:00:11.0:   bridge window [mem 0xfc000000-0xfc9fffff]
[    5.674043] pci 0000:00:11.0:   bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[    5.674068] pci 0000:03:00.0: BAR 6: assigned [mem 0xfea00000-0xfea0ffff pref]
[    5.674068] pci 0000:00:15.0: PCI bridge to [bus 03]
[    5.674075] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    5.674093] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    5.674105] pci 0000:00:15.0:   bridge window [mem 0xfef00000-0xff0fffff 64bit pref]
[    5.674129] pci 0000:00:15.1: PCI bridge to [bus 04]
[    5.674147] pci 0000:00:15.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    5.674159] pci 0000:00:15.1:   bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[    5.674183] pci 0000:00:15.2: PCI bridge to [bus 05]
[    5.674204] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    5.674217] pci 0000:00:15.2:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    5.674241] pci 0000:00:15.3: PCI bridge to [bus 06]
[    5.674259] pci 0000:00:15.3:   bridge window [mem 0xfe700000-0xfe7fffff]
[    5.674271] pci 0000:00:15.3:   bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[    5.674295] pci 0000:00:15.4: PCI bridge to [bus 07]
[    5.674313] pci 0000:00:15.4:   bridge window [mem 0xfe600000-0xfe6fffff]
[    5.674325] pci 0000:00:15.4:   bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    5.674349] pci 0000:00:15.5: PCI bridge to [bus 08]
[    5.674367] pci 0000:00:15.5:   bridge window [mem 0xfe500000-0xfe5fffff]
[    5.674379] pci 0000:00:15.5:   bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[    5.674403] pci 0000:00:15.6: PCI bridge to [bus 09]
[    5.674421] pci 0000:00:15.6:   bridge window [mem 0xfe400000-0xfe4fffff]
[    5.674433] pci 0000:00:15.6:   bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    5.674457] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    5.674475] pci 0000:00:15.7:   bridge window [mem 0xfe300000-0xfe3fffff]
[    5.674487] pci 0000:00:15.7:   bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    5.674512] pci 0000:0b:00.0: BAR 6: assigned [mem 0xfe200000-0xfe20ffff pref]
[    5.674513] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    5.674519] pci 0000:00:16.0:   bridge window [io  0x3000-0x3fff]
[    5.674537] pci 0000:00:16.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    5.674549] pci 0000:00:16.0:   bridge window [mem 0xff100000-0xff2fffff 64bit pref]
[    5.674573] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    5.674591] pci 0000:00:16.1:   bridge window [mem 0xfe100000-0xfe1fffff]
[    5.674603] pci 0000:00:16.1:   bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    5.674627] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    5.674645] pci 0000:00:16.2:   bridge window [mem 0xfe000000-0xfe0fffff]
[    5.674657] pci 0000:00:16.2:   bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[    5.674681] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    5.674699] pci 0000:00:16.3:   bridge window [mem 0xfdf00000-0xfdffffff]
[    5.674711] pci 0000:00:16.3:   bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[    5.674735] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    5.674753] pci 0000:00:16.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    5.674765] pci 0000:00:16.4:   bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[    5.674789] pci 0000:00:16.5: PCI bridge to [bus 10]
[    5.674807] pci 0000:00:16.5:   bridge window [mem 0xfdd00000-0xfddfffff]
[    5.674819] pci 0000:00:16.5:   bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[    5.674843] pci 0000:00:16.6: PCI bridge to [bus 11]
[    5.674861] pci 0000:00:16.6:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    5.674873] pci 0000:00:16.6:   bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[    5.674897] pci 0000:00:16.7: PCI bridge to [bus 12]
[    5.674915] pci 0000:00:16.7:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    5.674927] pci 0000:00:16.7:   bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[    5.674951] pci 0000:00:17.0: PCI bridge to [bus 13]
[    5.674969] pci 0000:00:17.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    5.674981] pci 0000:00:17.0:   bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[    5.675005] pci 0000:00:17.1: PCI bridge to [bus 14]
[    5.675023] pci 0000:00:17.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    5.675035] pci 0000:00:17.1:   bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[    5.675059] pci 0000:00:17.2: PCI bridge to [bus 15]
[    5.675077] pci 0000:00:17.2:   bridge window [mem 0xfd800000-0xfd8fffff]
[    5.675089] pci 0000:00:17.2:   bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[    5.675113] pci 0000:00:17.3: PCI bridge to [bus 16]
[    5.675131] pci 0000:00:17.3:   bridge window [mem 0xfd700000-0xfd7fffff]
[    5.675143] pci 0000:00:17.3:   bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[    5.675167] pci 0000:00:17.4: PCI bridge to [bus 17]
[    5.675185] pci 0000:00:17.4:   bridge window [mem 0xfd600000-0xfd6fffff]
[    5.675197] pci 0000:00:17.4:   bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[    5.675224] pci 0000:00:17.5: PCI bridge to [bus 18]
[    5.675242] pci 0000:00:17.5:   bridge window [mem 0xfd500000-0xfd5fffff]
[    5.675254] pci 0000:00:17.5:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    5.675278] pci 0000:00:17.6: PCI bridge to [bus 19]
[    5.675284] pci 0000:00:17.6:   bridge window [io  0xf000-0xffff]
[    5.675302] pci 0000:00:17.6:   bridge window [mem 0xfd400000-0xfd4fffff]
[    5.675314] pci 0000:00:17.6:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    5.675338] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    5.675345] pci 0000:00:17.7:   bridge window [io  0xe000-0xefff]
[    5.675363] pci 0000:00:17.7:   bridge window [mem 0xfd300000-0xfd3fffff]
[    5.675375] pci 0000:00:17.7:   bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    5.675399] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    5.675405] pci 0000:00:18.0:   bridge window [io  0xd000-0xdfff]
[    5.675423] pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    5.675435] pci 0000:00:18.0:   bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    5.675459] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    5.675466] pci 0000:00:18.1:   bridge window [io  0xc000-0xcfff]
[    5.675484] pci 0000:00:18.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    5.675496] pci 0000:00:18.1:   bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    5.675520] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    5.675526] pci 0000:00:18.2:   bridge window [io  0xb000-0xbfff]
[    5.675544] pci 0000:00:18.2:   bridge window [mem 0xfd000000-0xfd0fffff]
[    5.675557] pci 0000:00:18.2:   bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[    5.675580] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    5.675587] pci 0000:00:18.3:   bridge window [io  0xa000-0xafff]
[    5.675605] pci 0000:00:18.3:   bridge window [mem 0xfcf00000-0xfcffffff]
[    5.675617] pci 0000:00:18.3:   bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[    5.675641] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    5.675647] pci 0000:00:18.4:   bridge window [io  0x9000-0x9fff]
[    5.675665] pci 0000:00:18.4:   bridge window [mem 0xfce00000-0xfcefffff]
[    5.675677] pci 0000:00:18.4:   bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[    5.675701] pci 0000:00:18.5: PCI bridge to [bus 20]
[    5.675708] pci 0000:00:18.5:   bridge window [io  0x8000-0x8fff]
[    5.675726] pci 0000:00:18.5:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    5.675738] pci 0000:00:18.5:   bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[    5.675761] pci 0000:00:18.6: PCI bridge to [bus 21]
[    5.675768] pci 0000:00:18.6:   bridge window [io  0x7000-0x7fff]
[    5.675786] pci 0000:00:18.6:   bridge window [mem 0xfcc00000-0xfccfffff]
[    5.675798] pci 0000:00:18.6:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    5.675822] pci 0000:00:18.7: PCI bridge to [bus 22]
[    5.675828] pci 0000:00:18.7:   bridge window [io  0x6000-0x6fff]
[    5.675846] pci 0000:00:18.7:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    5.675858] pci 0000:00:18.7:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    5.675883] pci_bus 0000:00: resource 4 [io  0x0d00-0xffff window]
[    5.675884] pci_bus 0000:00: resource 5 [io  0x0000-0x0cf7 window]
[    5.675884] pci_bus 0000:00: resource 6 [mem 0xfef00000-0xffdfffff window]
[    5.675885] pci_bus 0000:00: resource 7 [mem 0xfed45000-0xfedfffff window]
[    5.675885] pci_bus 0000:00: resource 8 [mem 0xfec10000-0xfed3ffff window]
[    5.675886] pci_bus 0000:00: resource 9 [mem 0xfa300000-0xfebfffff window]
[    5.675886] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfa2fffff pref window]
[    5.675887] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff window]
[    5.675887] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff window]
[    5.675888] pci_bus 0000:00: resource 13 [mem 0x000c4000-0x000c7fff window]
[    5.675889] pci_bus 0000:00: resource 14 [mem 0x000c8000-0x000cbfff window]
[    5.675889] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d7fff window]
[    5.675890] pci_bus 0000:00: resource 16 [mem 0x000d8000-0x000dbfff window]
[    5.675890] pci_bus 0000:00: resource 17 [mem 0x000e4000-0x000e7fff window]
[    5.675891] pci_bus 0000:00: resource 18 [mem 0x000e8000-0x000ebfff window]
[    5.675891] pci_bus 0000:00: resource 19 [mem 0x000ec000-0x000effff window]
[    5.675892] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    5.675893] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfc9fffff]
[    5.675893] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf84fffff 64bit pref]
[    5.675894] pci_bus 0000:02: resource 4 [io  0x0d00-0xffff window]
[    5.675894] pci_bus 0000:02: resource 5 [io  0x0000-0x0cf7 window]
[    5.675895] pci_bus 0000:02: resource 6 [mem 0xfef00000-0xffdfffff window]
[    5.675895] pci_bus 0000:02: resource 7 [mem 0xfed45000-0xfedfffff window]
[    5.675896] pci_bus 0000:02: resource 8 [mem 0xfec10000-0xfed3ffff window]
[    5.675896] pci_bus 0000:02: resource 9 [mem 0xfa300000-0xfebfffff window]
[    5.675897] pci_bus 0000:02: resource 10 [mem 0xf0000000-0xfa2fffff pref window]
[    5.675897] pci_bus 0000:02: resource 11 [mem 0xc0000000-0xefffffff window]
[    5.675898] pci_bus 0000:02: resource 12 [mem 0x000a0000-0x000bffff window]
[    5.675898] pci_bus 0000:02: resource 13 [mem 0x000c4000-0x000c7fff window]
[    5.675899] pci_bus 0000:02: resource 14 [mem 0x000c8000-0x000cbfff window]
[    5.675899] pci_bus 0000:02: resource 15 [mem 0x000d4000-0x000d7fff window]
[    5.675900] pci_bus 0000:02: resource 16 [mem 0x000d8000-0x000dbfff window]
[    5.675901] pci_bus 0000:02: resource 17 [mem 0x000e4000-0x000e7fff window]
[    5.675901] pci_bus 0000:02: resource 18 [mem 0x000e8000-0x000ebfff window]
[    5.675902] pci_bus 0000:02: resource 19 [mem 0x000ec000-0x000effff window]
[    5.675902] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    5.675903] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    5.675903] pci_bus 0000:03: resource 2 [mem 0xfef00000-0xff0fffff 64bit pref]
[    5.675904] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
[    5.675904] pci_bus 0000:04: resource 2 [mem 0xfa200000-0xfa2fffff 64bit pref]
[    5.675905] pci_bus 0000:05: resource 1 [mem 0xfe800000-0xfe8fffff]
[    5.675905] pci_bus 0000:05: resource 2 [mem 0xfa100000-0xfa1fffff 64bit pref]
[    5.675906] pci_bus 0000:06: resource 1 [mem 0xfe700000-0xfe7fffff]
[    5.675906] pci_bus 0000:06: resource 2 [mem 0xfa000000-0xfa0fffff 64bit pref]
[    5.675907] pci_bus 0000:07: resource 1 [mem 0xfe600000-0xfe6fffff]
[    5.675908] pci_bus 0000:07: resource 2 [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    5.675908] pci_bus 0000:08: resource 1 [mem 0xfe500000-0xfe5fffff]
[    5.675909] pci_bus 0000:08: resource 2 [mem 0xf9e00000-0xf9efffff 64bit pref]
[    5.675909] pci_bus 0000:09: resource 1 [mem 0xfe400000-0xfe4fffff]
[    5.675910] pci_bus 0000:09: resource 2 [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    5.675910] pci_bus 0000:0a: resource 1 [mem 0xfe300000-0xfe3fffff]
[    5.675911] pci_bus 0000:0a: resource 2 [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    5.675911] pci_bus 0000:0b: resource 0 [io  0x3000-0x3fff]
[    5.675912] pci_bus 0000:0b: resource 1 [mem 0xfe200000-0xfe2fffff]
[    5.675912] pci_bus 0000:0b: resource 2 [mem 0xff100000-0xff2fffff 64bit pref]
[    5.675913] pci_bus 0000:0c: resource 1 [mem 0xfe100000-0xfe1fffff]
[    5.675913] pci_bus 0000:0c: resource 2 [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    5.675914] pci_bus 0000:0d: resource 1 [mem 0xfe000000-0xfe0fffff]
[    5.675914] pci_bus 0000:0d: resource 2 [mem 0xf9a00000-0xf9afffff 64bit pref]
[    5.675915] pci_bus 0000:0e: resource 1 [mem 0xfdf00000-0xfdffffff]
[    5.675915] pci_bus 0000:0e: resource 2 [mem 0xf9900000-0xf99fffff 64bit pref]
[    5.675916] pci_bus 0000:0f: resource 1 [mem 0xfde00000-0xfdefffff]
[    5.675916] pci_bus 0000:0f: resource 2 [mem 0xf9800000-0xf98fffff 64bit pref]
[    5.675917] pci_bus 0000:10: resource 1 [mem 0xfdd00000-0xfddfffff]
[    5.675917] pci_bus 0000:10: resource 2 [mem 0xf9700000-0xf97fffff 64bit pref]
[    5.675918] pci_bus 0000:11: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    5.675918] pci_bus 0000:11: resource 2 [mem 0xf9600000-0xf96fffff 64bit pref]
[    5.675919] pci_bus 0000:12: resource 1 [mem 0xfdb00000-0xfdbfffff]
[    5.675919] pci_bus 0000:12: resource 2 [mem 0xf9500000-0xf95fffff 64bit pref]
[    5.675920] pci_bus 0000:13: resource 1 [mem 0xfda00000-0xfdafffff]
[    5.675921] pci_bus 0000:13: resource 2 [mem 0xf9400000-0xf94fffff 64bit pref]
[    5.675921] pci_bus 0000:14: resource 1 [mem 0xfd900000-0xfd9fffff]
[    5.675922] pci_bus 0000:14: resource 2 [mem 0xf9300000-0xf93fffff 64bit pref]
[    5.675922] pci_bus 0000:15: resource 1 [mem 0xfd800000-0xfd8fffff]
[    5.675923] pci_bus 0000:15: resource 2 [mem 0xf9200000-0xf92fffff 64bit pref]
[    5.675923] pci_bus 0000:16: resource 1 [mem 0xfd700000-0xfd7fffff]
[    5.675924] pci_bus 0000:16: resource 2 [mem 0xf9100000-0xf91fffff 64bit pref]
[    5.675924] pci_bus 0000:17: resource 1 [mem 0xfd600000-0xfd6fffff]
[    5.675925] pci_bus 0000:17: resource 2 [mem 0xf9000000-0xf90fffff 64bit pref]
[    5.675925] pci_bus 0000:18: resource 1 [mem 0xfd500000-0xfd5fffff]
[    5.675926] pci_bus 0000:18: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    5.675926] pci_bus 0000:19: resource 0 [io  0xf000-0xffff]
[    5.675927] pci_bus 0000:19: resource 1 [mem 0xfd400000-0xfd4fffff]
[    5.675927] pci_bus 0000:19: resource 2 [mem 0xf8e00000-0xf8efffff 64bit pref]
[    5.675928] pci_bus 0000:1a: resource 0 [io  0xe000-0xefff]
[    5.675929] pci_bus 0000:1a: resource 1 [mem 0xfd300000-0xfd3fffff]
[    5.675929] pci_bus 0000:1a: resource 2 [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    5.675930] pci_bus 0000:1b: resource 0 [io  0xd000-0xdfff]
[    5.675930] pci_bus 0000:1b: resource 1 [mem 0xfd200000-0xfd2fffff]
[    5.675931] pci_bus 0000:1b: resource 2 [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    5.675932] pci_bus 0000:1c: resource 0 [io  0xc000-0xcfff]
[    5.675932] pci_bus 0000:1c: resource 1 [mem 0xfd100000-0xfd1fffff]
[    5.675933] pci_bus 0000:1c: resource 2 [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    5.675933] pci_bus 0000:1d: resource 0 [io  0xb000-0xbfff]
[    5.675934] pci_bus 0000:1d: resource 1 [mem 0xfd000000-0xfd0fffff]
[    5.675934] pci_bus 0000:1d: resource 2 [mem 0xf8a00000-0xf8afffff 64bit pref]
[    5.675935] pci_bus 0000:1e: resource 0 [io  0xa000-0xafff]
[    5.675935] pci_bus 0000:1e: resource 1 [mem 0xfcf00000-0xfcffffff]
[    5.675936] pci_bus 0000:1e: resource 2 [mem 0xf8900000-0xf89fffff 64bit pref]
[    5.675936] pci_bus 0000:1f: resource 0 [io  0x9000-0x9fff]
[    5.675937] pci_bus 0000:1f: resource 1 [mem 0xfce00000-0xfcefffff]
[    5.675937] pci_bus 0000:1f: resource 2 [mem 0xf8800000-0xf88fffff 64bit pref]
[    5.675938] pci_bus 0000:20: resource 0 [io  0x8000-0x8fff]
[    5.675938] pci_bus 0000:20: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    5.675939] pci_bus 0000:20: resource 2 [mem 0xf8700000-0xf87fffff 64bit pref]
[    5.675939] pci_bus 0000:21: resource 0 [io  0x7000-0x7fff]
[    5.675940] pci_bus 0000:21: resource 1 [mem 0xfcc00000-0xfccfffff]
[    5.675940] pci_bus 0000:21: resource 2 [mem 0xf8600000-0xf86fffff 64bit pref]
[    5.675941] pci_bus 0000:22: resource 0 [io  0x6000-0x6fff]
[    5.675941] pci_bus 0000:22: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    5.675942] pci_bus 0000:22: resource 2 [mem 0xf8500000-0xf85fffff 64bit pref]
[    5.676240] NET: Registered protocol family 2
[    5.676589] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.676915] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    5.677844] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    5.678060] TCP: Hash tables configured (established 524288 bind 65536)
[    5.678285] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.678822] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    5.680400] NET: Registered protocol family 1
[    5.680407] NET: Registered protocol family 44
[    5.680421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    5.680493] pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.680729] PCI: CLS 32 bytes, default 64
[    5.680765] Trying to unpack rootfs image as initramfs...
[    6.602590] Freeing initrd memory: 73156K
[    6.602618] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    6.602619] software IO TLB: mapped [mem 0xbc000000-0xc0000000] (64MB)
[    6.644708] Initialise system trusted keyrings
[    6.644715] Key type blacklist registered
[    6.644836] workingset: timestamp_bits=36 max_order=28 bucket_order=0
[    6.645810] zbud: loaded
[    6.649905] integrity: Platform Keyring initialized
[    6.657742] NET: Registered protocol family 38
[    6.657745] Key type asymmetric registered
[    6.657746] Asymmetric key parser 'x509' registered
[    6.657754] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    6.658357] io scheduler mq-deadline registered
[    6.658359] io scheduler kyber registered
[    6.658409] io scheduler bfq registered
[    6.664931] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    6.665383] pcieport 0000:00:15.0: PME: Signaling with IRQ 24
[    6.665446] pcieport 0000:00:15.0: pciehp: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.666052] pcieport 0000:00:15.1: PME: Signaling with IRQ 25
[    6.666105] pcieport 0000:00:15.1: pciehp: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.666693] pcieport 0000:00:15.2: PME: Signaling with IRQ 26
[    6.666746] pcieport 0000:00:15.2: pciehp: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.667324] pcieport 0000:00:15.3: PME: Signaling with IRQ 27
[    6.667377] pcieport 0000:00:15.3: pciehp: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.667947] pcieport 0000:00:15.4: PME: Signaling with IRQ 28
[    6.668000] pcieport 0000:00:15.4: pciehp: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.668576] pcieport 0000:00:15.5: PME: Signaling with IRQ 29
[    6.668628] pcieport 0000:00:15.5: pciehp: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.669194] pcieport 0000:00:15.6: PME: Signaling with IRQ 30
[    6.669252] pcieport 0000:00:15.6: pciehp: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.669831] pcieport 0000:00:15.7: PME: Signaling with IRQ 31
[    6.669884] pcieport 0000:00:15.7: pciehp: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.670465] pcieport 0000:00:16.0: PME: Signaling with IRQ 32
[    6.670523] pcieport 0000:00:16.0: pciehp: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.671077] pcieport 0000:00:16.1: PME: Signaling with IRQ 33
[    6.671131] pcieport 0000:00:16.1: pciehp: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.671712] pcieport 0000:00:16.2: PME: Signaling with IRQ 34
[    6.671764] pcieport 0000:00:16.2: pciehp: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.672340] pcieport 0000:00:16.3: PME: Signaling with IRQ 35
[    6.672395] pcieport 0000:00:16.3: pciehp: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.672962] pcieport 0000:00:16.4: PME: Signaling with IRQ 36
[    6.673014] pcieport 0000:00:16.4: pciehp: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.673593] pcieport 0000:00:16.5: PME: Signaling with IRQ 37
[    6.673645] pcieport 0000:00:16.5: pciehp: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.674224] pcieport 0000:00:16.6: PME: Signaling with IRQ 38
[    6.674276] pcieport 0000:00:16.6: pciehp: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.674846] pcieport 0000:00:16.7: PME: Signaling with IRQ 39
[    6.674899] pcieport 0000:00:16.7: pciehp: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.675492] pcieport 0000:00:17.0: PME: Signaling with IRQ 40
[    6.675546] pcieport 0000:00:17.0: pciehp: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.676109] pcieport 0000:00:17.1: PME: Signaling with IRQ 41
[    6.676162] pcieport 0000:00:17.1: pciehp: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.676736] pcieport 0000:00:17.2: PME: Signaling with IRQ 42
[    6.676790] pcieport 0000:00:17.2: pciehp: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.677366] pcieport 0000:00:17.3: PME: Signaling with IRQ 43
[    6.677418] pcieport 0000:00:17.3: pciehp: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.677983] pcieport 0000:00:17.4: PME: Signaling with IRQ 44
[    6.678035] pcieport 0000:00:17.4: pciehp: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.678617] pcieport 0000:00:17.5: PME: Signaling with IRQ 45
[    6.678670] pcieport 0000:00:17.5: pciehp: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.679249] pcieport 0000:00:17.6: PME: Signaling with IRQ 46
[    6.679301] pcieport 0000:00:17.6: pciehp: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.680230] pcieport 0000:00:17.7: PME: Signaling with IRQ 47
[    6.680284] pcieport 0000:00:17.7: pciehp: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.680860] pcieport 0000:00:18.0: PME: Signaling with IRQ 48
[    6.680913] pcieport 0000:00:18.0: pciehp: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.681497] pcieport 0000:00:18.1: PME: Signaling with IRQ 49
[    6.681550] pcieport 0000:00:18.1: pciehp: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.682115] pcieport 0000:00:18.2: PME: Signaling with IRQ 50
[    6.682167] pcieport 0000:00:18.2: pciehp: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.682746] pcieport 0000:00:18.3: PME: Signaling with IRQ 51
[    6.682799] pcieport 0000:00:18.3: pciehp: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.683379] pcieport 0000:00:18.4: PME: Signaling with IRQ 52
[    6.683431] pcieport 0000:00:18.4: pciehp: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.684000] pcieport 0000:00:18.5: PME: Signaling with IRQ 53
[    6.684054] pcieport 0000:00:18.5: pciehp: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.684634] pcieport 0000:00:18.6: PME: Signaling with IRQ 54
[    6.684686] pcieport 0000:00:18.6: pciehp: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.685264] pcieport 0000:00:18.7: PME: Signaling with IRQ 55
[    6.685317] pcieport 0000:00:18.7: pciehp: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    6.685671] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.685703] efifb: probing for efifb
[    6.686017] efifb: framebuffer at 0xf0000000, using 3072k, total 3072k
[    6.686018] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    6.686019] efifb: scrolling: redraw
[    6.686020] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    6.686133] Console: switching to colour frame buffer device 128x48
[    6.689096] fb0: EFI VGA frame buffer device
[    6.689108] intel_idle: Please enable MWAIT in BIOS SETUP
[    6.689416] ACPI: AC Adapter [ACAD] (on-line)
[    6.689501] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    6.689555] ACPI: Power Button [PWRF]
[    6.699668] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    6.700554] Non-volatile memory driver v1.3
[    6.712146] rdac: device handler registered
[    6.712277] hp_sw: device handler registered
[    6.712278] emc: device handler registered
[    6.712751] alua: device handler registered
[    6.712841] libphy: Fixed MDIO Bus: probed
[    6.712916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.712918] ehci-pci: EHCI PCI platform driver
[    6.712928] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    6.712930] ohci-pci: OHCI PCI platform driver
[    6.712939] uhci_hcd: USB Universal Host Controller Interface driver
[    6.712981] usbcore: registered new interface driver usbserial_generic
[    6.712984] usbserial: USB Serial support registered for generic
[    6.713028] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    6.715263] serio: i8042 KBD port at 0x60,0x64 irq 1
[    6.715267] serio: i8042 AUX port at 0x60,0x64 irq 12
[    6.715511] mousedev: PS/2 mouse device common for all mice
[    6.736452] rtc_cmos 00:01: registered as rtc0
[    6.736763] rtc_cmos 00:01: setting system clock to 2020-10-12T16:48:47 UTC (1602521327)
[    6.736806] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    6.736849] intel_pstate: CPU model not supported
[    6.736898] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    6.737489] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[    6.737910] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    6.738259] EFI Variables Facility v0.08 2004-May-17
[    6.742765] hid: raw HID events driver (C) Jiri Kosina
[    6.742802] usbcore: registered new interface driver usbhid
[    6.742803] usbhid: USB HID core driver
[    6.743308] drop_monitor: Initializing network drop monitor service
[    6.743399] Initializing XFRM netlink socket
[    6.743639] NET: Registered protocol family 10
[    6.744474] Segment Routing with IPv6
[    6.744489] NET: Registered protocol family 17
[    6.744534] mpls_gso: MPLS GSO support
[    6.751531] IPI shorthand broadcast: enabled
[    6.751547] AVX2 version of gcm_enc/dec engaged.
[    6.751547] AES CTR mode by8 optimization enabled
[    6.766519] sched_clock: Marking stable (6757183018, 9333736)->(6952936287, -186419533)
[    6.767390] registered taskstats version 1
[    6.767412] Loading compiled-in X.509 certificates
[    6.794678] Loaded X.509 cert 'Build time autogenerated kernel key: dd19947c60546c816b7d1540c4ea4eeb7441e59d'
[    6.794757] zswap: loaded using pool lzo/zbud
[    6.801986] Key type big_key registered
[    6.804209] Key type encrypted registered
[    6.804535] integrity: Loading X.509 certificate: UEFI:db
[    6.804600] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    6.804601] integrity: Loading X.509 certificate: UEFI:db
[    6.804766] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    6.804766] integrity: Loading X.509 certificate: UEFI:db
[    6.804783] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    6.804784] integrity: Loading X.509 certificate: UEFI:db
[    6.804797] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    6.804976] integrity: Loading X.509 certificate: UEFI:MokListRT
[    6.805149] integrity: Loaded X.509 cert 'Red Hat Secure Boot (CA key 1): 4016841644ce3a810408050766e8f8a29c65f85c'
[    6.805506] ima: No TPM chip found, activating TPM-bypass!
[    6.805509] ima: Allocated hash algorithm: sha1
[    6.805515] ima: No architecture policies found
[    6.805543] evm: Initialising EVM extended attributes:
[    6.805544] evm: security.selinux
[    6.805544] evm: security.ima
[    6.805545] evm: security.capability
[    6.805545] evm: HMAC attrs: 0x1
[    6.812409] Freeing unused decrypted memory: 2040K
[    6.813674] Freeing unused kernel image (initmem) memory: 2332K
[    6.821223] Write protecting the kernel read-only data: 20480k
[    6.822918] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    6.824232] Freeing unused kernel image (rodata/data gap) memory: 1688K
[    6.824403] Run /init as init process
[    6.824404]   with arguments:
[    6.824405]     /init
[    6.824405]     rhgb
[    6.824406]   with environment:
[    6.824407]     HOME=/
[    6.824407]     TERM=linux
[    6.824408]     BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.7.0
[    6.824408]     crashkernel=auto
[    6.846946] systemd[1]: systemd 239 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=legacy)
[    6.846974] systemd[1]: Detected virtualization vmware.
[    6.846977] systemd[1]: Detected architecture x86-64.
[    6.846979] systemd[1]: Running in initial RAM disk.
[    6.856310] systemd[1]: Set hostname to <localhost.localdomain>.
[    6.904652] random: systemd: uninitialized urandom read (16 bytes read)
[    6.904662] systemd[1]: Reached target Local File Systems.
[    6.904698] random: systemd: uninitialized urandom read (16 bytes read)
[    6.904770] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.904778] random: systemd: uninitialized urandom read (16 bytes read)
[    6.904783] systemd[1]: Reached target Slices.
[    6.904793] systemd[1]: Reached target Timers.
[    6.904852] systemd[1]: Listening on udev Control Socket.
[    7.424421] VMware PVSCSI driver - version 1.0.7.0-k
[    7.425072] vmw_pvscsi: using 64bit dma
[    7.425264] vmw_pvscsi: max_id: 65
[    7.425265] vmw_pvscsi: setting ring_pages to 32
[    7.427092] vmw_pvscsi: enabling reqCallThreshold
[    7.429604] vmw_pvscsi: driver-based request coalescing enabled
[    7.429605] vmw_pvscsi: using MSI-X
[    7.429721] scsi host0: VMware PVSCSI storage adapter rev 2, req/cmp/msg rings: 32/32/1 pages, cmd_per_lun=254
[    7.430152] vmw_pvscsi 0000:03:00.0: VMware PVSCSI rev 2 host #0
[    7.430410] scsi 0:0:0:0: Direct-Access     VMware   Virtual disk     2.0  PQ: 0 ANSI: 6
[    7.432602] VMware vmxnet3 virtual NIC driver - version 1.4.17.0-k-NAPI
[    7.432655] vmxnet3 0000:0b:00.0: # of Tx queues : 8, # of Rx queues : 8
[    7.432694] vmxnet3 0000:0b:00.0: enabling device (0000 -> 0003)
[    7.441243] vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
[    7.517362] libata version 3.00 loaded.
[    7.525532] ata_piix 0000:00:07.1: version 2.13
[    7.526928] scsi host1: ata_piix
[    7.527179] scsi host2: ata_piix
[    7.527302] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x2050 irq 14
[    7.527304] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x2058 irq 15
[    7.657253] tsc: Refined TSC clocksource calibration: 2095.082 MHz
[    7.657352] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e330abbade, max_idle_ns: 440795251159 ns
[    7.682385] clocksource: Switched to clocksource tsc
[    7.706248] [drm] DMA map mode: Caching DMA mappings.
[    7.706453] [drm] Capabilities:
[    7.706453] [drm]   Rect copy.
[    7.706454] [drm]   Cursor.
[    7.706454] [drm]   Cursor bypass.
[    7.706454] [drm]   Cursor bypass 2.
[    7.706454] [drm]   8bit emulation.
[    7.706455] [drm]   Alpha cursor.
[    7.706455] [drm]   Extended Fifo.
[    7.706455] [drm]   Multimon.
[    7.706456] [drm]   Pitchlock.
[    7.706456] [drm]   Irq mask.
[    7.706456] [drm]   Display Topology.
[    7.706456] [drm]   GMR.
[    7.706457] [drm]   Traces.
[    7.706457] [drm]   GMR2.
[    7.706457] [drm]   Screen Object 2.
[    7.706457] [drm]   Command Buffers.
[    7.706458] [drm]   Command Buffers 2.
[    7.706458] [drm]   Guest Backed Resources.
[    7.706459] [drm]   DX Features.
[    7.706459] [drm]   HP Command Queue.
[    7.706459] [drm] Capabilities2:
[    7.706460] [drm]   Grow oTable.
[    7.706460] [drm]   IntraSurface copy.
[    7.706461] [drm] Max GMR ids is 64
[    7.706462] [drm] Max number of GMR pages is 65536
[    7.706462] [drm] Max dedicated hypervisor surface memory is 0 kiB
[    7.706463] [drm] Maximum display memory size is 8192 kiB
[    7.706463] [drm] VRAM at 0xf0000000 size is 8192 kiB
[    7.706464] [drm] MMIO at 0xfb800000 size is 256 kiB
[    7.706502] vmwgfx 0000:00:0f.0: BAR 1: can't reserve [mem 0xf0000000-0xf7ffffff pref]
[    7.706503] [drm] It appears like vesafb is loaded. Ignore above error if any.
[    7.706734] [TTM] Zone  kernel: Available graphics memory: 528425124 KiB
[    7.706735] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    7.706736] [TTM] Initializing pool allocator
[    7.706740] [TTM] Initializing DMA pool allocator
[    7.706797] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.706868] [drm] Screen Target Display device initialized
[    7.706900] [drm] width 1024
[    7.706905] [drm] height 768
[    7.706911] [drm] bpp 32
[    7.711141] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
[    7.712246] [drm] Using command buffers with DMA pool.
[    7.712253] [drm] Atomic: yes.
[    7.718576] checking generic (f0000000 300000) vs hw (f0000000 800000)
[    7.718577] fb0: switching to svgadrmfb from EFI VGA
[    7.718801] Console: switching to colour dummy device 80x25
[    7.719222] fbcon: svgadrmfb (fb0) is primary device
[    7.720316] Console: switching to colour frame buffer device 128x48
[    7.733234] [drm] Initialized vmwgfx 2.18.0 20200114 for 0000:00:0f.0 on minor 0
[    7.738406] vmxnet3 0000:0b:00.0 ens192: renamed from eth0
[    7.755496] sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.5 GB/20.0 GiB)
[    7.755537] sd 0:0:0:0: [sda] Write Protect is off
[    7.755538] sd 0:0:0:0: [sda] Mode Sense: 61 00 00 00
[    7.755570] sd 0:0:0:0: [sda] Cache data unavailable
[    7.755571] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    7.768372]  sda: sda1 sda2
[    7.769817] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.893576] random: fast init done
[    7.999158] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    8.194943] random: crng init done
[    8.194945] random: 7 urandom warning(s) missed due to ratelimiting
[    8.316626] systemd-journald[736]: Received SIGTERM from PID 1 (systemd).
[    8.353271] printk: systemd: 22 output lines suppressed due to ratelimiting
[    8.460211] SELinux:  Runtime disable is deprecated, use selinux=0 on the kernel cmdline.
[    8.460295] SELinux:  Disabled at runtime.
[    8.497290] audit: type=1404 audit(1602521329.259:2): enforcing=0 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=0 old-enabled=1 lsm=selinux res=1
[    8.539070] systemd[1]: systemd 239 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=legacy)
[    8.539089] systemd[1]: Detected virtualization vmware.
[    8.539093] systemd[1]: Detected architecture x86-64.
[    8.539788] systemd[1]: Set hostname to <localhost.localdomain>.
[    8.604986] systemd[1]: Configuration file /usr/lib/systemd/system/rc-local.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    8.687313] systemd[1]: Stopped Switch Root.
[    8.687514] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[    8.687549] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    8.687576] systemd[1]: Stopped Journal Service.
[    8.688204] systemd[1]: Starting Journal Service...
[    8.711907] EXT4-fs (sda2): re-mounted. Opts: (null)
[    8.922270] systemd-journald[4279]: Received request to flush runtime journal from PID 1
[    9.116462] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[    9.130035] vmw_vmci 0000:00:07.7: enabling device (0000 -> 0003)
[    9.132520] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x12000, irq 16
[    9.132598] vmw_vmci 0000:00:07.7: Using capabilities 0x1c
[    9.135519] Guest personality initialized and is active
[    9.137808] VMCI host device registered (name=vmci, major=10, minor=61)
[    9.137809] Initialized host personality
[    9.147391] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    9.160335] NET: Registered protocol family 40
[    9.198847] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.631121] vmxnet3 0000:0b:00.0 ens192: intr type 3, mode 0, 9 vectors allocated
[    9.632082] vmxnet3 0000:0b:00.0 ens192: NIC Link is Up 10000 Mbps

[-- Attachment #3: without_commit_dmesg.log --]
[-- Type: application/octet-stream, Size: 194466 bytes --]

[    0.000000] Linux version 5.7.0 (root@w1-hs1-mwenig-dhcp-215.eng.vmware.com) (gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC), GNU ld version 2.30-58.el8) #1 SMP Thu Jul 23 08:11:10 EDT 2020
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.7.0 root=UUID=406a3e6d-4dc9-4837-895c-2508f1e1fbe0 ro crashkernel=auto rhgb quiet memblock=debug
[    0.000000] Disabled fast string operations
[    0.000000] ------------[ cut here ]------------
[    0.000000] XSAVE consistency problem, dumping leaves
[    0.000000] WARNING: CPU: 0 PID: 0 at arch/x86/kernel/fpu/xstate.c:646 fpu__init_system_xstate+0x3d0/0x7e5
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 5.7.0 #1
[    0.000000] RIP: 0010:fpu__init_system_xstate+0x3d0/0x7e5
[    0.000000] Code: 85 78 fd ff ff 44 3b 2d b6 f4 21 00 74 2c 80 3d 58 3d bf ff 00 75 15 48 c7 c7 80 0d d0 82 c6 05 48 3d bf ff 01 e8 4b af 6e fe <0f> 0b 83 3d 07 e3 a3 ff 00 74 05 e8 c1 97 64 fe 48 8b 35 99 19 c2
[    0.000000] RSP: 0000:ffffffff83003e30 EFLAGS: 00010086 ORIG_RAX: 0000000000000000
[    0.000000] RAX: 0000000000000000 RBX: 0000000000000a88 RCX: 0000000000000029
[    0.000000] RDX: 0000000000000009 RSI: ffffffff838759e0 RDI: ffffffff8387358c
[    0.000000] RBP: 000000000000000a R08: 657661656c20676e R09: 73657661656c2067
[    0.000000] R10: 656c626f72702079 R11: 69706d7564202c6d R12: 0000000000000008
[    0.000000] R13: 0000000000000988 R14: 0000000000000a88 R15: 0000000000000001
[    0.000000] FS:  0000000000000000(0000) GS:ffffffff835ab000(0000) knlGS:0000000000000000
[    0.000000] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    0.000000] CR2: ffff88800e0b0000 CR3: 00000029b5840000 CR4: 00000000000406a0
[    0.000000] Call Trace:
[    0.000000]  ? 0xffffffff81c00000
[    0.000000]  ? fpu__init_system+0x1b1/0x1dd
[    0.000000]  ? 0xffffffff81c00000
[    0.000000]  ? early_cpu_init+0x31c/0x341
[    0.000000]  ? setup_arch+0xca/0xd0b
[    0.000000]  ? printk+0x58/0x6f
[    0.000000]  ? start_kernel+0x5e/0x57a
[    0.000000]  ? secondary_startup_64+0xb6/0xc0
[    0.000000] random: get_random_bytes called from print_oops_end_marker+0x26/0x40 with crng_init=0
[    0.000000] ---[ end trace fc9f1898a7ff13bf ]---
[    0.000000] CPUID[0d, 00]: eax=000002e7 ebx=00000a88 ecx=00000a88 edx=00000000
[    0.000000] CPUID[0d, 01]: eax=0000000f ebx=00000a88 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 02]: eax=00000100 ebx=00000240 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 03]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 04]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 05]: eax=00000040 ebx=00000440 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 06]: eax=00000200 ebx=00000480 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 07]: eax=00000400 ebx=00000680 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 08]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 09]: eax=00000008 ebx=00000a80 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0a]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0b]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0c]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0d]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0e]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 0f]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 10]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 11]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 12]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] CPUID[0d, 13]: eax=00000000 ebx=00000000 ecx=00000000 edx=00000000
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2696 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000c0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ef23fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef24000-0x000000000ef2cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ef2d000-0x000000000ef3bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef3c000-0x000000000ef41fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ef42000-0x000000000ef47fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000ef48000-0x000000000ef60fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef61000-0x000000000ef65fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ef66000-0x000000000fee6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000fee7000-0x000000000ff56fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ff57000-0x000000000ff72fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000000ff73000-0x000000000ff76fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000ff77000-0x00000000bfffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffc29fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000fcffffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000010000000000-0x000001033fffffff] usable
[    0.000000] memblock_reserve: [0x000000000e0a0018-0x000000000e0a0767] efi_memblock_x86_reserve_range+0x15b/0x184
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] memblock_reserve: [0x000000000e0a6018-0x000000000e0ae057] setup_arch+0x3df/0xd0b
[    0.000000] memblock_reserve: [0x000000000e0a3018-0x000000000e0a5057] setup_arch+0x3df/0xd0b
[    0.000000] memblock_reserve: [0x000000000e0a1018-0x000000000e0a2857] setup_arch+0x3df/0xd0b
[    0.000000] e820: update [mem 0x0e0a6018-0x0e0ae057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a6018-0x0e0ae057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a3018-0x0e0a5057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a3018-0x0e0a5057] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a1018-0x0e0a2857] usable ==> usable
[    0.000000] e820: update [mem 0x0e0a1018-0x0e0a2857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000000001000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000c0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000e0a1017] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a1018-0x000000000e0a2857] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a2858-0x000000000e0a3017] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a3018-0x000000000e0a5057] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a5058-0x000000000e0a6017] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0a6018-0x000000000e0ae057] usable
[    0.000000] reserve setup_data: [mem 0x000000000e0ae058-0x000000000ef23fff] usable
[    0.000000] reserve setup_data: [mem 0x000000000ef24000-0x000000000ef2cfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ef2d000-0x000000000ef3bfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000ef3c000-0x000000000ef41fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ef42000-0x000000000ef47fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000ef48000-0x000000000ef60fff] usable
[    0.000000] reserve setup_data: [mem 0x000000000ef61000-0x000000000ef65fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ef66000-0x000000000fee6fff] usable
[    0.000000] reserve setup_data: [mem 0x000000000fee7000-0x000000000ff56fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000ff57000-0x000000000ff72fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000000ff73000-0x000000000ff76fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000ff77000-0x00000000bfffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffc29fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000fcffffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000010000000000-0x000001033fffffff] usable
[    0.000000] efi: EFI v2.31 by VMware, Inc.
[    0.000000] efi: SMBIOS=0xef42000 ACPI 2.0=0xff66000 MEMATTR=0xe564698 
[    0.000000] memblock_reserve: [0x000000000e564698-0x000000000e564b57] efi_memattr_init+0x75/0x8f
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: VMware, Inc. VMware7,1/440BX Desktop Reference Platform, BIOS VMW71.00V.15401161.B64.2001021853 01/02/2020
[    0.000000] vmware: hypercall mode: 0x02
[    0.000000] Hypervisor detected: VMware
[    0.000000] vmware: TSC freq read from hypervisor : 2095.078 MHz
[    0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz
[    0.000000] vmware: using clock offset of 7393393348 ns
[    0.000010] tsc: Detected 2095.078 MHz processor
[    0.004814] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.004814] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.004819] last_pfn = 0x10340000 max_arch_pfn = 0x400000000
[    0.004854] MTRR default type: uncachable
[    0.004854] MTRR fixed ranges enabled:
[    0.004855]   00000-9FFFF write-back
[    0.004855]   A0000-FFFFF uncachable
[    0.004856] MTRR variable ranges enabled:
[    0.004857]   0 base 000000000000 mask 1E0000000000 write-back
[    0.004858]   1 base 0000C0000000 mask 1FFFC0000000 uncachable
[    0.004858]   2 disabled
[    0.004858]   3 disabled
[    0.004858]   4 disabled
[    0.004859]   5 disabled
[    0.004859]   6 disabled
[    0.004859]   7 disabled
[    0.004870] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.004889] total RAM covered: 2096128M
[    0.004945]  gran_size: 64K 	chunk_size: 64K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004946]  gran_size: 64K 	chunk_size: 128K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004946]  gran_size: 64K 	chunk_size: 256K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004947]  gran_size: 64K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004947]  gran_size: 64K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004948]  gran_size: 64K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004948]  gran_size: 64K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004949]  gran_size: 64K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004950]  gran_size: 64K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004950]  gran_size: 64K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004951]  gran_size: 64K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004951]  gran_size: 64K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004952]  gran_size: 64K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004952]  gran_size: 64K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004953]  gran_size: 64K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004953]  gran_size: 64K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004954]  gran_size: 128K 	chunk_size: 128K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004954]  gran_size: 128K 	chunk_size: 256K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004955]  gran_size: 128K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004955]  gran_size: 128K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004956]  gran_size: 128K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004956]  gran_size: 128K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004957]  gran_size: 128K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004958]  gran_size: 128K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004958]  gran_size: 128K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004959]  gran_size: 128K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004959]  gran_size: 128K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004960]  gran_size: 128K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004960]  gran_size: 128K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004961]  gran_size: 128K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004961]  gran_size: 128K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004962]  gran_size: 256K 	chunk_size: 256K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004962]  gran_size: 256K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004963]  gran_size: 256K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004963]  gran_size: 256K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004964]  gran_size: 256K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004964]  gran_size: 256K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004965]  gran_size: 256K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004965]  gran_size: 256K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004966]  gran_size: 256K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004966]  gran_size: 256K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004967]  gran_size: 256K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004967]  gran_size: 256K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004968]  gran_size: 256K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004969]  gran_size: 256K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004969]  gran_size: 512K 	chunk_size: 512K 	num_reg: 8  	lose cover RAM: 1792G
[    0.004970]  gran_size: 512K 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004970]  gran_size: 512K 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004971]  gran_size: 512K 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004971]  gran_size: 512K 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004972]  gran_size: 512K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004972]  gran_size: 512K 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004973]  gran_size: 512K 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004973]  gran_size: 512K 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004974]  gran_size: 512K 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004974]  gran_size: 512K 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004975]  gran_size: 512K 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004975]  gran_size: 512K 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004976]  gran_size: 1M 	chunk_size: 1M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004976]  gran_size: 1M 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004977]  gran_size: 1M 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004978]  gran_size: 1M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004978]  gran_size: 1M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004979]  gran_size: 1M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004979]  gran_size: 1M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004980]  gran_size: 1M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004980]  gran_size: 1M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004981]  gran_size: 1M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004981]  gran_size: 1M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004982]  gran_size: 1M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004982]  gran_size: 2M 	chunk_size: 2M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004983]  gran_size: 2M 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004983]  gran_size: 2M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004984]  gran_size: 2M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004984]  gran_size: 2M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004985]  gran_size: 2M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004985]  gran_size: 2M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004986]  gran_size: 2M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004986]  gran_size: 2M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004987]  gran_size: 2M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004987]  gran_size: 2M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004988]  gran_size: 4M 	chunk_size: 4M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004989]  gran_size: 4M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004989]  gran_size: 4M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004990]  gran_size: 4M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004990]  gran_size: 4M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004991]  gran_size: 4M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004991]  gran_size: 4M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004992]  gran_size: 4M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004992]  gran_size: 4M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004993]  gran_size: 4M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004993]  gran_size: 8M 	chunk_size: 8M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004994]  gran_size: 8M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004994]  gran_size: 8M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004995]  gran_size: 8M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004995]  gran_size: 8M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004996]  gran_size: 8M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004996]  gran_size: 8M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004997]  gran_size: 8M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004997]  gran_size: 8M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.004998]  gran_size: 16M 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004998]  gran_size: 16M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004999]  gran_size: 16M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.004999]  gran_size: 16M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005000]  gran_size: 16M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005000]  gran_size: 16M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005001]  gran_size: 16M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005002]  gran_size: 16M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005002]  gran_size: 32M 	chunk_size: 32M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005003]  gran_size: 32M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005003]  gran_size: 32M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005004]  gran_size: 32M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005004]  gran_size: 32M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005005]  gran_size: 32M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005005]  gran_size: 32M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005006]  gran_size: 64M 	chunk_size: 64M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005006]  gran_size: 64M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005007]  gran_size: 64M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005007]  gran_size: 64M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005008]  gran_size: 64M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005008]  gran_size: 64M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005009]  gran_size: 128M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005009]  gran_size: 128M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005010]  gran_size: 128M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005010]  gran_size: 128M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005011]  gran_size: 128M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005012]  gran_size: 256M 	chunk_size: 256M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005012]  gran_size: 256M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005013]  gran_size: 256M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005013]  gran_size: 256M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005014]  gran_size: 512M 	chunk_size: 512M 	num_reg: 8  	lose cover RAM: 1792G
[    0.005014]  gran_size: 512M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005015]  gran_size: 512M 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005015]  gran_size: 1G 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005016]  gran_size: 1G 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1792G
[    0.005016]  gran_size: 2G 	chunk_size: 2G 	num_reg: 8  	lose cover RAM: 1537G
[    0.005017] mtrr_cleanup: can not find optimal value
[    0.005017] please specify mtrr_gran_size/mtrr_chunk_size
[    0.005028] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.005032] last_pfn = 0xc0000 max_arch_pfn = 0x400000000
[    0.010936] memblock_reserve: [0x00000029b6000000-0x00000029b600efff] setup_arch+0x624/0xd0b
[    0.010939] memblock_add: [0x0000000000001000-0x000000000009ffff] e820__memblock_setup+0x65/0x8b
[    0.010940] memblock_add: [0x0000000000100000-0x000000000e0a1017] e820__memblock_setup+0x65/0x8b
[    0.010941] memblock_add: [0x000000000e0a1018-0x000000000e0a2857] e820__memblock_setup+0x65/0x8b
[    0.010942] memblock_add: [0x000000000e0a2858-0x000000000e0a3017] e820__memblock_setup+0x65/0x8b
[    0.010942] memblock_add: [0x000000000e0a3018-0x000000000e0a5057] e820__memblock_setup+0x65/0x8b
[    0.010943] memblock_add: [0x000000000e0a5058-0x000000000e0a6017] e820__memblock_setup+0x65/0x8b
[    0.010944] memblock_add: [0x000000000e0a6018-0x000000000e0ae057] e820__memblock_setup+0x65/0x8b
[    0.010945] memblock_add: [0x000000000e0ae058-0x000000000ef23fff] e820__memblock_setup+0x65/0x8b
[    0.010946] memblock_add: [0x000000000ef2d000-0x000000000ef3bfff] e820__memblock_setup+0x65/0x8b
[    0.010947] memblock_add: [0x000000000ef48000-0x000000000ef60fff] e820__memblock_setup+0x65/0x8b
[    0.010948] memblock_add: [0x000000000ef66000-0x000000000fee6fff] e820__memblock_setup+0x65/0x8b
[    0.010949] memblock_add: [0x000000000ff77000-0x00000000bfffffff] e820__memblock_setup+0x65/0x8b
[    0.010950] memblock_add: [0x0000000100000000-0x000000fcffffffff] e820__memblock_setup+0x65/0x8b
[    0.010951] memblock_add: [0x0000010000000000-0x000001033fffffff] e820__memblock_setup+0x65/0x8b
[    0.010951] MEMBLOCK configuration:
[    0.010952]  memory size = 0x000000ffffef5000 reserved size = 0x000000000698e4d0
[    0.010952]  memory.cnt  = 0x8
[    0.010953]  memory[0x0]	[0x0000000000001000-0x000000000009ffff], 0x000000000009f000 bytes flags: 0x0
[    0.010954]  memory[0x1]	[0x0000000000100000-0x000000000ef23fff], 0x000000000ee24000 bytes flags: 0x0
[    0.010954]  memory[0x2]	[0x000000000ef2d000-0x000000000ef3bfff], 0x000000000000f000 bytes flags: 0x0
[    0.010954]  memory[0x3]	[0x000000000ef48000-0x000000000ef60fff], 0x0000000000019000 bytes flags: 0x0
[    0.010955]  memory[0x4]	[0x000000000ef66000-0x000000000fee6fff], 0x0000000000f81000 bytes flags: 0x0
[    0.010955]  memory[0x5]	[0x000000000ff77000-0x00000000bfffffff], 0x00000000b0089000 bytes flags: 0x0
[    0.010956]  memory[0x6]	[0x0000000100000000-0x000000fcffffffff], 0x000000fc00000000 bytes flags: 0x0
[    0.010956]  memory[0x7]	[0x0000010000000000-0x000001033fffffff], 0x0000000340000000 bytes flags: 0x0
[    0.010957]  reserved.cnt  = 0x8
[    0.010957]  reserved[0x0]	[0x0000000000000000-0x0000000000000fff], 0x0000000000001000 bytes flags: 0x0
[    0.010958]  reserved[0x1]	[0x000000000663a000-0x000000000adabfff], 0x0000000004772000 bytes flags: 0x0
[    0.010958]  reserved[0x2]	[0x000000000e0a0018-0x000000000e0a0767], 0x0000000000000750 bytes flags: 0x0
[    0.010959]  reserved[0x3]	[0x000000000e0a1018-0x000000000e0a2857], 0x0000000000001840 bytes flags: 0x0
[    0.010959]  reserved[0x4]	[0x000000000e0a3018-0x000000000e0a5057], 0x0000000000002040 bytes flags: 0x0
[    0.010960]  reserved[0x5]	[0x000000000e0a6018-0x000000000e0ae057], 0x0000000000008040 bytes flags: 0x0
[    0.010960]  reserved[0x6]	[0x000000000e564698-0x000000000e564b57], 0x00000000000004c0 bytes flags: 0x0
[    0.010961]  reserved[0x7]	[0x00000029b3e00000-0x00000029b600efff], 0x000000000220f000 bytes flags: 0x0
[    0.010962] memblock_reserve: [0x000000000009f000-0x00000000000fffff] setup_arch+0x648/0xd0b
[    0.010963] memblock_reserve: [0x000000000df93000-0x000000000df93fff] efi_reserve_boot_services+0x85/0xd0
[    0.010964] memblock_reserve: [0x000000000e0b1000-0x000000000e0b1fff] efi_reserve_boot_services+0x85/0xd0
[    0.010966] memblock_reserve: [0x000000000e74a000-0x000000000e8dffff] efi_reserve_boot_services+0x85/0xd0
[    0.010966] memblock_reserve: [0x000000000e8e0000-0x000000000eee1fff] efi_reserve_boot_services+0x85/0xd0
[    0.010967] memblock_reserve: [0x000000000eee2000-0x000000000ef23fff] efi_reserve_boot_services+0x85/0xd0
[    0.010968] memblock_reserve: [0x000000000ef2d000-0x000000000ef3bfff] efi_reserve_boot_services+0x85/0xd0
[    0.010969] memblock_reserve: [0x000000000ef48000-0x000000000ef60fff] efi_reserve_boot_services+0x85/0xd0
[    0.010970] memblock_reserve: [0x000000000ef66000-0x000000000ef8ffff] efi_reserve_boot_services+0x85/0xd0
[    0.010971] memblock_reserve: [0x000000000ef90000-0x000000000fdf6fff] efi_reserve_boot_services+0x85/0xd0
[    0.010972] memblock_reserve: [0x000000000fdf7000-0x000000000fee6fff] efi_reserve_boot_services+0x85/0xd0
[    0.010973] memblock_reserve: [0x000000000ff77000-0x000000000ffbefff] efi_reserve_boot_services+0x85/0xd0
[    0.010974] memblock_reserve: [0x000000000ffbf000-0x000000000fffffff] efi_reserve_boot_services+0x85/0xd0
[    0.010976] memblock_reserve: [0x0000000000099000-0x000000000009efff] reserve_real_mode+0x6f/0x88
[    0.010977] memblock_reserve: [0x0000000000000000-0x00000000000fffff] crash_reserve_low_1M+0x2c/0x39
[    0.010978] kexec: Reserving the low 1M of memory for crashkernel
[    0.010994] memblock_reserve: [0x0000000000000000-0x000000000000ffff] setup_arch+0x688/0xd0b
[    0.010999] Using GB pages for direct mapping
[    0.011317] memblock_reserve: [0x000001033ffff000-0x000001033fffffff] alloc_low_pages+0x163/0x180
[    0.011957] Secure boot disabled
[    0.011957] RAMDISK: [mem 0x0663a000-0x0adabfff]
[    0.011969] ACPI: Early table checksum verification disabled
[    0.011971] ACPI: RSDP 0x000000000FF66000 000024 (v02 VMWARE)
[    0.011973] ACPI: XSDT 0x000000000FF66064 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.011976] ACPI: SRAT 0x000000000FF660C0 000660 (v03 VMWARE EFISRAT  06040001 VMW  000007CE)
[    0.011978] ACPI: FACP 0x000000000FF7252C 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.011981] ACPI: DSDT 0x000000000FF66720 00BE0C (v01 PTLTD  Custom   00000000 INTL 20130823)
[    0.011982] ACPI: FACS 0x000000000FF76000 000040
[    0.011984] ACPI: FACS 0x000000000FF76000 000040
[    0.011985] ACPI: APIC 0x000000000FF72694 0004DA (v03 VMWARE EFIAPIC  06040001 VMW  000007CE)
[    0.011987] ACPI: MCFG 0x000000000FF72B6E 00003C (v01 VMWARE EFIMCFG  06040001 VMW  000007CE)
[    0.011988] ACPI: HPET 0x000000000FF72BAA 000038 (v01 VMWARE VMW HPET 00000000 VMW  00000000)
[    0.011989] ACPI: WAET 0x000000000FF72BE2 000028 (v01 VMWARE VMW WAET 06040001 VMW  00000001)
[    0.011991] ACPI: WSMT 0x000000000FF72C0A 000028 (v01 VMWARE VMW WSMT 06040001 VMW  00000001)
[    0.011995] ACPI: Local APIC address 0xfee00000
[    0.012024] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.012025] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.012026] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.012026] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.012027] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.012028] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.012028] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.012029] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[    0.012030] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[    0.012030] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[    0.012031] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[    0.012032] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[    0.012032] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[    0.012033] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[    0.012034] SRAT: PXM 0 -> APIC 0x1c -> Node 0
[    0.012034] SRAT: PXM 0 -> APIC 0x1e -> Node 0
[    0.012035] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[    0.012036] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[    0.012036] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[    0.012037] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[    0.012037] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[    0.012038] SRAT: PXM 0 -> APIC 0x2a -> Node 0
[    0.012039] SRAT: PXM 0 -> APIC 0x2c -> Node 0
[    0.012040] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[    0.012040] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[    0.012041] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[    0.012041] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[    0.012042] SRAT: PXM 0 -> APIC 0x36 -> Node 0
[    0.012043] SRAT: PXM 1 -> APIC 0x38 -> Node 1
[    0.012044] SRAT: PXM 1 -> APIC 0x3a -> Node 1
[    0.012044] SRAT: PXM 1 -> APIC 0x3c -> Node 1
[    0.012045] SRAT: PXM 1 -> APIC 0x3e -> Node 1
[    0.012046] SRAT: PXM 1 -> APIC 0x40 -> Node 1
[    0.012046] SRAT: PXM 1 -> APIC 0x42 -> Node 1
[    0.012047] SRAT: PXM 1 -> APIC 0x44 -> Node 1
[    0.012048] SRAT: PXM 1 -> APIC 0x46 -> Node 1
[    0.012048] SRAT: PXM 1 -> APIC 0x48 -> Node 1
[    0.012049] SRAT: PXM 1 -> APIC 0x4a -> Node 1
[    0.012050] SRAT: PXM 1 -> APIC 0x4c -> Node 1
[    0.012050] SRAT: PXM 1 -> APIC 0x4e -> Node 1
[    0.012051] SRAT: PXM 1 -> APIC 0x50 -> Node 1
[    0.012052] SRAT: PXM 1 -> APIC 0x52 -> Node 1
[    0.012052] SRAT: PXM 1 -> APIC 0x54 -> Node 1
[    0.012053] SRAT: PXM 1 -> APIC 0x56 -> Node 1
[    0.012053] SRAT: PXM 1 -> APIC 0x58 -> Node 1
[    0.012054] SRAT: PXM 1 -> APIC 0x5a -> Node 1
[    0.012055] SRAT: PXM 1 -> APIC 0x5c -> Node 1
[    0.012055] SRAT: PXM 1 -> APIC 0x5e -> Node 1
[    0.012056] SRAT: PXM 1 -> APIC 0x60 -> Node 1
[    0.012057] SRAT: PXM 1 -> APIC 0x62 -> Node 1
[    0.012057] SRAT: PXM 1 -> APIC 0x64 -> Node 1
[    0.012058] SRAT: PXM 1 -> APIC 0x66 -> Node 1
[    0.012059] SRAT: PXM 1 -> APIC 0x68 -> Node 1
[    0.012059] SRAT: PXM 1 -> APIC 0x6a -> Node 1
[    0.012060] SRAT: PXM 1 -> APIC 0x6c -> Node 1
[    0.012061] SRAT: PXM 1 -> APIC 0x6e -> Node 1
[    0.012062] SRAT: PXM 2 -> APIC 0x70 -> Node 2
[    0.012062] SRAT: PXM 2 -> APIC 0x72 -> Node 2
[    0.012063] SRAT: PXM 2 -> APIC 0x74 -> Node 2
[    0.012063] SRAT: PXM 2 -> APIC 0x76 -> Node 2
[    0.012064] SRAT: PXM 2 -> APIC 0x78 -> Node 2
[    0.012065] SRAT: PXM 2 -> APIC 0x7a -> Node 2
[    0.012065] SRAT: PXM 2 -> APIC 0x7c -> Node 2
[    0.012066] SRAT: PXM 2 -> APIC 0x7e -> Node 2
[    0.012067] SRAT: PXM 2 -> APIC 0x80 -> Node 2
[    0.012067] SRAT: PXM 2 -> APIC 0x82 -> Node 2
[    0.012068] SRAT: PXM 2 -> APIC 0x84 -> Node 2
[    0.012069] SRAT: PXM 2 -> APIC 0x86 -> Node 2
[    0.012069] SRAT: PXM 2 -> APIC 0x88 -> Node 2
[    0.012070] SRAT: PXM 2 -> APIC 0x8a -> Node 2
[    0.012071] SRAT: PXM 2 -> APIC 0x8c -> Node 2
[    0.012071] SRAT: PXM 2 -> APIC 0x8e -> Node 2
[    0.012072] SRAT: PXM 2 -> APIC 0x90 -> Node 2
[    0.012073] SRAT: PXM 2 -> APIC 0x92 -> Node 2
[    0.012073] SRAT: PXM 2 -> APIC 0x94 -> Node 2
[    0.012074] SRAT: PXM 2 -> APIC 0x96 -> Node 2
[    0.012075] SRAT: PXM 2 -> APIC 0x98 -> Node 2
[    0.012075] SRAT: PXM 2 -> APIC 0x9a -> Node 2
[    0.012076] SRAT: PXM 2 -> APIC 0x9c -> Node 2
[    0.012077] SRAT: PXM 2 -> APIC 0x9e -> Node 2
[    0.012077] SRAT: PXM 2 -> APIC 0xa0 -> Node 2
[    0.012078] SRAT: PXM 2 -> APIC 0xa2 -> Node 2
[    0.012078] SRAT: PXM 2 -> APIC 0xa4 -> Node 2
[    0.012079] SRAT: PXM 2 -> APIC 0xa6 -> Node 2
[    0.012082] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.012083] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
[    0.012084] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x55ffffffff]
[    0.012085] ACPI: SRAT: Node 1 PXM 1 [mem 0x5600000000-0xaaffffffff]
[    0.012086] ACPI: SRAT: Node 2 PXM 2 [mem 0xab00000000-0xfcffffffff]
[    0.012087] ACPI: SRAT: Node 2 PXM 2 [mem 0x10000000000-0x1033fffffff]
[    0.012089] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[    0.012091] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x55ffffffff] -> [mem 0x00000000-0x55ffffffff]
[    0.012092] NUMA: Node 2 [mem 0xab00000000-0xfcffffffff] + [mem 0x10000000000-0x1033fffffff] -> [mem 0xab00000000-0x1033fffffff]
[    0.012107] memblock_reserve: [0x00000055fffd6000-0x00000055ffffffff] memblock_alloc_range_nid+0xad/0x11b
[    0.012108] NODE_DATA(0) allocated [mem 0x55fffd6000-0x55ffffffff]
[    0.012467] memblock_reserve: [0x000000aafffd6000-0x000000aaffffffff] memblock_alloc_range_nid+0xad/0x11b
[    0.012467] NODE_DATA(1) allocated [mem 0xaafffd6000-0xaaffffffff]
[    0.013073] memblock_reserve: [0x000001033ffd5000-0x000001033fffefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013074] NODE_DATA(2) allocated [mem 0x1033ffd5000-0x1033fffefff]
[    0.013080] MEMBLOCK configuration:
[    0.013081]  memory size = 0x000000ffffef5000 reserved size = 0x000000000831a4d0
[    0.013081]  memory.cnt  = 0xa
[    0.013082]  memory[0x0]	[0x0000000000001000-0x000000000009ffff], 0x000000000009f000 bytes on node 0 flags: 0x0
[    0.013083]  memory[0x1]	[0x0000000000100000-0x000000000ef23fff], 0x000000000ee24000 bytes on node 0 flags: 0x0
[    0.013083]  memory[0x2]	[0x000000000ef2d000-0x000000000ef3bfff], 0x000000000000f000 bytes on node 0 flags: 0x0
[    0.013084]  memory[0x3]	[0x000000000ef48000-0x000000000ef60fff], 0x0000000000019000 bytes on node 0 flags: 0x0
[    0.013084]  memory[0x4]	[0x000000000ef66000-0x000000000fee6fff], 0x0000000000f81000 bytes on node 0 flags: 0x0
[    0.013085]  memory[0x5]	[0x000000000ff77000-0x00000000bfffffff], 0x00000000b0089000 bytes on node 0 flags: 0x0
[    0.013086]  memory[0x6]	[0x0000000100000000-0x00000055ffffffff], 0x0000005500000000 bytes on node 0 flags: 0x0
[    0.013086]  memory[0x7]	[0x0000005600000000-0x000000aaffffffff], 0x0000005500000000 bytes on node 1 flags: 0x0
[    0.013087]  memory[0x8]	[0x000000ab00000000-0x000000fcffffffff], 0x0000005200000000 bytes on node 2 flags: 0x0
[    0.013087]  memory[0x9]	[0x0000010000000000-0x000001033fffffff], 0x0000000340000000 bytes on node 2 flags: 0x0
[    0.013088]  reserved.cnt  = 0x13
[    0.013088]  reserved[0x0]	[0x0000000000000000-0x00000000000fffff], 0x0000000000100000 bytes on node 0 flags: 0x0
[    0.013089]  reserved[0x1]	[0x000000000663a000-0x000000000adabfff], 0x0000000004772000 bytes on node 0 flags: 0x0
[    0.013089]  reserved[0x2]	[0x000000000df93000-0x000000000df93fff], 0x0000000000001000 bytes on node 0 flags: 0x0
[    0.013090]  reserved[0x3]	[0x000000000e0a0018-0x000000000e0a0767], 0x0000000000000750 bytes on node 0 flags: 0x0
[    0.013090]  reserved[0x4]	[0x000000000e0a1018-0x000000000e0a2857], 0x0000000000001840 bytes on node 0 flags: 0x0
[    0.013091]  reserved[0x5]	[0x000000000e0a3018-0x000000000e0a5057], 0x0000000000002040 bytes on node 0 flags: 0x0
[    0.013091]  reserved[0x6]	[0x000000000e0a6018-0x000000000e0ae057], 0x0000000000008040 bytes on node 0 flags: 0x0
[    0.013092]  reserved[0x7]	[0x000000000e0b1000-0x000000000e0b1fff], 0x0000000000001000 bytes on node 0 flags: 0x0
[    0.013092]  reserved[0x8]	[0x000000000e564698-0x000000000e564b57], 0x00000000000004c0 bytes on node 0 flags: 0x0
[    0.013093]  reserved[0x9]	[0x000000000e74a000-0x000000000ef23fff], 0x00000000007da000 bytes on node 0 flags: 0x0
[    0.013093]  reserved[0xa]	[0x000000000ef2d000-0x000000000ef3bfff], 0x000000000000f000 bytes on node 0 flags: 0x0
[    0.013094]  reserved[0xb]	[0x000000000ef48000-0x000000000ef60fff], 0x0000000000019000 bytes on node 0 flags: 0x0
[    0.013094]  reserved[0xc]	[0x000000000ef66000-0x000000000fee6fff], 0x0000000000f81000 bytes on node 0 flags: 0x0
[    0.013095]  reserved[0xd]	[0x000000000ff77000-0x000000000fffffff], 0x0000000000089000 bytes on node 0 flags: 0x0
[    0.013095]  reserved[0xe]	[0x00000029b3e00000-0x00000029b600efff], 0x000000000220f000 bytes on node 0 flags: 0x0
[    0.013096]  reserved[0xf]	[0x00000055fffd6000-0x00000055ffffffff], 0x000000000002a000 bytes flags: 0x0
[    0.013097]  reserved[0x10]	[0x000000aafffd6000-0x000000aaffffffff], 0x000000000002a000 bytes flags: 0x0
[    0.013097]  reserved[0x11]	[0x000001033ffd5000-0x000001033fffefff], 0x000000000002a000 bytes flags: 0x0
[    0.013098]  reserved[0x12]	[0x000001033ffff000-0x000001033fffffff], 0x0000000000001000 bytes on node 2 flags: 0x0
[    0.013198] crashkernel: memory value expected
[    0.013201] memblock_alloc_try_nid: 16384 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 memory_present+0x56/0x11d
[    0.013202] memblock_reserve: [0x000001033ffd1000-0x000001033ffd4fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013205] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013206] memblock_reserve: [0x00000055fffd5000-0x00000055fffd5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013209] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013210] memblock_reserve: [0x00000055fffd4000-0x00000055fffd4fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013213] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013214] memblock_reserve: [0x00000055fffd3000-0x00000055fffd3fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013217] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013218] memblock_reserve: [0x00000055fffd2000-0x00000055fffd2fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013223] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013223] memblock_reserve: [0x00000055fffd1000-0x00000055fffd1fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013228] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013229] memblock_reserve: [0x00000055fffd0000-0x00000055fffd0fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013234] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013235] memblock_reserve: [0x00000055fffcf000-0x00000055fffcffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013241] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013241] memblock_reserve: [0x00000055fffce000-0x00000055fffcefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013248] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013249] memblock_reserve: [0x00000055fffcd000-0x00000055fffcdfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013256] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013256] memblock_reserve: [0x00000055fffcc000-0x00000055fffccfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013264] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=0 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013264] memblock_reserve: [0x00000055fffcb000-0x00000055fffcbfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013273] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013273] memblock_reserve: [0x000000aafffd5000-0x000000aafffd5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013281] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013282] memblock_reserve: [0x000000aafffd4000-0x000000aafffd4fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013290] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013291] memblock_reserve: [0x000000aafffd3000-0x000000aafffd3fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013300] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013300] memblock_reserve: [0x000000aafffd2000-0x000000aafffd2fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013310] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013310] memblock_reserve: [0x000000aafffd1000-0x000000aafffd1fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013319] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013320] memblock_reserve: [0x000000aafffd0000-0x000000aafffd0fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013330] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013331] memblock_reserve: [0x000000aafffcf000-0x000000aafffcffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013342] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013342] memblock_reserve: [0x000000aafffce000-0x000000aafffcefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013353] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013354] memblock_reserve: [0x000000aafffcd000-0x000000aafffcdfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013366] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013366] memblock_reserve: [0x000000aafffcc000-0x000000aafffccfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013379] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=1 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013379] memblock_reserve: [0x000000aafffcb000-0x000000aafffcbfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013391] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013392] memblock_reserve: [0x000001033ffd0000-0x000001033ffd0fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013405] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013405] memblock_reserve: [0x000001033ffcf000-0x000001033ffcffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013419] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013419] memblock_reserve: [0x000001033ffce000-0x000001033ffcefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013433] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013434] memblock_reserve: [0x000001033ffcd000-0x000001033ffcdfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013448] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013449] memblock_reserve: [0x000001033ffcc000-0x000001033ffccfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013465] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013466] memblock_reserve: [0x000001033ffcb000-0x000001033ffcbfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013481] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013482] memblock_reserve: [0x000001033ffca000-0x000001033ffcafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013497] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013498] memblock_reserve: [0x000001033ffc9000-0x000001033ffc9fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013514] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013515] memblock_reserve: [0x000001033ffc8000-0x000001033ffc8fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013531] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013532] memblock_reserve: [0x000001033ffc7000-0x000001033ffc7fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013543] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=2 from=0x0000000000000000 max_addr=0x0000000000000000 sparse_index_alloc+0x40/0x61
[    0.013543] memblock_reserve: [0x000001033ffc6000-0x000001033ffc6fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013562] memblock_alloc_try_nid: 109760 bytes align=0x40 nid=0 from=0x00000055f8000000 max_addr=0x0000005600000000 sparse_init_nid+0x8f/0x401
[    0.013562] memblock_reserve: [0x00000055fffb0340-0x00000055fffcafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013568] memblock_alloc_exact_nid_raw: 5754585088 bytes align=0x200000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x11c/0x401
[    0.013568] memblock_reserve: [0x00000054a8e00000-0x00000055ffdfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013570] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013571] memblock_reserve: [0x00000055fffaf000-0x00000055fffaffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013572] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013573] memblock_reserve: [0x00000055fffae000-0x00000055fffaefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013595] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013596] memblock_reserve: [0x00000055fffad000-0x00000055fffadfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013618] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013619] memblock_reserve: [0x00000055fffac000-0x00000055fffacfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013658] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013659] memblock_reserve: [0x00000055fffab000-0x00000055fffabfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013683] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013684] memblock_reserve: [0x00000055fffaa000-0x00000055fffaafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013707] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013708] memblock_reserve: [0x00000055fffa9000-0x00000055fffa9fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013728] memblock_alloc_try_nid: 108800 bytes align=0x40 nid=1 from=0x000000aaf8000000 max_addr=0x000000ab00000000 sparse_init_nid+0x8f/0x401
[    0.013729] memblock_reserve: [0x000000aafffb0700-0x000000aafffcafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013734] memblock_alloc_exact_nid_raw: 5704253440 bytes align=0x200000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x11c/0x401
[    0.013735] memblock_reserve: [0x000000a9abe00000-0x000000aaffdfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013750] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013750] memblock_reserve: [0x000000aafffaf000-0x000000aafffaffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013774] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013775] memblock_reserve: [0x000000aafffae000-0x000000aafffaefff] memblock_alloc_range_nid+0xad/0x11b
[    0.013799] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013799] memblock_reserve: [0x000000aafffad000-0x000000aafffadfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013823] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013824] memblock_reserve: [0x000000aafffac000-0x000000aafffacfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013857] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013857] memblock_reserve: [0x000000aafffab000-0x000000aafffabfff] memblock_alloc_range_nid+0xad/0x11b
[    0.013884] memblock_alloc_try_nid: 109120 bytes align=0x40 nid=2 from=0x0000010338000000 max_addr=0x0000010340000000 sparse_init_nid+0x8f/0x401
[    0.013884] memblock_reserve: [0x000001033ffab5c0-0x000001033ffc5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013889] memblock_alloc_exact_nid_raw: 5721030656 bytes align=0x200000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 sparse_init_nid+0x11c/0x401
[    0.013890] memblock_reserve: [0x00000101eae00000-0x000001033fdfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.013898] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013898] memblock_reserve: [0x000001033ffaa000-0x000001033ffaafff] memblock_alloc_range_nid+0xad/0x11b
[    0.013921] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013922] memblock_reserve: [0x000001033ffa9000-0x000001033ffa9fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013944] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013945] memblock_reserve: [0x000001033ffa8000-0x000001033ffa8fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013968] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013968] memblock_reserve: [0x000001033ffa7000-0x000001033ffa7fff] memblock_alloc_range_nid+0xad/0x11b
[    0.013991] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.013991] memblock_reserve: [0x000001033ffa6000-0x000001033ffa6fff] memblock_alloc_range_nid+0xad/0x11b
[    0.014010] memblock_alloc_try_nid_raw: 4096 bytes align=0x1000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 vmemmap_alloc_block_zero.constprop.10+0xc/0x24
[    0.014011] memblock_reserve: [0x000001033ffa5000-0x000001033ffa5fff] memblock_alloc_range_nid+0xad/0x11b
[    0.014017] Zone ranges:
[    0.014017]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014018]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014018]   Normal   [mem 0x0000000100000000-0x000001033fffffff]
[    0.014019]   Device   empty
[    0.014019] Movable zone start for each node
[    0.014021] Early memory node ranges
[    0.014022]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.014022]   node   0: [mem 0x0000000000100000-0x000000000ef23fff]
[    0.014023]   node   0: [mem 0x000000000ef2d000-0x000000000ef3bfff]
[    0.014023]   node   0: [mem 0x000000000ef48000-0x000000000ef60fff]
[    0.014023]   node   0: [mem 0x000000000ef66000-0x000000000fee6fff]
[    0.014024]   node   0: [mem 0x000000000ff77000-0x00000000bfffffff]
[    0.014024]   node   0: [mem 0x0000000100000000-0x00000055ffffffff]
[    0.014038]   node   1: [mem 0x0000005600000000-0x000000aaffffffff]
[    0.014052]   node   2: [mem 0x000000ab00000000-0x000000fcffffffff]
[    0.014066]   node   2: [mem 0x0000010000000000-0x000001033fffffff]
[    0.014793] Zeroed struct page in unavailable ranges: 267 pages
[    0.014794] Initmem setup node 0 [mem 0x0000000000001000-0x00000055ffffffff]
[    0.014795] On node 0 totalpages: 89915125
[    0.014796]   DMA zone: 64 pages used for memmap
[    0.014796]   DMA zone: 159 pages reserved
[    0.014797]   DMA zone: 3999 pages, LIFO batch:0
[    0.014841]   DMA32 zone: 12222 pages used for memmap
[    0.014842]   DMA32 zone: 782166 pages, LIFO batch:63
[    0.031010]   Normal zone: 1392640 pages used for memmap
[    0.031011]   Normal zone: 89128960 pages, LIFO batch:63
[    0.031713] Initmem setup node 1 [mem 0x0000005600000000-0x000000aaffffffff]
[    0.031715] On node 1 totalpages: 89128960
[    0.031716]   Normal zone: 1392640 pages used for memmap
[    0.031716]   Normal zone: 89128960 pages, LIFO batch:63
[    0.032677] Initmem setup node 2 [mem 0x000000ab00000000-0x000001033fffffff]
[    0.032678] On node 2 totalpages: 89391104
[    0.032679]   Normal zone: 1445888 pages used for memmap
[    0.032679]   Normal zone: 89391104 pages, LIFO batch:63
[    0.035438] ACPI: PM-Timer IO Port: 0x448
[    0.035440] ACPI: Local APIC address 0xfee00000
[    0.035457] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.035457] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.035458] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.035458] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.035458] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.035459] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.035459] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.035459] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.035460] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.035460] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.035460] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.035461] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.035461] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.035462] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.035462] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.035462] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.035463] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.035463] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.035463] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.035464] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.035464] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.035464] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.035465] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.035465] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.035465] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.035466] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.035466] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.035466] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.035467] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.035467] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.035467] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.035468] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.035468] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[    0.035468] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[    0.035469] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[    0.035469] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[    0.035469] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[    0.035470] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[    0.035470] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[    0.035470] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[    0.035470] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[    0.035471] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[    0.035471] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[    0.035471] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[    0.035472] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[    0.035472] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[    0.035472] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[    0.035473] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[    0.035473] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[    0.035473] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[    0.035474] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[    0.035474] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[    0.035474] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[    0.035475] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[    0.035475] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[    0.035475] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[    0.035476] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[    0.035476] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[    0.035476] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[    0.035477] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[    0.035477] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[    0.035477] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[    0.035478] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[    0.035478] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[    0.035479] ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
[    0.035479] ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
[    0.035479] ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
[    0.035480] ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
[    0.035480] ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
[    0.035481] ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
[    0.035481] ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
[    0.035481] ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
[    0.035482] ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
[    0.035482] ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
[    0.035482] ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
[    0.035483] ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
[    0.035483] ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
[    0.035483] ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
[    0.035484] ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
[    0.035484] ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
[    0.035484] ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
[    0.035484] ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
[    0.035485] ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
[    0.035485] ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
[    0.035512] IOAPIC[0]: apic_id 84, version 32, address 0xfec00000, GSI 0-23
[    0.035514] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.035515] ACPI: IRQ0 used by override.
[    0.035516] ACPI: IRQ9 used by override.
[    0.035518] Using ACPI (MADT) for SMP configuration information
[    0.035518] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[    0.035523] memblock_alloc_try_nid: 73 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 acpi_parse_hpet+0xca/0x132
[    0.035525] memblock_reserve: [0x000001033ffab540-0x000001033ffab588] memblock_alloc_range_nid+0xad/0x11b
[    0.035529] smpboot: Allowing 84 CPUs, 0 hotplug CPUs
[    0.035535] memblock_alloc_try_nid: 75 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 io_apic_init_mappings+0x37/0x1c2
[    0.035537] memblock_reserve: [0x000001033ffab4c0-0x000001033ffab50a] memblock_alloc_range_nid+0xad/0x11b
[    0.035541] memblock_alloc_try_nid: 1536 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 e820__reserve_resources+0x2a/0x198
[    0.035543] memblock_reserve: [0x000001033ffa4a00-0x000001033ffa4fff] memblock_alloc_range_nid+0xad/0x11b
[    0.035551] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035553] memblock_reserve: [0x000001033ffab440-0x000001033ffab4a7] memblock_alloc_range_nid+0xad/0x11b
[    0.035556] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035557] memblock_reserve: [0x000001033ffab3c0-0x000001033ffab427] memblock_alloc_range_nid+0xad/0x11b
[    0.035560] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035562] memblock_reserve: [0x000001033ffab340-0x000001033ffab3a7] memblock_alloc_range_nid+0xad/0x11b
[    0.035564] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035566] memblock_reserve: [0x000001033ffab2c0-0x000001033ffab327] memblock_alloc_range_nid+0xad/0x11b
[    0.035568] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035570] memblock_reserve: [0x000001033ffab240-0x000001033ffab2a7] memblock_alloc_range_nid+0xad/0x11b
[    0.035572] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035574] memblock_reserve: [0x000001033ffab1c0-0x000001033ffab227] memblock_alloc_range_nid+0xad/0x11b
[    0.035577] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035579] memblock_reserve: [0x000001033ffab140-0x000001033ffab1a7] memblock_alloc_range_nid+0xad/0x11b
[    0.035581] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035583] memblock_reserve: [0x000001033ffab0c0-0x000001033ffab127] memblock_alloc_range_nid+0xad/0x11b
[    0.035586] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035587] memblock_reserve: [0x000001033ffab040-0x000001033ffab0a7] memblock_alloc_range_nid+0xad/0x11b
[    0.035590] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035592] memblock_reserve: [0x000001033ffa4980-0x000001033ffa49e7] memblock_alloc_range_nid+0xad/0x11b
[    0.035594] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035596] memblock_reserve: [0x000001033ffa4900-0x000001033ffa4967] memblock_alloc_range_nid+0xad/0x11b
[    0.035599] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035601] memblock_reserve: [0x000001033ffa4880-0x000001033ffa48e7] memblock_alloc_range_nid+0xad/0x11b
[    0.035603] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035606] memblock_reserve: [0x000001033ffa4800-0x000001033ffa4867] memblock_alloc_range_nid+0xad/0x11b
[    0.035608] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035610] memblock_reserve: [0x000001033ffa4780-0x000001033ffa47e7] memblock_alloc_range_nid+0xad/0x11b
[    0.035613] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035615] memblock_reserve: [0x000001033ffa4700-0x000001033ffa4767] memblock_alloc_range_nid+0xad/0x11b
[    0.035617] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035620] memblock_reserve: [0x000001033ffa4680-0x000001033ffa46e7] memblock_alloc_range_nid+0xad/0x11b
[    0.035622] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035624] memblock_reserve: [0x000001033ffa4600-0x000001033ffa4667] memblock_alloc_range_nid+0xad/0x11b
[    0.035627] memblock_alloc_try_nid: 104 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 firmware_map_add_early+0x29/0x4f
[    0.035629] memblock_reserve: [0x000001033ffa4580-0x000001033ffa45e7] memblock_alloc_range_nid+0xad/0x11b
[    0.035633] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035635] memblock_reserve: [0x000001033ffab000-0x000001033ffab01f] memblock_alloc_range_nid+0xad/0x11b
[    0.035637] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.035639] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035642] memblock_reserve: [0x000001033ffa4540-0x000001033ffa455f] memblock_alloc_range_nid+0xad/0x11b
[    0.035643] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    0.035644] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.035646] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035648] memblock_reserve: [0x000001033ffa4500-0x000001033ffa451f] memblock_alloc_range_nid+0xad/0x11b
[    0.035650] PM: hibernation: Registered nosave memory: [mem 0x0e0a1000-0x0e0a1fff]
[    0.035650] PM: hibernation: Registered nosave memory: [mem 0x0e0a2000-0x0e0a2fff]
[    0.035651] PM: hibernation: Registered nosave memory: [mem 0x0e0a3000-0x0e0a3fff]
[    0.035653] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035656] memblock_reserve: [0x000001033ffa44c0-0x000001033ffa44df] memblock_alloc_range_nid+0xad/0x11b
[    0.035657] PM: hibernation: Registered nosave memory: [mem 0x0e0a5000-0x0e0a5fff]
[    0.035658] PM: hibernation: Registered nosave memory: [mem 0x0e0a6000-0x0e0a6fff]
[    0.035660] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035662] memblock_reserve: [0x000001033ffa4480-0x000001033ffa449f] memblock_alloc_range_nid+0xad/0x11b
[    0.035664] PM: hibernation: Registered nosave memory: [mem 0x0e0ae000-0x0e0aefff]
[    0.035666] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035668] memblock_reserve: [0x000001033ffa4440-0x000001033ffa445f] memblock_alloc_range_nid+0xad/0x11b
[    0.035670] PM: hibernation: Registered nosave memory: [mem 0x0ef24000-0x0ef2cfff]
[    0.035672] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035674] memblock_reserve: [0x000001033ffa4400-0x000001033ffa441f] memblock_alloc_range_nid+0xad/0x11b
[    0.035676] PM: hibernation: Registered nosave memory: [mem 0x0ef3c000-0x0ef41fff]
[    0.035676] PM: hibernation: Registered nosave memory: [mem 0x0ef42000-0x0ef47fff]
[    0.035678] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035681] memblock_reserve: [0x000001033ffa43c0-0x000001033ffa43df] memblock_alloc_range_nid+0xad/0x11b
[    0.035682] PM: hibernation: Registered nosave memory: [mem 0x0ef61000-0x0ef65fff]
[    0.035685] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035687] memblock_reserve: [0x000001033ffa4380-0x000001033ffa439f] memblock_alloc_range_nid+0xad/0x11b
[    0.035688] PM: hibernation: Registered nosave memory: [mem 0x0fee7000-0x0ff56fff]
[    0.035689] PM: hibernation: Registered nosave memory: [mem 0x0ff57000-0x0ff72fff]
[    0.035690] PM: hibernation: Registered nosave memory: [mem 0x0ff73000-0x0ff76fff]
[    0.035692] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035695] memblock_reserve: [0x000001033ffa4340-0x000001033ffa435f] memblock_alloc_range_nid+0xad/0x11b
[    0.035696] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xffbfffff]
[    0.035697] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffc29fff]
[    0.035698] PM: hibernation: Registered nosave memory: [mem 0xffc2a000-0xffffffff]
[    0.035700] memblock_alloc_try_nid: 32 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 __register_nosave_region+0x7c/0xfb
[    0.035702] memblock_reserve: [0x000001033ffa4300-0x000001033ffa431f] memblock_alloc_range_nid+0xad/0x11b
[    0.035704] PM: hibernation: Registered nosave memory: [mem 0xfd00000000-0xffffffffff]
[    0.035706] [mem 0xc0000000-0xffbfffff] available for PCI devices
[    0.035708] Booting paravirtualized kernel on VMware hypervisor
[    0.035710] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.039222] memblock_alloc_try_nid: 134 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 start_kernel+0xfd/0x57a
[    0.039225] memblock_reserve: [0x000001033ffa4240-0x000001033ffa42c5] memblock_alloc_range_nid+0xad/0x11b
[    0.039227] memblock_alloc_try_nid: 134 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 start_kernel+0x111/0x57a
[    0.039229] memblock_reserve: [0x000001033ffa4180-0x000001033ffa4205] memblock_alloc_range_nid+0xad/0x11b
[    0.039231] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:84 nr_cpu_ids:84 nr_node_ids:3
[    0.039274] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_alloc_info+0x52/0x84
[    0.039275] memblock_reserve: [0x000001033ffa3000-0x000001033ffa3fff] memblock_alloc_range_nid+0xad/0x11b
[    0.039280] memblock_alloc_try_nid: 4096 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_embed_first_chunk+0x72/0x30d
[    0.039281] memblock_reserve: [0x000001033ffa2000-0x000001033ffa2fff] memblock_alloc_range_nid+0xad/0x11b
[    0.039285] memblock_alloc_try_nid: 8388608 bytes align=0x200000 nid=0 from=0x0000000001000000 max_addr=0x0000000000000000 pcpu_fc_alloc+0xf5/0x147
[    0.039286] memblock_reserve: [0x00000054a8600000-0x00000054a8dfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.041021] memblock_alloc_try_nid: 8388608 bytes align=0x200000 nid=1 from=0x0000000001000000 max_addr=0x0000000000000000 pcpu_fc_alloc+0xf5/0x147
[    0.041022] memblock_reserve: [0x000000a9ab600000-0x000000a9abdfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.043751] memblock_alloc_try_nid: 8388608 bytes align=0x200000 nid=2 from=0x0000000001000000 max_addr=0x0000000000000000 pcpu_fc_alloc+0xf5/0x147
[    0.043752] memblock_reserve: [0x00000101ea600000-0x00000101eadfffff] memblock_alloc_range_nid+0xad/0x11b
[    0.046476] memblock_free: [0x00000054a8638000-0x00000054a863ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046503] memblock_free: [0x00000054a8678000-0x00000054a867ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046529] memblock_free: [0x00000054a86b8000-0x00000054a86bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046555] memblock_free: [0x00000054a86f8000-0x00000054a86fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046579] memblock_free: [0x00000054a8738000-0x00000054a873ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046605] memblock_free: [0x00000054a8778000-0x00000054a877ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046634] memblock_free: [0x00000054a87b8000-0x00000054a87bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046659] memblock_free: [0x00000054a87f8000-0x00000054a87fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046686] memblock_free: [0x00000054a8838000-0x00000054a883ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046712] memblock_free: [0x00000054a8878000-0x00000054a887ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046738] memblock_free: [0x00000054a88b8000-0x00000054a88bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046763] memblock_free: [0x00000054a88f8000-0x00000054a88fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046790] memblock_free: [0x00000054a8938000-0x00000054a893ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046816] memblock_free: [0x00000054a8978000-0x00000054a897ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046843] memblock_free: [0x00000054a89b8000-0x00000054a89bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046870] memblock_free: [0x00000054a89f8000-0x00000054a89fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046890] memblock_free: [0x00000054a8a38000-0x00000054a8a3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046911] memblock_free: [0x00000054a8a78000-0x00000054a8a7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046933] memblock_free: [0x00000054a8ab8000-0x00000054a8abffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046955] memblock_free: [0x00000054a8af8000-0x00000054a8afffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046978] memblock_free: [0x00000054a8b38000-0x00000054a8b3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.046999] memblock_free: [0x00000054a8b78000-0x00000054a8b7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047020] memblock_free: [0x00000054a8bb8000-0x00000054a8bbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047041] memblock_free: [0x00000054a8bf8000-0x00000054a8bfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047057] memblock_free: [0x00000054a8c38000-0x00000054a8c3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047073] memblock_free: [0x00000054a8c78000-0x00000054a8c7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047089] memblock_free: [0x00000054a8cb8000-0x00000054a8cbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047106] memblock_free: [0x00000054a8cf8000-0x00000054a8cfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047107] memblock_free: [0x00000054a8d00000-0x00000054a8d3ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047108] memblock_free: [0x00000054a8d40000-0x00000054a8d7ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047110] memblock_free: [0x00000054a8d80000-0x00000054a8dbffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047111] memblock_free: [0x00000054a8dc0000-0x00000054a8dfffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047144] memblock_free: [0x000000a9ab638000-0x000000a9ab63ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047177] memblock_free: [0x000000a9ab678000-0x000000a9ab67ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047210] memblock_free: [0x000000a9ab6b8000-0x000000a9ab6bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047241] memblock_free: [0x000000a9ab6f8000-0x000000a9ab6fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047275] memblock_free: [0x000000a9ab738000-0x000000a9ab73ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047308] memblock_free: [0x000000a9ab778000-0x000000a9ab77ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047348] memblock_free: [0x000000a9ab7b8000-0x000000a9ab7bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047383] memblock_free: [0x000000a9ab7f8000-0x000000a9ab7fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047406] memblock_free: [0x000000a9ab838000-0x000000a9ab83ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047430] memblock_free: [0x000000a9ab878000-0x000000a9ab87ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047453] memblock_free: [0x000000a9ab8b8000-0x000000a9ab8bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047477] memblock_free: [0x000000a9ab8f8000-0x000000a9ab8fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047500] memblock_free: [0x000000a9ab938000-0x000000a9ab93ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047522] memblock_free: [0x000000a9ab978000-0x000000a9ab97ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047547] memblock_free: [0x000000a9ab9b8000-0x000000a9ab9bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047571] memblock_free: [0x000000a9ab9f8000-0x000000a9ab9fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047586] memblock_free: [0x000000a9aba38000-0x000000a9aba3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047602] memblock_free: [0x000000a9aba78000-0x000000a9aba7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047617] memblock_free: [0x000000a9abab8000-0x000000a9ababffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047635] memblock_free: [0x000000a9abaf8000-0x000000a9abafffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047648] memblock_free: [0x000000a9abb38000-0x000000a9abb3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047663] memblock_free: [0x000000a9abb78000-0x000000a9abb7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047679] memblock_free: [0x000000a9abbb8000-0x000000a9abbbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047693] memblock_free: [0x000000a9abbf8000-0x000000a9abbfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047707] memblock_free: [0x000000a9abc38000-0x000000a9abc3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047719] memblock_free: [0x000000a9abc78000-0x000000a9abc7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047732] memblock_free: [0x000000a9abcb8000-0x000000a9abcbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047747] memblock_free: [0x000000a9abcf8000-0x000000a9abcfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047748] memblock_free: [0x000000a9abd00000-0x000000a9abd3ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047749] memblock_free: [0x000000a9abd40000-0x000000a9abd7ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047750] memblock_free: [0x000000a9abd80000-0x000000a9abdbffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047752] memblock_free: [0x000000a9abdc0000-0x000000a9abdfffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.047763] memblock_free: [0x00000101ea638000-0x00000101ea63ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047773] memblock_free: [0x00000101ea678000-0x00000101ea67ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047784] memblock_free: [0x00000101ea6b8000-0x00000101ea6bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047794] memblock_free: [0x00000101ea6f8000-0x00000101ea6fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047803] memblock_free: [0x00000101ea738000-0x00000101ea73ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047813] memblock_free: [0x00000101ea778000-0x00000101ea77ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047822] memblock_free: [0x00000101ea7b8000-0x00000101ea7bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047831] memblock_free: [0x00000101ea7f8000-0x00000101ea7fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047846] memblock_free: [0x00000101ea838000-0x00000101ea83ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047862] memblock_free: [0x00000101ea878000-0x00000101ea87ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047879] memblock_free: [0x00000101ea8b8000-0x00000101ea8bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047896] memblock_free: [0x00000101ea8f8000-0x00000101ea8fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047913] memblock_free: [0x00000101ea938000-0x00000101ea93ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047930] memblock_free: [0x00000101ea978000-0x00000101ea97ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047932] memblock: reserved is doubled to 256 at [0x000001033ffa0000-0x000001033ffa17ff]
[    0.047938] memblock_reserve: [0x000001033ffa0000-0x000001033ffa1fff] memblock_double_array+0x236/0x26f
[    0.047955] memblock_free: [0x00000101ea9b8000-0x00000101ea9bffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047971] memblock_free: [0x00000101ea9f8000-0x00000101ea9fffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047984] memblock_free: [0x00000101eaa38000-0x00000101eaa3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.047996] memblock_free: [0x00000101eaa78000-0x00000101eaa7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048008] memblock_free: [0x00000101eaab8000-0x00000101eaabffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048020] memblock_free: [0x00000101eaaf8000-0x00000101eaafffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048032] memblock_free: [0x00000101eab38000-0x00000101eab3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048044] memblock_free: [0x00000101eab78000-0x00000101eab7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048057] memblock_free: [0x00000101eabb8000-0x00000101eabbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048069] memblock_free: [0x00000101eabf8000-0x00000101eabfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048079] memblock_free: [0x00000101eac38000-0x00000101eac3ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048090] memblock_free: [0x00000101eac78000-0x00000101eac7ffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048099] memblock_free: [0x00000101eacb8000-0x00000101eacbffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048110] memblock_free: [0x00000101eacf8000-0x00000101eacfffff] pcpu_embed_first_chunk+0x22b/0x30d
[    0.048111] memblock_free: [0x00000101ead00000-0x00000101ead3ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.048112] memblock_free: [0x00000101ead40000-0x00000101ead7ffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.048114] memblock_free: [0x00000101ead80000-0x00000101eadbffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.048115] memblock_free: [0x00000101eadc0000-0x00000101eadfffff] pcpu_embed_first_chunk+0x1d9/0x30d
[    0.048116] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.048118] memblock_alloc_try_nid: 24 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x2f4/0x71b
[    0.048119] memblock_reserve: [0x000001033ffa4140-0x000001033ffa4157] memblock_alloc_range_nid+0xad/0x11b
[    0.048121] memblock_alloc_try_nid: 24 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x327/0x71b
[    0.048122] memblock_reserve: [0x000001033ffa4100-0x000001033ffa4117] memblock_alloc_range_nid+0xad/0x11b
[    0.048124] memblock_alloc_try_nid: 336 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x348/0x71b
[    0.048125] memblock_reserve: [0x000001033ff9fe80-0x000001033ff9ffcf] memblock_alloc_range_nid+0xad/0x11b
[    0.048127] memblock_alloc_try_nid: 672 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x368/0x71b
[    0.048129] memblock_reserve: [0x000001033ff9fbc0-0x000001033ff9fe5f] memblock_alloc_range_nid+0xad/0x11b
[    0.048132] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.048132] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.048135] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 -- -- -- -- 
[    0.048137] pcpu-alloc: [1] 28 29 30 31 32 33 34 35 [1] 36 37 38 39 40 41 42 43 
[    0.048139] pcpu-alloc: [1] 44 45 46 47 48 49 50 51 [1] 52 53 54 55 -- -- -- -- 
[    0.048141] pcpu-alloc: [2] 56 57 58 59 60 61 62 63 [2] 64 65 66 67 68 69 70 71 
[    0.048143] pcpu-alloc: [2] 72 73 74 75 76 77 78 79 [2] 80 81 82 83 -- -- -- -- 
[    0.048146] memblock_alloc_try_nid: 288 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_setup_first_chunk+0x641/0x71b
[    0.048147] memblock_reserve: [0x000001033ff9fa80-0x000001033ff9fb9f] memblock_alloc_range_nid+0xad/0x11b
[    0.048149] memblock_alloc_try_nid: 121 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x74/0x21c
[    0.048150] memblock_reserve: [0x000001033ffa4080-0x000001033ffa40f8] memblock_alloc_range_nid+0xad/0x11b
[    0.048152] memblock_alloc_try_nid: 256 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xc3/0x21c
[    0.048153] memblock_reserve: [0x000001033ff9f980-0x000001033ff9fa7f] memblock_alloc_range_nid+0xad/0x11b
[    0.048155] memblock_alloc_try_nid: 264 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x100/0x21c
[    0.048156] memblock_reserve: [0x000001033ff9f840-0x000001033ff9f947] memblock_alloc_range_nid+0xad/0x11b
[    0.048158] memblock_alloc_try_nid: 64 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x11e/0x21c
[    0.048159] memblock_reserve: [0x000001033ffa4040-0x000001033ffa407f] memblock_alloc_range_nid+0xad/0x11b
[    0.048161] memblock_alloc_try_nid: 121 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x74/0x21c
[    0.048162] memblock_reserve: [0x000001033ff9f7c0-0x000001033ff9f838] memblock_alloc_range_nid+0xad/0x11b
[    0.048164] memblock_alloc_try_nid: 896 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0xc3/0x21c
[    0.048165] memblock_reserve: [0x000001033ff9f440-0x000001033ff9f7bf] memblock_alloc_range_nid+0xad/0x11b
[    0.048167] memblock_alloc_try_nid: 904 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x100/0x21c
[    0.048168] memblock_reserve: [0x000001033ff9f080-0x000001033ff9f407] memblock_alloc_range_nid+0xad/0x11b
[    0.048170] memblock_alloc_try_nid: 224 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 pcpu_alloc_first_chunk+0x11e/0x21c
[    0.048172] memblock_reserve: [0x000001033ff9ef80-0x000001033ff9f05f] memblock_alloc_range_nid+0xad/0x11b
[    0.048174] memblock_free: [0x000001033ffa3000-0x000001033ffa3fff] pcpu_embed_first_chunk+0x2c7/0x30d
[    0.048175] memblock_free: [0x000001033ffa2000-0x000001033ffa2fff] pcpu_embed_first_chunk+0x2fc/0x30d
[    0.048181] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    0.048182] memblock_reserve: [0x000001033ffa4000-0x000001033ffa400f] memblock_alloc_range_nid+0xad/0x11b
[    0.048184] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    0.048185] memblock_reserve: [0x000001033ffa3fc0-0x000001033ffa3fcf] memblock_alloc_range_nid+0xad/0x11b
[    0.048187] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    0.048188] memblock_reserve: [0x000001033ffa3f80-0x000001033ffa3f8f] memblock_alloc_range_nid+0xad/0x11b
[    0.048190] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    0.048191] memblock_reserve: [0x000001033ffa3f40-0x000001033ffa3f4f] memblock_alloc_range_nid+0xad/0x11b
[    0.048193] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    0.048194] memblock_reserve: [0x000001033ffa3f00-0x000001033ffa3f0f] memblock_alloc_range_nid+0xad/0x11b
[    0.048195] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    0.048197] memblock_reserve: [0x000001033ffa3ec0-0x000001033ffa3ecf] memblock_alloc_range_nid+0xad/0x11b
[    0.048198] memblock_alloc_try_nid: 16 bytes align=0x40 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 alloc_bootmem_cpumask_var+0x28/0x56
[    0.048199] memblock_reserve: [0x000001033ffa3e80-0x000001033ffa3e8f] memblock_alloc_range_nid+0xad/0x11b
[    0.048210] Built 3 zonelists, mobility grouping on.  Total pages: 264191576
[    0.048211] Policy zone: Normal
[    0.048212] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.7.0 root=UUID=406a3e6d-4dc9-4837-895c-2508f1e1fbe0 ro crashkernel=auto rhgb quiet memblock=debug
[    0.048333] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048335] memblock_reserve: [0x000001033ffa2000-0x000001033ffa2fff] memblock_alloc_range_nid+0xad/0x11b
[    0.048338] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048339] memblock_reserve: [0x000001033ff9d000-0x000001033ff9dfff] memblock_alloc_range_nid+0xad/0x11b
[    0.048342] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048344] memblock_reserve: [0x000001033ff9c000-0x000001033ff9cfff] memblock_alloc_range_nid+0xad/0x11b
[    0.048426] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048427] memblock_reserve: [0x000001033ff9b000-0x000001033ff9bfff] memblock_alloc_range_nid+0xad/0x11b
[    0.048516] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048517] memblock_reserve: [0x000001033ff9a000-0x000001033ff9afff] memblock_alloc_range_nid+0xad/0x11b
[    0.048611] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048613] memblock_reserve: [0x000001033ff99000-0x000001033ff99fff] memblock_alloc_range_nid+0xad/0x11b
[    0.048714] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048715] memblock_reserve: [0x000001033ff98000-0x000001033ff98fff] memblock_alloc_range_nid+0xad/0x11b
[    0.048823] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048824] memblock_reserve: [0x000001033ff97000-0x000001033ff97fff] memblock_alloc_range_nid+0xad/0x11b
[    0.048935] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.048937] memblock_reserve: [0x000001033ff96000-0x000001033ff96fff] memblock_alloc_range_nid+0xad/0x11b
[    0.049058] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.049059] memblock_reserve: [0x000001033ff95000-0x000001033ff95fff] memblock_alloc_range_nid+0xad/0x11b
[    0.049185] memblock_alloc_try_nid: 4096 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 spp_getpage+0x92/0x94
[    0.049187] memblock_reserve: [0x000001033ff94000-0x000001033ff94fff] memblock_alloc_range_nid+0xad/0x11b
[    0.049314] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.049317] memblock_alloc_try_nid: 67108864 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x00000000ffffffff swiotlb_init+0x4b/0xa8
[    0.049320] memblock_reserve: [0x00000000bc000000-0x00000000bfffffff] memblock_alloc_range_nid+0xad/0x11b
[    0.060970] memblock_alloc_try_nid: 131072 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 swiotlb_init_with_tbl+0x6e/0x13b
[    0.060971] memblock_reserve: [0x000001033ff74000-0x000001033ff93fff] memblock_alloc_range_nid+0xad/0x11b
[    0.061009] memblock_alloc_try_nid: 262144 bytes align=0x1000 nid=-1 from=0x0000000000000000 max_addr=0x0000000000000000 swiotlb_init_with_tbl+0xa5/0x13b
[    0.061011] memblock_reserve: [0x000001033ff34000-0x000001033ff73fff] memblock_alloc_range_nid+0xad/0x11b
[    0.332423] Memory: 3373848K/1073740756K available (12292K kernel code, 2140K rwdata, 4456K rodata, 2332K init, 6164K bss, 16996440K reserved, 0K cma-reserved)
[    0.334850] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=84, Nodes=3
[    0.334900] Kernel/User page tables isolation: enabled
[    0.334946] ftrace: allocating 38058 entries in 149 pages
[    0.345874] ftrace: allocated 149 pages with 4 groups
[    0.346833] rcu: Hierarchical RCU implementation.
[    0.346833] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=84.
[    0.346834] 	Rude variant of Tasks RCU enabled.
[    0.346835] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.346835] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=84
[    0.349414] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.349887] Console: colour dummy device 80x25
[    0.349921] printk: console [tty0] enabled
[    0.350041] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.350045] ACPI: Core revision 20200430
[    0.351716] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.351790] APIC: Switch to symmetric I/O mode setup
[    0.352961] x2apic enabled
[    0.353303] Switched APIC routing to physical x2apic.
[    0.354612] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.354656] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e3306b9ada, max_idle_ns: 440795224413 ns
[    0.354659] Calibrating delay loop (skipped) preset value.. 4190.15 BogoMIPS (lpj=2095078)
[    0.354662] pid_max: default: 86016 minimum: 672
[    0.355775] __memblock_free_late: [0x000000000ffbf000-0x000000000fffffff] efi_free_boot_services+0x15c/0x24c
[    0.355787] __memblock_free_late: [0x000000000ff77000-0x000000000ffbefff] efi_free_boot_services+0x15c/0x24c
[    0.355808] __memblock_free_late: [0x000000000fdf7000-0x000000000fee6fff] efi_free_boot_services+0x15c/0x24c
[    0.355867] __memblock_free_late: [0x000000000ef90000-0x000000000fdf6fff] efi_free_boot_services+0x15c/0x24c
[    0.356295] __memblock_free_late: [0x000000000ef66000-0x000000000ef8ffff] efi_free_boot_services+0x15c/0x24c
[    0.356304] __memblock_free_late: [0x000000000ef48000-0x000000000ef60fff] efi_free_boot_services+0x15c/0x24c
[    0.356308] __memblock_free_late: [0x000000000ef2d000-0x000000000ef3bfff] efi_free_boot_services+0x15c/0x24c
[    0.356315] __memblock_free_late: [0x000000000eee2000-0x000000000ef23fff] efi_free_boot_services+0x15c/0x24c
[    0.356356] __memblock_free_late: [0x000000000e8e0000-0x000000000eee1fff] efi_free_boot_services+0x15c/0x24c
[    0.356568] __memblock_free_late: [0x000000000e74a000-0x000000000e8dffff] efi_free_boot_services+0x15c/0x24c
[    0.356617] __memblock_free_late: [0x000000000e0b1000-0x000000000e0b1fff] efi_free_boot_services+0x15c/0x24c
[    0.356619] __memblock_free_late: [0x000000000df93000-0x000000000df93fff] efi_free_boot_services+0x15c/0x24c
[    0.357015] LSM: Security Framework initializing
[    0.357050] Yama: becoming mindful.
[    0.357087] SELinux:  Initializing.
[    0.450123] Dentry cache hash table entries: 33554432 (order: 16, 268435456 bytes, vmalloc)
[    0.498917] Inode-cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc)
[    0.499953] Mount-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    0.501809] Mountpoint-cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    0.503869] Disabled fast string operations
[    0.504023] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.504023] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.504030] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.504031] Spectre V2 : Mitigation: Full generic retpoline
[    0.504032] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.504032] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.504033] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.504034] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.504037] MDS: Mitigation: Clear CPU buffers
[    0.504277] Freeing SMP alternatives memory: 32K
[    0.505120] smpboot: CPU0: Intel(R) Xeon(R) Platinum 8176 CPU @ 2.10GHz (family: 0x6, model: 0x55, stepping: 0x4)
[    0.505294] Performance Events: Skylake events, core PMU driver.
[    0.505329] core: CPUID marked event: 'cpu cycles' unavailable
[    0.505330] core: CPUID marked event: 'instructions' unavailable
[    0.505330] core: CPUID marked event: 'bus cycles' unavailable
[    0.505330] core: CPUID marked event: 'cache references' unavailable
[    0.505331] core: CPUID marked event: 'cache misses' unavailable
[    0.505331] core: CPUID marked event: 'branch instructions' unavailable
[    0.505331] core: CPUID marked event: 'branch misses' unavailable
[    0.505333] ... version:                1
[    0.505333] ... bit width:              48
[    0.505333] ... generic registers:      4
[    0.505334] ... value mask:             0000ffffffffffff
[    0.505334] ... max period:             000000007fffffff
[    0.505334] ... fixed-purpose events:   0
[    0.505334] ... event mask:             000000000000000f
[    0.505424] rcu: Hierarchical SRCU implementation.
[    0.505657] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.507383] smp: Bringing up secondary CPUs ...
[    0.507473] x86: Booting SMP configuration:
[    0.507474] .... node  #0, CPUs:        #1
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 1 Converting physical 2 to logical package 1
[    0.004915] smpboot: CPU 1 Converting physical 0 to logical die 1
[    0.508740]   #2
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 2 Converting physical 4 to logical package 2
[    0.004915] smpboot: CPU 2 Converting physical 0 to logical die 2
[    0.509952]   #3
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 3 Converting physical 6 to logical package 3
[    0.004915] smpboot: CPU 3 Converting physical 0 to logical die 3
[    0.510981]   #4
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 4 Converting physical 8 to logical package 4
[    0.004915] smpboot: CPU 4 Converting physical 0 to logical die 4
[    0.512060]   #5
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 5 Converting physical 10 to logical package 5
[    0.004915] smpboot: CPU 5 Converting physical 0 to logical die 5
[    0.512967]   #6
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 6 Converting physical 12 to logical package 6
[    0.004915] smpboot: CPU 6 Converting physical 0 to logical die 6
[    0.513949]   #7
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 7 Converting physical 14 to logical package 7
[    0.004915] smpboot: CPU 7 Converting physical 0 to logical die 7
[    0.515046]   #8
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 8 Converting physical 16 to logical package 8
[    0.004915] smpboot: CPU 8 Converting physical 0 to logical die 8
[    0.515956]   #9
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 9 Converting physical 18 to logical package 9
[    0.004915] smpboot: CPU 9 Converting physical 0 to logical die 9
[    0.516850]  #10
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 10 Converting physical 20 to logical package 10
[    0.004915] smpboot: CPU 10 Converting physical 0 to logical die 10
[    0.517730]  #11
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 11 Converting physical 22 to logical package 11
[    0.004915] smpboot: CPU 11 Converting physical 0 to logical die 11
[    0.518343]  #12
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 12 Converting physical 24 to logical package 12
[    0.004915] smpboot: CPU 12 Converting physical 0 to logical die 12
[    0.519700]  #13
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 13 Converting physical 26 to logical package 13
[    0.004915] smpboot: CPU 13 Converting physical 0 to logical die 13
[    0.520453]  #14
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 14 Converting physical 28 to logical package 14
[    0.004915] smpboot: CPU 14 Converting physical 0 to logical die 14
[    0.521233]  #15
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 15 Converting physical 30 to logical package 15
[    0.004915] smpboot: CPU 15 Converting physical 0 to logical die 15
[    0.522043]  #16
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 16 Converting physical 32 to logical package 16
[    0.004915] smpboot: CPU 16 Converting physical 0 to logical die 16
[    0.522787]  #17
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 17 Converting physical 34 to logical package 17
[    0.004915] smpboot: CPU 17 Converting physical 0 to logical die 17
[    0.523730]  #18
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 18 Converting physical 36 to logical package 18
[    0.004915] smpboot: CPU 18 Converting physical 0 to logical die 18
[    0.524465]  #19
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 19 Converting physical 38 to logical package 19
[    0.004915] smpboot: CPU 19 Converting physical 0 to logical die 19
[    0.525320]  #20
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 20 Converting physical 40 to logical package 20
[    0.004915] smpboot: CPU 20 Converting physical 0 to logical die 20
[    0.525730]  #21
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 21 Converting physical 42 to logical package 21
[    0.004915] smpboot: CPU 21 Converting physical 0 to logical die 21
[    0.526323]  #22
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 22 Converting physical 44 to logical package 22
[    0.004915] smpboot: CPU 22 Converting physical 0 to logical die 22
[    0.527113]  #23
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 23 Converting physical 46 to logical package 23
[    0.004915] smpboot: CPU 23 Converting physical 0 to logical die 23
[    0.528100]  #24
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 24 Converting physical 48 to logical package 24
[    0.004915] smpboot: CPU 24 Converting physical 0 to logical die 24
[    0.528793]  #25
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 25 Converting physical 50 to logical package 25
[    0.004915] smpboot: CPU 25 Converting physical 0 to logical die 25
[    0.529717]  #26
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 26 Converting physical 52 to logical package 26
[    0.004915] smpboot: CPU 26 Converting physical 0 to logical die 26
[    0.530299]  #27
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 27 Converting physical 54 to logical package 27
[    0.004915] smpboot: CPU 27 Converting physical 0 to logical die 27
[    0.530944] .... node  #1, CPUs:   #28
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 28 Converting physical 56 to logical package 28
[    0.004915] smpboot: CPU 28 Converting physical 0 to logical die 28
[    0.531756]  #29
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 29 Converting physical 58 to logical package 29
[    0.004915] smpboot: CPU 29 Converting physical 0 to logical die 29
[    0.532790]  #30
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 30 Converting physical 60 to logical package 30
[    0.004915] smpboot: CPU 30 Converting physical 0 to logical die 30
[    0.533749]  #31
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 31 Converting physical 62 to logical package 31
[    0.004915] smpboot: CPU 31 Converting physical 0 to logical die 31
[    0.534723]  #32
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 32 Converting physical 64 to logical package 32
[    0.004915] smpboot: CPU 32 Converting physical 0 to logical die 32
[    0.535364]  #33
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 33 Converting physical 66 to logical package 33
[    0.004915] smpboot: CPU 33 Converting physical 0 to logical die 33
[    0.536185]  #34
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 34 Converting physical 68 to logical package 34
[    0.004915] smpboot: CPU 34 Converting physical 0 to logical die 34
[    0.536794]  #35
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 35 Converting physical 70 to logical package 35
[    0.004915] smpboot: CPU 35 Converting physical 0 to logical die 35
[    0.537742]  #36
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 36 Converting physical 72 to logical package 36
[    0.004915] smpboot: CPU 36 Converting physical 0 to logical die 36
[    0.538332]  #37
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 37 Converting physical 74 to logical package 37
[    0.004915] smpboot: CPU 37 Converting physical 0 to logical die 37
[    0.539258]  #38
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 38 Converting physical 76 to logical package 38
[    0.004915] smpboot: CPU 38 Converting physical 0 to logical die 38
[    0.540336]  #39
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 39 Converting physical 78 to logical package 39
[    0.004915] smpboot: CPU 39 Converting physical 0 to logical die 39
[    0.541163]  #40
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 40 Converting physical 80 to logical package 40
[    0.004915] smpboot: CPU 40 Converting physical 0 to logical die 40
[    0.541864]  #41
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 41 Converting physical 82 to logical package 41
[    0.004915] smpboot: CPU 41 Converting physical 0 to logical die 41
[    0.542736]  #42
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 42 Converting physical 84 to logical package 42
[    0.004915] smpboot: CPU 42 Converting physical 0 to logical die 42
[    0.543332]  #43
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 43 Converting physical 86 to logical package 43
[    0.004915] smpboot: CPU 43 Converting physical 0 to logical die 43
[    0.544167]  #44
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 44 Converting physical 88 to logical package 44
[    0.004915] smpboot: CPU 44 Converting physical 0 to logical die 44
[    0.544733]  #45
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 45 Converting physical 90 to logical package 45
[    0.004915] smpboot: CPU 45 Converting physical 0 to logical die 45
[    0.545294]  #46
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 46 Converting physical 92 to logical package 46
[    0.004915] smpboot: CPU 46 Converting physical 0 to logical die 46
[    0.546309]  #47
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 47 Converting physical 94 to logical package 47
[    0.004915] smpboot: CPU 47 Converting physical 0 to logical die 47
[    0.546738]  #48
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 48 Converting physical 96 to logical package 48
[    0.004915] smpboot: CPU 48 Converting physical 0 to logical die 48
[    0.547739]  #49
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 49 Converting physical 98 to logical package 49
[    0.004915] smpboot: CPU 49 Converting physical 0 to logical die 49
[    0.548437]  #50
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 50 Converting physical 100 to logical package 50
[    0.004915] smpboot: CPU 50 Converting physical 0 to logical die 50
[    0.549269]  #51
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 51 Converting physical 102 to logical package 51
[    0.004915] smpboot: CPU 51 Converting physical 0 to logical die 51
[    0.550717]  #52
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 52 Converting physical 104 to logical package 52
[    0.004915] smpboot: CPU 52 Converting physical 0 to logical die 52
[    0.551391]  #53
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 53 Converting physical 106 to logical package 53
[    0.004915] smpboot: CPU 53 Converting physical 0 to logical die 53
[    0.552214]  #54
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 54 Converting physical 108 to logical package 54
[    0.004915] smpboot: CPU 54 Converting physical 0 to logical die 54
[    0.552738]  #55
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 55 Converting physical 110 to logical package 55
[    0.004915] smpboot: CPU 55 Converting physical 0 to logical die 55
[    0.553727] .... node  #2, CPUs:   #56
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 56 Converting physical 112 to logical package 56
[    0.004915] smpboot: CPU 56 Converting physical 0 to logical die 56
[    0.554734]  #57
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 57 Converting physical 114 to logical package 57
[    0.004915] smpboot: CPU 57 Converting physical 0 to logical die 57
[    0.555373]  #58
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 58 Converting physical 116 to logical package 58
[    0.004915] smpboot: CPU 58 Converting physical 0 to logical die 58
[    0.556145]  #59
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 59 Converting physical 118 to logical package 59
[    0.004915] smpboot: CPU 59 Converting physical 0 to logical die 59
[    0.557004]  #60
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 60 Converting physical 120 to logical package 60
[    0.004915] smpboot: CPU 60 Converting physical 0 to logical die 60
[    0.557743]  #61
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 61 Converting physical 122 to logical package 61
[    0.004915] smpboot: CPU 61 Converting physical 0 to logical die 61
[    0.558689]  #62
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 62 Converting physical 124 to logical package 62
[    0.004915] smpboot: CPU 62 Converting physical 0 to logical die 62
[    0.559292]  #63
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 63 Converting physical 126 to logical package 63
[    0.004915] smpboot: CPU 63 Converting physical 0 to logical die 63
[    0.559864]  #64
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 64 Converting physical 128 to logical package 64
[    0.004915] smpboot: CPU 64 Converting physical 0 to logical die 64
[    0.560753]  #65
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 65 Converting physical 130 to logical package 65
[    0.004915] smpboot: CPU 65 Converting physical 0 to logical die 65
[    0.561694]  #66
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 66 Converting physical 132 to logical package 66
[    0.004915] smpboot: CPU 66 Converting physical 0 to logical die 66
[    0.562725]  #67
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 67 Converting physical 134 to logical package 67
[    0.004915] smpboot: CPU 67 Converting physical 0 to logical die 67
[    0.563468]  #68
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 68 Converting physical 136 to logical package 68
[    0.004915] smpboot: CPU 68 Converting physical 0 to logical die 68
[    0.564253]  #69
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 69 Converting physical 138 to logical package 69
[    0.004915] smpboot: CPU 69 Converting physical 0 to logical die 69
[    0.564733]  #70
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 70 Converting physical 140 to logical package 70
[    0.004915] smpboot: CPU 70 Converting physical 0 to logical die 70
[    0.565672]  #71
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 71 Converting physical 142 to logical package 71
[    0.004915] smpboot: CPU 71 Converting physical 0 to logical die 71
[    0.566692]  #72
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 72 Converting physical 144 to logical package 72
[    0.004915] smpboot: CPU 72 Converting physical 0 to logical die 72
[    0.567295]  #73
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 73 Converting physical 146 to logical package 73
[    0.004915] smpboot: CPU 73 Converting physical 0 to logical die 73
[    0.567746]  #74
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 74 Converting physical 148 to logical package 74
[    0.004915] smpboot: CPU 74 Converting physical 0 to logical die 74
[    0.568725]  #75
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 75 Converting physical 150 to logical package 75
[    0.004915] smpboot: CPU 75 Converting physical 0 to logical die 75
[    0.569391]  #76
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 76 Converting physical 152 to logical package 76
[    0.004915] smpboot: CPU 76 Converting physical 0 to logical die 76
[    0.570141]  #77
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 77 Converting physical 154 to logical package 77
[    0.004915] smpboot: CPU 77 Converting physical 0 to logical die 77
[    0.570881]  #78
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 78 Converting physical 156 to logical package 78
[    0.004915] smpboot: CPU 78 Converting physical 0 to logical die 78
[    0.571737]  #79
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 79 Converting physical 158 to logical package 79
[    0.004915] smpboot: CPU 79 Converting physical 0 to logical die 79
[    0.572737]  #80
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 80 Converting physical 160 to logical package 80
[    0.004915] smpboot: CPU 80 Converting physical 0 to logical die 80
[    0.573357]  #81
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 81 Converting physical 162 to logical package 81
[    0.004915] smpboot: CPU 81 Converting physical 0 to logical die 81
[    0.574284]  #82
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 82 Converting physical 164 to logical package 82
[    0.004915] smpboot: CPU 82 Converting physical 0 to logical die 82
[    0.574743]  #83
[    0.004915] Disabled fast string operations
[    0.004915] smpboot: CPU 83 Converting physical 166 to logical package 83
[    0.004915] smpboot: CPU 83 Converting physical 0 to logical die 83
[    0.575985] smp: Brought up 3 nodes, 84 CPUs
[    0.575996] smpboot: Max logical packages: 84
[    0.576000] smpboot: Total of 84 processors activated (351973.10 BogoMIPS)
[    2.361721] node 0 initialised, 87648122 pages in 1783ms
[    2.361727] node 2 initialised, 87927060 pages in 1783ms
[    2.364728] node 1 initialised, 87669131 pages in 1786ms
[    2.366005] __memblock_free_late: [0x000001033ffa0000-0x000001033ffa1fff] memblock_discard+0x55/0xa6
[    2.408929] devtmpfs: initialized
[    2.408929] x86/mm: Memory block size: 1024MB
[    2.449870] PM: Registering ACPI NVS region [mem 0x00000000-0x00000fff] (4096 bytes)
[    2.449870] PM: Registering ACPI NVS region [mem 0x0ef42000-0x0ef47fff] (24576 bytes)
[    2.449870] PM: Registering ACPI NVS region [mem 0x0ff73000-0x0ff76fff] (16384 bytes)
[    2.450851] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.450851] futex hash table entries: 32768 (order: 9, 2097152 bytes, vmalloc)
[    2.452551] pinctrl core: initialized pinctrl subsystem
[    2.452595] thermal_sys: Registered thermal governor 'fair_share'
[    2.452596] thermal_sys: Registered thermal governor 'bang_bang'
[    2.452596] thermal_sys: Registered thermal governor 'step_wise'
[    2.452597] thermal_sys: Registered thermal governor 'user_space'
[    2.453313] NET: Registered protocol family 16
[    2.453403] audit: initializing netlink subsys (disabled)
[    2.453416] audit: type=2000 audit(1602520503.099:1): state=initialized audit_enabled=0 res=1
[    2.453664] cpuidle: using governor menu
[    2.453743] ACPI: bus type PCI registered
[    2.453744] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.454011] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[    2.454013] PCI: not using MMCONFIG
[    2.454014] PCI: Using configuration type 1 for base access
[    2.489827] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    2.489827] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    2.519692] cryptd: max_cpu_qlen set to 1000
[    2.535385] ACPI: Added _OSI(Module Device)
[    2.535386] ACPI: Added _OSI(Processor Device)
[    2.535387] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.535387] ACPI: Added _OSI(Processor Aggregator Device)
[    2.535388] ACPI: Added _OSI(Linux-Dell-Video)
[    2.535389] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    2.535390] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    2.539102] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    2.539980] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.539985] ACPI: BIOS _OSI(Darwin) query ignored
[    2.550075] ACPI: Interpreter enabled
[    2.550087] ACPI: (supports S0 S1 S4 S5)
[    2.550088] ACPI: Using IOAPIC for interrupt routing
[    2.550104] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[    2.550652] PCI: MMCONFIG at [mem 0xe0000000-0xe7ffffff] reserved in ACPI motherboard resources
[    2.550656] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping due to MTRR override.
[    2.550761] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.551132] ACPI: Enabled 4 GPEs in block 00 to 0F
[    2.567736] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    2.567741] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.567880] acpi PNP0A03:00: _OSC: platform does not support [AER LTR]
[    2.568005] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[    2.568646] PCI host bridge to bus 0000:00
[    2.568647] pci_bus 0000:00: Unknown NUMA node; performance will be reduced
[    2.568648] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.568649] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    2.568650] pci_bus 0000:00: root bus resource [mem 0xfef00000-0xffdfffff window]
[    2.568651] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    2.568652] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfed3ffff window]
[    2.568652] pci_bus 0000:00: root bus resource [mem 0xfa300000-0xfebfffff window]
[    2.568653] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfa2fffff pref window]
[    2.568654] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff window]
[    2.568655] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.568655] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    2.568656] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    2.568657] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    2.568657] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    2.568660] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    2.568660] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    2.568661] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    2.568662] pci_bus 0000:00: root bus resource [bus 00-7f]
[    2.568703] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    2.569272] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    2.569751] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    2.570367] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[    2.574587] pci 0000:00:07.1: reg 0x20: [io  0x2050-0x205f]
[    2.576232] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    2.576233] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    2.576234] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    2.576234] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    2.576421] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    2.576806] pci 0000:00:07.3: quirk: [io  0x0440-0x047f] claimed by PIIX4 ACPI
[    2.577061] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[    2.577183] pci 0000:00:07.7: reg 0x10: [io  0x2000-0x203f]
[    2.577258] pci 0000:00:07.7: reg 0x14: [mem 0xffbf0000-0xffbf1fff 64bit]
[    2.577900] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[    2.579661] pci 0000:00:0f.0: reg 0x10: [io  0x2040-0x204f]
[    2.581660] pci 0000:00:0f.0: reg 0x14: [mem 0xf0000000-0xf7ffffff pref]
[    2.583660] pci 0000:00:0f.0: reg 0x18: [mem 0xfb800000-0xfbffffff]
[    2.591661] pci 0000:00:0f.0: reg 0x30: [mem 0xffff8000-0xffffffff pref]
[    2.591693] pci 0000:00:0f.0: BAR 1: assigned to efifb
[    2.592093] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[    2.592829] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[    2.593615] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    2.593964] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[    2.594751] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[    2.595095] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[    2.595875] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[    2.596212] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[    2.596976] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[    2.597306] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[    2.598059] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[    2.598387] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[    2.599145] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[    2.599480] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[    2.600246] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[    2.600599] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[    2.601371] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[    2.601701] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[    2.602465] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    2.602804] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[    2.603577] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    2.603924] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[    2.604690] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[    2.605023] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[    2.605788] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[    2.606128] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[    2.606902] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[    2.607240] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[    2.607998] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[    2.608326] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[    2.609106] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[    2.609435] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[    2.610240] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[    2.610572] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[    2.611331] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    2.611669] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[    2.612437] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[    2.612770] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[    2.613526] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[    2.613866] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[    2.614621] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[    2.614946] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[    2.615740] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[    2.616076] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[    2.616862] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[    2.617196] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[    2.617965] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[    2.618292] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[    2.619061] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[    2.619392] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[    2.620149] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[    2.620476] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[    2.621244] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[    2.621578] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[    2.622330] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[    2.622659] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[    2.623418] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[    2.623751] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[    2.624502] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[    2.624826] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[    2.625597] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[    2.625923] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[    2.626680] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[    2.627021] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[    2.627788] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[    2.628149] pci_bus 0000:01: extended config space not accessible
[    2.628190] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.628381] pci_bus 0000:02: extended config space not accessible
[    2.628548] acpiphp: Slot [32] registered
[    2.628556] acpiphp: Slot [33] registered
[    2.628564] acpiphp: Slot [34] registered
[    2.628572] acpiphp: Slot [35] registered
[    2.628580] acpiphp: Slot [36] registered
[    2.628588] acpiphp: Slot [37] registered
[    2.628595] acpiphp: Slot [38] registered
[    2.628603] acpiphp: Slot [39] registered
[    2.628610] acpiphp: Slot [40] registered
[    2.628618] acpiphp: Slot [41] registered
[    2.628625] acpiphp: Slot [42] registered
[    2.628634] acpiphp: Slot [43] registered
[    2.628641] acpiphp: Slot [44] registered
[    2.628649] acpiphp: Slot [45] registered
[    2.628657] acpiphp: Slot [46] registered
[    2.628665] acpiphp: Slot [47] registered
[    2.628673] acpiphp: Slot [48] registered
[    2.628681] acpiphp: Slot [49] registered
[    2.628689] acpiphp: Slot [50] registered
[    2.628696] acpiphp: Slot [51] registered
[    2.628705] acpiphp: Slot [52] registered
[    2.628712] acpiphp: Slot [53] registered
[    2.628720] acpiphp: Slot [54] registered
[    2.628728] acpiphp: Slot [55] registered
[    2.628736] acpiphp: Slot [56] registered
[    2.628743] acpiphp: Slot [57] registered
[    2.628751] acpiphp: Slot [58] registered
[    2.628759] acpiphp: Slot [59] registered
[    2.628766] acpiphp: Slot [60] registered
[    2.628773] acpiphp: Slot [61] registered
[    2.628782] acpiphp: Slot [62] registered
[    2.628789] acpiphp: Slot [63] registered
[    2.628823] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    2.628843] pci 0000:00:11.0:   bridge window [io  0x1000-0x1fff]
[    2.628868] pci 0000:00:11.0:   bridge window [mem 0xfc000000-0xfc9fffff]
[    2.628901] pci 0000:00:11.0:   bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[    2.628902] pci 0000:00:11.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    2.628903] pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    2.628904] pci 0000:00:11.0:   bridge window [mem 0xfef00000-0xffdfffff window] (subtractive decode)
[    2.628905] pci 0000:00:11.0:   bridge window [mem 0xfed45000-0xfedfffff window] (subtractive decode)
[    2.628906] pci 0000:00:11.0:   bridge window [mem 0xfec10000-0xfed3ffff window] (subtractive decode)
[    2.628906] pci 0000:00:11.0:   bridge window [mem 0xfa300000-0xfebfffff window] (subtractive decode)
[    2.628907] pci 0000:00:11.0:   bridge window [mem 0xf0000000-0xfa2fffff pref window] (subtractive decode)
[    2.628908] pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xefffffff window] (subtractive decode)
[    2.628909] pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    2.628909] pci 0000:00:11.0:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[    2.628911] pci 0000:00:11.0:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[    2.628912] pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    2.628912] pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    2.628913] pci 0000:00:11.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    2.628914] pci 0000:00:11.0:   bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[    2.628914] pci 0000:00:11.0:   bridge window [mem 0x000ec000-0x000effff window] (subtractive decode)
[    2.629218] pci 0000:03:00.0: [15ad:07c0] type 00 class 0x010700
[    2.630660] pci 0000:03:00.0: reg 0x10: [io  0x4000-0x4007]
[    2.632660] pci 0000:03:00.0: reg 0x14: [mem 0xfea10000-0xfea17fff 64bit]
[    2.640661] pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    2.641097] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    2.641385] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.641429] pci 0000:00:15.0: PCI bridge to [bus 03]
[    2.641446] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    2.641464] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    2.641734] pci 0000:00:15.1: PCI bridge to [bus 04]
[    2.641768] pci 0000:00:15.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    2.641802] pci 0000:00:15.1:   bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[    2.642040] pci 0000:00:15.2: PCI bridge to [bus 05]
[    2.642073] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    2.642106] pci 0000:00:15.2:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    2.642337] pci 0000:00:15.3: PCI bridge to [bus 06]
[    2.642370] pci 0000:00:15.3:   bridge window [mem 0xfe700000-0xfe7fffff]
[    2.642403] pci 0000:00:15.3:   bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[    2.642635] pci 0000:00:15.4: PCI bridge to [bus 07]
[    2.642667] pci 0000:00:15.4:   bridge window [mem 0xfe600000-0xfe6fffff]
[    2.642701] pci 0000:00:15.4:   bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    2.642935] pci 0000:00:15.5: PCI bridge to [bus 08]
[    2.642969] pci 0000:00:15.5:   bridge window [mem 0xfe500000-0xfe5fffff]
[    2.643003] pci 0000:00:15.5:   bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[    2.643240] pci 0000:00:15.6: PCI bridge to [bus 09]
[    2.643274] pci 0000:00:15.6:   bridge window [mem 0xfe400000-0xfe4fffff]
[    2.643308] pci 0000:00:15.6:   bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    2.643545] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    2.643579] pci 0000:00:15.7:   bridge window [mem 0xfe300000-0xfe3fffff]
[    2.643613] pci 0000:00:15.7:   bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    2.643928] pci 0000:0b:00.0: [15ad:07b0] type 00 class 0x020000
[    2.644062] pci 0000:0b:00.0: reg 0x10: [mem 0xfe213000-0xfe213fff]
[    2.644105] pci 0000:0b:00.0: reg 0x14: [mem 0xfe212000-0xfe212fff]
[    2.644146] pci 0000:0b:00.0: reg 0x18: [mem 0xfe210000-0xfe211fff]
[    2.644189] pci 0000:0b:00.0: reg 0x1c: [io  0x3000-0x300f]
[    2.644316] pci 0000:0b:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    2.644750] pci 0000:0b:00.0: supports D1 D2
[    2.644751] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.645078] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    2.645122] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    2.645140] pci 0000:00:16.0:   bridge window [io  0x3000-0x3fff]
[    2.645157] pci 0000:00:16.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    2.645422] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    2.645457] pci 0000:00:16.1:   bridge window [mem 0xfe100000-0xfe1fffff]
[    2.645490] pci 0000:00:16.1:   bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    2.645717] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    2.645751] pci 0000:00:16.2:   bridge window [mem 0xfe000000-0xfe0fffff]
[    2.645784] pci 0000:00:16.2:   bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[    2.646015] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    2.646047] pci 0000:00:16.3:   bridge window [mem 0xfdf00000-0xfdffffff]
[    2.646081] pci 0000:00:16.3:   bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[    2.646309] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    2.646343] pci 0000:00:16.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.646376] pci 0000:00:16.4:   bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[    2.646604] pci 0000:00:16.5: PCI bridge to [bus 10]
[    2.646637] pci 0000:00:16.5:   bridge window [mem 0xfdd00000-0xfddfffff]
[    2.646667] pci 0000:00:16.5:   bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[    2.646897] pci 0000:00:16.6: PCI bridge to [bus 11]
[    2.646931] pci 0000:00:16.6:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.646963] pci 0000:00:16.6:   bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[    2.647193] pci 0000:00:16.7: PCI bridge to [bus 12]
[    2.647227] pci 0000:00:16.7:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    2.647260] pci 0000:00:16.7:   bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[    2.647497] pci 0000:00:17.0: PCI bridge to [bus 13]
[    2.647530] pci 0000:00:17.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.647565] pci 0000:00:17.0:   bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[    2.647802] pci 0000:00:17.1: PCI bridge to [bus 14]
[    2.647836] pci 0000:00:17.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    2.647869] pci 0000:00:17.1:   bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[    2.648108] pci 0000:00:17.2: PCI bridge to [bus 15]
[    2.648143] pci 0000:00:17.2:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.648176] pci 0000:00:17.2:   bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[    2.648411] pci 0000:00:17.3: PCI bridge to [bus 16]
[    2.648446] pci 0000:00:17.3:   bridge window [mem 0xfd700000-0xfd7fffff]
[    2.648479] pci 0000:00:17.3:   bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[    2.648717] pci 0000:00:17.4: PCI bridge to [bus 17]
[    2.648751] pci 0000:00:17.4:   bridge window [mem 0xfd600000-0xfd6fffff]
[    2.648785] pci 0000:00:17.4:   bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[    2.649025] pci 0000:00:17.5: PCI bridge to [bus 18]
[    2.649059] pci 0000:00:17.5:   bridge window [mem 0xfd500000-0xfd5fffff]
[    2.649092] pci 0000:00:17.5:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    2.649328] pci 0000:00:17.6: PCI bridge to [bus 19]
[    2.649362] pci 0000:00:17.6:   bridge window [mem 0xfd400000-0xfd4fffff]
[    2.649396] pci 0000:00:17.6:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    2.649637] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    2.649667] pci 0000:00:17.7:   bridge window [mem 0xfd300000-0xfd3fffff]
[    2.649702] pci 0000:00:17.7:   bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    2.649939] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    2.649973] pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    2.650006] pci 0000:00:18.0:   bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    2.650242] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    2.650276] pci 0000:00:18.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    2.650308] pci 0000:00:18.1:   bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    2.650549] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    2.650583] pci 0000:00:18.2:   bridge window [mem 0xfd000000-0xfd0fffff]
[    2.650618] pci 0000:00:18.2:   bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[    2.650850] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    2.650885] pci 0000:00:18.3:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.650919] pci 0000:00:18.3:   bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[    2.651155] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    2.651189] pci 0000:00:18.4:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.651222] pci 0000:00:18.4:   bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[    2.651460] pci 0000:00:18.5: PCI bridge to [bus 20]
[    2.651494] pci 0000:00:18.5:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.651527] pci 0000:00:18.5:   bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[    2.651759] pci 0000:00:18.6: PCI bridge to [bus 21]
[    2.651794] pci 0000:00:18.6:   bridge window [mem 0xfcc00000-0xfccfffff]
[    2.651827] pci 0000:00:18.6:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    2.652063] pci 0000:00:18.7: PCI bridge to [bus 22]
[    2.652097] pci 0000:00:18.7:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    2.652131] pci 0000:00:18.7:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    2.653663] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    2.653728] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    2.653787] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    2.653848] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    2.669288] iommu: Default domain type: Passthrough 
[    2.669288] pci 0000:00:0f.0: vgaarb: setting as boot VGA device
[    2.669288] pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.669288] pci 0000:00:0f.0: vgaarb: bridge control possible
[    2.669288] vgaarb: loaded
[    2.669288] SCSI subsystem initialized
[    2.669288] ACPI: bus type USB registered
[    2.669288] usbcore: registered new interface driver usbfs
[    2.669288] usbcore: registered new interface driver hub
[    2.670419] usbcore: registered new device driver usb
[    2.670440] pps_core: LinuxPPS API ver. 1 registered
[    2.670440] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.670442] PTP clock support registered
[    2.671705] EDAC MC: Ver: 3.0.0
[    2.672706] Registered efivars operations
[    2.672723] PCI: Using ACPI for IRQ routing
[    2.675523] PCI: pci_cache_line_size set to 64 bytes
[    2.676228] e820: reserve RAM buffer [mem 0x0e0a1018-0x0fffffff]
[    2.676230] e820: reserve RAM buffer [mem 0x0e0a3018-0x0fffffff]
[    2.676231] e820: reserve RAM buffer [mem 0x0e0a6018-0x0fffffff]
[    2.676232] e820: reserve RAM buffer [mem 0x0ef24000-0x0fffffff]
[    2.676233] e820: reserve RAM buffer [mem 0x0ef3c000-0x0fffffff]
[    2.676233] e820: reserve RAM buffer [mem 0x0ef61000-0x0fffffff]
[    2.676234] e820: reserve RAM buffer [mem 0x0fee7000-0x0fffffff]
[    2.676361] NetLabel: Initializing
[    2.676362] NetLabel:  domain hash size = 128
[    2.676362] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.676371] NetLabel:  unlabeled traffic allowed by default
[    2.676377] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    2.676377] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    2.678310] clocksource: Switched to clocksource tsc-early
[    2.694687] VFS: Disk quotas dquot_6.6.0
[    2.694828] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.695006] pnp: PnP ACPI init
[    2.695136] system 00:00: [io  0x0440-0x047f] has been reserved
[    2.695138] system 00:00: [io  0x5658-0x5659] has been reserved
[    2.695139] system 00:00: [io  0x5670] has been reserved
[    2.695140] system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    2.695144] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.695161] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.695174] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    2.695186] pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)
[    2.695326] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    2.695328] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    2.696352] system 00:05: [io  0x0400-0x041f] has been reserved
[    2.696353] system 00:05: [mem 0xe0000000-0xe7ffffff] has been reserved
[    2.696354] system 00:05: [mem 0xffc00000-0xffdfffff] could not be reserved
[    2.696356] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.697059] pnp: PnP ACPI: found 6 devices
[    2.703252] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.703272] pci 0000:00:0f.0: can't claim BAR 6 [mem 0xffff8000-0xffffffff pref]: no compatible bridge window
[    2.703273] pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.703274] pci 0000:0b:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.703279] pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    2.703280] pci 0000:00:15.1: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    2.703281] pci 0000:00:15.2: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    2.703282] pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    2.703283] pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    2.703284] pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    2.703286] pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    2.703286] pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    2.703287] pci 0000:00:16.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    2.703288] pci 0000:00:16.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    2.703289] pci 0000:00:16.2: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
[    2.703290] pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    2.703291] pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
[    2.703292] pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    2.703292] pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
[    2.703293] pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
[    2.703294] pci 0000:00:17.0: bridge window [io  0x1000-0x0fff] to [bus 13] add_size 1000
[    2.703295] pci 0000:00:17.1: bridge window [io  0x1000-0x0fff] to [bus 14] add_size 1000
[    2.703296] pci 0000:00:17.2: bridge window [io  0x1000-0x0fff] to [bus 15] add_size 1000
[    2.703297] pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
[    2.703297] pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
[    2.703298] pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
[    2.703299] pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    2.703299] pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
[    2.703300] pci 0000:00:18.0: bridge window [io  0x1000-0x0fff] to [bus 1b] add_size 1000
[    2.703301] pci 0000:00:18.1: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
[    2.703301] pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
[    2.703302] pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
[    2.703303] pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
[    2.703303] pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
[    2.703304] pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
[    2.703305] pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
[    2.703322] pci 0000:00:15.0: BAR 15: assigned [mem 0xfef00000-0xff0fffff 64bit pref]
[    2.703326] pci 0000:00:16.0: BAR 15: assigned [mem 0xff100000-0xff2fffff 64bit pref]
[    2.703327] pci 0000:00:0f.0: BAR 6: assigned [mem 0xff300000-0xff307fff pref]
[    2.703329] pci 0000:00:15.1: BAR 13: assigned [io  0x6000-0x6fff]
[    2.703329] pci 0000:00:15.2: BAR 13: assigned [io  0x7000-0x7fff]
[    2.703330] pci 0000:00:15.3: BAR 13: assigned [io  0x8000-0x8fff]
[    2.703331] pci 0000:00:15.4: BAR 13: assigned [io  0x9000-0x9fff]
[    2.703332] pci 0000:00:15.5: BAR 13: assigned [io  0xa000-0xafff]
[    2.703332] pci 0000:00:15.6: BAR 13: assigned [io  0xb000-0xbfff]
[    2.703333] pci 0000:00:15.7: BAR 13: assigned [io  0xc000-0xcfff]
[    2.703334] pci 0000:00:16.1: BAR 13: assigned [io  0xd000-0xdfff]
[    2.703335] pci 0000:00:16.2: BAR 13: assigned [io  0xe000-0xefff]
[    2.703336] pci 0000:00:16.3: BAR 13: assigned [io  0xf000-0xffff]
[    2.703337] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    2.703338] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    2.703339] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    2.703340] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    2.703341] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    2.703342] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    2.703343] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    2.703343] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    2.703345] pci 0000:00:17.0: BAR 13: no space for [io  size 0x1000]
[    2.703345] pci 0000:00:17.0: BAR 13: failed to assign [io  size 0x1000]
[    2.703346] pci 0000:00:17.1: BAR 13: no space for [io  size 0x1000]
[    2.703347] pci 0000:00:17.1: BAR 13: failed to assign [io  size 0x1000]
[    2.703348] pci 0000:00:17.2: BAR 13: no space for [io  size 0x1000]
[    2.703349] pci 0000:00:17.2: BAR 13: failed to assign [io  size 0x1000]
[    2.703350] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    2.703350] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    2.703352] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    2.703352] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    2.703353] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    2.703354] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    2.703355] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    2.703355] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    2.703357] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    2.703357] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    2.703358] pci 0000:00:18.0: BAR 13: no space for [io  size 0x1000]
[    2.703359] pci 0000:00:18.0: BAR 13: failed to assign [io  size 0x1000]
[    2.703360] pci 0000:00:18.1: BAR 13: no space for [io  size 0x1000]
[    2.703361] pci 0000:00:18.1: BAR 13: failed to assign [io  size 0x1000]
[    2.703362] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    2.703362] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    2.703363] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    2.703364] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    2.703365] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    2.703366] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    2.703367] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    2.703367] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    2.703368] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    2.703369] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    2.703370] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    2.703371] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    2.703374] pci 0000:00:18.7: BAR 13: assigned [io  0x6000-0x6fff]
[    2.703375] pci 0000:00:18.6: BAR 13: assigned [io  0x7000-0x7fff]
[    2.703376] pci 0000:00:18.5: BAR 13: assigned [io  0x8000-0x8fff]
[    2.703376] pci 0000:00:18.4: BAR 13: assigned [io  0x9000-0x9fff]
[    2.703377] pci 0000:00:18.3: BAR 13: assigned [io  0xa000-0xafff]
[    2.703378] pci 0000:00:18.2: BAR 13: assigned [io  0xb000-0xbfff]
[    2.703379] pci 0000:00:18.1: BAR 13: assigned [io  0xc000-0xcfff]
[    2.703380] pci 0000:00:18.0: BAR 13: assigned [io  0xd000-0xdfff]
[    2.703380] pci 0000:00:17.7: BAR 13: assigned [io  0xe000-0xefff]
[    2.703381] pci 0000:00:17.6: BAR 13: assigned [io  0xf000-0xffff]
[    2.703382] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    2.703383] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    2.703384] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    2.703385] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    2.703386] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    2.703386] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    2.703388] pci 0000:00:17.2: BAR 13: no space for [io  size 0x1000]
[    2.703388] pci 0000:00:17.2: BAR 13: failed to assign [io  size 0x1000]
[    2.703389] pci 0000:00:17.1: BAR 13: no space for [io  size 0x1000]
[    2.703390] pci 0000:00:17.1: BAR 13: failed to assign [io  size 0x1000]
[    2.703391] pci 0000:00:17.0: BAR 13: no space for [io  size 0x1000]
[    2.703392] pci 0000:00:17.0: BAR 13: failed to assign [io  size 0x1000]
[    2.703393] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    2.703393] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    2.703395] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    2.703395] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    2.703396] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    2.703397] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    2.703398] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    2.703399] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    2.703400] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    2.703400] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    2.703401] pci 0000:00:16.2: BAR 13: no space for [io  size 0x1000]
[    2.703402] pci 0000:00:16.2: BAR 13: failed to assign [io  size 0x1000]
[    2.703403] pci 0000:00:16.1: BAR 13: no space for [io  size 0x1000]
[    2.703404] pci 0000:00:16.1: BAR 13: failed to assign [io  size 0x1000]
[    2.703405] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    2.703406] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    2.703407] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    2.703408] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    2.703409] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    2.703409] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    2.703410] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    2.703411] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    2.703412] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    2.703413] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    2.703414] pci 0000:00:15.2: BAR 13: no space for [io  size 0x1000]
[    2.703414] pci 0000:00:15.2: BAR 13: failed to assign [io  size 0x1000]
[    2.703416] pci 0000:00:15.1: BAR 13: no space for [io  size 0x1000]
[    2.703416] pci 0000:00:15.1: BAR 13: failed to assign [io  size 0x1000]
[    2.703418] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.703488] pci 0000:00:11.0: PCI bridge to [bus 02]
[    2.703496] pci 0000:00:11.0:   bridge window [io  0x1000-0x1fff]
[    2.703515] pci 0000:00:11.0:   bridge window [mem 0xfc000000-0xfc9fffff]
[    2.703528] pci 0000:00:11.0:   bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[    2.703554] pci 0000:03:00.0: BAR 6: assigned [mem 0xfea00000-0xfea0ffff pref]
[    2.703555] pci 0000:00:15.0: PCI bridge to [bus 03]
[    2.703562] pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    2.703581] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    2.703594] pci 0000:00:15.0:   bridge window [mem 0xfef00000-0xff0fffff 64bit pref]
[    2.703619] pci 0000:00:15.1: PCI bridge to [bus 04]
[    2.703638] pci 0000:00:15.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    2.703651] pci 0000:00:15.1:   bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[    2.703679] pci 0000:00:15.2: PCI bridge to [bus 05]
[    2.703698] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    2.703711] pci 0000:00:15.2:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    2.703736] pci 0000:00:15.3: PCI bridge to [bus 06]
[    2.703755] pci 0000:00:15.3:   bridge window [mem 0xfe700000-0xfe7fffff]
[    2.703768] pci 0000:00:15.3:   bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[    2.703793] pci 0000:00:15.4: PCI bridge to [bus 07]
[    2.703813] pci 0000:00:15.4:   bridge window [mem 0xfe600000-0xfe6fffff]
[    2.703826] pci 0000:00:15.4:   bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    2.703851] pci 0000:00:15.5: PCI bridge to [bus 08]
[    2.703870] pci 0000:00:15.5:   bridge window [mem 0xfe500000-0xfe5fffff]
[    2.703883] pci 0000:00:15.5:   bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[    2.703908] pci 0000:00:15.6: PCI bridge to [bus 09]
[    2.703927] pci 0000:00:15.6:   bridge window [mem 0xfe400000-0xfe4fffff]
[    2.703940] pci 0000:00:15.6:   bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    2.703965] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    2.703984] pci 0000:00:15.7:   bridge window [mem 0xfe300000-0xfe3fffff]
[    2.703997] pci 0000:00:15.7:   bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    2.704023] pci 0000:0b:00.0: BAR 6: assigned [mem 0xfe200000-0xfe20ffff pref]
[    2.704024] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    2.704030] pci 0000:00:16.0:   bridge window [io  0x3000-0x3fff]
[    2.704050] pci 0000:00:16.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    2.704062] pci 0000:00:16.0:   bridge window [mem 0xff100000-0xff2fffff 64bit pref]
[    2.704088] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    2.704107] pci 0000:00:16.1:   bridge window [mem 0xfe100000-0xfe1fffff]
[    2.704120] pci 0000:00:16.1:   bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    2.704145] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    2.704164] pci 0000:00:16.2:   bridge window [mem 0xfe000000-0xfe0fffff]
[    2.704177] pci 0000:00:16.2:   bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[    2.704202] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    2.704221] pci 0000:00:16.3:   bridge window [mem 0xfdf00000-0xfdffffff]
[    2.704234] pci 0000:00:16.3:   bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[    2.704260] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    2.704279] pci 0000:00:16.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.704292] pci 0000:00:16.4:   bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[    2.704317] pci 0000:00:16.5: PCI bridge to [bus 10]
[    2.704336] pci 0000:00:16.5:   bridge window [mem 0xfdd00000-0xfddfffff]
[    2.704349] pci 0000:00:16.5:   bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[    2.704374] pci 0000:00:16.6: PCI bridge to [bus 11]
[    2.704393] pci 0000:00:16.6:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.704406] pci 0000:00:16.6:   bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[    2.704431] pci 0000:00:16.7: PCI bridge to [bus 12]
[    2.704450] pci 0000:00:16.7:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    2.704463] pci 0000:00:16.7:   bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[    2.704497] pci 0000:00:17.0: PCI bridge to [bus 13]
[    2.704515] pci 0000:00:17.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.704528] pci 0000:00:17.0:   bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[    2.704551] pci 0000:00:17.1: PCI bridge to [bus 14]
[    2.704569] pci 0000:00:17.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    2.704582] pci 0000:00:17.1:   bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[    2.704605] pci 0000:00:17.2: PCI bridge to [bus 15]
[    2.704623] pci 0000:00:17.2:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.704636] pci 0000:00:17.2:   bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[    2.704663] pci 0000:00:17.3: PCI bridge to [bus 16]
[    2.704681] pci 0000:00:17.3:   bridge window [mem 0xfd700000-0xfd7fffff]
[    2.704693] pci 0000:00:17.3:   bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[    2.704717] pci 0000:00:17.4: PCI bridge to [bus 17]
[    2.704735] pci 0000:00:17.4:   bridge window [mem 0xfd600000-0xfd6fffff]
[    2.704747] pci 0000:00:17.4:   bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[    2.704771] pci 0000:00:17.5: PCI bridge to [bus 18]
[    2.704789] pci 0000:00:17.5:   bridge window [mem 0xfd500000-0xfd5fffff]
[    2.704801] pci 0000:00:17.5:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    2.704825] pci 0000:00:17.6: PCI bridge to [bus 19]
[    2.704831] pci 0000:00:17.6:   bridge window [io  0xf000-0xffff]
[    2.704850] pci 0000:00:17.6:   bridge window [mem 0xfd400000-0xfd4fffff]
[    2.704862] pci 0000:00:17.6:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    2.704886] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    2.704892] pci 0000:00:17.7:   bridge window [io  0xe000-0xefff]
[    2.704910] pci 0000:00:17.7:   bridge window [mem 0xfd300000-0xfd3fffff]
[    2.704922] pci 0000:00:17.7:   bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    2.704946] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    2.704953] pci 0000:00:18.0:   bridge window [io  0xd000-0xdfff]
[    2.704971] pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    2.704983] pci 0000:00:18.0:   bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    2.705007] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    2.705013] pci 0000:00:18.1:   bridge window [io  0xc000-0xcfff]
[    2.705031] pci 0000:00:18.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    2.705043] pci 0000:00:18.1:   bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    2.705067] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    2.705074] pci 0000:00:18.2:   bridge window [io  0xb000-0xbfff]
[    2.705092] pci 0000:00:18.2:   bridge window [mem 0xfd000000-0xfd0fffff]
[    2.705104] pci 0000:00:18.2:   bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[    2.705128] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    2.705134] pci 0000:00:18.3:   bridge window [io  0xa000-0xafff]
[    2.705152] pci 0000:00:18.3:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.705165] pci 0000:00:18.3:   bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[    2.705189] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    2.705195] pci 0000:00:18.4:   bridge window [io  0x9000-0x9fff]
[    2.705213] pci 0000:00:18.4:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.705225] pci 0000:00:18.4:   bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[    2.705249] pci 0000:00:18.5: PCI bridge to [bus 20]
[    2.705256] pci 0000:00:18.5:   bridge window [io  0x8000-0x8fff]
[    2.705274] pci 0000:00:18.5:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.705303] pci 0000:00:18.5:   bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[    2.705328] pci 0000:00:18.6: PCI bridge to [bus 21]
[    2.705334] pci 0000:00:18.6:   bridge window [io  0x7000-0x7fff]
[    2.705354] pci 0000:00:18.6:   bridge window [mem 0xfcc00000-0xfccfffff]
[    2.705366] pci 0000:00:18.6:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    2.705391] pci 0000:00:18.7: PCI bridge to [bus 22]
[    2.705398] pci 0000:00:18.7:   bridge window [io  0x6000-0x6fff]
[    2.705417] pci 0000:00:18.7:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    2.705430] pci 0000:00:18.7:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    2.705456] pci_bus 0000:00: resource 4 [io  0x0d00-0xffff window]
[    2.705457] pci_bus 0000:00: resource 5 [io  0x0000-0x0cf7 window]
[    2.705457] pci_bus 0000:00: resource 6 [mem 0xfef00000-0xffdfffff window]
[    2.705458] pci_bus 0000:00: resource 7 [mem 0xfed45000-0xfedfffff window]
[    2.705458] pci_bus 0000:00: resource 8 [mem 0xfec10000-0xfed3ffff window]
[    2.705459] pci_bus 0000:00: resource 9 [mem 0xfa300000-0xfebfffff window]
[    2.705460] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfa2fffff pref window]
[    2.705460] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff window]
[    2.705461] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff window]
[    2.705461] pci_bus 0000:00: resource 13 [mem 0x000c4000-0x000c7fff window]
[    2.705462] pci_bus 0000:00: resource 14 [mem 0x000c8000-0x000cbfff window]
[    2.705462] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d7fff window]
[    2.705463] pci_bus 0000:00: resource 16 [mem 0x000d8000-0x000dbfff window]
[    2.705463] pci_bus 0000:00: resource 17 [mem 0x000e4000-0x000e7fff window]
[    2.705464] pci_bus 0000:00: resource 18 [mem 0x000e8000-0x000ebfff window]
[    2.705465] pci_bus 0000:00: resource 19 [mem 0x000ec000-0x000effff window]
[    2.705465] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    2.705466] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfc9fffff]
[    2.705467] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf84fffff 64bit pref]
[    2.705467] pci_bus 0000:02: resource 4 [io  0x0d00-0xffff window]
[    2.705468] pci_bus 0000:02: resource 5 [io  0x0000-0x0cf7 window]
[    2.705468] pci_bus 0000:02: resource 6 [mem 0xfef00000-0xffdfffff window]
[    2.705469] pci_bus 0000:02: resource 7 [mem 0xfed45000-0xfedfffff window]
[    2.705470] pci_bus 0000:02: resource 8 [mem 0xfec10000-0xfed3ffff window]
[    2.705470] pci_bus 0000:02: resource 9 [mem 0xfa300000-0xfebfffff window]
[    2.705471] pci_bus 0000:02: resource 10 [mem 0xf0000000-0xfa2fffff pref window]
[    2.705471] pci_bus 0000:02: resource 11 [mem 0xc0000000-0xefffffff window]
[    2.705472] pci_bus 0000:02: resource 12 [mem 0x000a0000-0x000bffff window]
[    2.705472] pci_bus 0000:02: resource 13 [mem 0x000c4000-0x000c7fff window]
[    2.705473] pci_bus 0000:02: resource 14 [mem 0x000c8000-0x000cbfff window]
[    2.705473] pci_bus 0000:02: resource 15 [mem 0x000d4000-0x000d7fff window]
[    2.705474] pci_bus 0000:02: resource 16 [mem 0x000d8000-0x000dbfff window]
[    2.705474] pci_bus 0000:02: resource 17 [mem 0x000e4000-0x000e7fff window]
[    2.705475] pci_bus 0000:02: resource 18 [mem 0x000e8000-0x000ebfff window]
[    2.705476] pci_bus 0000:02: resource 19 [mem 0x000ec000-0x000effff window]
[    2.705476] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    2.705477] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    2.705477] pci_bus 0000:03: resource 2 [mem 0xfef00000-0xff0fffff 64bit pref]
[    2.705478] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
[    2.705479] pci_bus 0000:04: resource 2 [mem 0xfa200000-0xfa2fffff 64bit pref]
[    2.705479] pci_bus 0000:05: resource 1 [mem 0xfe800000-0xfe8fffff]
[    2.705480] pci_bus 0000:05: resource 2 [mem 0xfa100000-0xfa1fffff 64bit pref]
[    2.705480] pci_bus 0000:06: resource 1 [mem 0xfe700000-0xfe7fffff]
[    2.705481] pci_bus 0000:06: resource 2 [mem 0xfa000000-0xfa0fffff 64bit pref]
[    2.705482] pci_bus 0000:07: resource 1 [mem 0xfe600000-0xfe6fffff]
[    2.705482] pci_bus 0000:07: resource 2 [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    2.705483] pci_bus 0000:08: resource 1 [mem 0xfe500000-0xfe5fffff]
[    2.705483] pci_bus 0000:08: resource 2 [mem 0xf9e00000-0xf9efffff 64bit pref]
[    2.705484] pci_bus 0000:09: resource 1 [mem 0xfe400000-0xfe4fffff]
[    2.705484] pci_bus 0000:09: resource 2 [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    2.705485] pci_bus 0000:0a: resource 1 [mem 0xfe300000-0xfe3fffff]
[    2.705486] pci_bus 0000:0a: resource 2 [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    2.705486] pci_bus 0000:0b: resource 0 [io  0x3000-0x3fff]
[    2.705487] pci_bus 0000:0b: resource 1 [mem 0xfe200000-0xfe2fffff]
[    2.705487] pci_bus 0000:0b: resource 2 [mem 0xff100000-0xff2fffff 64bit pref]
[    2.705488] pci_bus 0000:0c: resource 1 [mem 0xfe100000-0xfe1fffff]
[    2.705488] pci_bus 0000:0c: resource 2 [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    2.705489] pci_bus 0000:0d: resource 1 [mem 0xfe000000-0xfe0fffff]
[    2.705489] pci_bus 0000:0d: resource 2 [mem 0xf9a00000-0xf9afffff 64bit pref]
[    2.705490] pci_bus 0000:0e: resource 1 [mem 0xfdf00000-0xfdffffff]
[    2.705490] pci_bus 0000:0e: resource 2 [mem 0xf9900000-0xf99fffff 64bit pref]
[    2.705491] pci_bus 0000:0f: resource 1 [mem 0xfde00000-0xfdefffff]
[    2.705492] pci_bus 0000:0f: resource 2 [mem 0xf9800000-0xf98fffff 64bit pref]
[    2.705492] pci_bus 0000:10: resource 1 [mem 0xfdd00000-0xfddfffff]
[    2.705493] pci_bus 0000:10: resource 2 [mem 0xf9700000-0xf97fffff 64bit pref]
[    2.705493] pci_bus 0000:11: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    2.705494] pci_bus 0000:11: resource 2 [mem 0xf9600000-0xf96fffff 64bit pref]
[    2.705494] pci_bus 0000:12: resource 1 [mem 0xfdb00000-0xfdbfffff]
[    2.705495] pci_bus 0000:12: resource 2 [mem 0xf9500000-0xf95fffff 64bit pref]
[    2.705495] pci_bus 0000:13: resource 1 [mem 0xfda00000-0xfdafffff]
[    2.705496] pci_bus 0000:13: resource 2 [mem 0xf9400000-0xf94fffff 64bit pref]
[    2.705497] pci_bus 0000:14: resource 1 [mem 0xfd900000-0xfd9fffff]
[    2.705497] pci_bus 0000:14: resource 2 [mem 0xf9300000-0xf93fffff 64bit pref]
[    2.705498] pci_bus 0000:15: resource 1 [mem 0xfd800000-0xfd8fffff]
[    2.705498] pci_bus 0000:15: resource 2 [mem 0xf9200000-0xf92fffff 64bit pref]
[    2.705499] pci_bus 0000:16: resource 1 [mem 0xfd700000-0xfd7fffff]
[    2.705499] pci_bus 0000:16: resource 2 [mem 0xf9100000-0xf91fffff 64bit pref]
[    2.705500] pci_bus 0000:17: resource 1 [mem 0xfd600000-0xfd6fffff]
[    2.705500] pci_bus 0000:17: resource 2 [mem 0xf9000000-0xf90fffff 64bit pref]
[    2.705501] pci_bus 0000:18: resource 1 [mem 0xfd500000-0xfd5fffff]
[    2.705501] pci_bus 0000:18: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    2.705502] pci_bus 0000:19: resource 0 [io  0xf000-0xffff]
[    2.705502] pci_bus 0000:19: resource 1 [mem 0xfd400000-0xfd4fffff]
[    2.705503] pci_bus 0000:19: resource 2 [mem 0xf8e00000-0xf8efffff 64bit pref]
[    2.705504] pci_bus 0000:1a: resource 0 [io  0xe000-0xefff]
[    2.705504] pci_bus 0000:1a: resource 1 [mem 0xfd300000-0xfd3fffff]
[    2.705505] pci_bus 0000:1a: resource 2 [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    2.705505] pci_bus 0000:1b: resource 0 [io  0xd000-0xdfff]
[    2.705506] pci_bus 0000:1b: resource 1 [mem 0xfd200000-0xfd2fffff]
[    2.705506] pci_bus 0000:1b: resource 2 [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    2.705507] pci_bus 0000:1c: resource 0 [io  0xc000-0xcfff]
[    2.705507] pci_bus 0000:1c: resource 1 [mem 0xfd100000-0xfd1fffff]
[    2.705508] pci_bus 0000:1c: resource 2 [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    2.705508] pci_bus 0000:1d: resource 0 [io  0xb000-0xbfff]
[    2.705509] pci_bus 0000:1d: resource 1 [mem 0xfd000000-0xfd0fffff]
[    2.705509] pci_bus 0000:1d: resource 2 [mem 0xf8a00000-0xf8afffff 64bit pref]
[    2.705510] pci_bus 0000:1e: resource 0 [io  0xa000-0xafff]
[    2.705510] pci_bus 0000:1e: resource 1 [mem 0xfcf00000-0xfcffffff]
[    2.705511] pci_bus 0000:1e: resource 2 [mem 0xf8900000-0xf89fffff 64bit pref]
[    2.705512] pci_bus 0000:1f: resource 0 [io  0x9000-0x9fff]
[    2.705512] pci_bus 0000:1f: resource 1 [mem 0xfce00000-0xfcefffff]
[    2.705513] pci_bus 0000:1f: resource 2 [mem 0xf8800000-0xf88fffff 64bit pref]
[    2.705513] pci_bus 0000:20: resource 0 [io  0x8000-0x8fff]
[    2.705514] pci_bus 0000:20: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    2.705514] pci_bus 0000:20: resource 2 [mem 0xf8700000-0xf87fffff 64bit pref]
[    2.705515] pci_bus 0000:21: resource 0 [io  0x7000-0x7fff]
[    2.705515] pci_bus 0000:21: resource 1 [mem 0xfcc00000-0xfccfffff]
[    2.705516] pci_bus 0000:21: resource 2 [mem 0xf8600000-0xf86fffff 64bit pref]
[    2.705516] pci_bus 0000:22: resource 0 [io  0x6000-0x6fff]
[    2.705517] pci_bus 0000:22: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    2.705517] pci_bus 0000:22: resource 2 [mem 0xf8500000-0xf85fffff 64bit pref]
[    2.705775] NET: Registered protocol family 2
[    2.706073] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    2.706304] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    2.706927] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    2.707080] TCP: Hash tables configured (established 524288 bind 65536)
[    2.707229] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.707567] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    2.708059] NET: Registered protocol family 1
[    2.708063] NET: Registered protocol family 44
[    2.708078] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    2.708159] pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    2.708407] PCI: CLS 32 bytes, default 64
[    2.708434] Trying to unpack rootfs image as initramfs...
[    3.678779] Freeing initrd memory: 73160K
[    3.678810] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.678811] software IO TLB: mapped [mem 0xbc000000-0xc0000000] (64MB)
[    3.717243] Initialise system trusted keyrings
[    3.717252] Key type blacklist registered
[    3.717545] workingset: timestamp_bits=36 max_order=28 bucket_order=0
[    3.718484] zbud: loaded
[    3.721480] integrity: Platform Keyring initialized
[    3.729630] NET: Registered protocol family 38
[    3.729634] Key type asymmetric registered
[    3.729635] Asymmetric key parser 'x509' registered
[    3.729642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    3.730211] io scheduler mq-deadline registered
[    3.730212] io scheduler kyber registered
[    3.730246] io scheduler bfq registered
[    3.737291] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    3.737753] pcieport 0000:00:15.0: PME: Signaling with IRQ 24
[    3.737819] pcieport 0000:00:15.0: pciehp: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.738491] pcieport 0000:00:15.1: PME: Signaling with IRQ 25
[    3.738543] pcieport 0000:00:15.1: pciehp: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.739148] pcieport 0000:00:15.2: PME: Signaling with IRQ 26
[    3.739199] pcieport 0000:00:15.2: pciehp: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.739808] pcieport 0000:00:15.3: PME: Signaling with IRQ 27
[    3.739859] pcieport 0000:00:15.3: pciehp: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.740424] pcieport 0000:00:15.4: PME: Signaling with IRQ 28
[    3.740475] pcieport 0000:00:15.4: pciehp: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.741116] pcieport 0000:00:15.5: PME: Signaling with IRQ 29
[    3.741166] pcieport 0000:00:15.5: pciehp: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.741777] pcieport 0000:00:15.6: PME: Signaling with IRQ 30
[    3.741829] pcieport 0000:00:15.6: pciehp: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.742389] pcieport 0000:00:15.7: PME: Signaling with IRQ 31
[    3.742439] pcieport 0000:00:15.7: pciehp: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.743038] pcieport 0000:00:16.0: PME: Signaling with IRQ 32
[    3.743089] pcieport 0000:00:16.0: pciehp: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.743693] pcieport 0000:00:16.1: PME: Signaling with IRQ 33
[    3.743745] pcieport 0000:00:16.1: pciehp: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.744342] pcieport 0000:00:16.2: PME: Signaling with IRQ 34
[    3.744393] pcieport 0000:00:16.2: pciehp: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.744987] pcieport 0000:00:16.3: PME: Signaling with IRQ 35
[    3.745041] pcieport 0000:00:16.3: pciehp: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.745636] pcieport 0000:00:16.4: PME: Signaling with IRQ 36
[    3.745692] pcieport 0000:00:16.4: pciehp: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.746284] pcieport 0000:00:16.5: PME: Signaling with IRQ 37
[    3.746336] pcieport 0000:00:16.5: pciehp: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.746932] pcieport 0000:00:16.6: PME: Signaling with IRQ 38
[    3.746984] pcieport 0000:00:16.6: pciehp: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.747581] pcieport 0000:00:16.7: PME: Signaling with IRQ 39
[    3.747632] pcieport 0000:00:16.7: pciehp: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.748209] pcieport 0000:00:17.0: PME: Signaling with IRQ 40
[    3.748261] pcieport 0000:00:17.0: pciehp: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.748859] pcieport 0000:00:17.1: PME: Signaling with IRQ 41
[    3.748909] pcieport 0000:00:17.1: pciehp: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.750335] pcieport 0000:00:17.2: PME: Signaling with IRQ 42
[    3.750388] pcieport 0000:00:17.2: pciehp: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.750989] pcieport 0000:00:17.3: PME: Signaling with IRQ 43
[    3.751040] pcieport 0000:00:17.3: pciehp: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.751633] pcieport 0000:00:17.4: PME: Signaling with IRQ 44
[    3.751690] pcieport 0000:00:17.4: pciehp: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.752284] pcieport 0000:00:17.5: PME: Signaling with IRQ 45
[    3.752335] pcieport 0000:00:17.5: pciehp: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.752971] pcieport 0000:00:17.6: PME: Signaling with IRQ 46
[    3.753022] pcieport 0000:00:17.6: pciehp: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.753645] pcieport 0000:00:17.7: PME: Signaling with IRQ 47
[    3.753703] pcieport 0000:00:17.7: pciehp: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.754325] pcieport 0000:00:18.0: PME: Signaling with IRQ 48
[    3.754376] pcieport 0000:00:18.0: pciehp: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.754977] pcieport 0000:00:18.1: PME: Signaling with IRQ 49
[    3.755028] pcieport 0000:00:18.1: pciehp: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.755611] pcieport 0000:00:18.2: PME: Signaling with IRQ 50
[    3.755672] pcieport 0000:00:18.2: pciehp: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.756269] pcieport 0000:00:18.3: PME: Signaling with IRQ 51
[    3.756321] pcieport 0000:00:18.3: pciehp: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.756924] pcieport 0000:00:18.4: PME: Signaling with IRQ 52
[    3.756976] pcieport 0000:00:18.4: pciehp: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.757573] pcieport 0000:00:18.5: PME: Signaling with IRQ 53
[    3.757626] pcieport 0000:00:18.5: pciehp: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.758238] pcieport 0000:00:18.6: PME: Signaling with IRQ 54
[    3.758290] pcieport 0000:00:18.6: pciehp: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.758892] pcieport 0000:00:18.7: PME: Signaling with IRQ 55
[    3.758946] pcieport 0000:00:18.7: pciehp: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    3.759332] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.759357] efifb: probing for efifb
[    3.759657] efifb: framebuffer at 0xf0000000, using 3072k, total 3072k
[    3.759665] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    3.759666] efifb: scrolling: redraw
[    3.759667] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.759744] Console: switching to colour frame buffer device 128x48
[    3.762572] fb0: EFI VGA frame buffer device
[    3.762582] intel_idle: Please enable MWAIT in BIOS SETUP
[    3.762862] ACPI: AC Adapter [ACAD] (on-line)
[    3.762933] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    3.762978] ACPI: Power Button [PWRF]
[    3.774577] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.775027] Non-volatile memory driver v1.3
[    3.785888] rdac: device handler registered
[    3.786084] hp_sw: device handler registered
[    3.786085] emc: device handler registered
[    3.786573] alua: device handler registered
[    3.786672] libphy: Fixed MDIO Bus: probed
[    3.786705] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.786707] ehci-pci: EHCI PCI platform driver
[    3.786717] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.786719] ohci-pci: OHCI PCI platform driver
[    3.786728] uhci_hcd: USB Universal Host Controller Interface driver
[    3.786772] usbcore: registered new interface driver usbserial_generic
[    3.786775] usbserial: USB Serial support registered for generic
[    3.786817] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    3.789031] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.789035] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.789143] mousedev: PS/2 mouse device common for all mice
[    3.809865] rtc_cmos 00:01: registered as rtc0
[    3.810087] rtc_cmos 00:01: setting system clock to 2020-10-12T16:35:05 UTC (1602520505)
[    3.810133] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    3.810167] intel_pstate: CPU model not supported
[    3.810286] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    3.810826] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[    3.811120] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    3.811523] EFI Variables Facility v0.08 2004-May-17
[    3.817279] hid: raw HID events driver (C) Jiri Kosina
[    3.817320] usbcore: registered new interface driver usbhid
[    3.817320] usbhid: USB HID core driver
[    3.817799] drop_monitor: Initializing network drop monitor service
[    3.817890] Initializing XFRM netlink socket
[    3.818119] NET: Registered protocol family 10
[    3.818958] Segment Routing with IPv6
[    3.818974] NET: Registered protocol family 17
[    3.819028] mpls_gso: MPLS GSO support
[    3.826588] IPI shorthand broadcast: enabled
[    3.826602] AVX2 version of gcm_enc/dec engaged.
[    3.826603] AES CTR mode by8 optimization enabled
[    3.841679] sched_clock: Marking stable (3837754996, 3915410)->(4007028549, -165358143)
[    3.842415] registered taskstats version 1
[    3.842432] Loading compiled-in X.509 certificates
[    3.871471] Loaded X.509 cert 'Build time autogenerated kernel key: 3f550a85e9748402bb395641517c60a9996d9380'
[    3.871570] zswap: loaded using pool lzo/zbud
[    3.878693] Key type big_key registered
[    3.881222] Key type encrypted registered
[    3.881653] integrity: Loading X.509 certificate: UEFI:db
[    3.881745] integrity: Loaded X.509 cert 'VMware, Inc.: 4ad8ba0472073d28127706ddc6ccb9050441bbc7'
[    3.881746] integrity: Loading X.509 certificate: UEFI:db
[    3.881916] integrity: Loaded X.509 cert 'VMware, Inc.: VMware Secure Boot Signing: 04597f3e1ffb240bba0ff0f05d5eb05f3e15f6d7'
[    3.881916] integrity: Loading X.509 certificate: UEFI:db
[    3.881932] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    3.881932] integrity: Loading X.509 certificate: UEFI:db
[    3.881949] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    3.882221] integrity: Loading X.509 certificate: UEFI:MokListRT
[    3.882387] integrity: Loaded X.509 cert 'Red Hat Secure Boot (CA key 1): 4016841644ce3a810408050766e8f8a29c65f85c'
[    3.883074] ima: No TPM chip found, activating TPM-bypass!
[    3.883077] ima: Allocated hash algorithm: sha1
[    3.883083] ima: No architecture policies found
[    3.883114] evm: Initialising EVM extended attributes:
[    3.883114] evm: security.selinux
[    3.883115] evm: security.ima
[    3.883115] evm: security.capability
[    3.883116] evm: HMAC attrs: 0x1
[    3.889542] Freeing unused decrypted memory: 2040K
[    3.890681] Freeing unused kernel image (initmem) memory: 2332K
[    3.896720] Write protecting the kernel read-only data: 20480k
[    3.898203] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    3.899333] Freeing unused kernel image (rodata/data gap) memory: 1688K
[    3.899438] Run /init as init process
[    3.899439]   with arguments:
[    3.899440]     /init
[    3.899440]     rhgb
[    3.899441]   with environment:
[    3.899441]     HOME=/
[    3.899442]     TERM=linux
[    3.899442]     BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.7.0
[    3.899443]     crashkernel=auto
[    3.924176] systemd[1]: systemd 239 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=legacy)
[    3.924200] systemd[1]: Detected virtualization vmware.
[    3.924203] systemd[1]: Detected architecture x86-64.
[    3.924205] systemd[1]: Running in initial RAM disk.
[    3.933758] systemd[1]: Set hostname to <localhost.localdomain>.
[    3.983185] random: systemd: uninitialized urandom read (16 bytes read)
[    3.983254] systemd[1]: Listening on udev Control Socket.
[    3.983287] random: systemd: uninitialized urandom read (16 bytes read)
[    3.983292] systemd[1]: Reached target Swap.
[    3.983301] random: systemd: uninitialized urandom read (16 bytes read)
[    3.983336] systemd[1]: Listening on udev Kernel Socket.
[    3.983348] systemd[1]: Reached target Slices.
[    3.983355] systemd[1]: Reached target Local File Systems.
[    4.485292] VMware PVSCSI driver - version 1.0.7.0-k
[    4.485979] vmw_pvscsi: using 64bit dma
[    4.486128] vmw_pvscsi: max_id: 65
[    4.486129] vmw_pvscsi: setting ring_pages to 32
[    4.488667] vmw_pvscsi: enabling reqCallThreshold
[    4.491256] vmw_pvscsi: driver-based request coalescing enabled
[    4.491264] vmw_pvscsi: using MSI-X
[    4.491380] scsi host0: VMware PVSCSI storage adapter rev 2, req/cmp/msg rings: 32/32/1 pages, cmd_per_lun=254
[    4.491771] vmw_pvscsi 0000:03:00.0: VMware PVSCSI rev 2 host #0
[    4.492010] scsi 0:0:0:0: Direct-Access     VMware   Virtual disk     2.0  PQ: 0 ANSI: 6
[    4.493603] VMware vmxnet3 virtual NIC driver - version 1.4.17.0-k-NAPI
[    4.493644] vmxnet3 0000:0b:00.0: # of Tx queues : 8, # of Rx queues : 8
[    4.493694] vmxnet3 0000:0b:00.0: enabling device (0000 -> 0003)
[    4.500354] vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
[    4.511982] libata version 3.00 loaded.
[    4.517411] ata_piix 0000:00:07.1: version 2.13
[    4.518348] scsi host1: ata_piix
[    4.518523] scsi host2: ata_piix
[    4.518555] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x2050 irq 14
[    4.518556] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x2058 irq 15
[    4.737706] tsc: Refined TSC clocksource calibration: 2095.081 MHz
[    4.737794] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e3309d7adc, max_idle_ns: 440795300192 ns
[    4.738036] clocksource: Switched to clocksource tsc
[    4.742854] [drm] DMA map mode: Caching DMA mappings.
[    4.743043] [drm] Capabilities:
[    4.743043] [drm]   Rect copy.
[    4.743043] [drm]   Cursor.
[    4.743044] [drm]   Cursor bypass.
[    4.743044] [drm]   Cursor bypass 2.
[    4.743045] [drm]   8bit emulation.
[    4.743045] [drm]   Alpha cursor.
[    4.743045] [drm]   Extended Fifo.
[    4.743046] [drm]   Multimon.
[    4.743046] [drm]   Pitchlock.
[    4.743046] [drm]   Irq mask.
[    4.743046] [drm]   Display Topology.
[    4.743047] [drm]   GMR.
[    4.743047] [drm]   Traces.
[    4.743047] [drm]   GMR2.
[    4.743047] [drm]   Screen Object 2.
[    4.743048] [drm]   Command Buffers.
[    4.743048] [drm]   Command Buffers 2.
[    4.743048] [drm]   Guest Backed Resources.
[    4.743049] [drm]   DX Features.
[    4.743049] [drm]   HP Command Queue.
[    4.743049] [drm] Capabilities2:
[    4.743050] [drm]   Grow oTable.
[    4.743050] [drm]   IntraSurface copy.
[    4.743051] [drm] Max GMR ids is 64
[    4.743052] [drm] Max number of GMR pages is 65536
[    4.743052] [drm] Max dedicated hypervisor surface memory is 0 kiB
[    4.743053] [drm] Maximum display memory size is 8192 kiB
[    4.743053] [drm] VRAM at 0xf0000000 size is 8192 kiB
[    4.743054] [drm] MMIO at 0xfb800000 size is 256 kiB
[    4.743093] vmwgfx 0000:00:0f.0: BAR 1: can't reserve [mem 0xf0000000-0xf7ffffff pref]
[    4.743094] [drm] It appears like vesafb is loaded. Ignore above error if any.
[    4.748379] [TTM] Zone  kernel: Available graphics memory: 528425124 KiB
[    4.748381] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    4.748382] [TTM] Initializing pool allocator
[    4.748865] [TTM] Initializing DMA pool allocator
[    4.749969] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.750050] [drm] Screen Target Display device initialized
[    4.750097] [drm] width 1024
[    4.750103] [drm] height 768
[    4.750108] [drm] bpp 32
[    4.753632] [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
[    4.754570] [drm] Using command buffers with DMA pool.
[    4.754576] [drm] Atomic: yes.
[    4.760393] checking generic (f0000000 300000) vs hw (f0000000 800000)
[    4.760395] fb0: switching to svgadrmfb from EFI VGA
[    4.761767] Console: switching to colour dummy device 80x25
[    4.768361] fbcon: svgadrmfb (fb0) is primary device
[    4.769883] Console: switching to colour frame buffer device 128x48
[    4.771006] vmxnet3 0000:0b:00.0 ens192: renamed from eth0
[    4.774696] [drm] Initialized vmwgfx 2.18.0 20200114 for 0000:00:0f.0 on minor 0
[    4.783585] sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.5 GB/20.0 GiB)
[    4.783623] sd 0:0:0:0: [sda] Write Protect is off
[    4.783624] sd 0:0:0:0: [sda] Mode Sense: 61 00 00 00
[    4.783654] sd 0:0:0:0: [sda] Cache data unavailable
[    4.783655] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    4.798449]  sda: sda1 sda2
[    4.799785] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.917920] random: fast init done
[    5.017689] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    5.241829] random: crng init done
[    5.241831] random: 7 urandom warning(s) missed due to ratelimiting
[    5.332954] systemd-journald[735]: Received SIGTERM from PID 1 (systemd).
[    5.362225] printk: systemd: 22 output lines suppressed due to ratelimiting
[    5.414682] SELinux:  Runtime disable is deprecated, use selinux=0 on the kernel cmdline.
[    5.414709] SELinux:  Disabled at runtime.
[    5.451759] audit: type=1404 audit(1602520507.141:2): enforcing=0 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=0 old-enabled=1 lsm=selinux res=1
[    5.474499] systemd[1]: systemd 239 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=legacy)
[    5.474517] systemd[1]: Detected virtualization vmware.
[    5.474520] systemd[1]: Detected architecture x86-64.
[    5.475115] systemd[1]: Set hostname to <localhost.localdomain>.
[    5.522483] systemd[1]: Configuration file /usr/lib/systemd/system/rc-local.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.569743] systemd[1]: Stopped Switch Root.
[    5.569905] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
[    5.569940] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    5.569947] systemd[1]: Stopped Journal Service.
[    5.570615] systemd[1]: Starting Journal Service...
[    5.583372] EXT4-fs (sda2): re-mounted. Opts: (null)
[    5.796112] systemd-journald[4271]: Received request to flush runtime journal from PID 1
[    5.917254] piix4_smbus 0000:00:07.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[    5.953963] vmw_vmci 0000:00:07.7: enabling device (0000 -> 0003)
[    5.956336] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x12000, irq 16
[    5.956426] vmw_vmci 0000:00:07.7: Using capabilities 0x1c
[    5.957641] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    5.958945] Guest personality initialized and is active
[    5.959452] VMCI host device registered (name=vmci, major=10, minor=61)
[    5.959453] Initialized host personality
[    5.981566] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.043550] NET: Registered protocol family 40
[    6.311822] vmxnet3 0000:0b:00.0 ens192: intr type 3, mode 0, 9 vectors allocated
[    6.312880] vmxnet3 0000:0b:00.0 ens192: NIC Link is Up 10000 Mbps

  reply	other threads:[~2020-10-12 17:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 13:15 Rahul Gopakumar
2020-10-10  6:11 ` bhe
2020-10-12 17:21   ` Rahul Gopakumar [this message]
2020-10-13  5:08     ` bhe
2020-10-13 13:17     ` bhe
2020-10-20 13:45       ` Rahul Gopakumar
2020-10-20 15:18         ` bhe
2020-10-20 15:26           ` Rahul Gopakumar
2020-10-22  4:04             ` bhe
2020-10-22 17:21               ` Rahul Gopakumar
2020-11-02 14:15                 ` Rahul Gopakumar
2020-11-02 14:30                   ` bhe
2020-11-03 12:34                     ` Rahul Gopakumar
2020-11-03 14:03                       ` bhe
2020-11-12 14:51                       ` bhe
2020-11-20  3:11                         ` Rahul Gopakumar
2020-11-22  1:08                           ` bhe
2020-11-24 15:03                             ` Rahul Gopakumar
2020-11-30 16:55                               ` Mike Rapoport
2020-12-11 16:16                               ` Rahul Gopakumar
2020-12-13 15:15                                 ` bhe

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=DM6PR05MB529281F914953691E0F52D1CA4070@DM6PR05MB5292.namprd05.prod.outlook.com \
    --to=gopakumarr@vmware.com \
    --cc=akpm@linux-foundation.org \
    --cc=bhe@redhat.com \
    --cc=clang-built-linux@googlegroups.com \
    --cc=lauyiuch@vmware.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=manir@vmware.com \
    --cc=natechancellor@gmail.com \
    --cc=ndesaulniers@google.com \
    --cc=pjonasson@vmware.com \
    --cc=rajaramv@vmware.com \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

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

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