All of lore.kernel.org
 help / color / mirror / Atom feed
* slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-11 14:41 ` Deucher, Alexander
  0 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-11 14:41 UTC (permalink / raw)
  To: linux-kernel, amd-gfx list, david, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Liang, Liang (Leo)

[AMD Public Use]

Booting kernels on certain AMD platforms takes 2-3 minutes with the patch in the subject.  Reverting it restores quick boot times (few seconds).  Any ideas?

Thanks,

Alex

[    0.000000] Linux version 5.11.0-7490c004ae7e (jenkins@24dbd4b4380b) (gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #20210308 SMP Sun Mar 7 20:04:05 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
[    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a275017] usable
[    0.000000] reserve setup_data: [mem 0x000000006a275018-0x000000006a283857] usable
[    0.000000] reserve setup_data: [mem 0x000000006a283858-0x000000006c56efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74959018 RNG=0x7970d798 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2400.092 MHz processor
[    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[    0.000026] MTRR default type: uncachable
[    0.000027] MTRR fixed ranges enabled:
[    0.000028]   00000-9FFFF write-back
[    0.000029]   A0000-BFFFF uncachable
[    0.000030]   C0000-FFFFF write-through
[    0.000031] MTRR variable ranges enabled:
[    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000039]   5 disabled
[    0.000039]   6 disabled
[    0.000040]   7 disabled
[    0.000040] TOM2: 0000000280000000 aka 10240M
[    0.000262] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000770] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[    0.004754] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[    0.004765] check: Scanning 1 areas for low memory corruption
[    0.004772] Using GB pages for direct mapping
[    0.005629] Secure boot disabled
[    0.005630] RAMDISK: [mem 0x3d2bb000-0x3fffdfff]
[    0.005640] ACPI: Early table checksum verification disabled
[    0.005645] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[    0.005649] ACPI: XSDT 0x000000007CFCE188 0000FC (v01 AMDYDE Celadon  00000002      01000013)
[    0.005656] ACPI: FACP 0x000000007CFEF000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005661] ACPI: DSDT 0x000000007CFE0000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005664] ACPI: FACS 0x000000007BF1F000 000040
[    0.005667] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005670] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005673] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005676] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[    0.005679] ACPI: ASF! 0x000000007CFF1000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005682] ACPI: BOOT 0x000000007CFF0000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005685] ACPI: HPET 0x000000007CFEE000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005688] ACPI: APIC 0x000000007CFED000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005691] ACPI: MCFG 0x000000007CFEC000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005694] ACPI: SLIC 0x000000007CFEB000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005697] ACPI: WSMT 0x000000007CFE8000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005700] ACPI: SSDT 0x000000007CFDF000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[    0.005703] ACPI: VFCT 0x000000007CFD4000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005706] ACPI: SSDT 0x000000007CFD3000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[    0.005709] ACPI: SSDT 0x000000007CFD1000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.005712] ACPI: CRAT 0x000000007CFD0000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005715] ACPI: CDIT 0x000000007CFCF000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005718] ACPI: SSDT 0x000000007CFFD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005721] ACPI: SSDT 0x000000007CFCC000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005723] ACPI: SSDT 0x000000007CFCA000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005726] ACPI: SSDT 0x000000007CFC4000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005730] ACPI: FPDT 0x000000007CFC3000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[    0.005732] ACPI: SSDT 0x000000007CFEA000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005735] ACPI: SSDT 0x000000007CFC0000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005738] ACPI: SSDT 0x000000007CFE9000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005741] ACPI: BGRT 0x000000007CFC2000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005748] ACPI: Local APIC address 0xfee00000
[    0.005855] No NUMA configuration found
[    0.005856] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[    0.005869] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[    0.006126] Zone ranges:
[    0.006127]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006129]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006130]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006132]   Device   empty
[    0.006133] Movable zone start for each node
[    0.006135] Early memory node ranges
[    0.006135]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006137]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.006138]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.006139]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[    0.006140]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[    0.006141]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[    0.006142]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006360] Zeroed struct page in unavailable ranges: 34932 pages
[    0.006361] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[    0.006363] On node 0 totalpages: 1800076
[    0.006365]   DMA zone: 64 pages used for memmap
[    0.006366]   DMA zone: 21 pages reserved
[    0.006366]   DMA zone: 3998 pages, LIFO batch:0
[    0.006388]   DMA32 zone: 7634 pages used for memmap
[    0.006389]   DMA32 zone: 488558 pages, LIFO batch:63
[    0.009789]   Normal zone: 20430 pages used for memmap
[    0.009794]   Normal zone: 1307520 pages, LIFO batch:63
[    0.019234] ACPI: PM-Timer IO Port: 0x408
[    0.019240] ACPI: Local APIC address 0xfee00000
[    0.019247] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.019248] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.019249] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.019250] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.019251] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.019252] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.019253] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.019254] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.019255] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.019256] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.019257] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.019259] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.019260] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.019261] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.019276] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.019282] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.019284] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.019286] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.019288] ACPI: IRQ0 used by override.
[    0.019289] ACPI: IRQ9 used by override.
[    0.019291] Using ACPI (MADT) for SMP configuration information
[    0.019293] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.019307] e820: update [mem 0x7495e000-0x7499ffff] usable ==> reserved
[    0.019319] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.019363] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.019365] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.019367] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.019369] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.019372] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[    0.019374] PM: hibernation: Registered nosave memory: [mem 0x6a275000-0x6a275fff]
[    0.019377] PM: hibernation: Registered nosave memory: [mem 0x6a283000-0x6a283fff]
[    0.019379] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[    0.019381] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[    0.019384] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[    0.019386] PM: hibernation: Registered nosave memory: [mem 0x7495e000-0x7499ffff]
[    0.019389] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[    0.019390] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[    0.019391] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[    0.019393] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[    0.019394] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[    0.019395] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[    0.019396] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[    0.019397] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[    0.019398] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[    0.019399] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.019400] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.019400] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.019401] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.019402] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.019403] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.019404] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.019405] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[    0.019406] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[    0.019407] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[    0.019408] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.019410] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[    0.019411] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[    0.019412] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[    0.019414] [mem 0xa0100000-0xefffffff] available for PCI devices
[    0.019416] Booting paravirtualized kernel on bare hardware
[    0.019419] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.019427] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.020118] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.020134] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.020136] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.020184] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[    0.020186] Policy zone: Normal
[    0.020188] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
[    0.021100] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.021540] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.021602] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)
[    0.044191] random: get_random_u64 called from __kmem_cache_create+0x32/0x490 with crng_init=0
[    0.047655] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.048264] ftrace: allocating 45990 entries in 180 pages
[    0.095132] ftrace: allocated 180 pages with 4 groups
[    0.100306] rcu: Hierarchical RCU implementation.
[    0.100307] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.100309] 	Rude variant of Tasks RCU enabled.
[    0.100310] 	Tracing variant of Tasks RCU enabled.
[    0.100311] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.100312] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.151286] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.156315] Console: colour dummy device 80x25
[    0.180522] printk: console [tty0] enabled
[    0.181285] ACPI: Core revision 20201113
[    0.184147] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.184339] APIC: Switch to symmetric I/O mode setup
[    0.184420] Switched APIC routing to physical flat.
[    0.186071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.204327] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22988e400ed, max_idle_ns: 440795239148 ns
[    0.204490] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.18 BogoMIPS (lpj=9600368)
[    0.204650] pid_max: default: 32768 minimum: 301
[    0.214025] LSM: Security Framework initializing
[    0.214417] Yama: becoming mindful.
[    0.216632] AppArmor: AppArmor initialized
[    0.216726] TOMOYO Linux initialized
[    0.219575] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.221160] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.230464] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.230691] LVT offset 1 assigned for vector 0xf9
[    0.230835] LVT offset 2 assigned for vector 0xf4
[    0.230926] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.231010] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.231100] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.231250] Spectre V2 : Mitigation: Full AMD retpoline
[    0.231329] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.231475] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.231563] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.231711] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.231799] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.232159] Freeing SMP alternatives memory: 40K
[    0.353153] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[    0.382538] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.383259] ... version:                0
[    0.383638] ... bit width:              48
[    0.384029] ... generic registers:      6
[    0.384410] ... value mask:             0000ffffffffffff
[    0.384868] ... max period:             00007fffffffffff
[    0.385316] ... fixed-purpose events:   0
[    0.385700] ... event mask:             000000000000003f
[    0.396831] rcu: Hierarchical SRCU implementation.
[    0.510479] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.559253] smp: Bringing up secondary CPUs ...
[    0.583839] x86: Booting SMP configuration:
[    0.584209] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.773093] smp: Brought up 1 node, 8 CPUs
[    0.773952] smpboot: Max logical packages: 2
[    0.774378] smpboot: Total of 8 processors activated (38401.47 BogoMIPS)
[    0.928885] devtmpfs: initialized
[    0.948835] x86/mm: Memory block size: 128MB
[    1.370091] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[    1.373025] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[    2.425485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.426427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    2.461378] pinctrl core: initialized pinctrl subsystem
[    2.504080] PM: RTC time: 09:55:41, date: 2021-03-09
[    2.552705] NET: Registered protocol family 16
[    2.598329] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    2.599715] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.601224] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.603875] audit: initializing netlink subsys (disabled)
[    2.608758] audit: type=2000 audit(1615283741.424:1): state=initialized audit_enabled=0 res=1
[    2.662309] thermal_sys: Registered thermal governor 'fair_share'
[    2.662437] thermal_sys: Registered thermal governor 'bang_bang'
[    2.662943] thermal_sys: Registered thermal governor 'step_wise'
[    2.663454] thermal_sys: Registered thermal governor 'user_space'
[    2.665093] cpuidle: using governor ladder
[    2.666132] cpuidle: using governor menu
[    2.674855] Simple Boot Flag at 0x44 set to 0x80
[    2.678087] ACPI: bus type PCI registered
[    2.678469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.729254] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.730117] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    2.732759] PCI: Using configuration type 1 for base access
[    3.525622] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    3.526211] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    3.755679] ACPI: Added _OSI(Module Device)
[    3.756085] ACPI: Added _OSI(Processor Device)
[    3.756523] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.756957] ACPI: Added _OSI(Processor Aggregator Device)
[    3.757730] ACPI: Added _OSI(Linux-Dell-Video)
[    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   18.969959] ACPI: EC: EC started
[   18.970292] ACPI: EC: interrupt blocked
[   19.157370] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   19.158218] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   19.158937] ACPI: Interpreter enabled
[   19.162768] ACPI: (supports S0 S3 S4 S5)
[   19.163144] ACPI: Using IOAPIC for interrupt routing
[   19.252572] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   19.595919] ACPI: Enabled 5 GPEs in block 00 to 1F
[   26.272348] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   26.273544] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[   26.413384] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[   26.554340] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   26.558378] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[   26.722525] PCI host bridge to bus 0000:00
[   26.723146] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[   26.723996] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[   26.724748] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[   26.725684] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[   26.726634] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[   26.727575] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[   26.728664] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[   26.729603] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[   26.730542] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[   26.731489] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[   26.732433] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[   26.733474] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[   26.734428] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[   26.735380] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[   26.736320] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[   26.737260] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[   26.738208] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[   26.739154] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[   26.740097] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[   26.740739] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[   26.741698] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[   26.742645] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[   26.743621] pci_bus 0000:00: root bus resource [bus 00-ff]
[   26.747142] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[   26.770689] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[   26.793856] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[   26.796430] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[   26.839179] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[   26.841752] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[   26.884369] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[   26.886841] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[   26.934008] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[   26.957168] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[   26.958050] pci 0000:00:08.1: enabling Extended Tags
[   26.960219] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[   27.001530] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[   27.002418] pci 0000:00:08.2: enabling Extended Tags
[   27.004599] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[   27.036289] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[   27.037176] pci 0000:00:08.3: enabling Extended Tags
[   27.039327] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[   27.080252] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[   27.113024] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[   27.146020] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[   27.169355] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[   27.192762] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[   27.216299] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[   27.239509] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[   27.267198] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[   27.290470] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[   27.313671] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[   27.355414] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[   27.356233] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[   27.361199] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[   27.386170] pci 0000:00:01.2: PCI bridge to [bus 01]
[   27.386774] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   27.399116] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[   27.399856] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[   27.403515] pci 0000:02:00.0: supports D1 D2
[   27.404028] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[   27.430150] pci 0000:00:01.3: PCI bridge to [bus 02]
[   27.430754] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   27.438978] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[   27.439729] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[   27.440401] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[   27.440982] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[   27.441613] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[   27.442347] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[   27.445736] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[   27.461459] pci 0000:00:01.6: PCI bridge to [bus 03]
[   27.462057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   27.462691] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   27.498456] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[   27.499227] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[   27.500055] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[   27.500600] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[   27.501234] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[   27.501949] pci 0000:04:00.0: enabling Extended Tags
[   27.504771] pci 0000:04:00.0: BAR 0: assigned to efifb
[   27.505955] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[   27.507098] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   27.537744] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[   27.538486] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[   27.539324] pci 0000:04:00.1: enabling Extended Tags
[   27.542293] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[   27.572303] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[   27.573075] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[   27.573788] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[   27.574497] pci 0000:04:00.2: enabling Extended Tags
[   27.605119] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[   27.605883] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[   27.606721] pci 0000:04:00.3: enabling Extended Tags
[   27.609705] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[   27.639931] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[   27.640653] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[   27.641533] pci 0000:04:00.4: enabling Extended Tags
[   27.644589] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[   27.674917] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[   27.675658] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[   27.676516] pci 0000:04:00.6: enabling Extended Tags
[   27.679536] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[   27.710697] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[   27.711507] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[   27.712229] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[   27.712669] pci 0000:04:00.7: enabling Extended Tags
[   27.747484] pci 0000:00:08.1: PCI bridge to [bus 04]
[   27.748084] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   27.748581] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   27.749264] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   27.762044] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[   27.762984] pci 0000:05:00.0: enabling Extended Tags
[   27.766374] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   27.789319] pci 0000:00:08.2: PCI bridge to [bus 05]
[   27.801787] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[   27.802726] pci 0000:06:00.0: enabling Extended Tags
[   27.806135] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   27.831474] pci 0000:00:08.3: PCI bridge to [bus 06]
[   28.069099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[   28.110655] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[   28.148042] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[   28.188354] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[   28.227337] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[   28.259694] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[   28.292094] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[   28.324581] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[   29.417622] ACPI: EC: interrupt unblocked
[   29.418001] ACPI: EC: event unblocked
[   29.418379] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   29.418833] ACPI: EC: GPE=0x5
[   29.419377] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[   29.420207] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[   29.473872] iommu: Default domain type: Translated 
[   29.481739] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[   29.481739] pci 0000:04:00.0: vgaarb: bridge control possible
[   29.481739] pci 0000:04:00.0: vgaarb: setting as boot device
[   29.481739] vgaarb: loaded
[   29.594672] SCSI subsystem initialized
[   29.603325] libata version 3.00 loaded.
[   29.610306] ACPI: bus type USB registered
[   29.616273] usbcore: registered new interface driver usbfs
[   29.619914] usbcore: registered new interface driver hub
[   29.624498] usbcore: registered new device driver usb
[   29.644598] EDAC MC: Ver: 3.0.0
[   29.674756] Registered efivars operations
[   29.768923] NetLabel: Initializing
[   29.769254] NetLabel:  domain hash size = 128
[   29.769649] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[   29.774392] NetLabel:  unlabeled traffic allowed by default
[   29.782109] PCI: Using ACPI for IRQ routing
[   29.803810] PCI: pci_cache_line_size set to 64 bytes
[   29.804738] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[   29.805292] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[   29.805613] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[   29.805937] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[   29.806261] e820: reserve RAM buffer [mem 0x6a275018-0x6bffffff]
[   29.806579] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[   29.806898] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[   29.807218] e820: reserve RAM buffer [mem 0x7495e000-0x77ffffff]
[   29.807538] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[   29.807860] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[   29.808171] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[   29.815914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[   29.816545] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[   29.835286] clocksource: Switched to clocksource tsc-early
[   34.928553] VFS: Disk quotas dquot_6.6.0
[   34.948109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   35.035328] AppArmor: AppArmor Filesystem Enabled
[   35.041686] pnp: PnP ACPI init
[   35.118495] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[   35.119509] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[   35.120526] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[   35.121736] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[   35.181981] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[   35.193164] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[   35.209188] system 00:03: [io  0x0400-0x04cf] has been reserved
[   35.210159] system 00:03: [io  0x04d0-0x04d1] has been reserved
[   35.211133] system 00:03: [io  0x04d6] has been reserved
[   35.212069] system 00:03: [io  0x0c00-0x0c01] has been reserved
[   35.213060] system 00:03: [io  0x0c14] has been reserved
[   35.214122] system 00:03: [io  0x0c50-0x0c52] has been reserved
[   35.215089] system 00:03: [io  0x0c6c] has been reserved
[   35.216019] system 00:03: [io  0x0c6f] has been reserved
[   35.217054] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[   35.218240] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[   35.248980] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[   35.250025] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[   35.251251] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[   35.703324] pnp: PnP ACPI: found 5 devices
[   36.244872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[   36.280333] NET: Registered protocol family 2
[   36.326627] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[   36.327674] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[   36.328747] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[   36.329554] TCP: Hash tables configured (established 65536 bind 65536)
[   36.343994] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   36.345026] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   36.383054] NET: Registered protocol family 1
[   36.384592] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[   36.385809] pci 0000:00:01.2: PCI bridge to [bus 01]
[   36.386335] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   36.386991] pci 0000:00:01.3: PCI bridge to [bus 02]
[   36.387517] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   36.388341] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[   36.389105] pci 0000:00:01.6: PCI bridge to [bus 03]
[   36.389618] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   36.390216] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   36.390888] pci 0000:00:08.1: PCI bridge to [bus 04]
[   36.391404] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   36.392008] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   36.392645] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   36.393427] pci 0000:00:08.2: PCI bridge to [bus 05]
[   36.393999] pci 0000:00:08.3: PCI bridge to [bus 06]
[   36.394560] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[   36.395152] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[   36.395749] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[   36.396371] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[   36.397012] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[   36.397641] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[   36.398265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[   36.398896] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[   36.399529] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[   36.400162] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[   36.400808] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[   36.401442] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[   36.402073] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[   36.402706] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[   36.403336] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[   36.403967] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[   36.404615] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[   36.405246] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[   36.405884] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[   36.406522] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[   36.407159] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[   36.407796] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[   36.408529] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[   36.409125] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[   36.409722] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[   36.410287] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[   36.410886] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[   36.411451] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[   36.412048] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   36.438984] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[   36.565740] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x6a0 took 123044 usecs
[   36.566608] PCI: CLS 64 bytes, default 64
[   36.575383] Trying to unpack rootfs image as initramfs...
[   44.594348] Initramfs unpacking failed: Decoding failed
[   44.765141] Freeing initrd memory: 46348K
[   44.765563] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   44.766063] software IO TLB: mapped [mem 0x00000000700c0000-0x00000000740c0000] (64MB)
[   44.776211] amd_uncore: 4  amd_df counters detected
[   44.782528] amd_uncore: 6  amd_l3 counters detected
[   44.790192] LVT offset 0 assigned for vector 0x400
[   44.805032] perf: AMD IBS detected (0x000003ff)
[   44.812927] check: Scanning for low memory corruption every 60 seconds
[   45.009748] Initialise system trusted keyrings
[   45.011340] Key type blacklist registered
[   45.016556] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[   45.792097] zbud: loaded
[   45.812602] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[   45.813491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
[   45.814913] clocksource: Switched to clocksource tsc
[   46.015712] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   46.082078] fuse: init (API version 7.33)
[   48.209690] Key type asymmetric registered
[   48.210112] Asymmetric key parser 'x509' registered
[   48.212275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[   48.218484] io scheduler mq-deadline registered
[   48.333963] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[   48.348018] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[   48.359083] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[   48.359612] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   48.387391] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[   48.398700] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[   48.409855] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[   48.410386] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   48.438202] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[   48.449512] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[   48.460554] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[   48.461083] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   48.488872] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[   48.544608] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[   48.596913] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[   48.643731] efifb: probing for efifb
[   48.645664] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[   48.646236] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[   48.646818] efifb: scrolling: redraw
[   48.647177] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   48.693813] Console: switching to colour frame buffer device 160x64
[   48.712600] fb0: EFI VGA frame buffer device
[   48.950402] ACPI: AC Adapter [ACAD] (on-line)
[   48.967860] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   48.977448] ACPI: Power Button [PWRB]
[   48.993680] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[   49.003119] ACPI: Lid Switch [LID]
[   49.018444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   49.026711] ACPI: Power Button [PWRF]
[   49.040147] Monitor-Mwait will be used to enter C-1 state
[   49.040746] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[   49.076019] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[   49.111046] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[   49.146270] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[   49.181579] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[   49.216686] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[   49.251683] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[   49.286676] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[   49.355993] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   49.358136] battery: ACPI: Battery Slot [BATT] (battery absent)
[   49.368227] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   50.007393] Linux agpgart interface v0.103
[   51.790820] loop: module loaded
[   51.878717] libphy: Fixed MDIO Bus: probed
[   51.879250] tun: Universal TUN/TAP device driver, 1.6
[   51.887109] PPP generic driver version 2.4.2
[   51.897614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   51.898791] ehci-pci: EHCI PCI platform driver
[   51.901645] ehci-platform: EHCI generic platform driver
[   51.904158] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   51.905212] ohci-pci: OHCI PCI platform driver
[   51.908400] ohci-platform: OHCI generic platform driver
[   51.910826] uhci_hcd: USB Universal Host Controller Interface driver
[   51.940921] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   51.942860] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[   51.949371] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[   52.067036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   52.067981] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   52.068863] usb usb1: Product: xHCI Host Controller
[   52.069529] usb usb1: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   52.070285] usb usb1: SerialNumber: 0000:04:00.4
[   52.121718] hub 1-0:1.0: USB hub found
[   52.143260] hub 1-0:1.0: 6 ports detected
[   52.299837] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   52.320570] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[   52.340824] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[   52.363486] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   52.392918] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   52.413221] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   52.433211] usb usb2: Product: xHCI Host Controller
[   52.453144] usb usb2: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   52.473003] usb usb2: SerialNumber: 0000:04:00.4
[   52.524611] hub 2-0:1.0: USB hub found
[   52.545959] hub 2-0:1.0: 2 ports detected
[   52.624616] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[   52.633771] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[   52.653272] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   52.683054] i8042: Warning: Keylock active
[   52.704869] serio: i8042 KBD port at 0x60,0x64 irq 1
[   52.745524] mousedev: PS/2 mouse device common for all mice
[   52.793278] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[   52.794725] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[   52.808792] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   52.808859] rtc_cmos 00:01: RTC can wake from S4
[   52.816448] usb 1-6: Product: USB 2.0 Hub
[   52.872834] hub 1-6:1.0: USB hub found
[   52.881101] hub 1-6:1.0: 4 ports detected
[   52.895180] rtc_cmos 00:01: registered as rtc0
[   52.915634] rtc_cmos 00:01: setting system clock to 2021-03-09T09:56:32 UTC (1615283792)
[   52.942083] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[   52.966158] i2c /dev entries driver
[   53.006298] device-mapper: uevent: version 1.0.3
[   53.048534] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   53.074343] ledtrig-cpu: registered to indicate activity on CPUs
[   53.096789] EFI Variables Facility v0.08 2004-May-17
[   53.300603] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
[   53.444711] NET: Registered protocol family 10
[   53.549283] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[   53.558046] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   53.566388] usb 1-6.1: Product: AX68004
[   53.574558] usb 1-6.1: Manufacturer: ASIX Electronics
[   53.582847] usb 1-6.1: SerialNumber: 00000001
[   53.610327] Segment Routing with IPv6
[   53.635742] NET: Registered protocol family 17
[   53.658447] hub 1-6.1:1.0: USB hub found
[   53.664105] Key type dns_resolver registered
[   53.668253] hub 1-6.1:1.0: 7 ports detected
[   53.916662] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
[   53.946315] microcode: CPU0: patch_level=0x08900103
[   53.955483] microcode: CPU1: patch_level=0x08900103
[   53.965080] microcode: CPU2: patch_level=0x08900103
[   53.973919] microcode: CPU3: patch_level=0x08900103
[   53.982410] microcode: CPU4: patch_level=0x08900103
[   53.990532] microcode: CPU5: patch_level=0x08900103
[   54.011626] microcode: CPU6: patch_level=0x08900103
[   54.019879] microcode: CPU7: patch_level=0x08900103
[   54.035199] microcode: Microcode Update Driver: v2.2.
[   54.035331] IPI shorthand broadcast: enabled
[   54.079090] sched_clock: Marking stable (54046365506, 30131209)->(54079268378, -2771663)
[   54.111824] registered taskstats version 1
[   54.135117] Loading compiled-in X.509 certificates
[   54.146211] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[   54.163143] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   54.171304] usb 1-6.4: Product: USB Serial
[   54.194473] Loaded X.509 cert 'Build time autogenerated kernel key: dbcbf20b6db11cace3e8c1706a7d7af9eab0838a'
[   54.216619] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
[   54.279605] zswap: loaded using pool lzo/zbud
[   54.316898] kmemleak: Automatic memory scanning thread started
[   54.316878] kmemleak: Kernel memory leak detector initialized (mem pool available: 15125)
[   54.353527] Key type ._fscrypt registered
[   54.375466] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[   54.376973] Key type .fscrypt registered
[   54.398297] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   54.421576] Key type fscrypt-provisioning registered
[   54.443108] usb 1-6.1.1: Product: USB Receiver
[   54.488776] usb 1-6.1.1: Manufacturer: Logitech
[   54.490248] Key type encrypted registered
[   54.534239] AppArmor: AppArmor sha1 policy hashing enabled
[   54.558198] ima: No TPM chip found, activating TPM-bypass!
[   54.581807] ima: Allocated hash algorithm: sha1
[   54.607409] ima: No architecture policies found
[   54.632983] evm: Initialising EVM extended attributes:
[   54.656076] evm: security.selinux
[   54.678028] evm: security.SMACK64
[   54.699821] evm: security.SMACK64EXEC
[   54.721547] evm: security.SMACK64TRANSMUTE
[   54.742999] evm: security.SMACK64MMAP
[   54.764326] evm: security.apparmor
[   54.785553] evm: security.ima
[   54.806619] evm: security.capability
[   54.827660] evm: HMAC attrs: 0x1
[   55.050373] PM:   Magic number: 13:500:929
[   55.071161] acpi STK00034:00: hash matches
[   55.139431] acpi_cpufreq: overriding BIOS provided _PSD data
[   55.341705] RAS: Correctable Errors collector initialized.
[   55.888435] Freeing unused decrypted memory: 2036K
[   55.940524] Freeing unused kernel image (initmem) memory: 2484K
[   55.969099] Write protecting the kernel read-only data: 22528k
[   56.039908] Freeing unused kernel image (text/rodata gap) memory: 2036K
[   56.074340] Freeing unused kernel image (rodata/data gap) memory: 1164K
[   61.208997] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   61.231719] Run /init as init process
[   61.251507]   with arguments:
[   61.251637]     /init
[   61.251792]     nokaslr
[   61.251934]   with environment:
[   61.252075]     HOME=/
[   61.252223]     TERM=linux
[   61.252370]     BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e
[   61.856220] hid: raw HID events driver (C) Jiri Kosina
[   61.888080] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[   61.959307] acpi device:16: registered as cooling_device8
[   61.979135] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
[   62.002377] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[   62.039238] pps_core: LinuxPPS API ver. 1 registered
[   62.049970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   62.064809] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[   62.082367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   62.091350] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   62.121079] usbcore: registered new interface driver usbhid
[   62.121416] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   62.132863] usbhid: USB HID core driver
[   62.232843] nvme nvme0: pci function 0000:01:00.0
[   62.276181] PTP clock support registered
[   62.305884] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
[   62.374657] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   62.386164] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
[   62.403095] nvme nvme0: missing or invalid SUBNQN field.
[   62.408777] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
[   62.442952] nvme nvme0: Shutdown timeout set to 8 seconds
[   62.484441] e1000e: Intel(R) PRO/1000 Network Driver
[   62.494619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   62.504780] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[   62.510246] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
[   62.523073] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   62.541681] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   62.564847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   62.577132] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[   62.589323] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[   62.598823] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[   62.600583] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
[   62.623436] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   62.635901] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   62.648103] usb usb3: Product: xHCI Host Controller
[   62.660409] usb usb3: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   62.667913] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[   62.672744] usb usb3: SerialNumber: xhci-hcd.2.auto
[   62.677121] hub 3-0:1.0: USB hub found
[   62.684959] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[   62.697039] hub 3-0:1.0: 1 port detected
[   62.708806] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[   62.722389] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   62.751242] e1000e 0000:03:00.0 eno1: renamed from eth0
[   62.759973] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[   62.784717] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[   62.798323] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   62.810764] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   62.822098] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   62.828185] nvme nvme0: 16/0/0 default/read/poll queues
[   62.833492] usb usb4: Product: xHCI Host Controller
[   62.833498] usb usb4: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   62.833500] usb usb4: SerialNumber: xhci-hcd.2.auto
[   62.837027] hub 4-0:1.0: USB hub found
[   62.909305] hub 4-0:1.0: 1 port detected
[   63.031972] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   63.050794]  nvme0n1: p1 p2 p3
[   63.099868] random: fast init done
[   63.300016] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   63.386444] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
[   63.399889] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
[   63.425410] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[   63.439666] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
[   63.467167] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
[   63.501551] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   63.515821] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
[   63.546342] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
[   65.032580] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device connected.
[   66.861517] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input22
[   66.897595] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   67.026724] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input23
[   67.065173] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[   67.803566] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   72.903702] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[   74.381038] systemd[1]: Inserted module 'autofs4'
[   76.754611] systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   76.872587] systemd[1]: Detected architecture x86-64.
[   77.625608] systemd[1]: Set hostname to <scbu-Chachani>.
[   80.353431] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[   82.552892] systemd[1]: Created slice system-modprobe.slice.
[   82.788950] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   83.015834] systemd[1]: Created slice User and Session Slice.
[   83.128137] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   83.275007] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   83.382905] systemd[1]: Reached target User and Group Name Lookups.
[   83.487113] systemd[1]: Reached target Remote File Systems.
[   83.591400] systemd[1]: Reached target Slices.
[   83.709971] systemd[1]: Listening on Syslog Socket.
[   83.826474] systemd[1]: Listening on fsck to fsckd communication Socket.
[   83.936934] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   84.062844] systemd[1]: Listening on Journal Audit Socket.
[   84.177872] systemd[1]: Listening on Journal Socket (/dev/log).
[   84.295185] systemd[1]: Listening on Journal Socket.
[   84.409567] systemd[1]: Listening on udev Control Socket.
[   84.517738] systemd[1]: Listening on udev Kernel Socket.
[   85.019421] systemd[1]: Mounting Huge Pages File System...
[   85.386033] systemd[1]: Mounting POSIX Message Queue File System...
[   85.755988] systemd[1]: Mounting Kernel Debug File System...
[   86.124942] systemd[1]: Mounting Kernel Trace File System...
[   86.559129] systemd[1]: Starting Journal Service...
[   86.932746] systemd[1]: Starting Set the console keyboard layout...
[   87.570562] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   87.915311] systemd[1]: Starting Load Kernel Module drm...
[   88.021354] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   88.056239] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   88.372381] systemd[1]: Starting Load Kernel Modules...
[   88.415451] lp: driver loaded but no devices found
[   88.422760] ppdev: user-space parallel port driver
[   88.798562] systemd[1]: Starting Remount Root and Kernel File Systems...
[   88.814129] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   89.161086] systemd[1]: Starting udev Coldplug all Devices...
[   89.513616] systemd[1]: Starting Uncomplicated firewall...
[   89.721739] systemd[1]: Started Journal Service.
[   92.172886] systemd-journald[296]: Received client request to flush runtime journal.
[   94.180700] random: crng init done
[   94.977263] loop0: detected capacity change from 113424 to 0
[   95.318120] loop1: detected capacity change from 113592 to 0
[   95.671148] loop2: detected capacity change from 446248 to 0
[   96.027039] loop3: detected capacity change from 448496 to 0
[   96.399907] loop4: detected capacity change from 127160 to 0
[   96.754497] loop5: detected capacity change from 132648 to 0
[   97.084115] loop6: detected capacity change from 104496 to 0
[   97.436738] loop7: detected capacity change from 104536 to 0
[   97.846291] loop8: detected capacity change from 63664 to 0
[   98.259944] loop9: detected capacity change from 66104 to 0
[   99.556164] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[   99.556167] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[   99.771529] usbcore: registered new interface driver usbserial_generic
[   99.771584] usbserial: USB Serial support registered for generic
[   99.795261] usbcore: registered new interface driver ch341
[   99.795359] usbserial: USB Serial support registered for ch341-uart
[   99.795421] ch341 1-6.4:1.0: ch341-uart converter detected
[   99.842472] pstore: Using crash dump compression: deflate
[   99.842529] pstore: Registered efi as persistent store backend
[   99.854877] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
[   99.863142] [drm] amdgpu kernel modesetting enabled.
[   99.865063] amdgpu: Virtual CRAT table created for CPU
[   99.865336] amdgpu: Topology: Add CPU node
[   99.865875] checking generic (f6e0000000 500000) vs hw (f6e0000000 10000000)
[   99.865879] fb0: switching to amdgpudrmfb from EFI VGA
[   99.924145] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   99.924156] RAPL PMU: hw unit of domain package 2^-16 Joules
[   99.927595] Console: switching to colour dummy device 80x25
[   99.928030] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[   99.930017] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[   99.930720] [drm] initializing kernel modesetting (VANGOGH 0x1002:0x163F 0x1002:0x0123 0xAE).
[   99.930727] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[   99.976436] [drm] register mmio base: 0x80400000
[   99.976449] [drm] register mmio size: 524288
[   99.976462] [drm] PCIE atomic ops is not supported
[   99.983708] [drm] add ip block number 0 <nv_common>
[   99.983714] [drm] add ip block number 1 <gmc_v10_0>
[   99.983717] [drm] add ip block number 2 <navi10_ih>
[   99.983718] [drm] add ip block number 3 <psp>
[   99.983721] [drm] add ip block number 4 <smu>
[   99.983724] [drm] add ip block number 5 <dm>
[   99.983725] [drm] add ip block number 6 <gfx_v10_0>
[   99.983726] [drm] add ip block number 7 <sdma_v5_2>
[   99.983727] [drm] add ip block number 8 <vcn_v3_0>
[   99.983731] [drm] add ip block number 9 <jpeg_v3_0>
[   99.983800] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[   99.983833] amdgpu: ATOM BIOS: 113-AMDAerith-004
[   99.983886] [drm] VCN(0) decode is enabled in VM mode
[   99.983888] [drm] VCN(0) encode is enabled in VM mode
[   99.984429] [drm] JPEG decode is enabled in VM mode
[   99.984816] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   99.984958] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[   99.984961] amdgpu 0000:04:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[   99.984962] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   99.984978] [drm] Detected VRAM RAM=1024M, BAR=1024M
[   99.984981] [drm] RAM width 256bits DDR5
[   99.985223] [drm] amdgpu: 1024M of VRAM memory ready
[   99.985233] [drm] amdgpu: 3072M of GTT memory ready.
[   99.985260] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   99.985962] [drm] PCIE GART of 512M enabled (table at 0x000000F400500000).
[  100.034916] [drm] Loading DMUB firmware via PSP: version=0x00000000
[  100.047953] cryptd: max_cpu_qlen set to 1000
[  100.065682] AVX2 version of gcm_enc/dec engaged.
[  100.065686] AES CTR mode by8 optimization enabled
[  100.095359] [drm] use_doorbell being set to: [true]
[  100.101223] [drm] Found VCN firmware Version ENC: 1.12 DEC: 2 VEP: 0 Revision: 10
[  100.101268] [drm] PSP loading VCN firmware
[  100.224123] [drm] reserve 0xa00000 from 0xf43f400000 for PSP TMR
[  100.332303] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[  100.335073] [drm] Display Core initialized with v3.2.125!
[  100.353279] [drm] DMUB hardware initialized: version=0x03000002
[  100.534708] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[  100.649058] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[  100.704229] kvm: Nested Virtualization enabled
[  100.704324] SVM: kvm: Nested Paging enabled
[  100.704327] SVM: Virtual VMLOAD VMSAVE supported
[  100.704327] SVM: Virtual GIF supported
[  100.711981] MCE: In-kernel MCE decoding enabled.
[  100.735988] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[  100.778717] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
[  100.780329] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input25
[  100.782580] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input26
[  100.784150] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input27
[  100.859594] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  100.859607] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  100.859610] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  100.859612] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[  100.859614] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[  100.859618] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[  100.859621] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[  100.859624] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[  100.873822] intel_rapl_common: Found RAPL domain package
[  100.873982] intel_rapl_common: Found RAPL domain core
[  101.080660] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
[  101.101954] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[  101.868338] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
[  101.870255] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input29
[  102.016684] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
[  102.369355] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[  102.624659] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
[  102.685439] [drm] kiq ring mec 2 pipe 1 q 0
[  102.694880] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  102.695097] [drm] JPEG decode initialized successfully.
[  102.696009] kfd kfd: Allocated 3969056 bytes on gart
[  102.696385] amdgpu: Virtual CRAT table created for GPU
[  102.697116] amdgpu: Topology: Add dGPU node [0x163f:0x1002]
[  102.697124] kfd kfd: added device 1002:163f
[  102.699235] [drm] fb mappable at 0x2407C6000
[  102.699240] [drm] vram apper at 0x240000000
[  102.699240] [drm] size 5242880
[  102.699241] [drm] fb depth is 24
[  102.699243] [drm]    pitch is 5120
[  102.700470] fbcon: amdgpudrmfb (fb0) is primary device
[  102.838112] Console: switching to colour frame buffer device 160x64
[  102.858778] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[  104.270272] audit: type=1400 audit(1615283843.851:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=550 comm="apparmor_parser"
[  104.270319] audit: type=1400 audit(1615283843.851:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=547 comm="apparmor_parser"
[  104.271511] audit: type=1400 audit(1615283843.851:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=553 comm="apparmor_parser"
[  104.274094] audit: type=1400 audit(1615283843.855:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=548 comm="apparmor_parser"
[  104.275109] audit: type=1400 audit(1615283843.855:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=549 comm="apparmor_parser"
[  104.277256] audit: type=1400 audit(1615283843.859:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=556 comm="apparmor_parser"
[  104.277575] audit: type=1400 audit(1615283843.859:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=551 comm="apparmor_parser"
[  104.279021] audit: type=1400 audit(1615283843.859:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=552 comm="apparmor_parser"
[  104.279057] audit: type=1400 audit(1615283843.859:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=552 comm="apparmor_parser"
[  104.283944] audit: type=1400 audit(1615283843.863:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=554 comm="apparmor_parser"
[  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]
[  124.588731] Modules linked in: nls_iso8859_1 fjes(-) intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi edac_mce_amd kvm_amd ccp snd_hda_intel kvm irqbypass snd_intel_dspcfg crct10dif_pclmul snd_hda_codec snd_hda_core ghash_clmulni_intel snd_hwdep snd_pcm aesni_intel crypto_simd snd_seq_midi snd_seq_midi_event cryptd glue_helper joydev snd_rawmidi input_leds snd_seq rapl ch341 snd_seq_device usbserial amdgpu(+) serio_raw snd_timer efi_pstore snd iommu_v2 soundcore gpu_sched drm_ttm_helper ttm drm_kms_helper i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ucsi_acpi typec_ucsi typec cm32181 industrialio mac_hid sch_fq_codel parport_pc ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp xhci_plat_hcd hid_logitech_dj e1000e dwc3 ulpi hid_generic rtsx_pci_sdmmc udc_core ptp nvme usbhid crc32_pclmul i2c_piix4 nvme_core rtsx_pci pps_core dwc3_pci i2c_hid video hid
[  124.588818] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.11.0-7490c004ae7e #20210308
[  124.588822] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
[  124.588823] RIP: 0010:finish_task_switch+0xae/0x290
[  124.588831] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
[  124.588833] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
[  124.588835] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
[  124.588836] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
[  124.588837] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
[  124.588838] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
[  124.588839] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
[  124.588840] FS:  0000000000000000(0000) GS:ffff888237c40000(0000) knlGS:0000000000000000
[  124.588841] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  124.588842] CR2: 00005647dd4d33d8 CR3: 000000010767e000 CR4: 0000000000350ee0
[  124.588843] Call Trace:
[  124.588846]  __schedule+0x2c1/0x830
[  124.588850]  schedule_idle+0x22/0x40
[  124.588854]  do_idle+0x18f/0x2b0
[  124.588857]  cpu_startup_entry+0x1d/0x20
[  124.588859]  start_secondary+0x11f/0x160
[  124.588867]  secondary_startup_64_no_verify+0xb0/0xbb
[  135.183179] irq 9: nobody cared (try booting with the "irqpoll" option)
[  135.183254] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    L    5.11.0-7490c004ae7e #20210308
[  135.183257] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
[  135.183258] Call Trace:
[  135.183259]  <IRQ>
[  135.183261]  dump_stack+0x74/0x92
[  135.183266]  __report_bad_irq+0x35/0xc0
[  135.183271]  note_interrupt+0x24b/0x2a0
[  135.183272]  handle_irq_event_percpu+0x54/0x80
[  135.183276]  handle_irq_event+0x3b/0x60
[  135.183278]  handle_fasteoi_irq+0x7c/0x130
[  135.183279]  asm_call_irq_on_stack+0x12/0x20
[  135.183283]  </IRQ>
[  135.183287]  common_interrupt+0xc7/0x150
[  135.183290]  asm_common_interrupt+0x1e/0x40
[  135.183294] RIP: 0010:finish_task_switch+0xae/0x290
[  135.183300] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
[  135.183302] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
[  135.183304] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
[  135.183306] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
[  135.183306] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
[  135.183307] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
[  135.183308] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
[  135.183310]  ? __switch_to_asm+0x36/0x70
[  135.183314]  __schedule+0x2c1/0x830
[  135.183317]  schedule_idle+0x22/0x40
[  135.183318]  do_idle+0x18f/0x2b0
[  135.183321]  cpu_startup_entry+0x1d/0x20
[  135.183324]  start_secondary+0x11f/0x160
[  135.183327]  secondary_startup_64_no_verify+0xb0/0xbb
[  135.183330] handlers:
[  135.183360] [<000000008388e1d9>] acpi_irq
[  135.183405] Disabling IRQ #9
[  135.185531] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  135.185538] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  135.185540] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  135.185541] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  135.185543] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  135.185544] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  135.185545] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  135.185546] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  135.185548] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  135.185551] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  135.185554] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  135.185558] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  135.185560] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  135.185561] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  135.185562] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  136.758216] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:04:00.0 on minor 0
[  147.972000] loop10: detected capacity change from 8 to 0
[  156.171702] kauditd_printk_skb: 25 callbacks suppressed
[  156.171712] audit: type=1400 audit(1615283895.751:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=832 comm="cups-browsed" capability=23  capname="sys_nice"
[  160.206322] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  160.207256] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  175.036396] rfkill: input handler disabled

^ permalink raw reply	[flat|nested] 48+ messages in thread

* slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-11 14:41 ` Deucher, Alexander
  0 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-11 14:41 UTC (permalink / raw)
  To: linux-kernel, amd-gfx list, david, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Liang, Liang (Leo)

[AMD Public Use]

Booting kernels on certain AMD platforms takes 2-3 minutes with the patch in the subject.  Reverting it restores quick boot times (few seconds).  Any ideas?

Thanks,

Alex

[    0.000000] Linux version 5.11.0-7490c004ae7e (jenkins@24dbd4b4380b) (gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #20210308 SMP Sun Mar 7 20:04:05 UTC 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
[    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a275017] usable
[    0.000000] reserve setup_data: [mem 0x000000006a275018-0x000000006a283857] usable
[    0.000000] reserve setup_data: [mem 0x000000006a283858-0x000000006c56efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74959018 RNG=0x7970d798 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2400.092 MHz processor
[    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[    0.000026] MTRR default type: uncachable
[    0.000027] MTRR fixed ranges enabled:
[    0.000028]   00000-9FFFF write-back
[    0.000029]   A0000-BFFFF uncachable
[    0.000030]   C0000-FFFFF write-through
[    0.000031] MTRR variable ranges enabled:
[    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000039]   5 disabled
[    0.000039]   6 disabled
[    0.000040]   7 disabled
[    0.000040] TOM2: 0000000280000000 aka 10240M
[    0.000262] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000770] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[    0.004754] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[    0.004765] check: Scanning 1 areas for low memory corruption
[    0.004772] Using GB pages for direct mapping
[    0.005629] Secure boot disabled
[    0.005630] RAMDISK: [mem 0x3d2bb000-0x3fffdfff]
[    0.005640] ACPI: Early table checksum verification disabled
[    0.005645] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[    0.005649] ACPI: XSDT 0x000000007CFCE188 0000FC (v01 AMDYDE Celadon  00000002      01000013)
[    0.005656] ACPI: FACP 0x000000007CFEF000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005661] ACPI: DSDT 0x000000007CFE0000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005664] ACPI: FACS 0x000000007BF1F000 000040
[    0.005667] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005670] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005673] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005676] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[    0.005679] ACPI: ASF! 0x000000007CFF1000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005682] ACPI: BOOT 0x000000007CFF0000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005685] ACPI: HPET 0x000000007CFEE000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005688] ACPI: APIC 0x000000007CFED000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005691] ACPI: MCFG 0x000000007CFEC000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005694] ACPI: SLIC 0x000000007CFEB000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005697] ACPI: WSMT 0x000000007CFE8000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005700] ACPI: SSDT 0x000000007CFDF000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[    0.005703] ACPI: VFCT 0x000000007CFD4000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005706] ACPI: SSDT 0x000000007CFD3000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[    0.005709] ACPI: SSDT 0x000000007CFD1000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.005712] ACPI: CRAT 0x000000007CFD0000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005715] ACPI: CDIT 0x000000007CFCF000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005718] ACPI: SSDT 0x000000007CFFD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005721] ACPI: SSDT 0x000000007CFCC000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005723] ACPI: SSDT 0x000000007CFCA000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005726] ACPI: SSDT 0x000000007CFC4000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005730] ACPI: FPDT 0x000000007CFC3000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[    0.005732] ACPI: SSDT 0x000000007CFEA000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005735] ACPI: SSDT 0x000000007CFC0000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005738] ACPI: SSDT 0x000000007CFE9000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005741] ACPI: BGRT 0x000000007CFC2000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005748] ACPI: Local APIC address 0xfee00000
[    0.005855] No NUMA configuration found
[    0.005856] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[    0.005869] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[    0.006126] Zone ranges:
[    0.006127]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006129]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006130]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006132]   Device   empty
[    0.006133] Movable zone start for each node
[    0.006135] Early memory node ranges
[    0.006135]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006137]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.006138]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.006139]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[    0.006140]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[    0.006141]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[    0.006142]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006360] Zeroed struct page in unavailable ranges: 34932 pages
[    0.006361] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[    0.006363] On node 0 totalpages: 1800076
[    0.006365]   DMA zone: 64 pages used for memmap
[    0.006366]   DMA zone: 21 pages reserved
[    0.006366]   DMA zone: 3998 pages, LIFO batch:0
[    0.006388]   DMA32 zone: 7634 pages used for memmap
[    0.006389]   DMA32 zone: 488558 pages, LIFO batch:63
[    0.009789]   Normal zone: 20430 pages used for memmap
[    0.009794]   Normal zone: 1307520 pages, LIFO batch:63
[    0.019234] ACPI: PM-Timer IO Port: 0x408
[    0.019240] ACPI: Local APIC address 0xfee00000
[    0.019247] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.019248] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.019249] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.019250] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.019251] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.019252] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.019253] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.019254] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.019255] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.019256] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.019257] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.019259] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.019260] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.019261] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.019276] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.019282] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.019284] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.019286] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.019288] ACPI: IRQ0 used by override.
[    0.019289] ACPI: IRQ9 used by override.
[    0.019291] Using ACPI (MADT) for SMP configuration information
[    0.019293] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.019307] e820: update [mem 0x7495e000-0x7499ffff] usable ==> reserved
[    0.019319] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.019363] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.019365] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.019367] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.019369] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.019372] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[    0.019374] PM: hibernation: Registered nosave memory: [mem 0x6a275000-0x6a275fff]
[    0.019377] PM: hibernation: Registered nosave memory: [mem 0x6a283000-0x6a283fff]
[    0.019379] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[    0.019381] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[    0.019384] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[    0.019386] PM: hibernation: Registered nosave memory: [mem 0x7495e000-0x7499ffff]
[    0.019389] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[    0.019390] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[    0.019391] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[    0.019393] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[    0.019394] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[    0.019395] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[    0.019396] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[    0.019397] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[    0.019398] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[    0.019399] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.019400] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.019400] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.019401] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.019402] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.019403] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.019404] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.019405] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[    0.019406] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[    0.019407] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[    0.019408] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.019410] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[    0.019411] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[    0.019412] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[    0.019414] [mem 0xa0100000-0xefffffff] available for PCI devices
[    0.019416] Booting paravirtualized kernel on bare hardware
[    0.019419] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.019427] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.020118] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.020134] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.020136] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.020184] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[    0.020186] Policy zone: Normal
[    0.020188] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
[    0.021100] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.021540] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.021602] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)
[    0.044191] random: get_random_u64 called from __kmem_cache_create+0x32/0x490 with crng_init=0
[    0.047655] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.048264] ftrace: allocating 45990 entries in 180 pages
[    0.095132] ftrace: allocated 180 pages with 4 groups
[    0.100306] rcu: Hierarchical RCU implementation.
[    0.100307] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.100309] 	Rude variant of Tasks RCU enabled.
[    0.100310] 	Tracing variant of Tasks RCU enabled.
[    0.100311] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.100312] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.151286] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.156315] Console: colour dummy device 80x25
[    0.180522] printk: console [tty0] enabled
[    0.181285] ACPI: Core revision 20201113
[    0.184147] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.184339] APIC: Switch to symmetric I/O mode setup
[    0.184420] Switched APIC routing to physical flat.
[    0.186071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.204327] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22988e400ed, max_idle_ns: 440795239148 ns
[    0.204490] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.18 BogoMIPS (lpj=9600368)
[    0.204650] pid_max: default: 32768 minimum: 301
[    0.214025] LSM: Security Framework initializing
[    0.214417] Yama: becoming mindful.
[    0.216632] AppArmor: AppArmor initialized
[    0.216726] TOMOYO Linux initialized
[    0.219575] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.221160] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.230464] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.230691] LVT offset 1 assigned for vector 0xf9
[    0.230835] LVT offset 2 assigned for vector 0xf4
[    0.230926] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.231010] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.231100] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.231250] Spectre V2 : Mitigation: Full AMD retpoline
[    0.231329] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.231475] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.231563] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.231711] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.231799] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.232159] Freeing SMP alternatives memory: 40K
[    0.353153] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[    0.382538] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.383259] ... version:                0
[    0.383638] ... bit width:              48
[    0.384029] ... generic registers:      6
[    0.384410] ... value mask:             0000ffffffffffff
[    0.384868] ... max period:             00007fffffffffff
[    0.385316] ... fixed-purpose events:   0
[    0.385700] ... event mask:             000000000000003f
[    0.396831] rcu: Hierarchical SRCU implementation.
[    0.510479] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.559253] smp: Bringing up secondary CPUs ...
[    0.583839] x86: Booting SMP configuration:
[    0.584209] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.773093] smp: Brought up 1 node, 8 CPUs
[    0.773952] smpboot: Max logical packages: 2
[    0.774378] smpboot: Total of 8 processors activated (38401.47 BogoMIPS)
[    0.928885] devtmpfs: initialized
[    0.948835] x86/mm: Memory block size: 128MB
[    1.370091] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[    1.373025] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[    2.425485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.426427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    2.461378] pinctrl core: initialized pinctrl subsystem
[    2.504080] PM: RTC time: 09:55:41, date: 2021-03-09
[    2.552705] NET: Registered protocol family 16
[    2.598329] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    2.599715] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.601224] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.603875] audit: initializing netlink subsys (disabled)
[    2.608758] audit: type=2000 audit(1615283741.424:1): state=initialized audit_enabled=0 res=1
[    2.662309] thermal_sys: Registered thermal governor 'fair_share'
[    2.662437] thermal_sys: Registered thermal governor 'bang_bang'
[    2.662943] thermal_sys: Registered thermal governor 'step_wise'
[    2.663454] thermal_sys: Registered thermal governor 'user_space'
[    2.665093] cpuidle: using governor ladder
[    2.666132] cpuidle: using governor menu
[    2.674855] Simple Boot Flag at 0x44 set to 0x80
[    2.678087] ACPI: bus type PCI registered
[    2.678469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.729254] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.730117] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    2.732759] PCI: Using configuration type 1 for base access
[    3.525622] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    3.526211] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    3.755679] ACPI: Added _OSI(Module Device)
[    3.756085] ACPI: Added _OSI(Processor Device)
[    3.756523] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.756957] ACPI: Added _OSI(Processor Aggregator Device)
[    3.757730] ACPI: Added _OSI(Linux-Dell-Video)
[    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   18.969959] ACPI: EC: EC started
[   18.970292] ACPI: EC: interrupt blocked
[   19.157370] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   19.158218] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   19.158937] ACPI: Interpreter enabled
[   19.162768] ACPI: (supports S0 S3 S4 S5)
[   19.163144] ACPI: Using IOAPIC for interrupt routing
[   19.252572] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   19.595919] ACPI: Enabled 5 GPEs in block 00 to 1F
[   26.272348] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   26.273544] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[   26.413384] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[   26.554340] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   26.558378] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[   26.722525] PCI host bridge to bus 0000:00
[   26.723146] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[   26.723996] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[   26.724748] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[   26.725684] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[   26.726634] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[   26.727575] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[   26.728664] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[   26.729603] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[   26.730542] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[   26.731489] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[   26.732433] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[   26.733474] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[   26.734428] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[   26.735380] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[   26.736320] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[   26.737260] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[   26.738208] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[   26.739154] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[   26.740097] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[   26.740739] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[   26.741698] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[   26.742645] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[   26.743621] pci_bus 0000:00: root bus resource [bus 00-ff]
[   26.747142] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[   26.770689] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[   26.793856] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[   26.796430] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[   26.839179] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[   26.841752] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[   26.884369] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[   26.886841] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[   26.934008] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[   26.957168] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[   26.958050] pci 0000:00:08.1: enabling Extended Tags
[   26.960219] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[   27.001530] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[   27.002418] pci 0000:00:08.2: enabling Extended Tags
[   27.004599] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[   27.036289] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[   27.037176] pci 0000:00:08.3: enabling Extended Tags
[   27.039327] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[   27.080252] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[   27.113024] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[   27.146020] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[   27.169355] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[   27.192762] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[   27.216299] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[   27.239509] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[   27.267198] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[   27.290470] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[   27.313671] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[   27.355414] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[   27.356233] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[   27.361199] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[   27.386170] pci 0000:00:01.2: PCI bridge to [bus 01]
[   27.386774] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   27.399116] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[   27.399856] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[   27.403515] pci 0000:02:00.0: supports D1 D2
[   27.404028] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[   27.430150] pci 0000:00:01.3: PCI bridge to [bus 02]
[   27.430754] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   27.438978] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[   27.439729] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[   27.440401] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[   27.440982] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[   27.441613] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[   27.442347] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[   27.445736] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[   27.461459] pci 0000:00:01.6: PCI bridge to [bus 03]
[   27.462057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   27.462691] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   27.498456] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[   27.499227] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[   27.500055] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[   27.500600] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[   27.501234] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[   27.501949] pci 0000:04:00.0: enabling Extended Tags
[   27.504771] pci 0000:04:00.0: BAR 0: assigned to efifb
[   27.505955] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[   27.507098] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   27.537744] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[   27.538486] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[   27.539324] pci 0000:04:00.1: enabling Extended Tags
[   27.542293] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[   27.572303] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[   27.573075] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[   27.573788] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[   27.574497] pci 0000:04:00.2: enabling Extended Tags
[   27.605119] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[   27.605883] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[   27.606721] pci 0000:04:00.3: enabling Extended Tags
[   27.609705] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[   27.639931] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[   27.640653] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[   27.641533] pci 0000:04:00.4: enabling Extended Tags
[   27.644589] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[   27.674917] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[   27.675658] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[   27.676516] pci 0000:04:00.6: enabling Extended Tags
[   27.679536] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[   27.710697] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[   27.711507] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[   27.712229] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[   27.712669] pci 0000:04:00.7: enabling Extended Tags
[   27.747484] pci 0000:00:08.1: PCI bridge to [bus 04]
[   27.748084] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   27.748581] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   27.749264] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   27.762044] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[   27.762984] pci 0000:05:00.0: enabling Extended Tags
[   27.766374] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   27.789319] pci 0000:00:08.2: PCI bridge to [bus 05]
[   27.801787] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[   27.802726] pci 0000:06:00.0: enabling Extended Tags
[   27.806135] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   27.831474] pci 0000:00:08.3: PCI bridge to [bus 06]
[   28.069099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[   28.110655] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[   28.148042] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[   28.188354] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[   28.227337] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[   28.259694] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[   28.292094] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[   28.324581] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[   29.417622] ACPI: EC: interrupt unblocked
[   29.418001] ACPI: EC: event unblocked
[   29.418379] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   29.418833] ACPI: EC: GPE=0x5
[   29.419377] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[   29.420207] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[   29.473872] iommu: Default domain type: Translated 
[   29.481739] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[   29.481739] pci 0000:04:00.0: vgaarb: bridge control possible
[   29.481739] pci 0000:04:00.0: vgaarb: setting as boot device
[   29.481739] vgaarb: loaded
[   29.594672] SCSI subsystem initialized
[   29.603325] libata version 3.00 loaded.
[   29.610306] ACPI: bus type USB registered
[   29.616273] usbcore: registered new interface driver usbfs
[   29.619914] usbcore: registered new interface driver hub
[   29.624498] usbcore: registered new device driver usb
[   29.644598] EDAC MC: Ver: 3.0.0
[   29.674756] Registered efivars operations
[   29.768923] NetLabel: Initializing
[   29.769254] NetLabel:  domain hash size = 128
[   29.769649] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[   29.774392] NetLabel:  unlabeled traffic allowed by default
[   29.782109] PCI: Using ACPI for IRQ routing
[   29.803810] PCI: pci_cache_line_size set to 64 bytes
[   29.804738] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[   29.805292] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[   29.805613] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[   29.805937] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[   29.806261] e820: reserve RAM buffer [mem 0x6a275018-0x6bffffff]
[   29.806579] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[   29.806898] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[   29.807218] e820: reserve RAM buffer [mem 0x7495e000-0x77ffffff]
[   29.807538] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[   29.807860] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[   29.808171] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[   29.815914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[   29.816545] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[   29.835286] clocksource: Switched to clocksource tsc-early
[   34.928553] VFS: Disk quotas dquot_6.6.0
[   34.948109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   35.035328] AppArmor: AppArmor Filesystem Enabled
[   35.041686] pnp: PnP ACPI init
[   35.118495] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[   35.119509] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[   35.120526] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[   35.121736] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[   35.181981] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[   35.193164] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[   35.209188] system 00:03: [io  0x0400-0x04cf] has been reserved
[   35.210159] system 00:03: [io  0x04d0-0x04d1] has been reserved
[   35.211133] system 00:03: [io  0x04d6] has been reserved
[   35.212069] system 00:03: [io  0x0c00-0x0c01] has been reserved
[   35.213060] system 00:03: [io  0x0c14] has been reserved
[   35.214122] system 00:03: [io  0x0c50-0x0c52] has been reserved
[   35.215089] system 00:03: [io  0x0c6c] has been reserved
[   35.216019] system 00:03: [io  0x0c6f] has been reserved
[   35.217054] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[   35.218240] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[   35.248980] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[   35.250025] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[   35.251251] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[   35.703324] pnp: PnP ACPI: found 5 devices
[   36.244872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[   36.280333] NET: Registered protocol family 2
[   36.326627] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[   36.327674] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[   36.328747] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[   36.329554] TCP: Hash tables configured (established 65536 bind 65536)
[   36.343994] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   36.345026] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   36.383054] NET: Registered protocol family 1
[   36.384592] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[   36.385809] pci 0000:00:01.2: PCI bridge to [bus 01]
[   36.386335] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   36.386991] pci 0000:00:01.3: PCI bridge to [bus 02]
[   36.387517] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   36.388341] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[   36.389105] pci 0000:00:01.6: PCI bridge to [bus 03]
[   36.389618] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   36.390216] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   36.390888] pci 0000:00:08.1: PCI bridge to [bus 04]
[   36.391404] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   36.392008] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   36.392645] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   36.393427] pci 0000:00:08.2: PCI bridge to [bus 05]
[   36.393999] pci 0000:00:08.3: PCI bridge to [bus 06]
[   36.394560] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[   36.395152] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[   36.395749] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[   36.396371] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[   36.397012] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[   36.397641] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[   36.398265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[   36.398896] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[   36.399529] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[   36.400162] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[   36.400808] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[   36.401442] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[   36.402073] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[   36.402706] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[   36.403336] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[   36.403967] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[   36.404615] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[   36.405246] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[   36.405884] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[   36.406522] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[   36.407159] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[   36.407796] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[   36.408529] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[   36.409125] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[   36.409722] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[   36.410287] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[   36.410886] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[   36.411451] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[   36.412048] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   36.438984] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[   36.565740] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x6a0 took 123044 usecs
[   36.566608] PCI: CLS 64 bytes, default 64
[   36.575383] Trying to unpack rootfs image as initramfs...
[   44.594348] Initramfs unpacking failed: Decoding failed
[   44.765141] Freeing initrd memory: 46348K
[   44.765563] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   44.766063] software IO TLB: mapped [mem 0x00000000700c0000-0x00000000740c0000] (64MB)
[   44.776211] amd_uncore: 4  amd_df counters detected
[   44.782528] amd_uncore: 6  amd_l3 counters detected
[   44.790192] LVT offset 0 assigned for vector 0x400
[   44.805032] perf: AMD IBS detected (0x000003ff)
[   44.812927] check: Scanning for low memory corruption every 60 seconds
[   45.009748] Initialise system trusted keyrings
[   45.011340] Key type blacklist registered
[   45.016556] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[   45.792097] zbud: loaded
[   45.812602] tsc: Refined TSC clocksource calibration: 2399.999 MHz
[   45.813491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
[   45.814913] clocksource: Switched to clocksource tsc
[   46.015712] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   46.082078] fuse: init (API version 7.33)
[   48.209690] Key type asymmetric registered
[   48.210112] Asymmetric key parser 'x509' registered
[   48.212275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[   48.218484] io scheduler mq-deadline registered
[   48.333963] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[   48.348018] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[   48.359083] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[   48.359612] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   48.387391] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[   48.398700] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[   48.409855] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[   48.410386] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   48.438202] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[   48.449512] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[   48.460554] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[   48.461083] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   48.488872] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[   48.544608] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[   48.596913] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[   48.643731] efifb: probing for efifb
[   48.645664] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[   48.646236] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[   48.646818] efifb: scrolling: redraw
[   48.647177] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   48.693813] Console: switching to colour frame buffer device 160x64
[   48.712600] fb0: EFI VGA frame buffer device
[   48.950402] ACPI: AC Adapter [ACAD] (on-line)
[   48.967860] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   48.977448] ACPI: Power Button [PWRB]
[   48.993680] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[   49.003119] ACPI: Lid Switch [LID]
[   49.018444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   49.026711] ACPI: Power Button [PWRF]
[   49.040147] Monitor-Mwait will be used to enter C-1 state
[   49.040746] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[   49.076019] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[   49.111046] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[   49.146270] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[   49.181579] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[   49.216686] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[   49.251683] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[   49.286676] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[   49.355993] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   49.358136] battery: ACPI: Battery Slot [BATT] (battery absent)
[   49.368227] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   50.007393] Linux agpgart interface v0.103
[   51.790820] loop: module loaded
[   51.878717] libphy: Fixed MDIO Bus: probed
[   51.879250] tun: Universal TUN/TAP device driver, 1.6
[   51.887109] PPP generic driver version 2.4.2
[   51.897614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   51.898791] ehci-pci: EHCI PCI platform driver
[   51.901645] ehci-platform: EHCI generic platform driver
[   51.904158] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   51.905212] ohci-pci: OHCI PCI platform driver
[   51.908400] ohci-platform: OHCI generic platform driver
[   51.910826] uhci_hcd: USB Universal Host Controller Interface driver
[   51.940921] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   51.942860] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[   51.949371] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[   52.067036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   52.067981] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   52.068863] usb usb1: Product: xHCI Host Controller
[   52.069529] usb usb1: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   52.070285] usb usb1: SerialNumber: 0000:04:00.4
[   52.121718] hub 1-0:1.0: USB hub found
[   52.143260] hub 1-0:1.0: 6 ports detected
[   52.299837] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   52.320570] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[   52.340824] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[   52.363486] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   52.392918] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   52.413221] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   52.433211] usb usb2: Product: xHCI Host Controller
[   52.453144] usb usb2: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   52.473003] usb usb2: SerialNumber: 0000:04:00.4
[   52.524611] hub 2-0:1.0: USB hub found
[   52.545959] hub 2-0:1.0: 2 ports detected
[   52.624616] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[   52.633771] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[   52.653272] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   52.683054] i8042: Warning: Keylock active
[   52.704869] serio: i8042 KBD port at 0x60,0x64 irq 1
[   52.745524] mousedev: PS/2 mouse device common for all mice
[   52.793278] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[   52.794725] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[   52.808792] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   52.808859] rtc_cmos 00:01: RTC can wake from S4
[   52.816448] usb 1-6: Product: USB 2.0 Hub
[   52.872834] hub 1-6:1.0: USB hub found
[   52.881101] hub 1-6:1.0: 4 ports detected
[   52.895180] rtc_cmos 00:01: registered as rtc0
[   52.915634] rtc_cmos 00:01: setting system clock to 2021-03-09T09:56:32 UTC (1615283792)
[   52.942083] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[   52.966158] i2c /dev entries driver
[   53.006298] device-mapper: uevent: version 1.0.3
[   53.048534] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   53.074343] ledtrig-cpu: registered to indicate activity on CPUs
[   53.096789] EFI Variables Facility v0.08 2004-May-17
[   53.300603] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
[   53.444711] NET: Registered protocol family 10
[   53.549283] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[   53.558046] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   53.566388] usb 1-6.1: Product: AX68004
[   53.574558] usb 1-6.1: Manufacturer: ASIX Electronics
[   53.582847] usb 1-6.1: SerialNumber: 00000001
[   53.610327] Segment Routing with IPv6
[   53.635742] NET: Registered protocol family 17
[   53.658447] hub 1-6.1:1.0: USB hub found
[   53.664105] Key type dns_resolver registered
[   53.668253] hub 1-6.1:1.0: 7 ports detected
[   53.916662] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
[   53.946315] microcode: CPU0: patch_level=0x08900103
[   53.955483] microcode: CPU1: patch_level=0x08900103
[   53.965080] microcode: CPU2: patch_level=0x08900103
[   53.973919] microcode: CPU3: patch_level=0x08900103
[   53.982410] microcode: CPU4: patch_level=0x08900103
[   53.990532] microcode: CPU5: patch_level=0x08900103
[   54.011626] microcode: CPU6: patch_level=0x08900103
[   54.019879] microcode: CPU7: patch_level=0x08900103
[   54.035199] microcode: Microcode Update Driver: v2.2.
[   54.035331] IPI shorthand broadcast: enabled
[   54.079090] sched_clock: Marking stable (54046365506, 30131209)->(54079268378, -2771663)
[   54.111824] registered taskstats version 1
[   54.135117] Loading compiled-in X.509 certificates
[   54.146211] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[   54.163143] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   54.171304] usb 1-6.4: Product: USB Serial
[   54.194473] Loaded X.509 cert 'Build time autogenerated kernel key: dbcbf20b6db11cace3e8c1706a7d7af9eab0838a'
[   54.216619] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
[   54.279605] zswap: loaded using pool lzo/zbud
[   54.316898] kmemleak: Automatic memory scanning thread started
[   54.316878] kmemleak: Kernel memory leak detector initialized (mem pool available: 15125)
[   54.353527] Key type ._fscrypt registered
[   54.375466] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[   54.376973] Key type .fscrypt registered
[   54.398297] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   54.421576] Key type fscrypt-provisioning registered
[   54.443108] usb 1-6.1.1: Product: USB Receiver
[   54.488776] usb 1-6.1.1: Manufacturer: Logitech
[   54.490248] Key type encrypted registered
[   54.534239] AppArmor: AppArmor sha1 policy hashing enabled
[   54.558198] ima: No TPM chip found, activating TPM-bypass!
[   54.581807] ima: Allocated hash algorithm: sha1
[   54.607409] ima: No architecture policies found
[   54.632983] evm: Initialising EVM extended attributes:
[   54.656076] evm: security.selinux
[   54.678028] evm: security.SMACK64
[   54.699821] evm: security.SMACK64EXEC
[   54.721547] evm: security.SMACK64TRANSMUTE
[   54.742999] evm: security.SMACK64MMAP
[   54.764326] evm: security.apparmor
[   54.785553] evm: security.ima
[   54.806619] evm: security.capability
[   54.827660] evm: HMAC attrs: 0x1
[   55.050373] PM:   Magic number: 13:500:929
[   55.071161] acpi STK00034:00: hash matches
[   55.139431] acpi_cpufreq: overriding BIOS provided _PSD data
[   55.341705] RAS: Correctable Errors collector initialized.
[   55.888435] Freeing unused decrypted memory: 2036K
[   55.940524] Freeing unused kernel image (initmem) memory: 2484K
[   55.969099] Write protecting the kernel read-only data: 22528k
[   56.039908] Freeing unused kernel image (text/rodata gap) memory: 2036K
[   56.074340] Freeing unused kernel image (rodata/data gap) memory: 1164K
[   61.208997] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   61.231719] Run /init as init process
[   61.251507]   with arguments:
[   61.251637]     /init
[   61.251792]     nokaslr
[   61.251934]   with environment:
[   61.252075]     HOME=/
[   61.252223]     TERM=linux
[   61.252370]     BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e
[   61.856220] hid: raw HID events driver (C) Jiri Kosina
[   61.888080] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[   61.959307] acpi device:16: registered as cooling_device8
[   61.979135] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
[   62.002377] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[   62.039238] pps_core: LinuxPPS API ver. 1 registered
[   62.049970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   62.064809] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[   62.082367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   62.091350] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   62.121079] usbcore: registered new interface driver usbhid
[   62.121416] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   62.132863] usbhid: USB HID core driver
[   62.232843] nvme nvme0: pci function 0000:01:00.0
[   62.276181] PTP clock support registered
[   62.305884] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
[   62.374657] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   62.386164] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
[   62.403095] nvme nvme0: missing or invalid SUBNQN field.
[   62.408777] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
[   62.442952] nvme nvme0: Shutdown timeout set to 8 seconds
[   62.484441] e1000e: Intel(R) PRO/1000 Network Driver
[   62.494619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   62.504780] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[   62.510246] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
[   62.523073] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   62.541681] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   62.564847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   62.577132] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[   62.589323] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[   62.598823] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[   62.600583] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
[   62.623436] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   62.635901] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   62.648103] usb usb3: Product: xHCI Host Controller
[   62.660409] usb usb3: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   62.667913] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[   62.672744] usb usb3: SerialNumber: xhci-hcd.2.auto
[   62.677121] hub 3-0:1.0: USB hub found
[   62.684959] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[   62.697039] hub 3-0:1.0: 1 port detected
[   62.708806] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[   62.722389] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   62.751242] e1000e 0000:03:00.0 eno1: renamed from eth0
[   62.759973] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[   62.784717] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[   62.798323] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   62.810764] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   62.822098] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   62.828185] nvme nvme0: 16/0/0 default/read/poll queues
[   62.833492] usb usb4: Product: xHCI Host Controller
[   62.833498] usb usb4: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
[   62.833500] usb usb4: SerialNumber: xhci-hcd.2.auto
[   62.837027] hub 4-0:1.0: USB hub found
[   62.909305] hub 4-0:1.0: 1 port detected
[   63.031972] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   63.050794]  nvme0n1: p1 p2 p3
[   63.099868] random: fast init done
[   63.300016] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   63.386444] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
[   63.399889] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
[   63.425410] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[   63.439666] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
[   63.467167] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
[   63.501551] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   63.515821] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
[   63.546342] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
[   65.032580] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device connected.
[   66.861517] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input22
[   66.897595] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   67.026724] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input23
[   67.065173] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[   67.803566] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   72.903702] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[   74.381038] systemd[1]: Inserted module 'autofs4'
[   76.754611] systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   76.872587] systemd[1]: Detected architecture x86-64.
[   77.625608] systemd[1]: Set hostname to <scbu-Chachani>.
[   80.353431] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[   82.552892] systemd[1]: Created slice system-modprobe.slice.
[   82.788950] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   83.015834] systemd[1]: Created slice User and Session Slice.
[   83.128137] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   83.275007] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   83.382905] systemd[1]: Reached target User and Group Name Lookups.
[   83.487113] systemd[1]: Reached target Remote File Systems.
[   83.591400] systemd[1]: Reached target Slices.
[   83.709971] systemd[1]: Listening on Syslog Socket.
[   83.826474] systemd[1]: Listening on fsck to fsckd communication Socket.
[   83.936934] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   84.062844] systemd[1]: Listening on Journal Audit Socket.
[   84.177872] systemd[1]: Listening on Journal Socket (/dev/log).
[   84.295185] systemd[1]: Listening on Journal Socket.
[   84.409567] systemd[1]: Listening on udev Control Socket.
[   84.517738] systemd[1]: Listening on udev Kernel Socket.
[   85.019421] systemd[1]: Mounting Huge Pages File System...
[   85.386033] systemd[1]: Mounting POSIX Message Queue File System...
[   85.755988] systemd[1]: Mounting Kernel Debug File System...
[   86.124942] systemd[1]: Mounting Kernel Trace File System...
[   86.559129] systemd[1]: Starting Journal Service...
[   86.932746] systemd[1]: Starting Set the console keyboard layout...
[   87.570562] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   87.915311] systemd[1]: Starting Load Kernel Module drm...
[   88.021354] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   88.056239] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   88.372381] systemd[1]: Starting Load Kernel Modules...
[   88.415451] lp: driver loaded but no devices found
[   88.422760] ppdev: user-space parallel port driver
[   88.798562] systemd[1]: Starting Remount Root and Kernel File Systems...
[   88.814129] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   89.161086] systemd[1]: Starting udev Coldplug all Devices...
[   89.513616] systemd[1]: Starting Uncomplicated firewall...
[   89.721739] systemd[1]: Started Journal Service.
[   92.172886] systemd-journald[296]: Received client request to flush runtime journal.
[   94.180700] random: crng init done
[   94.977263] loop0: detected capacity change from 113424 to 0
[   95.318120] loop1: detected capacity change from 113592 to 0
[   95.671148] loop2: detected capacity change from 446248 to 0
[   96.027039] loop3: detected capacity change from 448496 to 0
[   96.399907] loop4: detected capacity change from 127160 to 0
[   96.754497] loop5: detected capacity change from 132648 to 0
[   97.084115] loop6: detected capacity change from 104496 to 0
[   97.436738] loop7: detected capacity change from 104536 to 0
[   97.846291] loop8: detected capacity change from 63664 to 0
[   98.259944] loop9: detected capacity change from 66104 to 0
[   99.556164] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[   99.556167] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[   99.771529] usbcore: registered new interface driver usbserial_generic
[   99.771584] usbserial: USB Serial support registered for generic
[   99.795261] usbcore: registered new interface driver ch341
[   99.795359] usbserial: USB Serial support registered for ch341-uart
[   99.795421] ch341 1-6.4:1.0: ch341-uart converter detected
[   99.842472] pstore: Using crash dump compression: deflate
[   99.842529] pstore: Registered efi as persistent store backend
[   99.854877] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
[   99.863142] [drm] amdgpu kernel modesetting enabled.
[   99.865063] amdgpu: Virtual CRAT table created for CPU
[   99.865336] amdgpu: Topology: Add CPU node
[   99.865875] checking generic (f6e0000000 500000) vs hw (f6e0000000 10000000)
[   99.865879] fb0: switching to amdgpudrmfb from EFI VGA
[   99.924145] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   99.924156] RAPL PMU: hw unit of domain package 2^-16 Joules
[   99.927595] Console: switching to colour dummy device 80x25
[   99.928030] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[   99.930017] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[   99.930720] [drm] initializing kernel modesetting (VANGOGH 0x1002:0x163F 0x1002:0x0123 0xAE).
[   99.930727] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[   99.976436] [drm] register mmio base: 0x80400000
[   99.976449] [drm] register mmio size: 524288
[   99.976462] [drm] PCIE atomic ops is not supported
[   99.983708] [drm] add ip block number 0 <nv_common>
[   99.983714] [drm] add ip block number 1 <gmc_v10_0>
[   99.983717] [drm] add ip block number 2 <navi10_ih>
[   99.983718] [drm] add ip block number 3 <psp>
[   99.983721] [drm] add ip block number 4 <smu>
[   99.983724] [drm] add ip block number 5 <dm>
[   99.983725] [drm] add ip block number 6 <gfx_v10_0>
[   99.983726] [drm] add ip block number 7 <sdma_v5_2>
[   99.983727] [drm] add ip block number 8 <vcn_v3_0>
[   99.983731] [drm] add ip block number 9 <jpeg_v3_0>
[   99.983800] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[   99.983833] amdgpu: ATOM BIOS: 113-AMDAerith-004
[   99.983886] [drm] VCN(0) decode is enabled in VM mode
[   99.983888] [drm] VCN(0) encode is enabled in VM mode
[   99.984429] [drm] JPEG decode is enabled in VM mode
[   99.984816] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   99.984958] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[   99.984961] amdgpu 0000:04:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[   99.984962] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   99.984978] [drm] Detected VRAM RAM=1024M, BAR=1024M
[   99.984981] [drm] RAM width 256bits DDR5
[   99.985223] [drm] amdgpu: 1024M of VRAM memory ready
[   99.985233] [drm] amdgpu: 3072M of GTT memory ready.
[   99.985260] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   99.985962] [drm] PCIE GART of 512M enabled (table at 0x000000F400500000).
[  100.034916] [drm] Loading DMUB firmware via PSP: version=0x00000000
[  100.047953] cryptd: max_cpu_qlen set to 1000
[  100.065682] AVX2 version of gcm_enc/dec engaged.
[  100.065686] AES CTR mode by8 optimization enabled
[  100.095359] [drm] use_doorbell being set to: [true]
[  100.101223] [drm] Found VCN firmware Version ENC: 1.12 DEC: 2 VEP: 0 Revision: 10
[  100.101268] [drm] PSP loading VCN firmware
[  100.224123] [drm] reserve 0xa00000 from 0xf43f400000 for PSP TMR
[  100.332303] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[  100.335073] [drm] Display Core initialized with v3.2.125!
[  100.353279] [drm] DMUB hardware initialized: version=0x03000002
[  100.534708] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[  100.649058] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[  100.704229] kvm: Nested Virtualization enabled
[  100.704324] SVM: kvm: Nested Paging enabled
[  100.704327] SVM: Virtual VMLOAD VMSAVE supported
[  100.704327] SVM: Virtual GIF supported
[  100.711981] MCE: In-kernel MCE decoding enabled.
[  100.735988] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[  100.778717] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
[  100.780329] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input25
[  100.782580] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input26
[  100.784150] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input27
[  100.859594] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  100.859607] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  100.859610] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  100.859612] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[  100.859614] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[  100.859618] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[  100.859621] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[  100.859624] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[  100.873822] intel_rapl_common: Found RAPL domain package
[  100.873982] intel_rapl_common: Found RAPL domain core
[  101.080660] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
[  101.101954] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[  101.868338] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
[  101.870255] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input29
[  102.016684] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
[  102.369355] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[  102.624659] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
[  102.685439] [drm] kiq ring mec 2 pipe 1 q 0
[  102.694880] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  102.695097] [drm] JPEG decode initialized successfully.
[  102.696009] kfd kfd: Allocated 3969056 bytes on gart
[  102.696385] amdgpu: Virtual CRAT table created for GPU
[  102.697116] amdgpu: Topology: Add dGPU node [0x163f:0x1002]
[  102.697124] kfd kfd: added device 1002:163f
[  102.699235] [drm] fb mappable at 0x2407C6000
[  102.699240] [drm] vram apper at 0x240000000
[  102.699240] [drm] size 5242880
[  102.699241] [drm] fb depth is 24
[  102.699243] [drm]    pitch is 5120
[  102.700470] fbcon: amdgpudrmfb (fb0) is primary device
[  102.838112] Console: switching to colour frame buffer device 160x64
[  102.858778] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[  104.270272] audit: type=1400 audit(1615283843.851:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=550 comm="apparmor_parser"
[  104.270319] audit: type=1400 audit(1615283843.851:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=547 comm="apparmor_parser"
[  104.271511] audit: type=1400 audit(1615283843.851:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=553 comm="apparmor_parser"
[  104.274094] audit: type=1400 audit(1615283843.855:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=548 comm="apparmor_parser"
[  104.275109] audit: type=1400 audit(1615283843.855:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=549 comm="apparmor_parser"
[  104.277256] audit: type=1400 audit(1615283843.859:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=556 comm="apparmor_parser"
[  104.277575] audit: type=1400 audit(1615283843.859:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=551 comm="apparmor_parser"
[  104.279021] audit: type=1400 audit(1615283843.859:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=552 comm="apparmor_parser"
[  104.279057] audit: type=1400 audit(1615283843.859:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=552 comm="apparmor_parser"
[  104.283944] audit: type=1400 audit(1615283843.863:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=554 comm="apparmor_parser"
[  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]
[  124.588731] Modules linked in: nls_iso8859_1 fjes(-) intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi edac_mce_amd kvm_amd ccp snd_hda_intel kvm irqbypass snd_intel_dspcfg crct10dif_pclmul snd_hda_codec snd_hda_core ghash_clmulni_intel snd_hwdep snd_pcm aesni_intel crypto_simd snd_seq_midi snd_seq_midi_event cryptd glue_helper joydev snd_rawmidi input_leds snd_seq rapl ch341 snd_seq_device usbserial amdgpu(+) serio_raw snd_timer efi_pstore snd iommu_v2 soundcore gpu_sched drm_ttm_helper ttm drm_kms_helper i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ucsi_acpi typec_ucsi typec cm32181 industrialio mac_hid sch_fq_codel parport_pc ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp xhci_plat_hcd hid_logitech_dj e1000e dwc3 ulpi hid_generic rtsx_pci_sdmmc udc_core ptp nvme usbhid crc32_pclmul i2c_piix4 nvme_core rtsx_pci pps_core dwc3_pci i2c_hid video hid
[  124.588818] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.11.0-7490c004ae7e #20210308
[  124.588822] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
[  124.588823] RIP: 0010:finish_task_switch+0xae/0x290
[  124.588831] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
[  124.588833] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
[  124.588835] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
[  124.588836] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
[  124.588837] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
[  124.588838] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
[  124.588839] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
[  124.588840] FS:  0000000000000000(0000) GS:ffff888237c40000(0000) knlGS:0000000000000000
[  124.588841] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  124.588842] CR2: 00005647dd4d33d8 CR3: 000000010767e000 CR4: 0000000000350ee0
[  124.588843] Call Trace:
[  124.588846]  __schedule+0x2c1/0x830
[  124.588850]  schedule_idle+0x22/0x40
[  124.588854]  do_idle+0x18f/0x2b0
[  124.588857]  cpu_startup_entry+0x1d/0x20
[  124.588859]  start_secondary+0x11f/0x160
[  124.588867]  secondary_startup_64_no_verify+0xb0/0xbb
[  135.183179] irq 9: nobody cared (try booting with the "irqpoll" option)
[  135.183254] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    L    5.11.0-7490c004ae7e #20210308
[  135.183257] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
[  135.183258] Call Trace:
[  135.183259]  <IRQ>
[  135.183261]  dump_stack+0x74/0x92
[  135.183266]  __report_bad_irq+0x35/0xc0
[  135.183271]  note_interrupt+0x24b/0x2a0
[  135.183272]  handle_irq_event_percpu+0x54/0x80
[  135.183276]  handle_irq_event+0x3b/0x60
[  135.183278]  handle_fasteoi_irq+0x7c/0x130
[  135.183279]  asm_call_irq_on_stack+0x12/0x20
[  135.183283]  </IRQ>
[  135.183287]  common_interrupt+0xc7/0x150
[  135.183290]  asm_common_interrupt+0x1e/0x40
[  135.183294] RIP: 0010:finish_task_switch+0xae/0x290
[  135.183300] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
[  135.183302] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
[  135.183304] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
[  135.183306] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
[  135.183306] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
[  135.183307] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
[  135.183308] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
[  135.183310]  ? __switch_to_asm+0x36/0x70
[  135.183314]  __schedule+0x2c1/0x830
[  135.183317]  schedule_idle+0x22/0x40
[  135.183318]  do_idle+0x18f/0x2b0
[  135.183321]  cpu_startup_entry+0x1d/0x20
[  135.183324]  start_secondary+0x11f/0x160
[  135.183327]  secondary_startup_64_no_verify+0xb0/0xbb
[  135.183330] handlers:
[  135.183360] [<000000008388e1d9>] acpi_irq
[  135.183405] Disabling IRQ #9
[  135.185531] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  135.185538] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  135.185540] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  135.185541] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  135.185543] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  135.185544] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  135.185545] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  135.185546] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  135.185548] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  135.185551] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  135.185554] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  135.185558] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  135.185560] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  135.185561] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  135.185562] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  136.758216] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:04:00.0 on minor 0
[  147.972000] loop10: detected capacity change from 8 to 0
[  156.171702] kauditd_printk_skb: 25 callbacks suppressed
[  156.171712] audit: type=1400 audit(1615283895.751:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=832 comm="cups-browsed" capability=23  capname="sys_nice"
[  160.206322] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  160.207256] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  175.036396] rfkill: input handler disabled
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-11 14:41 ` Deucher, Alexander
@ 2021-03-11 15:02   ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-11 15:02 UTC (permalink / raw)
  To: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Liang, Liang (Leo),
	Mike Rapoport, Rafael J. Wysocki, George Kennedy

On 11.03.21 15:41, Deucher, Alexander wrote:
> [AMD Public Use]
> 
> Booting kernels on certain AMD platforms takes 2-3 minutes with the patch in the subject.  Reverting it restores quick boot times (few seconds).  Any ideas?
> 

Hi,

We just discovered latent BUGs in ACPI code whereby ACPI tables are  
exposed to the page allocator as ordinary, free system RAM. With the  
patch you mention, the order in which pages get allocated from the page  
allocator are changed - which makes the BUG trigger more easily.

I could imagine that someone allocates and uses that memory on your  
platform, and I could imagine that such accesses are very slow.

I cannot tell if that is the root cause, but at least it would make sense.

See https://lore.kernel.org/patchwork/patch/1389314/

You might want to give that patch a try (not sure if it's the latest  
version). CCing George

Thanks

> Thanks,
> 
> Alex
> 
> [    0.000000] Linux version 5.11.0-7490c004ae7e (jenkins@24dbd4b4380b) (gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #20210308 SMP Sun Mar 7 20:04:05 UTC 2021
> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
> [    0.000000] KERNEL supported cpus:
> [    0.000000]   Intel GenuineIntel
> [    0.000000]   AMD AuthenticAMD
> [    0.000000]   Hygon HygonGenuine
> [    0.000000]   Centaur CentaurHauls
> [    0.000000]   zhaoxin   Shanghai
> [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
> [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
> [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
> [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
> [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
> [    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
> [    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
> [    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
> [    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
> [    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
> [    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
> [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
> [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
> [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
> [    0.000000] extended physical RAM map:
> [    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
> [    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
> [    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
> [    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
> [    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
> [    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
> [    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a275017] usable
> [    0.000000] reserve setup_data: [mem 0x000000006a275018-0x000000006a283857] usable
> [    0.000000] reserve setup_data: [mem 0x000000006a283858-0x000000006c56efff] usable
> [    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
> [    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
> [    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
> [    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
> [    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
> [    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
> [    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
> [    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
> [    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
> [    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
> [    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
> [    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
> [    0.000000] efi: EFI v2.70 by INSYDE Corp.
> [    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74959018 RNG=0x7970d798
> [    0.000000] efi: seeding entropy pool
> [    0.000000] SMBIOS 3.1.1 present.
> [    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
> [    0.000000] tsc: Fast TSC calibration using PIT
> [    0.000000] tsc: Detected 2400.092 MHz processor
> [    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
> [    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
> [    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
> [    0.000026] MTRR default type: uncachable
> [    0.000027] MTRR fixed ranges enabled:
> [    0.000028]   00000-9FFFF write-back
> [    0.000029]   A0000-BFFFF uncachable
> [    0.000030]   C0000-FFFFF write-through
> [    0.000031] MTRR variable ranges enabled:
> [    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
> [    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
> [    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
> [    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
> [    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
> [    0.000039]   5 disabled
> [    0.000039]   6 disabled
> [    0.000040]   7 disabled
> [    0.000040] TOM2: 0000000280000000 aka 10240M
> [    0.000262] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
> [    0.000770] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
> [    0.004754] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
> [    0.004765] check: Scanning 1 areas for low memory corruption
> [    0.004772] Using GB pages for direct mapping
> [    0.005629] Secure boot disabled
> [    0.005630] RAMDISK: [mem 0x3d2bb000-0x3fffdfff]
> [    0.005640] ACPI: Early table checksum verification disabled
> [    0.005645] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
> [    0.005649] ACPI: XSDT 0x000000007CFCE188 0000FC (v01 AMDYDE Celadon  00000002      01000013)
> [    0.005656] ACPI: FACP 0x000000007CFEF000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005661] ACPI: DSDT 0x000000007CFE0000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005664] ACPI: FACS 0x000000007BF1F000 000040
> [    0.005667] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
> [    0.005670] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005673] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005676] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
> [    0.005679] ACPI: ASF! 0x000000007CFF1000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005682] ACPI: BOOT 0x000000007CFF0000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005685] ACPI: HPET 0x000000007CFEE000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005688] ACPI: APIC 0x000000007CFED000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005691] ACPI: MCFG 0x000000007CFEC000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005694] ACPI: SLIC 0x000000007CFEB000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005697] ACPI: WSMT 0x000000007CFE8000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005700] ACPI: SSDT 0x000000007CFDF000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
> [    0.005703] ACPI: VFCT 0x000000007CFD4000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
> [    0.005706] ACPI: SSDT 0x000000007CFD3000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
> [    0.005709] ACPI: SSDT 0x000000007CFD1000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005712] ACPI: CRAT 0x000000007CFD0000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005715] ACPI: CDIT 0x000000007CFCF000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005718] ACPI: SSDT 0x000000007CFFD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005721] ACPI: SSDT 0x000000007CFCC000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005723] ACPI: SSDT 0x000000007CFCA000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005726] ACPI: SSDT 0x000000007CFC4000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005730] ACPI: FPDT 0x000000007CFC3000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
> [    0.005732] ACPI: SSDT 0x000000007CFEA000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005735] ACPI: SSDT 0x000000007CFC0000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005738] ACPI: SSDT 0x000000007CFE9000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005741] ACPI: BGRT 0x000000007CFC2000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
> [    0.005748] ACPI: Local APIC address 0xfee00000
> [    0.005855] No NUMA configuration found
> [    0.005856] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
> [    0.005869] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
> [    0.006126] Zone ranges:
> [    0.006127]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
> [    0.006129]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
> [    0.006130]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
> [    0.006132]   Device   empty
> [    0.006133] Movable zone start for each node
> [    0.006135] Early memory node ranges
> [    0.006135]   node   0: [mem 0x0000000000001000-0x000000000009efff]
> [    0.006137]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
> [    0.006138]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
> [    0.006139]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
> [    0.006140]   node   0: [mem 0x000000006c570000-0x000000007877efff]
> [    0.006141]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
> [    0.006142]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
> [    0.006360] Zeroed struct page in unavailable ranges: 34932 pages
> [    0.006361] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
> [    0.006363] On node 0 totalpages: 1800076
> [    0.006365]   DMA zone: 64 pages used for memmap
> [    0.006366]   DMA zone: 21 pages reserved
> [    0.006366]   DMA zone: 3998 pages, LIFO batch:0
> [    0.006388]   DMA32 zone: 7634 pages used for memmap
> [    0.006389]   DMA32 zone: 488558 pages, LIFO batch:63
> [    0.009789]   Normal zone: 20430 pages used for memmap
> [    0.009794]   Normal zone: 1307520 pages, LIFO batch:63
> [    0.019234] ACPI: PM-Timer IO Port: 0x408
> [    0.019240] ACPI: Local APIC address 0xfee00000
> [    0.019247] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
> [    0.019248] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> [    0.019249] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> [    0.019250] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> [    0.019251] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> [    0.019252] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> [    0.019253] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> [    0.019254] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> [    0.019255] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
> [    0.019256] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
> [    0.019257] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
> [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
> [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
> [    0.019259] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
> [    0.019260] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
> [    0.019261] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
> [    0.019276] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
> [    0.019282] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
> [    0.019284] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> [    0.019286] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
> [    0.019288] ACPI: IRQ0 used by override.
> [    0.019289] ACPI: IRQ9 used by override.
> [    0.019291] Using ACPI (MADT) for SMP configuration information
> [    0.019293] ACPI: HPET id: 0x10228210 base: 0xfed00000
> [    0.019307] e820: update [mem 0x7495e000-0x7499ffff] usable ==> reserved
> [    0.019319] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
> [    0.019363] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
> [    0.019365] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
> [    0.019367] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
> [    0.019369] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
> [    0.019372] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
> [    0.019374] PM: hibernation: Registered nosave memory: [mem 0x6a275000-0x6a275fff]
> [    0.019377] PM: hibernation: Registered nosave memory: [mem 0x6a283000-0x6a283fff]
> [    0.019379] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
> [    0.019381] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
> [    0.019384] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
> [    0.019386] PM: hibernation: Registered nosave memory: [mem 0x7495e000-0x7499ffff]
> [    0.019389] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
> [    0.019390] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
> [    0.019391] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
> [    0.019393] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
> [    0.019394] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
> [    0.019395] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
> [    0.019396] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
> [    0.019397] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
> [    0.019398] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
> [    0.019399] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
> [    0.019400] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
> [    0.019400] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
> [    0.019401] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
> [    0.019402] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
> [    0.019403] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
> [    0.019404] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
> [    0.019405] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
> [    0.019406] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
> [    0.019407] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
> [    0.019408] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
> [    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
> [    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
> [    0.019410] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
> [    0.019411] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
> [    0.019412] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
> [    0.019414] [mem 0xa0100000-0xefffffff] available for PCI devices
> [    0.019416] Booting paravirtualized kernel on bare hardware
> [    0.019419] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
> [    0.019427] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
> [    0.020118] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
> [    0.020134] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
> [    0.020136] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
> [    0.020184] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
> [    0.020186] Policy zone: Normal
> [    0.020188] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
> [    0.021100] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
> [    0.021540] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
> [    0.021602] mem auto-init: stack:off, heap alloc:off, heap free:off
> [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)
> [    0.044191] random: get_random_u64 called from __kmem_cache_create+0x32/0x490 with crng_init=0
> [    0.047655] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
> [    0.048264] ftrace: allocating 45990 entries in 180 pages
> [    0.095132] ftrace: allocated 180 pages with 4 groups
> [    0.100306] rcu: Hierarchical RCU implementation.
> [    0.100307] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
> [    0.100309] 	Rude variant of Tasks RCU enabled.
> [    0.100310] 	Tracing variant of Tasks RCU enabled.
> [    0.100311] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
> [    0.100312] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
> [    0.151286] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
> [    0.156315] Console: colour dummy device 80x25
> [    0.180522] printk: console [tty0] enabled
> [    0.181285] ACPI: Core revision 20201113
> [    0.184147] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
> [    0.184339] APIC: Switch to symmetric I/O mode setup
> [    0.184420] Switched APIC routing to physical flat.
> [    0.186071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.204327] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22988e400ed, max_idle_ns: 440795239148 ns
> [    0.204490] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.18 BogoMIPS (lpj=9600368)
> [    0.204650] pid_max: default: 32768 minimum: 301
> [    0.214025] LSM: Security Framework initializing
> [    0.214417] Yama: becoming mindful.
> [    0.216632] AppArmor: AppArmor initialized
> [    0.216726] TOMOYO Linux initialized
> [    0.219575] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
> [    0.221160] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
> [    0.230464] x86/cpu: User Mode Instruction Prevention (UMIP) activated
> [    0.230691] LVT offset 1 assigned for vector 0xf9
> [    0.230835] LVT offset 2 assigned for vector 0xf4
> [    0.230926] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
> [    0.231010] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
> [    0.231100] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
> [    0.231250] Spectre V2 : Mitigation: Full AMD retpoline
> [    0.231329] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
> [    0.231475] Spectre V2 : Enabling Restricted Speculation for firmware calls
> [    0.231563] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
> [    0.231711] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
> [    0.231799] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
> [    0.232159] Freeing SMP alternatives memory: 40K
> [    0.353153] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
> [    0.382538] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
> [    0.383259] ... version:                0
> [    0.383638] ... bit width:              48
> [    0.384029] ... generic registers:      6
> [    0.384410] ... value mask:             0000ffffffffffff
> [    0.384868] ... max period:             00007fffffffffff
> [    0.385316] ... fixed-purpose events:   0
> [    0.385700] ... event mask:             000000000000003f
> [    0.396831] rcu: Hierarchical SRCU implementation.
> [    0.510479] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
> [    0.559253] smp: Bringing up secondary CPUs ...
> [    0.583839] x86: Booting SMP configuration:
> [    0.584209] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
> [    0.773093] smp: Brought up 1 node, 8 CPUs
> [    0.773952] smpboot: Max logical packages: 2
> [    0.774378] smpboot: Total of 8 processors activated (38401.47 BogoMIPS)
> [    0.928885] devtmpfs: initialized
> [    0.948835] x86/mm: Memory block size: 128MB
> [    1.370091] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
> [    1.373025] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
> [    2.425485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
> [    2.426427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
> [    2.461378] pinctrl core: initialized pinctrl subsystem
> [    2.504080] PM: RTC time: 09:55:41, date: 2021-03-09
> [    2.552705] NET: Registered protocol family 16
> [    2.598329] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
> [    2.599715] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
> [    2.601224] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
> [    2.603875] audit: initializing netlink subsys (disabled)
> [    2.608758] audit: type=2000 audit(1615283741.424:1): state=initialized audit_enabled=0 res=1
> [    2.662309] thermal_sys: Registered thermal governor 'fair_share'
> [    2.662437] thermal_sys: Registered thermal governor 'bang_bang'
> [    2.662943] thermal_sys: Registered thermal governor 'step_wise'
> [    2.663454] thermal_sys: Registered thermal governor 'user_space'
> [    2.665093] cpuidle: using governor ladder
> [    2.666132] cpuidle: using governor menu
> [    2.674855] Simple Boot Flag at 0x44 set to 0x80
> [    2.678087] ACPI: bus type PCI registered
> [    2.678469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    2.729254] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
> [    2.730117] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
> [    2.732759] PCI: Using configuration type 1 for base access
> [    3.525622] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
> [    3.526211] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
> [    3.755679] ACPI: Added _OSI(Module Device)
> [    3.756085] ACPI: Added _OSI(Processor Device)
> [    3.756523] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    3.756957] ACPI: Added _OSI(Processor Aggregator Device)
> [    3.757730] ACPI: Added _OSI(Linux-Dell-Video)
> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   18.969959] ACPI: EC: EC started
> [   18.970292] ACPI: EC: interrupt blocked
> [   19.157370] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [   19.158218] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
> [   19.158937] ACPI: Interpreter enabled
> [   19.162768] ACPI: (supports S0 S3 S4 S5)
> [   19.163144] ACPI: Using IOAPIC for interrupt routing
> [   19.252572] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [   19.595919] ACPI: Enabled 5 GPEs in block 00 to 1F
> [   26.272348] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [   26.273544] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
> [   26.413384] acpi PNP0A08:00: _OSC: platform does not support [LTR]
> [   26.554340] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
> [   26.558378] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
> [   26.722525] PCI host bridge to bus 0000:00
> [   26.723146] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
> [   26.723996] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
> [   26.724748] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
> [   26.725684] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
> [   26.726634] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
> [   26.727575] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
> [   26.728664] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
> [   26.729603] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
> [   26.730542] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
> [   26.731489] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
> [   26.732433] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
> [   26.733474] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
> [   26.734428] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
> [   26.735380] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
> [   26.736320] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
> [   26.737260] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
> [   26.738208] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
> [   26.739154] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
> [   26.740097] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
> [   26.740739] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
> [   26.741698] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
> [   26.742645] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
> [   26.743621] pci_bus 0000:00: root bus resource [bus 00-ff]
> [   26.747142] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
> [   26.770689] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
> [   26.793856] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
> [   26.796430] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
> [   26.839179] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
> [   26.841752] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
> [   26.884369] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
> [   26.886841] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
> [   26.934008] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
> [   26.957168] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
> [   26.958050] pci 0000:00:08.1: enabling Extended Tags
> [   26.960219] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
> [   27.001530] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
> [   27.002418] pci 0000:00:08.2: enabling Extended Tags
> [   27.004599] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
> [   27.036289] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
> [   27.037176] pci 0000:00:08.3: enabling Extended Tags
> [   27.039327] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
> [   27.080252] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
> [   27.113024] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
> [   27.146020] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
> [   27.169355] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
> [   27.192762] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
> [   27.216299] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
> [   27.239509] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
> [   27.267198] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
> [   27.290470] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
> [   27.313671] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
> [   27.355414] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
> [   27.356233] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
> [   27.361199] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
> [   27.386170] pci 0000:00:01.2: PCI bridge to [bus 01]
> [   27.386774] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
> [   27.399116] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
> [   27.399856] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
> [   27.403515] pci 0000:02:00.0: supports D1 D2
> [   27.404028] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
> [   27.430150] pci 0000:00:01.3: PCI bridge to [bus 02]
> [   27.430754] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
> [   27.438978] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
> [   27.439729] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
> [   27.440401] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
> [   27.440982] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
> [   27.441613] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
> [   27.442347] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
> [   27.445736] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> [   27.461459] pci 0000:00:01.6: PCI bridge to [bus 03]
> [   27.462057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> [   27.462691] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
> [   27.498456] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
> [   27.499227] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
> [   27.500055] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
> [   27.500600] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
> [   27.501234] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
> [   27.501949] pci 0000:04:00.0: enabling Extended Tags
> [   27.504771] pci 0000:04:00.0: BAR 0: assigned to efifb
> [   27.505955] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
> [   27.507098] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
> [   27.537744] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
> [   27.538486] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
> [   27.539324] pci 0000:04:00.1: enabling Extended Tags
> [   27.542293] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
> [   27.572303] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
> [   27.573075] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
> [   27.573788] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
> [   27.574497] pci 0000:04:00.2: enabling Extended Tags
> [   27.605119] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
> [   27.605883] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
> [   27.606721] pci 0000:04:00.3: enabling Extended Tags
> [   27.609705] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
> [   27.639931] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
> [   27.640653] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
> [   27.641533] pci 0000:04:00.4: enabling Extended Tags
> [   27.644589] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
> [   27.674917] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
> [   27.675658] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
> [   27.676516] pci 0000:04:00.6: enabling Extended Tags
> [   27.679536] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
> [   27.710697] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
> [   27.711507] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
> [   27.712229] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
> [   27.712669] pci 0000:04:00.7: enabling Extended Tags
> [   27.747484] pci 0000:00:08.1: PCI bridge to [bus 04]
> [   27.748084] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> [   27.748581] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
> [   27.749264] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
> [   27.762044] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
> [   27.762984] pci 0000:05:00.0: enabling Extended Tags
> [   27.766374] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
> [   27.789319] pci 0000:00:08.2: PCI bridge to [bus 05]
> [   27.801787] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
> [   27.802726] pci 0000:06:00.0: enabling Extended Tags
> [   27.806135] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
> [   27.831474] pci 0000:00:08.3: PCI bridge to [bus 06]
> [   28.069099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.110655] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.148042] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.188354] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.227337] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.259694] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.292094] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.324581] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
> [   29.417622] ACPI: EC: interrupt unblocked
> [   29.418001] ACPI: EC: event unblocked
> [   29.418379] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [   29.418833] ACPI: EC: GPE=0x5
> [   29.419377] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
> [   29.420207] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
> [   29.473872] iommu: Default domain type: Translated
> [   29.481739] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
> [   29.481739] pci 0000:04:00.0: vgaarb: bridge control possible
> [   29.481739] pci 0000:04:00.0: vgaarb: setting as boot device
> [   29.481739] vgaarb: loaded
> [   29.594672] SCSI subsystem initialized
> [   29.603325] libata version 3.00 loaded.
> [   29.610306] ACPI: bus type USB registered
> [   29.616273] usbcore: registered new interface driver usbfs
> [   29.619914] usbcore: registered new interface driver hub
> [   29.624498] usbcore: registered new device driver usb
> [   29.644598] EDAC MC: Ver: 3.0.0
> [   29.674756] Registered efivars operations
> [   29.768923] NetLabel: Initializing
> [   29.769254] NetLabel:  domain hash size = 128
> [   29.769649] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
> [   29.774392] NetLabel:  unlabeled traffic allowed by default
> [   29.782109] PCI: Using ACPI for IRQ routing
> [   29.803810] PCI: pci_cache_line_size set to 64 bytes
> [   29.804738] Expanded resource Reserved due to conflict with PCI Bus 0000:00
> [   29.805292] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
> [   29.805613] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
> [   29.805937] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
> [   29.806261] e820: reserve RAM buffer [mem 0x6a275018-0x6bffffff]
> [   29.806579] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
> [   29.806898] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
> [   29.807218] e820: reserve RAM buffer [mem 0x7495e000-0x77ffffff]
> [   29.807538] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
> [   29.807860] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
> [   29.808171] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
> [   29.815914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [   29.816545] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
> [   29.835286] clocksource: Switched to clocksource tsc-early
> [   34.928553] VFS: Disk quotas dquot_6.6.0
> [   34.948109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [   35.035328] AppArmor: AppArmor Filesystem Enabled
> [   35.041686] pnp: PnP ACPI init
> [   35.118495] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
> [   35.119509] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
> [   35.120526] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
> [   35.121736] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> [   35.181981] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
> [   35.193164] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
> [   35.209188] system 00:03: [io  0x0400-0x04cf] has been reserved
> [   35.210159] system 00:03: [io  0x04d0-0x04d1] has been reserved
> [   35.211133] system 00:03: [io  0x04d6] has been reserved
> [   35.212069] system 00:03: [io  0x0c00-0x0c01] has been reserved
> [   35.213060] system 00:03: [io  0x0c14] has been reserved
> [   35.214122] system 00:03: [io  0x0c50-0x0c52] has been reserved
> [   35.215089] system 00:03: [io  0x0c6c] has been reserved
> [   35.216019] system 00:03: [io  0x0c6f] has been reserved
> [   35.217054] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
> [   35.218240] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
> [   35.248980] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
> [   35.250025] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
> [   35.251251] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
> [   35.703324] pnp: PnP ACPI: found 5 devices
> [   36.244872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
> [   36.280333] NET: Registered protocol family 2
> [   36.326627] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
> [   36.327674] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
> [   36.328747] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
> [   36.329554] TCP: Hash tables configured (established 65536 bind 65536)
> [   36.343994] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
> [   36.345026] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
> [   36.383054] NET: Registered protocol family 1
> [   36.384592] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
> [   36.385809] pci 0000:00:01.2: PCI bridge to [bus 01]
> [   36.386335] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
> [   36.386991] pci 0000:00:01.3: PCI bridge to [bus 02]
> [   36.387517] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
> [   36.388341] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
> [   36.389105] pci 0000:00:01.6: PCI bridge to [bus 03]
> [   36.389618] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> [   36.390216] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
> [   36.390888] pci 0000:00:08.1: PCI bridge to [bus 04]
> [   36.391404] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> [   36.392008] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
> [   36.392645] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
> [   36.393427] pci 0000:00:08.2: PCI bridge to [bus 05]
> [   36.393999] pci 0000:00:08.3: PCI bridge to [bus 06]
> [   36.394560] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
> [   36.395152] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
> [   36.395749] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
> [   36.396371] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
> [   36.397012] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
> [   36.397641] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
> [   36.398265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
> [   36.398896] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
> [   36.399529] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
> [   36.400162] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
> [   36.400808] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
> [   36.401442] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
> [   36.402073] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
> [   36.402706] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
> [   36.403336] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
> [   36.403967] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
> [   36.404615] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
> [   36.405246] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
> [   36.405884] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
> [   36.406522] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
> [   36.407159] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
> [   36.407796] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
> [   36.408529] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
> [   36.409125] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
> [   36.409722] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
> [   36.410287] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
> [   36.410886] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
> [   36.411451] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
> [   36.412048] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
> [   36.438984] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
> [   36.565740] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x6a0 took 123044 usecs
> [   36.566608] PCI: CLS 64 bytes, default 64
> [   36.575383] Trying to unpack rootfs image as initramfs...
> [   44.594348] Initramfs unpacking failed: Decoding failed
> [   44.765141] Freeing initrd memory: 46348K
> [   44.765563] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [   44.766063] software IO TLB: mapped [mem 0x00000000700c0000-0x00000000740c0000] (64MB)
> [   44.776211] amd_uncore: 4  amd_df counters detected
> [   44.782528] amd_uncore: 6  amd_l3 counters detected
> [   44.790192] LVT offset 0 assigned for vector 0x400
> [   44.805032] perf: AMD IBS detected (0x000003ff)
> [   44.812927] check: Scanning for low memory corruption every 60 seconds
> [   45.009748] Initialise system trusted keyrings
> [   45.011340] Key type blacklist registered
> [   45.016556] workingset: timestamp_bits=36 max_order=21 bucket_order=0
> [   45.792097] zbud: loaded
> [   45.812602] tsc: Refined TSC clocksource calibration: 2399.999 MHz
> [   45.813491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
> [   45.814913] clocksource: Switched to clocksource tsc
> [   46.015712] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [   46.082078] fuse: init (API version 7.33)
> [   48.209690] Key type asymmetric registered
> [   48.210112] Asymmetric key parser 'x509' registered
> [   48.212275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
> [   48.218484] io scheduler mq-deadline registered
> [   48.333963] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
> [   48.348018] pcieport 0000:00:01.2: AER: enabled with IRQ 25
> [   48.359083] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
> [   48.359612] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> [   48.387391] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
> [   48.398700] pcieport 0000:00:01.3: AER: enabled with IRQ 26
> [   48.409855] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
> [   48.410386] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> [   48.438202] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
> [   48.449512] pcieport 0000:00:01.6: AER: enabled with IRQ 27
> [   48.460554] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
> [   48.461083] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> [   48.488872] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
> [   48.544608] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
> [   48.596913] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
> [   48.643731] efifb: probing for efifb
> [   48.645664] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
> [   48.646236] efifb: mode is 1280x1024x32, linelength=5120, pages=1
> [   48.646818] efifb: scrolling: redraw
> [   48.647177] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
> [   48.693813] Console: switching to colour frame buffer device 160x64
> [   48.712600] fb0: EFI VGA frame buffer device
> [   48.950402] ACPI: AC Adapter [ACAD] (on-line)
> [   48.967860] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
> [   48.977448] ACPI: Power Button [PWRB]
> [   48.993680] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
> [   49.003119] ACPI: Lid Switch [LID]
> [   49.018444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> [   49.026711] ACPI: Power Button [PWRF]
> [   49.040147] Monitor-Mwait will be used to enter C-1 state
> [   49.040746] ACPI: \_SB_.PLTF.C000: Found 3 idle states
> [   49.076019] ACPI: \_SB_.PLTF.C001: Found 3 idle states
> [   49.111046] ACPI: \_SB_.PLTF.C002: Found 3 idle states
> [   49.146270] ACPI: \_SB_.PLTF.C003: Found 3 idle states
> [   49.181579] ACPI: \_SB_.PLTF.C004: Found 3 idle states
> [   49.216686] ACPI: \_SB_.PLTF.C005: Found 3 idle states
> [   49.251683] ACPI: \_SB_.PLTF.C006: Found 3 idle states
> [   49.286676] ACPI: \_SB_.PLTF.C007: Found 3 idle states
> [   49.355993] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> [   49.358136] battery: ACPI: Battery Slot [BATT] (battery absent)
> [   49.368227] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
> [   50.007393] Linux agpgart interface v0.103
> [   51.790820] loop: module loaded
> [   51.878717] libphy: Fixed MDIO Bus: probed
> [   51.879250] tun: Universal TUN/TAP device driver, 1.6
> [   51.887109] PPP generic driver version 2.4.2
> [   51.897614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [   51.898791] ehci-pci: EHCI PCI platform driver
> [   51.901645] ehci-platform: EHCI generic platform driver
> [   51.904158] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [   51.905212] ohci-pci: OHCI PCI platform driver
> [   51.908400] ohci-platform: OHCI generic platform driver
> [   51.910826] uhci_hcd: USB Universal Host Controller Interface driver
> [   51.940921] xhci_hcd 0000:04:00.4: xHCI Host Controller
> [   51.942860] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
> [   51.949371] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
> [   52.067036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
> [   52.067981] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   52.068863] usb usb1: Product: xHCI Host Controller
> [   52.069529] usb usb1: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   52.070285] usb usb1: SerialNumber: 0000:04:00.4
> [   52.121718] hub 1-0:1.0: USB hub found
> [   52.143260] hub 1-0:1.0: 6 ports detected
> [   52.299837] xhci_hcd 0000:04:00.4: xHCI Host Controller
> [   52.320570] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
> [   52.340824] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
> [   52.363486] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
> [   52.392918] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
> [   52.413221] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   52.433211] usb usb2: Product: xHCI Host Controller
> [   52.453144] usb usb2: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   52.473003] usb usb2: SerialNumber: 0000:04:00.4
> [   52.524611] hub 2-0:1.0: USB hub found
> [   52.545959] hub 2-0:1.0: 2 ports detected
> [   52.624616] usb 1-6: new high-speed USB device number 2 using xhci_hcd
> [   52.633771] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
> [   52.653272] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
> [   52.683054] i8042: Warning: Keylock active
> [   52.704869] serio: i8042 KBD port at 0x60,0x64 irq 1
> [   52.745524] mousedev: PS/2 mouse device common for all mice
> [   52.793278] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
> [   52.794725] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
> [   52.808792] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
> [   52.808859] rtc_cmos 00:01: RTC can wake from S4
> [   52.816448] usb 1-6: Product: USB 2.0 Hub
> [   52.872834] hub 1-6:1.0: USB hub found
> [   52.881101] hub 1-6:1.0: 4 ports detected
> [   52.895180] rtc_cmos 00:01: registered as rtc0
> [   52.915634] rtc_cmos 00:01: setting system clock to 2021-03-09T09:56:32 UTC (1615283792)
> [   52.942083] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
> [   52.966158] i2c /dev entries driver
> [   53.006298] device-mapper: uevent: version 1.0.3
> [   53.048534] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
> [   53.074343] ledtrig-cpu: registered to indicate activity on CPUs
> [   53.096789] EFI Variables Facility v0.08 2004-May-17
> [   53.300603] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
> [   53.444711] NET: Registered protocol family 10
> [   53.549283] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
> [   53.558046] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [   53.566388] usb 1-6.1: Product: AX68004
> [   53.574558] usb 1-6.1: Manufacturer: ASIX Electronics
> [   53.582847] usb 1-6.1: SerialNumber: 00000001
> [   53.610327] Segment Routing with IPv6
> [   53.635742] NET: Registered protocol family 17
> [   53.658447] hub 1-6.1:1.0: USB hub found
> [   53.664105] Key type dns_resolver registered
> [   53.668253] hub 1-6.1:1.0: 7 ports detected
> [   53.916662] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
> [   53.946315] microcode: CPU0: patch_level=0x08900103
> [   53.955483] microcode: CPU1: patch_level=0x08900103
> [   53.965080] microcode: CPU2: patch_level=0x08900103
> [   53.973919] microcode: CPU3: patch_level=0x08900103
> [   53.982410] microcode: CPU4: patch_level=0x08900103
> [   53.990532] microcode: CPU5: patch_level=0x08900103
> [   54.011626] microcode: CPU6: patch_level=0x08900103
> [   54.019879] microcode: CPU7: patch_level=0x08900103
> [   54.035199] microcode: Microcode Update Driver: v2.2.
> [   54.035331] IPI shorthand broadcast: enabled
> [   54.079090] sched_clock: Marking stable (54046365506, 30131209)->(54079268378, -2771663)
> [   54.111824] registered taskstats version 1
> [   54.135117] Loading compiled-in X.509 certificates
> [   54.146211] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
> [   54.163143] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
> [   54.171304] usb 1-6.4: Product: USB Serial
> [   54.194473] Loaded X.509 cert 'Build time autogenerated kernel key: dbcbf20b6db11cace3e8c1706a7d7af9eab0838a'
> [   54.216619] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
> [   54.279605] zswap: loaded using pool lzo/zbud
> [   54.316898] kmemleak: Automatic memory scanning thread started
> [   54.316878] kmemleak: Kernel memory leak detector initialized (mem pool available: 15125)
> [   54.353527] Key type ._fscrypt registered
> [   54.375466] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
> [   54.376973] Key type .fscrypt registered
> [   54.398297] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [   54.421576] Key type fscrypt-provisioning registered
> [   54.443108] usb 1-6.1.1: Product: USB Receiver
> [   54.488776] usb 1-6.1.1: Manufacturer: Logitech
> [   54.490248] Key type encrypted registered
> [   54.534239] AppArmor: AppArmor sha1 policy hashing enabled
> [   54.558198] ima: No TPM chip found, activating TPM-bypass!
> [   54.581807] ima: Allocated hash algorithm: sha1
> [   54.607409] ima: No architecture policies found
> [   54.632983] evm: Initialising EVM extended attributes:
> [   54.656076] evm: security.selinux
> [   54.678028] evm: security.SMACK64
> [   54.699821] evm: security.SMACK64EXEC
> [   54.721547] evm: security.SMACK64TRANSMUTE
> [   54.742999] evm: security.SMACK64MMAP
> [   54.764326] evm: security.apparmor
> [   54.785553] evm: security.ima
> [   54.806619] evm: security.capability
> [   54.827660] evm: HMAC attrs: 0x1
> [   55.050373] PM:   Magic number: 13:500:929
> [   55.071161] acpi STK00034:00: hash matches
> [   55.139431] acpi_cpufreq: overriding BIOS provided _PSD data
> [   55.341705] RAS: Correctable Errors collector initialized.
> [   55.888435] Freeing unused decrypted memory: 2036K
> [   55.940524] Freeing unused kernel image (initmem) memory: 2484K
> [   55.969099] Write protecting the kernel read-only data: 22528k
> [   56.039908] Freeing unused kernel image (text/rodata gap) memory: 2036K
> [   56.074340] Freeing unused kernel image (rodata/data gap) memory: 1164K
> [   61.208997] x86/mm: Checked W+X mappings: passed, no W+X pages found.
> [   61.231719] Run /init as init process
> [   61.251507]   with arguments:
> [   61.251637]     /init
> [   61.251792]     nokaslr
> [   61.251934]   with environment:
> [   61.252075]     HOME=/
> [   61.252223]     TERM=linux
> [   61.252370]     BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e
> [   61.856220] hid: raw HID events driver (C) Jiri Kosina
> [   61.888080] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
> [   61.959307] acpi device:16: registered as cooling_device8
> [   61.979135] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
> [   62.002377] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
> [   62.039238] pps_core: LinuxPPS API ver. 1 registered
> [   62.049970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
> [   62.064809] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
> [   62.082367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
> [   62.091350] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
> [   62.121079] usbcore: registered new interface driver usbhid
> [   62.121416] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
> [   62.132863] usbhid: USB HID core driver
> [   62.232843] nvme nvme0: pci function 0000:01:00.0
> [   62.276181] PTP clock support registered
> [   62.305884] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
> [   62.374657] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> [   62.386164] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
> [   62.403095] nvme nvme0: missing or invalid SUBNQN field.
> [   62.408777] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
> [   62.442952] nvme nvme0: Shutdown timeout set to 8 seconds
> [   62.484441] e1000e: Intel(R) PRO/1000 Network Driver
> [   62.494619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> [   62.504780] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
> [   62.510246] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
> [   62.523073] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
> [   62.541681] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
> [   62.564847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> [   62.577132] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
> [   62.589323] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
> [   62.598823] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
> [   62.600583] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
> [   62.623436] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
> [   62.635901] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   62.648103] usb usb3: Product: xHCI Host Controller
> [   62.660409] usb usb3: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   62.667913] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
> [   62.672744] usb usb3: SerialNumber: xhci-hcd.2.auto
> [   62.677121] hub 3-0:1.0: USB hub found
> [   62.684959] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
> [   62.697039] hub 3-0:1.0: 1 port detected
> [   62.708806] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
> [   62.722389] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> [   62.751242] e1000e 0000:03:00.0 eno1: renamed from eth0
> [   62.759973] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
> [   62.784717] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
> [   62.798323] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
> [   62.810764] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
> [   62.822098] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   62.828185] nvme nvme0: 16/0/0 default/read/poll queues
> [   62.833492] usb usb4: Product: xHCI Host Controller
> [   62.833498] usb usb4: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   62.833500] usb usb4: SerialNumber: xhci-hcd.2.auto
> [   62.837027] hub 4-0:1.0: USB hub found
> [   62.909305] hub 4-0:1.0: 1 port detected
> [   63.031972] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> [   63.050794]  nvme0n1: p1 p2 p3
> [   63.099868] random: fast init done
> [   63.300016] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
> [   63.386444] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
> [   63.399889] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
> [   63.425410] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
> [   63.439666] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
> [   63.467167] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
> [   63.501551] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
> [   63.515821] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
> [   63.546342] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
> [   65.032580] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device connected.
> [   66.861517] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input22
> [   66.897595] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
> [   67.026724] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input23
> [   67.065173] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
> [   67.803566] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
> [   72.903702] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
> [   74.381038] systemd[1]: Inserted module 'autofs4'
> [   76.754611] systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
> [   76.872587] systemd[1]: Detected architecture x86-64.
> [   77.625608] systemd[1]: Set hostname to <scbu-Chachani>.
> [   80.353431] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
> [   82.552892] systemd[1]: Created slice system-modprobe.slice.
> [   82.788950] systemd[1]: Created slice system-systemd\x2dfsck.slice.
> [   83.015834] systemd[1]: Created slice User and Session Slice.
> [   83.128137] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
> [   83.275007] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
> [   83.382905] systemd[1]: Reached target User and Group Name Lookups.
> [   83.487113] systemd[1]: Reached target Remote File Systems.
> [   83.591400] systemd[1]: Reached target Slices.
> [   83.709971] systemd[1]: Listening on Syslog Socket.
> [   83.826474] systemd[1]: Listening on fsck to fsckd communication Socket.
> [   83.936934] systemd[1]: Listening on initctl Compatibility Named Pipe.
> [   84.062844] systemd[1]: Listening on Journal Audit Socket.
> [   84.177872] systemd[1]: Listening on Journal Socket (/dev/log).
> [   84.295185] systemd[1]: Listening on Journal Socket.
> [   84.409567] systemd[1]: Listening on udev Control Socket.
> [   84.517738] systemd[1]: Listening on udev Kernel Socket.
> [   85.019421] systemd[1]: Mounting Huge Pages File System...
> [   85.386033] systemd[1]: Mounting POSIX Message Queue File System...
> [   85.755988] systemd[1]: Mounting Kernel Debug File System...
> [   86.124942] systemd[1]: Mounting Kernel Trace File System...
> [   86.559129] systemd[1]: Starting Journal Service...
> [   86.932746] systemd[1]: Starting Set the console keyboard layout...
> [   87.570562] systemd[1]: Starting Create list of static device nodes for the current kernel...
> [   87.915311] systemd[1]: Starting Load Kernel Module drm...
> [   88.021354] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
> [   88.056239] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
> [   88.372381] systemd[1]: Starting Load Kernel Modules...
> [   88.415451] lp: driver loaded but no devices found
> [   88.422760] ppdev: user-space parallel port driver
> [   88.798562] systemd[1]: Starting Remount Root and Kernel File Systems...
> [   88.814129] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
> [   89.161086] systemd[1]: Starting udev Coldplug all Devices...
> [   89.513616] systemd[1]: Starting Uncomplicated firewall...
> [   89.721739] systemd[1]: Started Journal Service.
> [   92.172886] systemd-journald[296]: Received client request to flush runtime journal.
> [   94.180700] random: crng init done
> [   94.977263] loop0: detected capacity change from 113424 to 0
> [   95.318120] loop1: detected capacity change from 113592 to 0
> [   95.671148] loop2: detected capacity change from 446248 to 0
> [   96.027039] loop3: detected capacity change from 448496 to 0
> [   96.399907] loop4: detected capacity change from 127160 to 0
> [   96.754497] loop5: detected capacity change from 132648 to 0
> [   97.084115] loop6: detected capacity change from 104496 to 0
> [   97.436738] loop7: detected capacity change from 104536 to 0
> [   97.846291] loop8: detected capacity change from 63664 to 0
> [   98.259944] loop9: detected capacity change from 66104 to 0
> [   99.556164] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
> [   99.556167] AMD-Vi: AMD IOMMUv2 functionality not available on this system
> [   99.771529] usbcore: registered new interface driver usbserial_generic
> [   99.771584] usbserial: USB Serial support registered for generic
> [   99.795261] usbcore: registered new interface driver ch341
> [   99.795359] usbserial: USB Serial support registered for ch341-uart
> [   99.795421] ch341 1-6.4:1.0: ch341-uart converter detected
> [   99.842472] pstore: Using crash dump compression: deflate
> [   99.842529] pstore: Registered efi as persistent store backend
> [   99.854877] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
> [   99.863142] [drm] amdgpu kernel modesetting enabled.
> [   99.865063] amdgpu: Virtual CRAT table created for CPU
> [   99.865336] amdgpu: Topology: Add CPU node
> [   99.865875] checking generic (f6e0000000 500000) vs hw (f6e0000000 10000000)
> [   99.865879] fb0: switching to amdgpudrmfb from EFI VGA
> [   99.924145] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
> [   99.924156] RAPL PMU: hw unit of domain package 2^-16 Joules
> [   99.927595] Console: switching to colour dummy device 80x25
> [   99.928030] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
> [   99.930017] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
> [   99.930720] [drm] initializing kernel modesetting (VANGOGH 0x1002:0x163F 0x1002:0x0123 0xAE).
> [   99.930727] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
> [   99.976436] [drm] register mmio base: 0x80400000
> [   99.976449] [drm] register mmio size: 524288
> [   99.976462] [drm] PCIE atomic ops is not supported
> [   99.983708] [drm] add ip block number 0 <nv_common>
> [   99.983714] [drm] add ip block number 1 <gmc_v10_0>
> [   99.983717] [drm] add ip block number 2 <navi10_ih>
> [   99.983718] [drm] add ip block number 3 <psp>
> [   99.983721] [drm] add ip block number 4 <smu>
> [   99.983724] [drm] add ip block number 5 <dm>
> [   99.983725] [drm] add ip block number 6 <gfx_v10_0>
> [   99.983726] [drm] add ip block number 7 <sdma_v5_2>
> [   99.983727] [drm] add ip block number 8 <vcn_v3_0>
> [   99.983731] [drm] add ip block number 9 <jpeg_v3_0>
> [   99.983800] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
> [   99.983833] amdgpu: ATOM BIOS: 113-AMDAerith-004
> [   99.983886] [drm] VCN(0) decode is enabled in VM mode
> [   99.983888] [drm] VCN(0) encode is enabled in VM mode
> [   99.984429] [drm] JPEG decode is enabled in VM mode
> [   99.984816] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
> [   99.984958] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
> [   99.984961] amdgpu 0000:04:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
> [   99.984962] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
> [   99.984978] [drm] Detected VRAM RAM=1024M, BAR=1024M
> [   99.984981] [drm] RAM width 256bits DDR5
> [   99.985223] [drm] amdgpu: 1024M of VRAM memory ready
> [   99.985233] [drm] amdgpu: 3072M of GTT memory ready.
> [   99.985260] [drm] GART: num cpu pages 131072, num gpu pages 131072
> [   99.985962] [drm] PCIE GART of 512M enabled (table at 0x000000F400500000).
> [  100.034916] [drm] Loading DMUB firmware via PSP: version=0x00000000
> [  100.047953] cryptd: max_cpu_qlen set to 1000
> [  100.065682] AVX2 version of gcm_enc/dec engaged.
> [  100.065686] AES CTR mode by8 optimization enabled
> [  100.095359] [drm] use_doorbell being set to: [true]
> [  100.101223] [drm] Found VCN firmware Version ENC: 1.12 DEC: 2 VEP: 0 Revision: 10
> [  100.101268] [drm] PSP loading VCN firmware
> [  100.224123] [drm] reserve 0xa00000 from 0xf43f400000 for PSP TMR
> [  100.332303] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
> [  100.335073] [drm] Display Core initialized with v3.2.125!
> [  100.353279] [drm] DMUB hardware initialized: version=0x03000002
> [  100.534708] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
> [  100.649058] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
> [  100.704229] kvm: Nested Virtualization enabled
> [  100.704324] SVM: kvm: Nested Paging enabled
> [  100.704327] SVM: Virtual VMLOAD VMSAVE supported
> [  100.704327] SVM: Virtual GIF supported
> [  100.711981] MCE: In-kernel MCE decoding enabled.
> [  100.735988] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
> [  100.778717] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
> [  100.780329] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input25
> [  100.782580] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input26
> [  100.784150] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input27
> [  100.859594] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
> [  100.859607] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
> [  100.859610] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
> [  100.859612] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
> [  100.859614] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
> [  100.859618] snd_hda_codec_realtek hdaudioC1D0:    inputs:
> [  100.859621] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
> [  100.859624] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
> [  100.873822] intel_rapl_common: Found RAPL domain package
> [  100.873982] intel_rapl_common: Found RAPL domain core
> [  101.080660] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
> [  101.101954] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
> [  101.868338] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
> [  101.870255] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input29
> [  102.016684] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
> [  102.369355] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
> [  102.624659] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
> [  102.685439] [drm] kiq ring mec 2 pipe 1 q 0
> [  102.694880] [drm] VCN decode and encode initialized successfully(under DPG Mode).
> [  102.695097] [drm] JPEG decode initialized successfully.
> [  102.696009] kfd kfd: Allocated 3969056 bytes on gart
> [  102.696385] amdgpu: Virtual CRAT table created for GPU
> [  102.697116] amdgpu: Topology: Add dGPU node [0x163f:0x1002]
> [  102.697124] kfd kfd: added device 1002:163f
> [  102.699235] [drm] fb mappable at 0x2407C6000
> [  102.699240] [drm] vram apper at 0x240000000
> [  102.699240] [drm] size 5242880
> [  102.699241] [drm] fb depth is 24
> [  102.699243] [drm]    pitch is 5120
> [  102.700470] fbcon: amdgpudrmfb (fb0) is primary device
> [  102.838112] Console: switching to colour frame buffer device 160x64
> [  102.858778] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
> [  104.270272] audit: type=1400 audit(1615283843.851:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=550 comm="apparmor_parser"
> [  104.270319] audit: type=1400 audit(1615283843.851:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=547 comm="apparmor_parser"
> [  104.271511] audit: type=1400 audit(1615283843.851:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=553 comm="apparmor_parser"
> [  104.274094] audit: type=1400 audit(1615283843.855:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=548 comm="apparmor_parser"
> [  104.275109] audit: type=1400 audit(1615283843.855:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=549 comm="apparmor_parser"
> [  104.277256] audit: type=1400 audit(1615283843.859:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=556 comm="apparmor_parser"
> [  104.277575] audit: type=1400 audit(1615283843.859:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=551 comm="apparmor_parser"
> [  104.279021] audit: type=1400 audit(1615283843.859:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=552 comm="apparmor_parser"
> [  104.279057] audit: type=1400 audit(1615283843.859:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=552 comm="apparmor_parser"
> [  104.283944] audit: type=1400 audit(1615283843.863:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=554 comm="apparmor_parser"
> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]
> [  124.588731] Modules linked in: nls_iso8859_1 fjes(-) intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi edac_mce_amd kvm_amd ccp snd_hda_intel kvm irqbypass snd_intel_dspcfg crct10dif_pclmul snd_hda_codec snd_hda_core ghash_clmulni_intel snd_hwdep snd_pcm aesni_intel crypto_simd snd_seq_midi snd_seq_midi_event cryptd glue_helper joydev snd_rawmidi input_leds snd_seq rapl ch341 snd_seq_device usbserial amdgpu(+) serio_raw snd_timer efi_pstore snd iommu_v2 soundcore gpu_sched drm_ttm_helper ttm drm_kms_helper i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ucsi_acpi typec_ucsi typec cm32181 industrialio mac_hid sch_fq_codel parport_pc ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp xhci_plat_hcd hid_logitech_dj e1000e dwc3 ulpi hid_generic rtsx_pci_sdmmc udc_core ptp nvme usbhid crc32_pclmul i2c_piix4 nvme_core rtsx_pci pps_core dwc3_pci i2c_hid video hid
> [  124.588818] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.11.0-7490c004ae7e #20210308
> [  124.588822] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
> [  124.588823] RIP: 0010:finish_task_switch+0xae/0x290
> [  124.588831] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> [  124.588833] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> [  124.588835] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
> [  124.588836] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
> [  124.588837] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
> [  124.588838] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
> [  124.588839] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
> [  124.588840] FS:  0000000000000000(0000) GS:ffff888237c40000(0000) knlGS:0000000000000000
> [  124.588841] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [  124.588842] CR2: 00005647dd4d33d8 CR3: 000000010767e000 CR4: 0000000000350ee0
> [  124.588843] Call Trace:
> [  124.588846]  __schedule+0x2c1/0x830
> [  124.588850]  schedule_idle+0x22/0x40
> [  124.588854]  do_idle+0x18f/0x2b0
> [  124.588857]  cpu_startup_entry+0x1d/0x20
> [  124.588859]  start_secondary+0x11f/0x160
> [  124.588867]  secondary_startup_64_no_verify+0xb0/0xbb
> [  135.183179] irq 9: nobody cared (try booting with the "irqpoll" option)
> [  135.183254] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    L    5.11.0-7490c004ae7e #20210308
> [  135.183257] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
> [  135.183258] Call Trace:
> [  135.183259]  <IRQ>
> [  135.183261]  dump_stack+0x74/0x92
> [  135.183266]  __report_bad_irq+0x35/0xc0
> [  135.183271]  note_interrupt+0x24b/0x2a0
> [  135.183272]  handle_irq_event_percpu+0x54/0x80
> [  135.183276]  handle_irq_event+0x3b/0x60
> [  135.183278]  handle_fasteoi_irq+0x7c/0x130
> [  135.183279]  asm_call_irq_on_stack+0x12/0x20
> [  135.183283]  </IRQ>
> [  135.183287]  common_interrupt+0xc7/0x150
> [  135.183290]  asm_common_interrupt+0x1e/0x40
> [  135.183294] RIP: 0010:finish_task_switch+0xae/0x290
> [  135.183300] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> [  135.183302] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> [  135.183304] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
> [  135.183306] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
> [  135.183306] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
> [  135.183307] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
> [  135.183308] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
> [  135.183310]  ? __switch_to_asm+0x36/0x70
> [  135.183314]  __schedule+0x2c1/0x830
> [  135.183317]  schedule_idle+0x22/0x40
> [  135.183318]  do_idle+0x18f/0x2b0
> [  135.183321]  cpu_startup_entry+0x1d/0x20
> [  135.183324]  start_secondary+0x11f/0x160
> [  135.183327]  secondary_startup_64_no_verify+0xb0/0xbb
> [  135.183330] handlers:
> [  135.183360] [<000000008388e1d9>] acpi_irq
> [  135.183405] Disabling IRQ #9
> [  135.185531] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
> [  135.185538] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
> [  135.185540] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
> [  135.185541] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
> [  135.185543] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
> [  135.185544] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
> [  135.185545] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
> [  135.185546] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
> [  135.185548] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
> [  135.185551] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
> [  135.185554] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
> [  135.185558] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
> [  135.185560] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
> [  135.185561] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
> [  135.185562] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
> [  136.758216] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:04:00.0 on minor 0
> [  147.972000] loop10: detected capacity change from 8 to 0
> [  156.171702] kauditd_printk_skb: 25 callbacks suppressed
> [  156.171712] audit: type=1400 audit(1615283895.751:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=832 comm="cups-browsed" capability=23  capname="sys_nice"
> [  160.206322] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
> [  160.207256] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
> [  175.036396] rfkill: input handler disabled
> 


-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-11 15:02   ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-11 15:02 UTC (permalink / raw)
  To: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Liang, Liang (Leo),
	Rafael J. Wysocki, Mike Rapoport, George Kennedy, Huang, Ray,
	Koenig, Christian

On 11.03.21 15:41, Deucher, Alexander wrote:
> [AMD Public Use]
> 
> Booting kernels on certain AMD platforms takes 2-3 minutes with the patch in the subject.  Reverting it restores quick boot times (few seconds).  Any ideas?
> 

Hi,

We just discovered latent BUGs in ACPI code whereby ACPI tables are  
exposed to the page allocator as ordinary, free system RAM. With the  
patch you mention, the order in which pages get allocated from the page  
allocator are changed - which makes the BUG trigger more easily.

I could imagine that someone allocates and uses that memory on your  
platform, and I could imagine that such accesses are very slow.

I cannot tell if that is the root cause, but at least it would make sense.

See https://lore.kernel.org/patchwork/patch/1389314/

You might want to give that patch a try (not sure if it's the latest  
version). CCing George

Thanks

> Thanks,
> 
> Alex
> 
> [    0.000000] Linux version 5.11.0-7490c004ae7e (jenkins@24dbd4b4380b) (gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu) 2.30) #20210308 SMP Sun Mar 7 20:04:05 UTC 2021
> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
> [    0.000000] KERNEL supported cpus:
> [    0.000000]   Intel GenuineIntel
> [    0.000000]   AMD AuthenticAMD
> [    0.000000]   Hygon HygonGenuine
> [    0.000000]   Centaur CentaurHauls
> [    0.000000]   zhaoxin   Shanghai
> [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
> [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
> [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
> [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
> [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
> [    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
> [    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
> [    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
> [    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
> [    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
> [    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
> [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==> usable
> [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
> [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
> [    0.000000] extended physical RAM map:
> [    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
> [    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
> [    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
> [    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
> [    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
> [    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
> [    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a275017] usable
> [    0.000000] reserve setup_data: [mem 0x000000006a275018-0x000000006a283857] usable
> [    0.000000] reserve setup_data: [mem 0x000000006a283858-0x000000006c56efff] usable
> [    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
> [    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
> [    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
> [    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
> [    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
> [    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
> [    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
> [    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
> [    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
> [    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> [    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
> [    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
> [    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
> [    0.000000] efi: EFI v2.70 by INSYDE Corp.
> [    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74959018 RNG=0x7970d798
> [    0.000000] efi: seeding entropy pool
> [    0.000000] SMBIOS 3.1.1 present.
> [    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
> [    0.000000] tsc: Fast TSC calibration using PIT
> [    0.000000] tsc: Detected 2400.092 MHz processor
> [    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
> [    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
> [    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
> [    0.000026] MTRR default type: uncachable
> [    0.000027] MTRR fixed ranges enabled:
> [    0.000028]   00000-9FFFF write-back
> [    0.000029]   A0000-BFFFF uncachable
> [    0.000030]   C0000-FFFFF write-through
> [    0.000031] MTRR variable ranges enabled:
> [    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
> [    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
> [    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
> [    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
> [    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
> [    0.000039]   5 disabled
> [    0.000039]   6 disabled
> [    0.000040]   7 disabled
> [    0.000040] TOM2: 0000000280000000 aka 10240M
> [    0.000262] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
> [    0.000770] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
> [    0.004754] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
> [    0.004765] check: Scanning 1 areas for low memory corruption
> [    0.004772] Using GB pages for direct mapping
> [    0.005629] Secure boot disabled
> [    0.005630] RAMDISK: [mem 0x3d2bb000-0x3fffdfff]
> [    0.005640] ACPI: Early table checksum verification disabled
> [    0.005645] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
> [    0.005649] ACPI: XSDT 0x000000007CFCE188 0000FC (v01 AMDYDE Celadon  00000002      01000013)
> [    0.005656] ACPI: FACP 0x000000007CFEF000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005661] ACPI: DSDT 0x000000007CFE0000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005664] ACPI: FACS 0x000000007BF1F000 000040
> [    0.005667] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
> [    0.005670] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005673] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005676] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
> [    0.005679] ACPI: ASF! 0x000000007CFF1000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005682] ACPI: BOOT 0x000000007CFF0000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005685] ACPI: HPET 0x000000007CFEE000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005688] ACPI: APIC 0x000000007CFED000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005691] ACPI: MCFG 0x000000007CFEC000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005694] ACPI: SLIC 0x000000007CFEB000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005697] ACPI: WSMT 0x000000007CFE8000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
> [    0.005700] ACPI: SSDT 0x000000007CFDF000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
> [    0.005703] ACPI: VFCT 0x000000007CFD4000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
> [    0.005706] ACPI: SSDT 0x000000007CFD3000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
> [    0.005709] ACPI: SSDT 0x000000007CFD1000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005712] ACPI: CRAT 0x000000007CFD0000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005715] ACPI: CDIT 0x000000007CFCF000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005718] ACPI: SSDT 0x000000007CFFD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005721] ACPI: SSDT 0x000000007CFCC000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005723] ACPI: SSDT 0x000000007CFCA000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005726] ACPI: SSDT 0x000000007CFC4000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005730] ACPI: FPDT 0x000000007CFC3000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
> [    0.005732] ACPI: SSDT 0x000000007CFEA000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005735] ACPI: SSDT 0x000000007CFC0000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005738] ACPI: SSDT 0x000000007CFE9000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
> [    0.005741] ACPI: BGRT 0x000000007CFC2000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
> [    0.005748] ACPI: Local APIC address 0xfee00000
> [    0.005855] No NUMA configuration found
> [    0.005856] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
> [    0.005869] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
> [    0.006126] Zone ranges:
> [    0.006127]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
> [    0.006129]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
> [    0.006130]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
> [    0.006132]   Device   empty
> [    0.006133] Movable zone start for each node
> [    0.006135] Early memory node ranges
> [    0.006135]   node   0: [mem 0x0000000000001000-0x000000000009efff]
> [    0.006137]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
> [    0.006138]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
> [    0.006139]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
> [    0.006140]   node   0: [mem 0x000000006c570000-0x000000007877efff]
> [    0.006141]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
> [    0.006142]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
> [    0.006360] Zeroed struct page in unavailable ranges: 34932 pages
> [    0.006361] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
> [    0.006363] On node 0 totalpages: 1800076
> [    0.006365]   DMA zone: 64 pages used for memmap
> [    0.006366]   DMA zone: 21 pages reserved
> [    0.006366]   DMA zone: 3998 pages, LIFO batch:0
> [    0.006388]   DMA32 zone: 7634 pages used for memmap
> [    0.006389]   DMA32 zone: 488558 pages, LIFO batch:63
> [    0.009789]   Normal zone: 20430 pages used for memmap
> [    0.009794]   Normal zone: 1307520 pages, LIFO batch:63
> [    0.019234] ACPI: PM-Timer IO Port: 0x408
> [    0.019240] ACPI: Local APIC address 0xfee00000
> [    0.019247] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
> [    0.019248] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> [    0.019249] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> [    0.019250] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> [    0.019251] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> [    0.019252] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> [    0.019253] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> [    0.019254] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> [    0.019255] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
> [    0.019256] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
> [    0.019257] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
> [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
> [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
> [    0.019259] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
> [    0.019260] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
> [    0.019261] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
> [    0.019276] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
> [    0.019282] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
> [    0.019284] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> [    0.019286] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
> [    0.019288] ACPI: IRQ0 used by override.
> [    0.019289] ACPI: IRQ9 used by override.
> [    0.019291] Using ACPI (MADT) for SMP configuration information
> [    0.019293] ACPI: HPET id: 0x10228210 base: 0xfed00000
> [    0.019307] e820: update [mem 0x7495e000-0x7499ffff] usable ==> reserved
> [    0.019319] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
> [    0.019363] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
> [    0.019365] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
> [    0.019367] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
> [    0.019369] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
> [    0.019372] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
> [    0.019374] PM: hibernation: Registered nosave memory: [mem 0x6a275000-0x6a275fff]
> [    0.019377] PM: hibernation: Registered nosave memory: [mem 0x6a283000-0x6a283fff]
> [    0.019379] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
> [    0.019381] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
> [    0.019384] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
> [    0.019386] PM: hibernation: Registered nosave memory: [mem 0x7495e000-0x7499ffff]
> [    0.019389] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
> [    0.019390] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
> [    0.019391] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
> [    0.019393] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
> [    0.019394] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
> [    0.019395] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
> [    0.019396] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
> [    0.019397] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
> [    0.019398] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
> [    0.019399] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
> [    0.019400] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
> [    0.019400] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
> [    0.019401] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
> [    0.019402] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
> [    0.019403] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
> [    0.019404] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
> [    0.019405] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
> [    0.019406] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
> [    0.019407] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
> [    0.019408] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
> [    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
> [    0.019409] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
> [    0.019410] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
> [    0.019411] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
> [    0.019412] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
> [    0.019414] [mem 0xa0100000-0xefffffff] available for PCI devices
> [    0.019416] Booting paravirtualized kernel on bare hardware
> [    0.019419] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
> [    0.019427] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
> [    0.020118] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
> [    0.020134] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
> [    0.020136] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
> [    0.020184] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
> [    0.020186] Policy zone: Normal
> [    0.020188] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr
> [    0.021100] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
> [    0.021540] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
> [    0.021602] mem auto-init: stack:off, heap alloc:off, heap free:off
> [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)
> [    0.044191] random: get_random_u64 called from __kmem_cache_create+0x32/0x490 with crng_init=0
> [    0.047655] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
> [    0.048264] ftrace: allocating 45990 entries in 180 pages
> [    0.095132] ftrace: allocated 180 pages with 4 groups
> [    0.100306] rcu: Hierarchical RCU implementation.
> [    0.100307] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
> [    0.100309] 	Rude variant of Tasks RCU enabled.
> [    0.100310] 	Tracing variant of Tasks RCU enabled.
> [    0.100311] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
> [    0.100312] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
> [    0.151286] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
> [    0.156315] Console: colour dummy device 80x25
> [    0.180522] printk: console [tty0] enabled
> [    0.181285] ACPI: Core revision 20201113
> [    0.184147] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
> [    0.184339] APIC: Switch to symmetric I/O mode setup
> [    0.184420] Switched APIC routing to physical flat.
> [    0.186071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.204327] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22988e400ed, max_idle_ns: 440795239148 ns
> [    0.204490] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.18 BogoMIPS (lpj=9600368)
> [    0.204650] pid_max: default: 32768 minimum: 301
> [    0.214025] LSM: Security Framework initializing
> [    0.214417] Yama: becoming mindful.
> [    0.216632] AppArmor: AppArmor initialized
> [    0.216726] TOMOYO Linux initialized
> [    0.219575] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
> [    0.221160] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
> [    0.230464] x86/cpu: User Mode Instruction Prevention (UMIP) activated
> [    0.230691] LVT offset 1 assigned for vector 0xf9
> [    0.230835] LVT offset 2 assigned for vector 0xf4
> [    0.230926] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
> [    0.231010] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
> [    0.231100] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
> [    0.231250] Spectre V2 : Mitigation: Full AMD retpoline
> [    0.231329] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
> [    0.231475] Spectre V2 : Enabling Restricted Speculation for firmware calls
> [    0.231563] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
> [    0.231711] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
> [    0.231799] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
> [    0.232159] Freeing SMP alternatives memory: 40K
> [    0.353153] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
> [    0.382538] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
> [    0.383259] ... version:                0
> [    0.383638] ... bit width:              48
> [    0.384029] ... generic registers:      6
> [    0.384410] ... value mask:             0000ffffffffffff
> [    0.384868] ... max period:             00007fffffffffff
> [    0.385316] ... fixed-purpose events:   0
> [    0.385700] ... event mask:             000000000000003f
> [    0.396831] rcu: Hierarchical SRCU implementation.
> [    0.510479] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
> [    0.559253] smp: Bringing up secondary CPUs ...
> [    0.583839] x86: Booting SMP configuration:
> [    0.584209] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
> [    0.773093] smp: Brought up 1 node, 8 CPUs
> [    0.773952] smpboot: Max logical packages: 2
> [    0.774378] smpboot: Total of 8 processors activated (38401.47 BogoMIPS)
> [    0.928885] devtmpfs: initialized
> [    0.948835] x86/mm: Memory block size: 128MB
> [    1.370091] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
> [    1.373025] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
> [    2.425485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
> [    2.426427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
> [    2.461378] pinctrl core: initialized pinctrl subsystem
> [    2.504080] PM: RTC time: 09:55:41, date: 2021-03-09
> [    2.552705] NET: Registered protocol family 16
> [    2.598329] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
> [    2.599715] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
> [    2.601224] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
> [    2.603875] audit: initializing netlink subsys (disabled)
> [    2.608758] audit: type=2000 audit(1615283741.424:1): state=initialized audit_enabled=0 res=1
> [    2.662309] thermal_sys: Registered thermal governor 'fair_share'
> [    2.662437] thermal_sys: Registered thermal governor 'bang_bang'
> [    2.662943] thermal_sys: Registered thermal governor 'step_wise'
> [    2.663454] thermal_sys: Registered thermal governor 'user_space'
> [    2.665093] cpuidle: using governor ladder
> [    2.666132] cpuidle: using governor menu
> [    2.674855] Simple Boot Flag at 0x44 set to 0x80
> [    2.678087] ACPI: bus type PCI registered
> [    2.678469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    2.729254] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
> [    2.730117] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
> [    2.732759] PCI: Using configuration type 1 for base access
> [    3.525622] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
> [    3.526211] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
> [    3.755679] ACPI: Added _OSI(Module Device)
> [    3.756085] ACPI: Added _OSI(Processor Device)
> [    3.756523] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    3.756957] ACPI: Added _OSI(Processor Aggregator Device)
> [    3.757730] ACPI: Added _OSI(Linux-Dell-Video)
> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   18.969959] ACPI: EC: EC started
> [   18.970292] ACPI: EC: interrupt blocked
> [   19.157370] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [   19.158218] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
> [   19.158937] ACPI: Interpreter enabled
> [   19.162768] ACPI: (supports S0 S3 S4 S5)
> [   19.163144] ACPI: Using IOAPIC for interrupt routing
> [   19.252572] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [   19.595919] ACPI: Enabled 5 GPEs in block 00 to 1F
> [   26.272348] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [   26.273544] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
> [   26.413384] acpi PNP0A08:00: _OSC: platform does not support [LTR]
> [   26.554340] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
> [   26.558378] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
> [   26.722525] PCI host bridge to bus 0000:00
> [   26.723146] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
> [   26.723996] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
> [   26.724748] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
> [   26.725684] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
> [   26.726634] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
> [   26.727575] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
> [   26.728664] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
> [   26.729603] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
> [   26.730542] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
> [   26.731489] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
> [   26.732433] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
> [   26.733474] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
> [   26.734428] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
> [   26.735380] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
> [   26.736320] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
> [   26.737260] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
> [   26.738208] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
> [   26.739154] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
> [   26.740097] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
> [   26.740739] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
> [   26.741698] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
> [   26.742645] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
> [   26.743621] pci_bus 0000:00: root bus resource [bus 00-ff]
> [   26.747142] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
> [   26.770689] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
> [   26.793856] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
> [   26.796430] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
> [   26.839179] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
> [   26.841752] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
> [   26.884369] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
> [   26.886841] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
> [   26.934008] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
> [   26.957168] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
> [   26.958050] pci 0000:00:08.1: enabling Extended Tags
> [   26.960219] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
> [   27.001530] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
> [   27.002418] pci 0000:00:08.2: enabling Extended Tags
> [   27.004599] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
> [   27.036289] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
> [   27.037176] pci 0000:00:08.3: enabling Extended Tags
> [   27.039327] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
> [   27.080252] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
> [   27.113024] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
> [   27.146020] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
> [   27.169355] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
> [   27.192762] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
> [   27.216299] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
> [   27.239509] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
> [   27.267198] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
> [   27.290470] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
> [   27.313671] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
> [   27.355414] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
> [   27.356233] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
> [   27.361199] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
> [   27.386170] pci 0000:00:01.2: PCI bridge to [bus 01]
> [   27.386774] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
> [   27.399116] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
> [   27.399856] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
> [   27.403515] pci 0000:02:00.0: supports D1 D2
> [   27.404028] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
> [   27.430150] pci 0000:00:01.3: PCI bridge to [bus 02]
> [   27.430754] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
> [   27.438978] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
> [   27.439729] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
> [   27.440401] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
> [   27.440982] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
> [   27.441613] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
> [   27.442347] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
> [   27.445736] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> [   27.461459] pci 0000:00:01.6: PCI bridge to [bus 03]
> [   27.462057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> [   27.462691] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
> [   27.498456] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
> [   27.499227] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
> [   27.500055] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
> [   27.500600] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
> [   27.501234] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
> [   27.501949] pci 0000:04:00.0: enabling Extended Tags
> [   27.504771] pci 0000:04:00.0: BAR 0: assigned to efifb
> [   27.505955] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
> [   27.507098] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
> [   27.537744] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
> [   27.538486] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
> [   27.539324] pci 0000:04:00.1: enabling Extended Tags
> [   27.542293] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
> [   27.572303] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
> [   27.573075] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
> [   27.573788] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
> [   27.574497] pci 0000:04:00.2: enabling Extended Tags
> [   27.605119] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
> [   27.605883] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
> [   27.606721] pci 0000:04:00.3: enabling Extended Tags
> [   27.609705] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
> [   27.639931] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
> [   27.640653] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
> [   27.641533] pci 0000:04:00.4: enabling Extended Tags
> [   27.644589] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
> [   27.674917] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
> [   27.675658] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
> [   27.676516] pci 0000:04:00.6: enabling Extended Tags
> [   27.679536] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
> [   27.710697] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
> [   27.711507] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
> [   27.712229] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
> [   27.712669] pci 0000:04:00.7: enabling Extended Tags
> [   27.747484] pci 0000:00:08.1: PCI bridge to [bus 04]
> [   27.748084] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> [   27.748581] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
> [   27.749264] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
> [   27.762044] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
> [   27.762984] pci 0000:05:00.0: enabling Extended Tags
> [   27.766374] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
> [   27.789319] pci 0000:00:08.2: PCI bridge to [bus 05]
> [   27.801787] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
> [   27.802726] pci 0000:06:00.0: enabling Extended Tags
> [   27.806135] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
> [   27.831474] pci 0000:00:08.3: PCI bridge to [bus 06]
> [   28.069099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.110655] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.148042] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.188354] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.227337] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.259694] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.292094] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
> [   28.324581] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
> [   29.417622] ACPI: EC: interrupt unblocked
> [   29.418001] ACPI: EC: event unblocked
> [   29.418379] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [   29.418833] ACPI: EC: GPE=0x5
> [   29.419377] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
> [   29.420207] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
> [   29.473872] iommu: Default domain type: Translated
> [   29.481739] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
> [   29.481739] pci 0000:04:00.0: vgaarb: bridge control possible
> [   29.481739] pci 0000:04:00.0: vgaarb: setting as boot device
> [   29.481739] vgaarb: loaded
> [   29.594672] SCSI subsystem initialized
> [   29.603325] libata version 3.00 loaded.
> [   29.610306] ACPI: bus type USB registered
> [   29.616273] usbcore: registered new interface driver usbfs
> [   29.619914] usbcore: registered new interface driver hub
> [   29.624498] usbcore: registered new device driver usb
> [   29.644598] EDAC MC: Ver: 3.0.0
> [   29.674756] Registered efivars operations
> [   29.768923] NetLabel: Initializing
> [   29.769254] NetLabel:  domain hash size = 128
> [   29.769649] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
> [   29.774392] NetLabel:  unlabeled traffic allowed by default
> [   29.782109] PCI: Using ACPI for IRQ routing
> [   29.803810] PCI: pci_cache_line_size set to 64 bytes
> [   29.804738] Expanded resource Reserved due to conflict with PCI Bus 0000:00
> [   29.805292] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
> [   29.805613] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
> [   29.805937] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
> [   29.806261] e820: reserve RAM buffer [mem 0x6a275018-0x6bffffff]
> [   29.806579] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
> [   29.806898] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
> [   29.807218] e820: reserve RAM buffer [mem 0x7495e000-0x77ffffff]
> [   29.807538] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
> [   29.807860] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
> [   29.808171] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
> [   29.815914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [   29.816545] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
> [   29.835286] clocksource: Switched to clocksource tsc-early
> [   34.928553] VFS: Disk quotas dquot_6.6.0
> [   34.948109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [   35.035328] AppArmor: AppArmor Filesystem Enabled
> [   35.041686] pnp: PnP ACPI init
> [   35.118495] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
> [   35.119509] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
> [   35.120526] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
> [   35.121736] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> [   35.181981] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
> [   35.193164] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
> [   35.209188] system 00:03: [io  0x0400-0x04cf] has been reserved
> [   35.210159] system 00:03: [io  0x04d0-0x04d1] has been reserved
> [   35.211133] system 00:03: [io  0x04d6] has been reserved
> [   35.212069] system 00:03: [io  0x0c00-0x0c01] has been reserved
> [   35.213060] system 00:03: [io  0x0c14] has been reserved
> [   35.214122] system 00:03: [io  0x0c50-0x0c52] has been reserved
> [   35.215089] system 00:03: [io  0x0c6c] has been reserved
> [   35.216019] system 00:03: [io  0x0c6f] has been reserved
> [   35.217054] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
> [   35.218240] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
> [   35.248980] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
> [   35.250025] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
> [   35.251251] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
> [   35.703324] pnp: PnP ACPI: found 5 devices
> [   36.244872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
> [   36.280333] NET: Registered protocol family 2
> [   36.326627] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
> [   36.327674] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
> [   36.328747] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
> [   36.329554] TCP: Hash tables configured (established 65536 bind 65536)
> [   36.343994] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
> [   36.345026] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
> [   36.383054] NET: Registered protocol family 1
> [   36.384592] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
> [   36.385809] pci 0000:00:01.2: PCI bridge to [bus 01]
> [   36.386335] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
> [   36.386991] pci 0000:00:01.3: PCI bridge to [bus 02]
> [   36.387517] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
> [   36.388341] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
> [   36.389105] pci 0000:00:01.6: PCI bridge to [bus 03]
> [   36.389618] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> [   36.390216] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
> [   36.390888] pci 0000:00:08.1: PCI bridge to [bus 04]
> [   36.391404] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> [   36.392008] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
> [   36.392645] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
> [   36.393427] pci 0000:00:08.2: PCI bridge to [bus 05]
> [   36.393999] pci 0000:00:08.3: PCI bridge to [bus 06]
> [   36.394560] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
> [   36.395152] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
> [   36.395749] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
> [   36.396371] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
> [   36.397012] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
> [   36.397641] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
> [   36.398265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
> [   36.398896] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
> [   36.399529] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
> [   36.400162] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
> [   36.400808] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
> [   36.401442] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
> [   36.402073] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
> [   36.402706] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
> [   36.403336] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
> [   36.403967] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
> [   36.404615] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
> [   36.405246] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
> [   36.405884] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
> [   36.406522] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
> [   36.407159] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
> [   36.407796] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
> [   36.408529] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
> [   36.409125] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
> [   36.409722] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
> [   36.410287] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
> [   36.410886] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
> [   36.411451] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
> [   36.412048] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
> [   36.438984] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
> [   36.565740] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x6a0 took 123044 usecs
> [   36.566608] PCI: CLS 64 bytes, default 64
> [   36.575383] Trying to unpack rootfs image as initramfs...
> [   44.594348] Initramfs unpacking failed: Decoding failed
> [   44.765141] Freeing initrd memory: 46348K
> [   44.765563] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [   44.766063] software IO TLB: mapped [mem 0x00000000700c0000-0x00000000740c0000] (64MB)
> [   44.776211] amd_uncore: 4  amd_df counters detected
> [   44.782528] amd_uncore: 6  amd_l3 counters detected
> [   44.790192] LVT offset 0 assigned for vector 0x400
> [   44.805032] perf: AMD IBS detected (0x000003ff)
> [   44.812927] check: Scanning for low memory corruption every 60 seconds
> [   45.009748] Initialise system trusted keyrings
> [   45.011340] Key type blacklist registered
> [   45.016556] workingset: timestamp_bits=36 max_order=21 bucket_order=0
> [   45.792097] zbud: loaded
> [   45.812602] tsc: Refined TSC clocksource calibration: 2399.999 MHz
> [   45.813491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns
> [   45.814913] clocksource: Switched to clocksource tsc
> [   46.015712] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [   46.082078] fuse: init (API version 7.33)
> [   48.209690] Key type asymmetric registered
> [   48.210112] Asymmetric key parser 'x509' registered
> [   48.212275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
> [   48.218484] io scheduler mq-deadline registered
> [   48.333963] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
> [   48.348018] pcieport 0000:00:01.2: AER: enabled with IRQ 25
> [   48.359083] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
> [   48.359612] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> [   48.387391] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
> [   48.398700] pcieport 0000:00:01.3: AER: enabled with IRQ 26
> [   48.409855] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
> [   48.410386] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> [   48.438202] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
> [   48.449512] pcieport 0000:00:01.6: AER: enabled with IRQ 27
> [   48.460554] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
> [   48.461083] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> [   48.488872] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
> [   48.544608] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
> [   48.596913] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
> [   48.643731] efifb: probing for efifb
> [   48.645664] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
> [   48.646236] efifb: mode is 1280x1024x32, linelength=5120, pages=1
> [   48.646818] efifb: scrolling: redraw
> [   48.647177] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
> [   48.693813] Console: switching to colour frame buffer device 160x64
> [   48.712600] fb0: EFI VGA frame buffer device
> [   48.950402] ACPI: AC Adapter [ACAD] (on-line)
> [   48.967860] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
> [   48.977448] ACPI: Power Button [PWRB]
> [   48.993680] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
> [   49.003119] ACPI: Lid Switch [LID]
> [   49.018444] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> [   49.026711] ACPI: Power Button [PWRF]
> [   49.040147] Monitor-Mwait will be used to enter C-1 state
> [   49.040746] ACPI: \_SB_.PLTF.C000: Found 3 idle states
> [   49.076019] ACPI: \_SB_.PLTF.C001: Found 3 idle states
> [   49.111046] ACPI: \_SB_.PLTF.C002: Found 3 idle states
> [   49.146270] ACPI: \_SB_.PLTF.C003: Found 3 idle states
> [   49.181579] ACPI: \_SB_.PLTF.C004: Found 3 idle states
> [   49.216686] ACPI: \_SB_.PLTF.C005: Found 3 idle states
> [   49.251683] ACPI: \_SB_.PLTF.C006: Found 3 idle states
> [   49.286676] ACPI: \_SB_.PLTF.C007: Found 3 idle states
> [   49.355993] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> [   49.358136] battery: ACPI: Battery Slot [BATT] (battery absent)
> [   49.368227] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
> [   50.007393] Linux agpgart interface v0.103
> [   51.790820] loop: module loaded
> [   51.878717] libphy: Fixed MDIO Bus: probed
> [   51.879250] tun: Universal TUN/TAP device driver, 1.6
> [   51.887109] PPP generic driver version 2.4.2
> [   51.897614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [   51.898791] ehci-pci: EHCI PCI platform driver
> [   51.901645] ehci-platform: EHCI generic platform driver
> [   51.904158] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [   51.905212] ohci-pci: OHCI PCI platform driver
> [   51.908400] ohci-platform: OHCI generic platform driver
> [   51.910826] uhci_hcd: USB Universal Host Controller Interface driver
> [   51.940921] xhci_hcd 0000:04:00.4: xHCI Host Controller
> [   51.942860] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
> [   51.949371] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
> [   52.067036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
> [   52.067981] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   52.068863] usb usb1: Product: xHCI Host Controller
> [   52.069529] usb usb1: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   52.070285] usb usb1: SerialNumber: 0000:04:00.4
> [   52.121718] hub 1-0:1.0: USB hub found
> [   52.143260] hub 1-0:1.0: 6 ports detected
> [   52.299837] xhci_hcd 0000:04:00.4: xHCI Host Controller
> [   52.320570] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
> [   52.340824] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
> [   52.363486] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
> [   52.392918] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
> [   52.413221] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   52.433211] usb usb2: Product: xHCI Host Controller
> [   52.453144] usb usb2: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   52.473003] usb usb2: SerialNumber: 0000:04:00.4
> [   52.524611] hub 2-0:1.0: USB hub found
> [   52.545959] hub 2-0:1.0: 2 ports detected
> [   52.624616] usb 1-6: new high-speed USB device number 2 using xhci_hcd
> [   52.633771] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
> [   52.653272] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
> [   52.683054] i8042: Warning: Keylock active
> [   52.704869] serio: i8042 KBD port at 0x60,0x64 irq 1
> [   52.745524] mousedev: PS/2 mouse device common for all mice
> [   52.793278] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
> [   52.794725] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
> [   52.808792] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
> [   52.808859] rtc_cmos 00:01: RTC can wake from S4
> [   52.816448] usb 1-6: Product: USB 2.0 Hub
> [   52.872834] hub 1-6:1.0: USB hub found
> [   52.881101] hub 1-6:1.0: 4 ports detected
> [   52.895180] rtc_cmos 00:01: registered as rtc0
> [   52.915634] rtc_cmos 00:01: setting system clock to 2021-03-09T09:56:32 UTC (1615283792)
> [   52.942083] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
> [   52.966158] i2c /dev entries driver
> [   53.006298] device-mapper: uevent: version 1.0.3
> [   53.048534] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
> [   53.074343] ledtrig-cpu: registered to indicate activity on CPUs
> [   53.096789] EFI Variables Facility v0.08 2004-May-17
> [   53.300603] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
> [   53.444711] NET: Registered protocol family 10
> [   53.549283] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
> [   53.558046] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [   53.566388] usb 1-6.1: Product: AX68004
> [   53.574558] usb 1-6.1: Manufacturer: ASIX Electronics
> [   53.582847] usb 1-6.1: SerialNumber: 00000001
> [   53.610327] Segment Routing with IPv6
> [   53.635742] NET: Registered protocol family 17
> [   53.658447] hub 1-6.1:1.0: USB hub found
> [   53.664105] Key type dns_resolver registered
> [   53.668253] hub 1-6.1:1.0: 7 ports detected
> [   53.916662] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
> [   53.946315] microcode: CPU0: patch_level=0x08900103
> [   53.955483] microcode: CPU1: patch_level=0x08900103
> [   53.965080] microcode: CPU2: patch_level=0x08900103
> [   53.973919] microcode: CPU3: patch_level=0x08900103
> [   53.982410] microcode: CPU4: patch_level=0x08900103
> [   53.990532] microcode: CPU5: patch_level=0x08900103
> [   54.011626] microcode: CPU6: patch_level=0x08900103
> [   54.019879] microcode: CPU7: patch_level=0x08900103
> [   54.035199] microcode: Microcode Update Driver: v2.2.
> [   54.035331] IPI shorthand broadcast: enabled
> [   54.079090] sched_clock: Marking stable (54046365506, 30131209)->(54079268378, -2771663)
> [   54.111824] registered taskstats version 1
> [   54.135117] Loading compiled-in X.509 certificates
> [   54.146211] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
> [   54.163143] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
> [   54.171304] usb 1-6.4: Product: USB Serial
> [   54.194473] Loaded X.509 cert 'Build time autogenerated kernel key: dbcbf20b6db11cace3e8c1706a7d7af9eab0838a'
> [   54.216619] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
> [   54.279605] zswap: loaded using pool lzo/zbud
> [   54.316898] kmemleak: Automatic memory scanning thread started
> [   54.316878] kmemleak: Kernel memory leak detector initialized (mem pool available: 15125)
> [   54.353527] Key type ._fscrypt registered
> [   54.375466] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
> [   54.376973] Key type .fscrypt registered
> [   54.398297] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [   54.421576] Key type fscrypt-provisioning registered
> [   54.443108] usb 1-6.1.1: Product: USB Receiver
> [   54.488776] usb 1-6.1.1: Manufacturer: Logitech
> [   54.490248] Key type encrypted registered
> [   54.534239] AppArmor: AppArmor sha1 policy hashing enabled
> [   54.558198] ima: No TPM chip found, activating TPM-bypass!
> [   54.581807] ima: Allocated hash algorithm: sha1
> [   54.607409] ima: No architecture policies found
> [   54.632983] evm: Initialising EVM extended attributes:
> [   54.656076] evm: security.selinux
> [   54.678028] evm: security.SMACK64
> [   54.699821] evm: security.SMACK64EXEC
> [   54.721547] evm: security.SMACK64TRANSMUTE
> [   54.742999] evm: security.SMACK64MMAP
> [   54.764326] evm: security.apparmor
> [   54.785553] evm: security.ima
> [   54.806619] evm: security.capability
> [   54.827660] evm: HMAC attrs: 0x1
> [   55.050373] PM:   Magic number: 13:500:929
> [   55.071161] acpi STK00034:00: hash matches
> [   55.139431] acpi_cpufreq: overriding BIOS provided _PSD data
> [   55.341705] RAS: Correctable Errors collector initialized.
> [   55.888435] Freeing unused decrypted memory: 2036K
> [   55.940524] Freeing unused kernel image (initmem) memory: 2484K
> [   55.969099] Write protecting the kernel read-only data: 22528k
> [   56.039908] Freeing unused kernel image (text/rodata gap) memory: 2036K
> [   56.074340] Freeing unused kernel image (rodata/data gap) memory: 1164K
> [   61.208997] x86/mm: Checked W+X mappings: passed, no W+X pages found.
> [   61.231719] Run /init as init process
> [   61.251507]   with arguments:
> [   61.251637]     /init
> [   61.251792]     nokaslr
> [   61.251934]   with environment:
> [   61.252075]     HOME=/
> [   61.252223]     TERM=linux
> [   61.252370]     BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e
> [   61.856220] hid: raw HID events driver (C) Jiri Kosina
> [   61.888080] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
> [   61.959307] acpi device:16: registered as cooling_device8
> [   61.979135] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
> [   62.002377] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
> [   62.039238] pps_core: LinuxPPS API ver. 1 registered
> [   62.049970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
> [   62.064809] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
> [   62.082367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
> [   62.091350] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
> [   62.121079] usbcore: registered new interface driver usbhid
> [   62.121416] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
> [   62.132863] usbhid: USB HID core driver
> [   62.232843] nvme nvme0: pci function 0000:01:00.0
> [   62.276181] PTP clock support registered
> [   62.305884] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
> [   62.374657] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> [   62.386164] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
> [   62.403095] nvme nvme0: missing or invalid SUBNQN field.
> [   62.408777] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
> [   62.442952] nvme nvme0: Shutdown timeout set to 8 seconds
> [   62.484441] e1000e: Intel(R) PRO/1000 Network Driver
> [   62.494619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> [   62.504780] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
> [   62.510246] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
> [   62.523073] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
> [   62.541681] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
> [   62.564847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> [   62.577132] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
> [   62.589323] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
> [   62.598823] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
> [   62.600583] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
> [   62.623436] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
> [   62.635901] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   62.648103] usb usb3: Product: xHCI Host Controller
> [   62.660409] usb usb3: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   62.667913] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
> [   62.672744] usb usb3: SerialNumber: xhci-hcd.2.auto
> [   62.677121] hub 3-0:1.0: USB hub found
> [   62.684959] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
> [   62.697039] hub 3-0:1.0: 1 port detected
> [   62.708806] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
> [   62.722389] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> [   62.751242] e1000e 0000:03:00.0 eno1: renamed from eth0
> [   62.759973] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
> [   62.784717] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
> [   62.798323] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
> [   62.810764] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
> [   62.822098] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [   62.828185] nvme nvme0: 16/0/0 default/read/poll queues
> [   62.833492] usb usb4: Product: xHCI Host Controller
> [   62.833498] usb usb4: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> [   62.833500] usb usb4: SerialNumber: xhci-hcd.2.auto
> [   62.837027] hub 4-0:1.0: USB hub found
> [   62.909305] hub 4-0:1.0: 1 port detected
> [   63.031972] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> [   63.050794]  nvme0n1: p1 p2 p3
> [   63.099868] random: fast init done
> [   63.300016] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
> [   63.386444] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
> [   63.399889] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
> [   63.425410] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
> [   63.439666] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
> [   63.467167] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
> [   63.501551] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
> [   63.515821] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
> [   63.546342] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
> [   65.032580] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device connected.
> [   66.861517] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input22
> [   66.897595] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
> [   67.026724] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input23
> [   67.065173] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
> [   67.803566] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
> [   72.903702] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
> [   74.381038] systemd[1]: Inserted module 'autofs4'
> [   76.754611] systemd[1]: systemd 245.4-4ubuntu3.2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
> [   76.872587] systemd[1]: Detected architecture x86-64.
> [   77.625608] systemd[1]: Set hostname to <scbu-Chachani>.
> [   80.353431] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
> [   82.552892] systemd[1]: Created slice system-modprobe.slice.
> [   82.788950] systemd[1]: Created slice system-systemd\x2dfsck.slice.
> [   83.015834] systemd[1]: Created slice User and Session Slice.
> [   83.128137] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
> [   83.275007] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
> [   83.382905] systemd[1]: Reached target User and Group Name Lookups.
> [   83.487113] systemd[1]: Reached target Remote File Systems.
> [   83.591400] systemd[1]: Reached target Slices.
> [   83.709971] systemd[1]: Listening on Syslog Socket.
> [   83.826474] systemd[1]: Listening on fsck to fsckd communication Socket.
> [   83.936934] systemd[1]: Listening on initctl Compatibility Named Pipe.
> [   84.062844] systemd[1]: Listening on Journal Audit Socket.
> [   84.177872] systemd[1]: Listening on Journal Socket (/dev/log).
> [   84.295185] systemd[1]: Listening on Journal Socket.
> [   84.409567] systemd[1]: Listening on udev Control Socket.
> [   84.517738] systemd[1]: Listening on udev Kernel Socket.
> [   85.019421] systemd[1]: Mounting Huge Pages File System...
> [   85.386033] systemd[1]: Mounting POSIX Message Queue File System...
> [   85.755988] systemd[1]: Mounting Kernel Debug File System...
> [   86.124942] systemd[1]: Mounting Kernel Trace File System...
> [   86.559129] systemd[1]: Starting Journal Service...
> [   86.932746] systemd[1]: Starting Set the console keyboard layout...
> [   87.570562] systemd[1]: Starting Create list of static device nodes for the current kernel...
> [   87.915311] systemd[1]: Starting Load Kernel Module drm...
> [   88.021354] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
> [   88.056239] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
> [   88.372381] systemd[1]: Starting Load Kernel Modules...
> [   88.415451] lp: driver loaded but no devices found
> [   88.422760] ppdev: user-space parallel port driver
> [   88.798562] systemd[1]: Starting Remount Root and Kernel File Systems...
> [   88.814129] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
> [   89.161086] systemd[1]: Starting udev Coldplug all Devices...
> [   89.513616] systemd[1]: Starting Uncomplicated firewall...
> [   89.721739] systemd[1]: Started Journal Service.
> [   92.172886] systemd-journald[296]: Received client request to flush runtime journal.
> [   94.180700] random: crng init done
> [   94.977263] loop0: detected capacity change from 113424 to 0
> [   95.318120] loop1: detected capacity change from 113592 to 0
> [   95.671148] loop2: detected capacity change from 446248 to 0
> [   96.027039] loop3: detected capacity change from 448496 to 0
> [   96.399907] loop4: detected capacity change from 127160 to 0
> [   96.754497] loop5: detected capacity change from 132648 to 0
> [   97.084115] loop6: detected capacity change from 104496 to 0
> [   97.436738] loop7: detected capacity change from 104536 to 0
> [   97.846291] loop8: detected capacity change from 63664 to 0
> [   98.259944] loop9: detected capacity change from 66104 to 0
> [   99.556164] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
> [   99.556167] AMD-Vi: AMD IOMMUv2 functionality not available on this system
> [   99.771529] usbcore: registered new interface driver usbserial_generic
> [   99.771584] usbserial: USB Serial support registered for generic
> [   99.795261] usbcore: registered new interface driver ch341
> [   99.795359] usbserial: USB Serial support registered for ch341-uart
> [   99.795421] ch341 1-6.4:1.0: ch341-uart converter detected
> [   99.842472] pstore: Using crash dump compression: deflate
> [   99.842529] pstore: Registered efi as persistent store backend
> [   99.854877] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
> [   99.863142] [drm] amdgpu kernel modesetting enabled.
> [   99.865063] amdgpu: Virtual CRAT table created for CPU
> [   99.865336] amdgpu: Topology: Add CPU node
> [   99.865875] checking generic (f6e0000000 500000) vs hw (f6e0000000 10000000)
> [   99.865879] fb0: switching to amdgpudrmfb from EFI VGA
> [   99.924145] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
> [   99.924156] RAPL PMU: hw unit of domain package 2^-16 Joules
> [   99.927595] Console: switching to colour dummy device 80x25
> [   99.928030] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
> [   99.930017] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
> [   99.930720] [drm] initializing kernel modesetting (VANGOGH 0x1002:0x163F 0x1002:0x0123 0xAE).
> [   99.930727] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
> [   99.976436] [drm] register mmio base: 0x80400000
> [   99.976449] [drm] register mmio size: 524288
> [   99.976462] [drm] PCIE atomic ops is not supported
> [   99.983708] [drm] add ip block number 0 <nv_common>
> [   99.983714] [drm] add ip block number 1 <gmc_v10_0>
> [   99.983717] [drm] add ip block number 2 <navi10_ih>
> [   99.983718] [drm] add ip block number 3 <psp>
> [   99.983721] [drm] add ip block number 4 <smu>
> [   99.983724] [drm] add ip block number 5 <dm>
> [   99.983725] [drm] add ip block number 6 <gfx_v10_0>
> [   99.983726] [drm] add ip block number 7 <sdma_v5_2>
> [   99.983727] [drm] add ip block number 8 <vcn_v3_0>
> [   99.983731] [drm] add ip block number 9 <jpeg_v3_0>
> [   99.983800] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
> [   99.983833] amdgpu: ATOM BIOS: 113-AMDAerith-004
> [   99.983886] [drm] VCN(0) decode is enabled in VM mode
> [   99.983888] [drm] VCN(0) encode is enabled in VM mode
> [   99.984429] [drm] JPEG decode is enabled in VM mode
> [   99.984816] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
> [   99.984958] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
> [   99.984961] amdgpu 0000:04:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
> [   99.984962] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
> [   99.984978] [drm] Detected VRAM RAM=1024M, BAR=1024M
> [   99.984981] [drm] RAM width 256bits DDR5
> [   99.985223] [drm] amdgpu: 1024M of VRAM memory ready
> [   99.985233] [drm] amdgpu: 3072M of GTT memory ready.
> [   99.985260] [drm] GART: num cpu pages 131072, num gpu pages 131072
> [   99.985962] [drm] PCIE GART of 512M enabled (table at 0x000000F400500000).
> [  100.034916] [drm] Loading DMUB firmware via PSP: version=0x00000000
> [  100.047953] cryptd: max_cpu_qlen set to 1000
> [  100.065682] AVX2 version of gcm_enc/dec engaged.
> [  100.065686] AES CTR mode by8 optimization enabled
> [  100.095359] [drm] use_doorbell being set to: [true]
> [  100.101223] [drm] Found VCN firmware Version ENC: 1.12 DEC: 2 VEP: 0 Revision: 10
> [  100.101268] [drm] PSP loading VCN firmware
> [  100.224123] [drm] reserve 0xa00000 from 0xf43f400000 for PSP TMR
> [  100.332303] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
> [  100.335073] [drm] Display Core initialized with v3.2.125!
> [  100.353279] [drm] DMUB hardware initialized: version=0x03000002
> [  100.534708] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
> [  100.649058] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
> [  100.704229] kvm: Nested Virtualization enabled
> [  100.704324] SVM: kvm: Nested Paging enabled
> [  100.704327] SVM: Virtual VMLOAD VMSAVE supported
> [  100.704327] SVM: Virtual GIF supported
> [  100.711981] MCE: In-kernel MCE decoding enabled.
> [  100.735988] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
> [  100.778717] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
> [  100.780329] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input25
> [  100.782580] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input26
> [  100.784150] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input27
> [  100.859594] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
> [  100.859607] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
> [  100.859610] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
> [  100.859612] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
> [  100.859614] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
> [  100.859618] snd_hda_codec_realtek hdaudioC1D0:    inputs:
> [  100.859621] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
> [  100.859624] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
> [  100.873822] intel_rapl_common: Found RAPL domain package
> [  100.873982] intel_rapl_common: Found RAPL domain core
> [  101.080660] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
> [  101.101954] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
> [  101.868338] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
> [  101.870255] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input29
> [  102.016684] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
> [  102.369355] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
> [  102.624659] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR* dce110_edp_wait_for_hpd_ready: wait timed out!
> [  102.685439] [drm] kiq ring mec 2 pipe 1 q 0
> [  102.694880] [drm] VCN decode and encode initialized successfully(under DPG Mode).
> [  102.695097] [drm] JPEG decode initialized successfully.
> [  102.696009] kfd kfd: Allocated 3969056 bytes on gart
> [  102.696385] amdgpu: Virtual CRAT table created for GPU
> [  102.697116] amdgpu: Topology: Add dGPU node [0x163f:0x1002]
> [  102.697124] kfd kfd: added device 1002:163f
> [  102.699235] [drm] fb mappable at 0x2407C6000
> [  102.699240] [drm] vram apper at 0x240000000
> [  102.699240] [drm] size 5242880
> [  102.699241] [drm] fb depth is 24
> [  102.699243] [drm]    pitch is 5120
> [  102.700470] fbcon: amdgpudrmfb (fb0) is primary device
> [  102.838112] Console: switching to colour frame buffer device 160x64
> [  102.858778] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
> [  104.270272] audit: type=1400 audit(1615283843.851:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=550 comm="apparmor_parser"
> [  104.270319] audit: type=1400 audit(1615283843.851:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=547 comm="apparmor_parser"
> [  104.271511] audit: type=1400 audit(1615283843.851:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=553 comm="apparmor_parser"
> [  104.274094] audit: type=1400 audit(1615283843.855:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=548 comm="apparmor_parser"
> [  104.275109] audit: type=1400 audit(1615283843.855:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=549 comm="apparmor_parser"
> [  104.277256] audit: type=1400 audit(1615283843.859:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=556 comm="apparmor_parser"
> [  104.277575] audit: type=1400 audit(1615283843.859:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=551 comm="apparmor_parser"
> [  104.279021] audit: type=1400 audit(1615283843.859:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=552 comm="apparmor_parser"
> [  104.279057] audit: type=1400 audit(1615283843.859:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=552 comm="apparmor_parser"
> [  104.283944] audit: type=1400 audit(1615283843.863:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=554 comm="apparmor_parser"
> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]
> [  124.588731] Modules linked in: nls_iso8859_1 fjes(-) intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_codec_hdmi edac_mce_amd kvm_amd ccp snd_hda_intel kvm irqbypass snd_intel_dspcfg crct10dif_pclmul snd_hda_codec snd_hda_core ghash_clmulni_intel snd_hwdep snd_pcm aesni_intel crypto_simd snd_seq_midi snd_seq_midi_event cryptd glue_helper joydev snd_rawmidi input_leds snd_seq rapl ch341 snd_seq_device usbserial amdgpu(+) serio_raw snd_timer efi_pstore snd iommu_v2 soundcore gpu_sched drm_ttm_helper ttm drm_kms_helper i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ucsi_acpi typec_ucsi typec cm32181 industrialio mac_hid sch_fq_codel parport_pc ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp xhci_plat_hcd hid_logitech_dj e1000e dwc3 ulpi hid_generic rtsx_pci_sdmmc udc_core ptp nvme usbhid crc32_pclmul i2c_piix4 nvme_core rtsx_pci pps_core dwc3_pci i2c_hid video hid
> [  124.588818] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.11.0-7490c004ae7e #20210308
> [  124.588822] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
> [  124.588823] RIP: 0010:finish_task_switch+0xae/0x290
> [  124.588831] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> [  124.588833] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> [  124.588835] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
> [  124.588836] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
> [  124.588837] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
> [  124.588838] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
> [  124.588839] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
> [  124.588840] FS:  0000000000000000(0000) GS:ffff888237c40000(0000) knlGS:0000000000000000
> [  124.588841] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [  124.588842] CR2: 00005647dd4d33d8 CR3: 000000010767e000 CR4: 0000000000350ee0
> [  124.588843] Call Trace:
> [  124.588846]  __schedule+0x2c1/0x830
> [  124.588850]  schedule_idle+0x22/0x40
> [  124.588854]  do_idle+0x18f/0x2b0
> [  124.588857]  cpu_startup_entry+0x1d/0x20
> [  124.588859]  start_secondary+0x11f/0x160
> [  124.588867]  secondary_startup_64_no_verify+0xb0/0xbb
> [  135.183179] irq 9: nobody cared (try booting with the "irqpoll" option)
> [  135.183254] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    L    5.11.0-7490c004ae7e #20210308
> [  135.183257] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N 03/04/2021
> [  135.183258] Call Trace:
> [  135.183259]  <IRQ>
> [  135.183261]  dump_stack+0x74/0x92
> [  135.183266]  __report_bad_irq+0x35/0xc0
> [  135.183271]  note_interrupt+0x24b/0x2a0
> [  135.183272]  handle_irq_event_percpu+0x54/0x80
> [  135.183276]  handle_irq_event+0x3b/0x60
> [  135.183278]  handle_fasteoi_irq+0x7c/0x130
> [  135.183279]  asm_call_irq_on_stack+0x12/0x20
> [  135.183283]  </IRQ>
> [  135.183287]  common_interrupt+0xc7/0x150
> [  135.183290]  asm_common_interrupt+0x1e/0x40
> [  135.183294] RIP: 0010:finish_task_switch+0xae/0x290
> [  135.183300] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85 e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> [  135.183302] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> [  135.183304] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX: 0000000000000000
> [  135.183306] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888237c6be00
> [  135.183306] RBP: ffffc900000dfe50 R08: 0000000000000002 R09: 000000000002b680
> [  135.183307] R10: ffffc90000feb930 R11: 0000000000000000 R12: ffff888100974800
> [  135.183308] R13: 0000000000000000 R14: ffff888107543000 R15: 0000000000000002
> [  135.183310]  ? __switch_to_asm+0x36/0x70
> [  135.183314]  __schedule+0x2c1/0x830
> [  135.183317]  schedule_idle+0x22/0x40
> [  135.183318]  do_idle+0x18f/0x2b0
> [  135.183321]  cpu_startup_entry+0x1d/0x20
> [  135.183324]  start_secondary+0x11f/0x160
> [  135.183327]  secondary_startup_64_no_verify+0xb0/0xbb
> [  135.183330] handlers:
> [  135.183360] [<000000008388e1d9>] acpi_irq
> [  135.183405] Disabling IRQ #9
> [  135.185531] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
> [  135.185538] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
> [  135.185540] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
> [  135.185541] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
> [  135.185543] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
> [  135.185544] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
> [  135.185545] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
> [  135.185546] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
> [  135.185548] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
> [  135.185551] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
> [  135.185554] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
> [  135.185558] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
> [  135.185560] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
> [  135.185561] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
> [  135.185562] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
> [  136.758216] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:04:00.0 on minor 0
> [  147.972000] loop10: detected capacity change from 8 to 0
> [  156.171702] kauditd_printk_skb: 25 callbacks suppressed
> [  156.171712] audit: type=1400 audit(1615283895.751:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=832 comm="cups-browsed" capability=23  capname="sys_nice"
> [  160.206322] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
> [  160.207256] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
> [  175.036396] rfkill: input handler disabled
> 


-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-11 15:02   ` David Hildenbrand
@ 2021-03-12 14:06     ` Deucher, Alexander
  -1 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-12 14:06 UTC (permalink / raw)
  To: David Hildenbrand, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Liang, Liang (Leo),
	Mike Rapoport, Rafael J. Wysocki, George Kennedy

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Thursday, March 11, 2021 10:03 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>;
> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
> tail in __free_pages_core()")
> 
> On 11.03.21 15:41, Deucher, Alexander wrote:
> > [AMD Public Use]
> >
> > Booting kernels on certain AMD platforms takes 2-3 minutes with the patch
> in the subject.  Reverting it restores quick boot times (few seconds).  Any
> ideas?
> >
> 
> Hi,
> 
> We just discovered latent BUGs in ACPI code whereby ACPI tables are
> exposed to the page allocator as ordinary, free system RAM. With the
> patch you mention, the order in which pages get allocated from the page
> allocator are changed - which makes the BUG trigger more easily.
> 
> I could imagine that someone allocates and uses that memory on your
> platform, and I could imagine that such accesses are very slow.
> 
> I cannot tell if that is the root cause, but at least it would make sense.
> 
> See
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
> 
> You might want to give that patch a try (not sure if it's the latest
> version). CCing George

Thanks for the patch.  Unfortunately it didn't help.  Any other ideas?  Is there a newer version of that patch?

Alex

> 
> Thanks
> 
> > Thanks,
> >
> > Alex
> >
> > [    0.000000] Linux version 5.11.0-7490c004ae7e (jenkins@24dbd4b4380b)
> (gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu)
> 2.30) #20210308 SMP Sun Mar 7 20:04:05 UTC 2021
> > [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-
> 7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro
> resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off
> nokaslr
> > [    0.000000] KERNEL supported cpus:
> > [    0.000000]   Intel GenuineIntel
> > [    0.000000]   AMD AuthenticAMD
> > [    0.000000]   Hygon HygonGenuine
> > [    0.000000]   Centaur CentaurHauls
> > [    0.000000]   zhaoxin   Shanghai
> > [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point
> registers'
> > [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
> > [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
> > [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
> > [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes,
> using 'compacted' format.
> > [    0.000000] BIOS-provided physical RAM map:
> > [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff]
> ACPI NVS
> > [    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff]
> ACPI NVS
> > [    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff]
> ACPI data
> > [    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff]
> reserved
> > [    0.000000] NX (Execute Disable) protection: active
> > [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==>
> usable
> > [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==>
> usable
> > [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==>
> usable
> > [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==>
> usable
> > [    0.000000] extended physical RAM map:
> > [    0.000000] reserve setup_data: [mem 0x0000000000000000-
> 0x000000000009efff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000000009f000-
> 0x00000000000bffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x0000000000100000-
> 0x0000000009afffff] usable
> > [    0.000000] reserve setup_data: [mem 0x0000000009b00000-
> 0x0000000009dfffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x0000000009e00000-
> 0x0000000009efffff] usable
> > [    0.000000] reserve setup_data: [mem 0x0000000009f00000-
> 0x0000000009f10fff] ACPI NVS
> > [    0.000000] reserve setup_data: [mem 0x0000000009f11000-
> 0x000000006a275017] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006a275018-
> 0x000000006a283857] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006a283858-
> 0x000000006c56efff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006c56f000-
> 0x000000006c56ffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x000000006c570000-
> 0x000000006c572017] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006c572018-
> 0x000000006c57c657] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006c57c658-
> 0x000000007877efff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000007877f000-
> 0x000000007af7efff] reserved
> > [    0.000000] reserve setup_data: [mem 0x000000007af7f000-
> 0x000000007cf7efff] ACPI NVS
> > [    0.000000] reserve setup_data: [mem 0x000000007cf7f000-
> 0x000000007cffefff] ACPI data
> > [    0.000000] reserve setup_data: [mem 0x000000007cfff000-
> 0x000000007cffffff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000007d000000-
> 0x000000007dffffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x000000007f000000-
> 0x000000007fffffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000a0000000-
> 0x00000000a00fffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000f0000000-
> 0x00000000f7ffffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fec00000-
> 0x00000000fec01fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fec10000-
> 0x00000000fec10fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fec20000-
> 0x00000000fec20fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fed80000-
> 0x00000000fed81fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fedc0000-
> 0x00000000feddffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fee00000-
> 0x00000000fee00fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000ff080000-
> 0x00000000ffddffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x0000000100000000-
> 0x000000023f37ffff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000023f380000-
> 0x000000027fffffff] reserved
> > [    0.000000] efi: EFI v2.70 by INSYDE Corp.
> > [    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014
> SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618
> MEMATTR=0x74959018 RNG=0x7970d798
> > [    0.000000] efi: seeding entropy pool
> > [    0.000000] SMBIOS 3.1.1 present.
> > [    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N
> 03/04/2021
> > [    0.000000] tsc: Fast TSC calibration using PIT
> > [    0.000000] tsc: Detected 2400.092 MHz processor
> > [    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==>
> reserved
> > [    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
> > [    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
> > [    0.000026] MTRR default type: uncachable
> > [    0.000027] MTRR fixed ranges enabled:
> > [    0.000028]   00000-9FFFF write-back
> > [    0.000029]   A0000-BFFFF uncachable
> > [    0.000030]   C0000-FFFFF write-through
> > [    0.000031] MTRR variable ranges enabled:
> > [    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
> > [    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
> > [    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
> > [    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
> > [    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
> > [    0.000039]   5 disabled
> > [    0.000039]   6 disabled
> > [    0.000040]   7 disabled
> > [    0.000040] TOM2: 0000000280000000 aka 10240M
> > [    0.000262] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC-
> WT
> > [    0.000770] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
> > [    0.004754] esrt: Reserving ESRT space from 0x000000007970d618 to
> 0x000000007970d650.
> > [    0.004765] check: Scanning 1 areas for low memory corruption
> > [    0.004772] Using GB pages for direct mapping
> > [    0.005629] Secure boot disabled
> > [    0.005630] RAMDISK: [mem 0x3d2bb000-0x3fffdfff]
> > [    0.005640] ACPI: Early table checksum verification disabled
> > [    0.005645] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
> > [    0.005649] ACPI: XSDT 0x000000007CFCE188 0000FC (v01 AMDYDE
> Celadon  00000002      01000013)
> > [    0.005656] ACPI: FACP 0x000000007CFEF000 00010C (v05 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005661] ACPI: DSDT 0x000000007CFE0000 007717 (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005664] ACPI: FACS 0x000000007BF1F000 000040
> > [    0.005667] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon
> 00000001 ACPI 00040000)
> > [    0.005670] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005673] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005676] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon
> 00000002 ACPI 00040000)
> > [    0.005679] ACPI: ASF! 0x000000007CFF1000 0000A5 (v32 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005682] ACPI: BOOT 0x000000007CFF0000 000028 (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005685] ACPI: HPET 0x000000007CFEE000 000038 (v01 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005688] ACPI: APIC 0x000000007CFED000 000138 (v03 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005691] ACPI: MCFG 0x000000007CFEC000 00003C (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005694] ACPI: SLIC 0x000000007CFEB000 000176 (v01 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005697] ACPI: WSMT 0x000000007CFE8000 000028 (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005700] ACPI: SSDT 0x000000007CFDF000 000099 (v01 AMDyde
> Celadon  00000002 ACPI 00040000)
> > [    0.005703] ACPI: VFCT 0x000000007CFD4000 00A684 (v01 AMDYDE
> Celadon  00000001 ACPI 00040000)
> > [    0.005706] ACPI: SSDT 0x000000007CFD3000 0000F8 (v01 AMD    Celadon
> 00001000 ACPI 00040000)
> > [    0.005709] ACPI: SSDT 0x000000007CFD1000 001D0C (v02 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005712] ACPI: CRAT 0x000000007CFD0000 0007E8 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005715] ACPI: CDIT 0x000000007CFCF000 000029 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005718] ACPI: SSDT 0x000000007CFFD000 000735 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005721] ACPI: SSDT 0x000000007CFCC000 0014AE (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005723] ACPI: SSDT 0x000000007CFCA000 001525 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005726] ACPI: SSDT 0x000000007CFC4000 0051E8 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005730] ACPI: FPDT 0x000000007CFC3000 000044 (v01 AMD    Celadon
> 00000002 ACPI 00040000)
> > [    0.005732] ACPI: SSDT 0x000000007CFEA000 00008D (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005735] ACPI: SSDT 0x000000007CFC0000 0013CA (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005738] ACPI: SSDT 0x000000007CFE9000 000C4D (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005741] ACPI: BGRT 0x000000007CFC2000 000038 (v01 AMDYDE
> Celadon  00000001 ACPI 00040000)
> > [    0.005748] ACPI: Local APIC address 0xfee00000
> > [    0.005855] No NUMA configuration found
> > [    0.005856] Faking a node at [mem 0x0000000000000000-
> 0x000000023f37ffff]
> > [    0.005869] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
> > [    0.006126] Zone ranges:
> > [    0.006127]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
> > [    0.006129]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
> > [    0.006130]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
> > [    0.006132]   Device   empty
> > [    0.006133] Movable zone start for each node
> > [    0.006135] Early memory node ranges
> > [    0.006135]   node   0: [mem 0x0000000000001000-0x000000000009efff]
> > [    0.006137]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
> > [    0.006138]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
> > [    0.006139]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
> > [    0.006140]   node   0: [mem 0x000000006c570000-0x000000007877efff]
> > [    0.006141]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
> > [    0.006142]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
> > [    0.006360] Zeroed struct page in unavailable ranges: 34932 pages
> > [    0.006361] Initmem setup node 0 [mem 0x0000000000001000-
> 0x000000023f37ffff]
> > [    0.006363] On node 0 totalpages: 1800076
> > [    0.006365]   DMA zone: 64 pages used for memmap
> > [    0.006366]   DMA zone: 21 pages reserved
> > [    0.006366]   DMA zone: 3998 pages, LIFO batch:0
> > [    0.006388]   DMA32 zone: 7634 pages used for memmap
> > [    0.006389]   DMA32 zone: 488558 pages, LIFO batch:63
> > [    0.009789]   Normal zone: 20430 pages used for memmap
> > [    0.009794]   Normal zone: 1307520 pages, LIFO batch:63
> > [    0.019234] ACPI: PM-Timer IO Port: 0x408
> > [    0.019240] ACPI: Local APIC address 0xfee00000
> > [    0.019247] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
> > [    0.019248] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> > [    0.019249] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> > [    0.019250] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> > [    0.019251] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> > [    0.019252] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> > [    0.019253] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> > [    0.019254] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> > [    0.019255] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
> > [    0.019256] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
> > [    0.019257] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
> > [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
> > [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
> > [    0.019259] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
> > [    0.019260] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
> > [    0.019261] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
> > [    0.019276] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
> > [    0.019282] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-
> 55
> > [    0.019284] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> > [    0.019286] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
> > [    0.019288] ACPI: IRQ0 used by override.
> > [    0.019289] ACPI: IRQ9 used by override.
> > [    0.019291] Using ACPI (MADT) for SMP configuration information
> > [    0.019293] ACPI: HPET id: 0x10228210 base: 0xfed00000
> > [    0.019307] e820: update [mem 0x7495e000-0x7499ffff] usable ==>
> reserved
> > [    0.019319] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
> > [    0.019363] PM: hibernation: Registered nosave memory: [mem
> 0x00000000-0x00000fff]
> > [    0.019365] PM: hibernation: Registered nosave memory: [mem
> 0x0009f000-0x000bffff]
> > [    0.019367] PM: hibernation: Registered nosave memory: [mem
> 0x000c0000-0x000fffff]
> > [    0.019369] PM: hibernation: Registered nosave memory: [mem
> 0x09b00000-0x09dfffff]
> > [    0.019372] PM: hibernation: Registered nosave memory: [mem
> 0x09f00000-0x09f10fff]
> > [    0.019374] PM: hibernation: Registered nosave memory: [mem
> 0x6a275000-0x6a275fff]
> > [    0.019377] PM: hibernation: Registered nosave memory: [mem
> 0x6a283000-0x6a283fff]
> > [    0.019379] PM: hibernation: Registered nosave memory: [mem
> 0x6c56f000-0x6c56ffff]
> > [    0.019381] PM: hibernation: Registered nosave memory: [mem
> 0x6c572000-0x6c572fff]
> > [    0.019384] PM: hibernation: Registered nosave memory: [mem
> 0x6c57c000-0x6c57cfff]
> > [    0.019386] PM: hibernation: Registered nosave memory: [mem
> 0x7495e000-0x7499ffff]
> > [    0.019389] PM: hibernation: Registered nosave memory: [mem
> 0x7877f000-0x7af7efff]
> > [    0.019390] PM: hibernation: Registered nosave memory: [mem
> 0x7af7f000-0x7cf7efff]
> > [    0.019391] PM: hibernation: Registered nosave memory: [mem
> 0x7cf7f000-0x7cffefff]
> > [    0.019393] PM: hibernation: Registered nosave memory: [mem
> 0x7d000000-0x7dffffff]
> > [    0.019394] PM: hibernation: Registered nosave memory: [mem
> 0x7e000000-0x7effffff]
> > [    0.019395] PM: hibernation: Registered nosave memory: [mem
> 0x7f000000-0x7fffffff]
> > [    0.019396] PM: hibernation: Registered nosave memory: [mem
> 0x80000000-0x9fffffff]
> > [    0.019397] PM: hibernation: Registered nosave memory: [mem
> 0xa0000000-0xa00fffff]
> > [    0.019398] PM: hibernation: Registered nosave memory: [mem
> 0xa0100000-0xefffffff]
> > [    0.019399] PM: hibernation: Registered nosave memory: [mem
> 0xf0000000-0xf7ffffff]
> > [    0.019400] PM: hibernation: Registered nosave memory: [mem
> 0xf8000000-0xfebfffff]
> > [    0.019400] PM: hibernation: Registered nosave memory: [mem
> 0xfec00000-0xfec01fff]
> > [    0.019401] PM: hibernation: Registered nosave memory: [mem
> 0xfec02000-0xfec0ffff]
> > [    0.019402] PM: hibernation: Registered nosave memory: [mem
> 0xfec10000-0xfec10fff]
> > [    0.019403] PM: hibernation: Registered nosave memory: [mem
> 0xfec11000-0xfec1ffff]
> > [    0.019404] PM: hibernation: Registered nosave memory: [mem
> 0xfec20000-0xfec20fff]
> > [    0.019405] PM: hibernation: Registered nosave memory: [mem
> 0xfec21000-0xfed7ffff]
> > [    0.019406] PM: hibernation: Registered nosave memory: [mem
> 0xfed80000-0xfed81fff]
> > [    0.019407] PM: hibernation: Registered nosave memory: [mem
> 0xfed82000-0xfedbffff]
> > [    0.019408] PM: hibernation: Registered nosave memory: [mem
> 0xfedc0000-0xfeddffff]
> > [    0.019409] PM: hibernation: Registered nosave memory: [mem
> 0xfede0000-0xfedfffff]
> > [    0.019409] PM: hibernation: Registered nosave memory: [mem
> 0xfee00000-0xfee00fff]
> > [    0.019410] PM: hibernation: Registered nosave memory: [mem
> 0xfee01000-0xff07ffff]
> > [    0.019411] PM: hibernation: Registered nosave memory: [mem
> 0xff080000-0xffddffff]
> > [    0.019412] PM: hibernation: Registered nosave memory: [mem
> 0xffde0000-0xffffffff]
> > [    0.019414] [mem 0xa0100000-0xefffffff] available for PCI devices
> > [    0.019416] Booting paravirtualized kernel on bare hardware
> > [    0.019419] clocksource: refined-jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 7645519600211568 ns
> > [    0.019427] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16
> nr_cpu_ids:16 nr_node_ids:1
> > [    0.020118] percpu: Embedded 56 pages/cpu s192512 r8192 d28672
> u262144
> > [    0.020134] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
> > [    0.020136] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
> > [    0.020184] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
> > [    0.020186] Policy zone: Normal
> > [    0.020188] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-
> 7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro
> resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off
> nokaslr
> > [    0.021100] Dentry cache hash table entries: 1048576 (order: 11, 8388608
> bytes, linear)
> > [    0.021540] Inode-cache hash table entries: 524288 (order: 10, 4194304
> bytes, linear)
> > [    0.021602] mem auto-init: stack:off, heap alloc:off, heap free:off
> > [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code,
> 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K
> cma-reserved)
> > [    0.044191] random: get_random_u64 called from
> __kmem_cache_create+0x32/0x490 with crng_init=0
> > [    0.047655] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16,
> Nodes=1
> > [    0.048264] ftrace: allocating 45990 entries in 180 pages
> > [    0.095132] ftrace: allocated 180 pages with 4 groups
> > [    0.100306] rcu: Hierarchical RCU implementation.
> > [    0.100307] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to
> nr_cpu_ids=16.
> > [    0.100309] 	Rude variant of Tasks RCU enabled.
> > [    0.100310] 	Tracing variant of Tasks RCU enabled.
> > [    0.100311] rcu: RCU calculated value of scheduler-enlistment delay is 25
> jiffies.
> > [    0.100312] rcu: Adjusting geometry for rcu_fanout_leaf=16,
> nr_cpu_ids=16
> > [    0.151286] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
> > [    0.156315] Console: colour dummy device 80x25
> > [    0.180522] printk: console [tty0] enabled
> > [    0.181285] ACPI: Core revision 20201113
> > [    0.184147] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff,
> max_idle_ns: 133484873504 ns
> > [    0.184339] APIC: Switch to symmetric I/O mode setup
> > [    0.184420] Switched APIC routing to physical flat.
> > [    0.186071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> > [    0.204327] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles:
> 0x22988e400ed, max_idle_ns: 440795239148 ns
> > [    0.204490] Calibrating delay loop (skipped), value calculated using timer
> frequency.. 4800.18 BogoMIPS (lpj=9600368)
> > [    0.204650] pid_max: default: 32768 minimum: 301
> > [    0.214025] LSM: Security Framework initializing
> > [    0.214417] Yama: becoming mindful.
> > [    0.216632] AppArmor: AppArmor initialized
> > [    0.216726] TOMOYO Linux initialized
> > [    0.219575] Mount-cache hash table entries: 16384 (order: 5, 131072
> bytes, linear)
> > [    0.221160] Mountpoint-cache hash table entries: 16384 (order: 5, 131072
> bytes, linear)
> > [    0.230464] x86/cpu: User Mode Instruction Prevention (UMIP) activated
> > [    0.230691] LVT offset 1 assigned for vector 0xf9
> > [    0.230835] LVT offset 2 assigned for vector 0xf4
> > [    0.230926] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
> > [    0.231010] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
> > [    0.231100] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user
> pointer sanitization
> > [    0.231250] Spectre V2 : Mitigation: Full AMD retpoline
> > [    0.231329] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on
> context switch
> > [    0.231475] Spectre V2 : Enabling Restricted Speculation for firmware calls
> > [    0.231563] Spectre V2 : mitigation: Enabling conditional Indirect Branch
> Prediction Barrier
> > [    0.231711] Spectre V2 : User space: Mitigation: STIBP via seccomp and
> prctl
> > [    0.231799] Speculative Store Bypass: Mitigation: Speculative Store Bypass
> disabled via prctl and seccomp
> > [    0.232159] Freeing SMP alternatives memory: 40K
> > [    0.353153] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N
> (family: 0x17, model: 0x90, stepping: 0x1)
> > [    0.382538] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
> > [    0.383259] ... version:                0
> > [    0.383638] ... bit width:              48
> > [    0.384029] ... generic registers:      6
> > [    0.384410] ... value mask:             0000ffffffffffff
> > [    0.384868] ... max period:             00007fffffffffff
> > [    0.385316] ... fixed-purpose events:   0
> > [    0.385700] ... event mask:             000000000000003f
> > [    0.396831] rcu: Hierarchical SRCU implementation.
> > [    0.510479] NMI watchdog: Enabled. Permanently consumes one hw-
> PMU counter.
> > [    0.559253] smp: Bringing up secondary CPUs ...
> > [    0.583839] x86: Booting SMP configuration:
> > [    0.584209] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
> > [    0.773093] smp: Brought up 1 node, 8 CPUs
> > [    0.773952] smpboot: Max logical packages: 2
> > [    0.774378] smpboot: Total of 8 processors activated (38401.47 BogoMIPS)
> > [    0.928885] devtmpfs: initialized
> > [    0.948835] x86/mm: Memory block size: 128MB
> > [    1.370091] PM: Registering ACPI NVS region [mem 0x09f00000-
> 0x09f10fff] (69632 bytes)
> > [    1.373025] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff]
> (33554432 bytes)
> > [    2.425485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
> max_idle_ns: 7645041785100000 ns
> > [    2.426427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
> > [    2.461378] pinctrl core: initialized pinctrl subsystem
> > [    2.504080] PM: RTC time: 09:55:41, date: 2021-03-09
> > [    2.552705] NET: Registered protocol family 16
> > [    2.598329] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic
> allocations
> > [    2.599715] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for
> atomic allocations
> > [    2.601224] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool
> for atomic allocations
> > [    2.603875] audit: initializing netlink subsys (disabled)
> > [    2.608758] audit: type=2000 audit(1615283741.424:1): state=initialized
> audit_enabled=0 res=1
> > [    2.662309] thermal_sys: Registered thermal governor 'fair_share'
> > [    2.662437] thermal_sys: Registered thermal governor 'bang_bang'
> > [    2.662943] thermal_sys: Registered thermal governor 'step_wise'
> > [    2.663454] thermal_sys: Registered thermal governor 'user_space'
> > [    2.665093] cpuidle: using governor ladder
> > [    2.666132] cpuidle: using governor menu
> > [    2.674855] Simple Boot Flag at 0x44 set to 0x80
> > [    2.678087] ACPI: bus type PCI registered
> > [    2.678469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> > [    2.729254] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem
> 0xf0000000-0xf7ffffff] (base 0xf0000000)
> > [    2.730117] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in
> E820
> > [    2.732759] PCI: Using configuration type 1 for base access
> > [    3.525622] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
> > [    3.526211] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
> > [    3.755679] ACPI: Added _OSI(Module Device)
> > [    3.756085] ACPI: Added _OSI(Processor Device)
> > [    3.756523] ACPI: Added _OSI(3.0 _SCP Extensions)
> > [    3.756957] ACPI: Added _OSI(Processor Aggregator Device)
> > [    3.757730] ACPI: Added _OSI(Linux-Dell-Video)
> > [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> > [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> > [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> > [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> > [   18.969959] ACPI: EC: EC started
> > [   18.970292] ACPI: EC: interrupt blocked
> > [   19.157370] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> > [   19.158218] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle
> transactions
> > [   19.158937] ACPI: Interpreter enabled
> > [   19.162768] ACPI: (supports S0 S3 S4 S5)
> > [   19.163144] ACPI: Using IOAPIC for interrupt routing
> > [   19.252572] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> > [   19.595919] ACPI: Enabled 5 GPEs in block 00 to 1F
> > [   26.272348] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> > [   26.273544] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
> ClockPM Segments MSI HPX-Type3]
> > [   26.413384] acpi PNP0A08:00: _OSC: platform does not support [LTR]
> > [   26.554340] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME
> AER PCIeCapability]
> > [   26.558378] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain
> 0000 [bus 00-7f] only partially covers this bridge
> > [   26.722525] PCI host bridge to bus 0000:00
> > [   26.723146] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7
> window]
> > [   26.723996] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
> > [   26.724748] pci_bus 0000:00: root bus resource [mem 0x000a0000-
> 0x000bffff window]
> > [   26.725684] pci_bus 0000:00: root bus resource [mem 0x000c0000-
> 0x000c3fff window]
> > [   26.726634] pci_bus 0000:00: root bus resource [mem 0x000c4000-
> 0x000c7fff window]
> > [   26.727575] pci_bus 0000:00: root bus resource [mem 0x000c8000-
> 0x000cbfff window]
> > [   26.728664] pci_bus 0000:00: root bus resource [mem 0x000cc000-
> 0x000cffff window]
> > [   26.729603] pci_bus 0000:00: root bus resource [mem 0x000d0000-
> 0x000d3fff window]
> > [   26.730542] pci_bus 0000:00: root bus resource [mem 0x000d4000-
> 0x000d7fff window]
> > [   26.731489] pci_bus 0000:00: root bus resource [mem 0x000d8000-
> 0x000dbfff window]
> > [   26.732433] pci_bus 0000:00: root bus resource [mem 0x000dc000-
> 0x000dffff window]
> > [   26.733474] pci_bus 0000:00: root bus resource [mem 0x000e0000-
> 0x000e3fff window]
> > [   26.734428] pci_bus 0000:00: root bus resource [mem 0x000e4000-
> 0x000e7fff window]
> > [   26.735380] pci_bus 0000:00: root bus resource [mem 0x000e8000-
> 0x000ebfff window]
> > [   26.736320] pci_bus 0000:00: root bus resource [mem 0x000ec000-
> 0x000effff window]
> > [   26.737260] pci_bus 0000:00: root bus resource [mem 0x80000000-
> 0xefffffff window]
> > [   26.738208] pci_bus 0000:00: root bus resource [mem 0xf8000000-
> 0xfeafffff window]
> > [   26.739154] pci_bus 0000:00: root bus resource [mem 0xfed45000-
> 0xfed814ff window]
> > [   26.740097] pci_bus 0000:00: root bus resource [mem 0xfed81900-
> 0xfed81fff window]
> > [   26.740739] pci_bus 0000:00: root bus resource [mem 0xfedc0000-
> 0xfedc0fff window]
> > [   26.741698] pci_bus 0000:00: root bus resource [mem 0xfedc6000-
> 0xfedc6fff window]
> > [   26.742645] pci_bus 0000:00: root bus resource [mem 0x2a0200000-
> 0xf6ffffffff window]
> > [   26.743621] pci_bus 0000:00: root bus resource [bus 00-ff]
> > [   26.747142] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
> > [   26.770689] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
> > [   26.793856] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
> > [   26.796430] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
> > [   26.839179] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
> > [   26.841752] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
> > [   26.884369] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
> > [   26.886841] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
> > [   26.934008] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
> > [   26.957168] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
> > [   26.958050] pci 0000:00:08.1: enabling Extended Tags
> > [   26.960219] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
> > [   27.001530] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
> > [   27.002418] pci 0000:00:08.2: enabling Extended Tags
> > [   27.004599] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
> > [   27.036289] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
> > [   27.037176] pci 0000:00:08.3: enabling Extended Tags
> > [   27.039327] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
> > [   27.080252] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
> > [   27.113024] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
> > [   27.146020] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
> > [   27.169355] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
> > [   27.192762] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
> > [   27.216299] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
> > [   27.239509] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
> > [   27.267198] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
> > [   27.290470] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
> > [   27.313671] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
> > [   27.355414] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
> > [   27.356233] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
> > [   27.361199] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited
> by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s
> PCIe x4 link)
> > [   27.386170] pci 0000:00:01.2: PCI bridge to [bus 01]
> > [   27.386774] pci 0000:00:01.2:   bridge window [mem 0x80700000-
> 0x807fffff]
> > [   27.399116] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
> > [   27.399856] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
> > [   27.403515] pci 0000:02:00.0: supports D1 D2
> > [   27.404028] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
> > [   27.430150] pci 0000:00:01.3: PCI bridge to [bus 02]
> > [   27.430754] pci 0000:00:01.3:   bridge window [mem 0x80600000-
> 0x806fffff]
> > [   27.438978] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
> > [   27.439729] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
> > [   27.440401] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
> > [   27.440982] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
> > [   27.441613] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
> > [   27.442347] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
> > [   27.445736] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> > [   27.461459] pci 0000:00:01.6: PCI bridge to [bus 03]
> > [   27.462057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> > [   27.462691] pci 0000:00:01.6:   bridge window [mem 0x80500000-
> 0x805fffff]
> > [   27.498456] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
> > [   27.499227] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff
> 64bit pref]
> > [   27.500055] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff
> 64bit pref]
> > [   27.500600] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
> > [   27.501234] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
> > [   27.501949] pci 0000:04:00.0: enabling Extended Tags
> > [   27.504771] pci 0000:04:00.0: BAR 0: assigned to efifb
> > [   27.505955] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
> > [   27.507098] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth,
> limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with
> 16.0 GT/s PCIe x16 link)
> > [   27.537744] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
> > [   27.538486] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
> > [   27.539324] pci 0000:04:00.1: enabling Extended Tags
> > [   27.542293] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
> > [   27.572303] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
> > [   27.573075] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
> > [   27.573788] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
> > [   27.574497] pci 0000:04:00.2: enabling Extended Tags
> > [   27.605119] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
> > [   27.605883] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
> > [   27.606721] pci 0000:04:00.3: enabling Extended Tags
> > [   27.609705] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
> > [   27.639931] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
> > [   27.640653] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
> > [   27.641533] pci 0000:04:00.4: enabling Extended Tags
> > [   27.644589] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
> > [   27.674917] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
> > [   27.675658] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
> > [   27.676516] pci 0000:04:00.6: enabling Extended Tags
> > [   27.679536] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
> > [   27.710697] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
> > [   27.711507] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
> > [   27.712229] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
> > [   27.712669] pci 0000:04:00.7: enabling Extended Tags
> > [   27.747484] pci 0000:00:08.1: PCI bridge to [bus 04]
> > [   27.748084] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> > [   27.748581] pci 0000:00:08.1:   bridge window [mem 0x80000000-
> 0x804fffff]
> > [   27.749264] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-
> 0xf6f01fffff 64bit pref]
> > [   27.762044] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
> > [   27.762984] pci 0000:05:00.0: enabling Extended Tags
> > [   27.766374] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth,
> limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with
> 16.0 GT/s PCIe x16 link)
> > [   27.789319] pci 0000:00:08.2: PCI bridge to [bus 05]
> > [   27.801787] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
> > [   27.802726] pci 0000:06:00.0: enabling Extended Tags
> > [   27.806135] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth,
> limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with
> 16.0 GT/s PCIe x16 link)
> > [   27.831474] pci 0000:00:08.3: PCI bridge to [bus 06]
> > [   28.069099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.110655] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.148042] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.188354] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.227337] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.259694] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.292094] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.324581] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
> > [   29.417622] ACPI: EC: interrupt unblocked
> > [   29.418001] ACPI: EC: event unblocked
> > [   29.418379] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> > [   29.418833] ACPI: EC: GPE=0x5
> > [   29.419377] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization
> complete
> > [   29.420207] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions
> and events
> > [   29.473872] iommu: Default domain type: Translated
> > [   29.481739] pci 0000:04:00.0: vgaarb: VGA device added:
> decodes=io+mem,owns=none,locks=none
> > [   29.481739] pci 0000:04:00.0: vgaarb: bridge control possible
> > [   29.481739] pci 0000:04:00.0: vgaarb: setting as boot device
> > [   29.481739] vgaarb: loaded
> > [   29.594672] SCSI subsystem initialized
> > [   29.603325] libata version 3.00 loaded.
> > [   29.610306] ACPI: bus type USB registered
> > [   29.616273] usbcore: registered new interface driver usbfs
> > [   29.619914] usbcore: registered new interface driver hub
> > [   29.624498] usbcore: registered new device driver usb
> > [   29.644598] EDAC MC: Ver: 3.0.0
> > [   29.674756] Registered efivars operations
> > [   29.768923] NetLabel: Initializing
> > [   29.769254] NetLabel:  domain hash size = 128
> > [   29.769649] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
> > [   29.774392] NetLabel:  unlabeled traffic allowed by default
> > [   29.782109] PCI: Using ACPI for IRQ routing
> > [   29.803810] PCI: pci_cache_line_size set to 64 bytes
> > [   29.804738] Expanded resource Reserved due to conflict with PCI Bus
> 0000:00
> > [   29.805292] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
> > [   29.805613] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
> > [   29.805937] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
> > [   29.806261] e820: reserve RAM buffer [mem 0x6a275018-0x6bffffff]
> > [   29.806579] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
> > [   29.806898] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
> > [   29.807218] e820: reserve RAM buffer [mem 0x7495e000-0x77ffffff]
> > [   29.807538] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
> > [   29.807860] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
> > [   29.808171] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
> > [   29.815914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> > [   29.816545] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
> > [   29.835286] clocksource: Switched to clocksource tsc-early
> > [   34.928553] VFS: Disk quotas dquot_6.6.0
> > [   34.948109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> > [   35.035328] AppArmor: AppArmor Filesystem Enabled
> > [   35.041686] pnp: PnP ACPI init
> > [   35.118495] system 00:00: [mem 0xfec00000-0xfec01fff] could not be
> reserved
> > [   35.119509] system 00:00: [mem 0xfee00000-0xfee00fff] has been
> reserved
> > [   35.120526] system 00:00: [mem 0xa0000000-0xa00fffff] has been
> reserved
> > [   35.121736] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> > [   35.181981] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
> > [   35.193164] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303
> (active)
> > [   35.209188] system 00:03: [io  0x0400-0x04cf] has been reserved
> > [   35.210159] system 00:03: [io  0x04d0-0x04d1] has been reserved
> > [   35.211133] system 00:03: [io  0x04d6] has been reserved
> > [   35.212069] system 00:03: [io  0x0c00-0x0c01] has been reserved
> > [   35.213060] system 00:03: [io  0x0c14] has been reserved
> > [   35.214122] system 00:03: [io  0x0c50-0x0c52] has been reserved
> > [   35.215089] system 00:03: [io  0x0c6c] has been reserved
> > [   35.216019] system 00:03: [io  0x0c6f] has been reserved
> > [   35.217054] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
> > [   35.218240] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
> > [   35.248980] system 00:04: [mem 0x000e0000-0x000fffff] could not be
> reserved
> > [   35.250025] system 00:04: [mem 0xfe000000-0xffffffff] could not be
> reserved
> > [   35.251251] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
> > [   35.703324] pnp: PnP ACPI: found 5 devices
> > [   36.244872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
> max_idle_ns: 2085701024 ns
> > [   36.280333] NET: Registered protocol family 2
> > [   36.326627] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4,
> 65536 bytes, linear)
> > [   36.327674] TCP established hash table entries: 65536 (order: 7, 524288
> bytes, linear)
> > [   36.328747] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes,
> linear)
> > [   36.329554] TCP: Hash tables configured (established 65536 bind 65536)
> > [   36.343994] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
> > [   36.345026] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes,
> linear)
> > [   36.383054] NET: Registered protocol family 1
> > [   36.384592] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff
> pref]: no compatible bridge window
> > [   36.385809] pci 0000:00:01.2: PCI bridge to [bus 01]
> > [   36.386335] pci 0000:00:01.2:   bridge window [mem 0x80700000-
> 0x807fffff]
> > [   36.386991] pci 0000:00:01.3: PCI bridge to [bus 02]
> > [   36.387517] pci 0000:00:01.3:   bridge window [mem 0x80600000-
> 0x806fffff]
> > [   36.388341] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff
> pref]
> > [   36.389105] pci 0000:00:01.6: PCI bridge to [bus 03]
> > [   36.389618] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> > [   36.390216] pci 0000:00:01.6:   bridge window [mem 0x80500000-
> 0x805fffff]
> > [   36.390888] pci 0000:00:08.1: PCI bridge to [bus 04]
> > [   36.391404] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> > [   36.392008] pci 0000:00:08.1:   bridge window [mem 0x80000000-
> 0x804fffff]
> > [   36.392645] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-
> 0xf6f01fffff 64bit pref]
> > [   36.393427] pci 0000:00:08.2: PCI bridge to [bus 05]
> > [   36.393999] pci 0000:00:08.3: PCI bridge to [bus 06]
> > [   36.394560] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
> > [   36.395152] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
> > [   36.395749] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff
> window]
> > [   36.396371] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff
> window]
> > [   36.397012] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff
> window]
> > [   36.397641] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff
> window]
> > [   36.398265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff
> window]
> > [   36.398896] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff
> window]
> > [   36.399529] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff
> window]
> > [   36.400162] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff
> window]
> > [   36.400808] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff
> window]
> > [   36.401442] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff
> window]
> > [   36.402073] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff
> window]
> > [   36.402706] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff
> window]
> > [   36.403336] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff
> window]
> > [   36.403967] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff
> window]
> > [   36.404615] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff
> window]
> > [   36.405246] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff
> window]
> > [   36.405884] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff
> window]
> > [   36.406522] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff
> window]
> > [   36.407159] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff
> window]
> > [   36.407796] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff
> window]
> > [   36.408529] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
> > [   36.409125] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
> > [   36.409722] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
> > [   36.410287] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
> > [   36.410886] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
> > [   36.411451] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
> > [   36.412048] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff
> 64bit pref]
> > [   36.438984] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
> > [   36.565740] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x6a0 took
> 123044 usecs
> > [   36.566608] PCI: CLS 64 bytes, default 64
> > [   36.575383] Trying to unpack rootfs image as initramfs...
> > [   44.594348] Initramfs unpacking failed: Decoding failed
> > [   44.765141] Freeing initrd memory: 46348K
> > [   44.765563] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> > [   44.766063] software IO TLB: mapped [mem 0x00000000700c0000-
> 0x00000000740c0000] (64MB)
> > [   44.776211] amd_uncore: 4  amd_df counters detected
> > [   44.782528] amd_uncore: 6  amd_l3 counters detected
> > [   44.790192] LVT offset 0 assigned for vector 0x400
> > [   44.805032] perf: AMD IBS detected (0x000003ff)
> > [   44.812927] check: Scanning for low memory corruption every 60 seconds
> > [   45.009748] Initialise system trusted keyrings
> > [   45.011340] Key type blacklist registered
> > [   45.016556] workingset: timestamp_bits=36 max_order=21
> bucket_order=0
> > [   45.792097] zbud: loaded
> > [   45.812602] tsc: Refined TSC clocksource calibration: 2399.999 MHz
> > [   45.813491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
> 0x2298364cab5, max_idle_ns: 440795214892 ns
> > [   45.814913] clocksource: Switched to clocksource tsc
> > [   46.015712] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> > [   46.082078] fuse: init (API version 7.33)
> > [   48.209690] Key type asymmetric registered
> > [   48.210112] Asymmetric key parser 'x509' registered
> > [   48.212275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
> 247)
> > [   48.218484] io scheduler mq-deadline registered
> > [   48.333963] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
> > [   48.348018] pcieport 0000:00:01.2: AER: enabled with IRQ 25
> > [   48.359083] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
> > [   48.359612] pcieport 0000:00:01.2: DPC: error containment capabilities: Int
> Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> > [   48.387391] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
> > [   48.398700] pcieport 0000:00:01.3: AER: enabled with IRQ 26
> > [   48.409855] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
> > [   48.410386] pcieport 0000:00:01.3: DPC: error containment capabilities: Int
> Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> > [   48.438202] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
> > [   48.449512] pcieport 0000:00:01.6: AER: enabled with IRQ 27
> > [   48.460554] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
> > [   48.461083] pcieport 0000:00:01.6: DPC: error containment capabilities: Int
> Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> > [   48.488872] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
> > [   48.544608] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
> > [   48.596913] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
> > [   48.643731] efifb: probing for efifb
> > [   48.645664] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
> > [   48.646236] efifb: mode is 1280x1024x32, linelength=5120, pages=1
> > [   48.646818] efifb: scrolling: redraw
> > [   48.647177] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
> > [   48.693813] Console: switching to colour frame buffer device 160x64
> > [   48.712600] fb0: EFI VGA frame buffer device
> > [   48.950402] ACPI: AC Adapter [ACAD] (on-line)
> > [   48.967860] input: Power Button as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
> > [   48.977448] ACPI: Power Button [PWRB]
> > [   48.993680] input: Lid Switch as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
> > [   49.003119] ACPI: Lid Switch [LID]
> > [   49.018444] input: Power Button as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> > [   49.026711] ACPI: Power Button [PWRF]
> > [   49.040147] Monitor-Mwait will be used to enter C-1 state
> > [   49.040746] ACPI: \_SB_.PLTF.C000: Found 3 idle states
> > [   49.076019] ACPI: \_SB_.PLTF.C001: Found 3 idle states
> > [   49.111046] ACPI: \_SB_.PLTF.C002: Found 3 idle states
> > [   49.146270] ACPI: \_SB_.PLTF.C003: Found 3 idle states
> > [   49.181579] ACPI: \_SB_.PLTF.C004: Found 3 idle states
> > [   49.216686] ACPI: \_SB_.PLTF.C005: Found 3 idle states
> > [   49.251683] ACPI: \_SB_.PLTF.C006: Found 3 idle states
> > [   49.286676] ACPI: \_SB_.PLTF.C007: Found 3 idle states
> > [   49.355993] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> > [   49.358136] battery: ACPI: Battery Slot [BATT] (battery absent)
> > [   49.368227] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
> 16550A
> > [   50.007393] Linux agpgart interface v0.103
> > [   51.790820] loop: module loaded
> > [   51.878717] libphy: Fixed MDIO Bus: probed
> > [   51.879250] tun: Universal TUN/TAP device driver, 1.6
> > [   51.887109] PPP generic driver version 2.4.2
> > [   51.897614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> > [   51.898791] ehci-pci: EHCI PCI platform driver
> > [   51.901645] ehci-platform: EHCI generic platform driver
> > [   51.904158] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> > [   51.905212] ohci-pci: OHCI PCI platform driver
> > [   51.908400] ohci-platform: OHCI generic platform driver
> > [   51.910826] uhci_hcd: USB Universal Host Controller Interface driver
> > [   51.940921] xhci_hcd 0000:04:00.4: xHCI Host Controller
> > [   51.942860] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus
> number 1
> > [   51.949371] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version
> 0x110 quirks 0x0000000200000410
> > [   52.067036] usb usb1: New USB device found, idVendor=1d6b,
> idProduct=0002, bcdDevice= 5.11
> > [   52.067981] usb usb1: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   52.068863] usb usb1: Product: xHCI Host Controller
> > [   52.069529] usb usb1: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   52.070285] usb usb1: SerialNumber: 0000:04:00.4
> > [   52.121718] hub 1-0:1.0: USB hub found
> > [   52.143260] hub 1-0:1.0: 6 ports detected
> > [   52.299837] xhci_hcd 0000:04:00.4: xHCI Host Controller
> > [   52.320570] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus
> number 2
> > [   52.340824] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced
> SuperSpeed
> > [   52.363486] usb usb2: We don't know the algorithms for LPM for this host,
> disabling LPM.
> > [   52.392918] usb usb2: New USB device found, idVendor=1d6b,
> idProduct=0003, bcdDevice= 5.11
> > [   52.413221] usb usb2: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   52.433211] usb usb2: Product: xHCI Host Controller
> > [   52.453144] usb usb2: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   52.473003] usb usb2: SerialNumber: 0000:04:00.4
> > [   52.524611] hub 2-0:1.0: USB hub found
> > [   52.545959] hub 2-0:1.0: 2 ports detected
> > [   52.624616] usb 1-6: new high-speed USB device number 2 using xhci_hcd
> > [   52.633771] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
> > [   52.653272] i8042: PNP: PS/2 appears to have AUX port disabled, if this is
> incorrect please boot with i8042.nopnp
> > [   52.683054] i8042: Warning: Keylock active
> > [   52.704869] serio: i8042 KBD port at 0x60,0x64 irq 1
> > [   52.745524] mousedev: PS/2 mouse device common for all mice
> > [   52.793278] input: AT Translated Set 2 keyboard as
> /devices/platform/i8042/serio0/input/input3
> > [   52.794725] usb 1-6: New USB device found, idVendor=1a40,
> idProduct=0101, bcdDevice= 1.11
> > [   52.808792] usb 1-6: New USB device strings: Mfr=0, Product=1,
> SerialNumber=0
> > [   52.808859] rtc_cmos 00:01: RTC can wake from S4
> > [   52.816448] usb 1-6: Product: USB 2.0 Hub
> > [   52.872834] hub 1-6:1.0: USB hub found
> > [   52.881101] hub 1-6:1.0: 4 ports detected
> > [   52.895180] rtc_cmos 00:01: registered as rtc0
> > [   52.915634] rtc_cmos 00:01: setting system clock to 2021-03-09T09:56:32
> UTC (1615283792)
> > [   52.942083] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram,
> hpet irqs
> > [   52.966158] i2c /dev entries driver
> > [   53.006298] device-mapper: uevent: version 1.0.3
> > [   53.048534] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-
> devel@redhat.com
> > [   53.074343] ledtrig-cpu: registered to indicate activity on CPUs
> > [   53.096789] EFI Variables Facility v0.08 2004-May-17
> > [   53.300603] usb 1-6.1: new full-speed USB device number 3 using
> xhci_hcd
> > [   53.444711] NET: Registered protocol family 10
> > [   53.549283] usb 1-6.1: New USB device found, idVendor=0b95,
> idProduct=6804, bcdDevice= 0.12
> > [   53.558046] usb 1-6.1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> > [   53.566388] usb 1-6.1: Product: AX68004
> > [   53.574558] usb 1-6.1: Manufacturer: ASIX Electronics
> > [   53.582847] usb 1-6.1: SerialNumber: 00000001
> > [   53.610327] Segment Routing with IPv6
> > [   53.635742] NET: Registered protocol family 17
> > [   53.658447] hub 1-6.1:1.0: USB hub found
> > [   53.664105] Key type dns_resolver registered
> > [   53.668253] hub 1-6.1:1.0: 7 ports detected
> > [   53.916662] usb 1-6.4: new full-speed USB device number 4 using
> xhci_hcd
> > [   53.946315] microcode: CPU0: patch_level=0x08900103
> > [   53.955483] microcode: CPU1: patch_level=0x08900103
> > [   53.965080] microcode: CPU2: patch_level=0x08900103
> > [   53.973919] microcode: CPU3: patch_level=0x08900103
> > [   53.982410] microcode: CPU4: patch_level=0x08900103
> > [   53.990532] microcode: CPU5: patch_level=0x08900103
> > [   54.011626] microcode: CPU6: patch_level=0x08900103
> > [   54.019879] microcode: CPU7: patch_level=0x08900103
> > [   54.035199] microcode: Microcode Update Driver: v2.2.
> > [   54.035331] IPI shorthand broadcast: enabled
> > [   54.079090] sched_clock: Marking stable (54046365506, 30131209)-
> >(54079268378, -2771663)
> > [   54.111824] registered taskstats version 1
> > [   54.135117] Loading compiled-in X.509 certificates
> > [   54.146211] usb 1-6.4: New USB device found, idVendor=1a86,
> idProduct=7523, bcdDevice= 2.64
> > [   54.163143] usb 1-6.4: New USB device strings: Mfr=0, Product=2,
> SerialNumber=0
> > [   54.171304] usb 1-6.4: Product: USB Serial
> > [   54.194473] Loaded X.509 cert 'Build time autogenerated kernel key:
> dbcbf20b6db11cace3e8c1706a7d7af9eab0838a'
> > [   54.216619] usb 1-6.1.1: new full-speed USB device number 5 using
> xhci_hcd
> > [   54.279605] zswap: loaded using pool lzo/zbud
> > [   54.316898] kmemleak: Automatic memory scanning thread started
> > [   54.316878] kmemleak: Kernel memory leak detector initialized (mem
> pool available: 15125)
> > [   54.353527] Key type ._fscrypt registered
> > [   54.375466] usb 1-6.1.1: New USB device found, idVendor=046d,
> idProduct=c534, bcdDevice=29.01
> > [   54.376973] Key type .fscrypt registered
> > [   54.398297] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> > [   54.421576] Key type fscrypt-provisioning registered
> > [   54.443108] usb 1-6.1.1: Product: USB Receiver
> > [   54.488776] usb 1-6.1.1: Manufacturer: Logitech
> > [   54.490248] Key type encrypted registered
> > [   54.534239] AppArmor: AppArmor sha1 policy hashing enabled
> > [   54.558198] ima: No TPM chip found, activating TPM-bypass!
> > [   54.581807] ima: Allocated hash algorithm: sha1
> > [   54.607409] ima: No architecture policies found
> > [   54.632983] evm: Initialising EVM extended attributes:
> > [   54.656076] evm: security.selinux
> > [   54.678028] evm: security.SMACK64
> > [   54.699821] evm: security.SMACK64EXEC
> > [   54.721547] evm: security.SMACK64TRANSMUTE
> > [   54.742999] evm: security.SMACK64MMAP
> > [   54.764326] evm: security.apparmor
> > [   54.785553] evm: security.ima
> > [   54.806619] evm: security.capability
> > [   54.827660] evm: HMAC attrs: 0x1
> > [   55.050373] PM:   Magic number: 13:500:929
> > [   55.071161] acpi STK00034:00: hash matches
> > [   55.139431] acpi_cpufreq: overriding BIOS provided _PSD data
> > [   55.341705] RAS: Correctable Errors collector initialized.
> > [   55.888435] Freeing unused decrypted memory: 2036K
> > [   55.940524] Freeing unused kernel image (initmem) memory: 2484K
> > [   55.969099] Write protecting the kernel read-only data: 22528k
> > [   56.039908] Freeing unused kernel image (text/rodata gap) memory:
> 2036K
> > [   56.074340] Freeing unused kernel image (rodata/data gap) memory:
> 1164K
> > [   61.208997] x86/mm: Checked W+X mappings: passed, no W+X pages
> found.
> > [   61.231719] Run /init as init process
> > [   61.251507]   with arguments:
> > [   61.251637]     /init
> > [   61.251792]     nokaslr
> > [   61.251934]   with environment:
> > [   61.252075]     HOME=/
> > [   61.252223]     TERM=linux
> > [   61.252370]     BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e
> > [   61.856220] hid: raw HID events driver (C) Jiri Kosina
> > [   61.888080] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post:
> no)
> > [   61.959307] acpi device:16: registered as cooling_device8
> > [   61.979135] input: Video Bus as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/i
> nput/input4
> > [   62.002377] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
> > [   62.039238] pps_core: LinuxPPS API ver. 1 registered
> > [   62.049970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
> Giometti <giometti@linux.it>
> > [   62.064809] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
> > [   62.082367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00,
> revision 0
> > [   62.091350] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port
> selection
> > [   62.121079] usbcore: registered new interface driver usbhid
> > [   62.121416] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at
> 0xb20
> > [   62.132863] usbhid: USB HID core driver
> > [   62.232843] nvme nvme0: pci function 0000:01:00.0
> > [   62.276181] PTP clock support registered
> > [   62.305884] input: Logitech USB Receiver as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.0/0003:046D:C534.0001/input/input5
> > [   62.374657] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID
> v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> > [   62.386164] input: Logitech USB Receiver Mouse as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/input/input6
> > [   62.403095] nvme nvme0: missing or invalid SUBNQN field.
> > [   62.408777] input: Logitech USB Receiver Consumer Control as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/input/input7
> > [   62.442952] nvme nvme0: Shutdown timeout set to 8 seconds
> > [   62.484441] e1000e: Intel(R) PRO/1000 Network Driver
> > [   62.494619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> > [   62.504780] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
> > [   62.510246] input: Logitech USB Receiver System Control as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/input/input8
> > [   62.523073] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to
> dynamic conservative mode
> > [   62.541681] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB
> HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
> > [   62.564847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> > [   62.577132] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned
> bus number 3
> > [   62.589323] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version
> 0x110 quirks 0x0000000000010010
> > [   62.598823] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered
> PHC clock
> > [   62.600583] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
> > [   62.623436] usb usb3: New USB device found, idVendor=1d6b,
> idProduct=0002, bcdDevice= 5.11
> > [   62.635901] usb usb3: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   62.648103] usb usb3: Product: xHCI Host Controller
> > [   62.660409] usb usb3: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   62.667913] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1)
> 6c:b3:11:0f:44:ad
> > [   62.672744] usb usb3: SerialNumber: xhci-hcd.2.auto
> > [   62.677121] hub 3-0:1.0: USB hub found
> > [   62.684959] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network
> Connection
> > [   62.697039] hub 3-0:1.0: 1 port detected
> > [   62.708806] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
> > [   62.722389] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> > [   62.751242] e1000e 0000:03:00.0 eno1: renamed from eth0
> > [   62.759973] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned
> bus number 4
> > [   62.784717] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced
> SuperSpeed
> > [   62.798323] usb usb4: We don't know the algorithms for LPM for this host,
> disabling LPM.
> > [   62.810764] usb usb4: New USB device found, idVendor=1d6b,
> idProduct=0003, bcdDevice= 5.11
> > [   62.822098] usb usb4: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   62.828185] nvme nvme0: 16/0/0 default/read/poll queues
> > [   62.833492] usb usb4: Product: xHCI Host Controller
> > [   62.833498] usb usb4: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   62.833500] usb usb4: SerialNumber: xhci-hcd.2.auto
> > [   62.837027] hub 4-0:1.0: USB hub found
> > [   62.909305] hub 4-0:1.0: 1 port detected
> > [   63.031972] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID
> v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> > [   63.050794]  nvme0n1: p1 p2 p3
> > [   63.099868] random: fast init done
> > [   63.300016] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1:
> USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-
> 6.1.1/input1
> > [   63.386444] logitech-djreceiver 0003:046D:C534.0002: device of type
> eQUAD nano Lite (0x0a) connected on slot 1
> > [   63.399889] input: Logitech Wireless Keyboard PID:4023 Keyboard as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
> > [   63.425410] logitech-djreceiver 0003:046D:C534.0002: device of type
> eQUAD nano Lite (0x0a) connected on slot 2
> > [   63.439666] input: Logitech Wireless Keyboard PID:4023 Consumer Control
> as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
> > [   63.467167] input: Logitech Wireless Keyboard PID:4023 System Control as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
> > [   63.501551] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID
> v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-
> 6.1.1/input1:1
> > [   63.515821] input: Logitech Wireless Mouse PID:4054 Mouse as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
> > [   63.546342] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID
> v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-
> 6.1.1/input1:2
> > [   65.032580] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device
> connected.
> > [   66.861517] input: Logitech Wireless Keyboard PID:4023 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input22
> > [   66.897595] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2:
> USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-
> 0000:04:00.4-6.1.1/input1:1
> > [   67.026724] input: Logitech Wireless Mouse as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input23
> > [   67.065173] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3:
> USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-
> 6.1.1/input1:2
> > [   67.803566] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data
> mode. Opts: (null). Quota mode: none.
> > [   72.903702] Not activating Mandatory Access Control as /sbin/tomoyo-init
> does not exist.
> > [   74.381038] systemd[1]: Inserted module 'autofs4'
> > [   76.754611] systemd[1]: systemd 245.4-4ubuntu3.2 running in system
> mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT
> +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP
> +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
> > [   76.872587] systemd[1]: Detected architecture x86-64.
> > [   77.625608] systemd[1]: Set hostname to <scbu-Chachani>.
> > [   80.353431] systemd[1]: /lib/systemd/system/dbus.socket:5:
> ListenStream= references a path below legacy directory /var/run/, updating
> /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket;
> please update the unit file accordingly.
> > [   82.552892] systemd[1]: Created slice system-modprobe.slice.
> > [   82.788950] systemd[1]: Created slice system-systemd\x2dfsck.slice.
> > [   83.015834] systemd[1]: Created slice User and Session Slice.
> > [   83.128137] systemd[1]: Started Forward Password Requests to Wall
> Directory Watch.
> > [   83.275007] systemd[1]: Set up automount Arbitrary Executable File
> Formats File System Automount Point.
> > [   83.382905] systemd[1]: Reached target User and Group Name Lookups.
> > [   83.487113] systemd[1]: Reached target Remote File Systems.
> > [   83.591400] systemd[1]: Reached target Slices.
> > [   83.709971] systemd[1]: Listening on Syslog Socket.
> > [   83.826474] systemd[1]: Listening on fsck to fsckd communication Socket.
> > [   83.936934] systemd[1]: Listening on initctl Compatibility Named Pipe.
> > [   84.062844] systemd[1]: Listening on Journal Audit Socket.
> > [   84.177872] systemd[1]: Listening on Journal Socket (/dev/log).
> > [   84.295185] systemd[1]: Listening on Journal Socket.
> > [   84.409567] systemd[1]: Listening on udev Control Socket.
> > [   84.517738] systemd[1]: Listening on udev Kernel Socket.
> > [   85.019421] systemd[1]: Mounting Huge Pages File System...
> > [   85.386033] systemd[1]: Mounting POSIX Message Queue File System...
> > [   85.755988] systemd[1]: Mounting Kernel Debug File System...
> > [   86.124942] systemd[1]: Mounting Kernel Trace File System...
> > [   86.559129] systemd[1]: Starting Journal Service...
> > [   86.932746] systemd[1]: Starting Set the console keyboard layout...
> > [   87.570562] systemd[1]: Starting Create list of static device nodes for the
> current kernel...
> > [   87.915311] systemd[1]: Starting Load Kernel Module drm...
> > [   88.021354] systemd[1]: Condition check resulted in Set Up Additional
> Binary Formats being skipped.
> > [   88.056239] systemd[1]: Condition check resulted in File System Check on
> Root Device being skipped.
> > [   88.372381] systemd[1]: Starting Load Kernel Modules...
> > [   88.415451] lp: driver loaded but no devices found
> > [   88.422760] ppdev: user-space parallel port driver
> > [   88.798562] systemd[1]: Starting Remount Root and Kernel File Systems...
> > [   88.814129] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro.
> Quota mode: none.
> > [   89.161086] systemd[1]: Starting udev Coldplug all Devices...
> > [   89.513616] systemd[1]: Starting Uncomplicated firewall...
> > [   89.721739] systemd[1]: Started Journal Service.
> > [   92.172886] systemd-journald[296]: Received client request to flush
> runtime journal.
> > [   94.180700] random: crng init done
> > [   94.977263] loop0: detected capacity change from 113424 to 0
> > [   95.318120] loop1: detected capacity change from 113592 to 0
> > [   95.671148] loop2: detected capacity change from 446248 to 0
> > [   96.027039] loop3: detected capacity change from 448496 to 0
> > [   96.399907] loop4: detected capacity change from 127160 to 0
> > [   96.754497] loop5: detected capacity change from 132648 to 0
> > [   97.084115] loop6: detected capacity change from 104496 to 0
> > [   97.436738] loop7: detected capacity change from 104536 to 0
> > [   97.846291] loop8: detected capacity change from 63664 to 0
> > [   98.259944] loop9: detected capacity change from 66104 to 0
> > [   99.556164] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel
> <jroedel@suse.de>
> > [   99.556167] AMD-Vi: AMD IOMMUv2 functionality not available on this
> system
> > [   99.771529] usbcore: registered new interface driver usbserial_generic
> > [   99.771584] usbserial: USB Serial support registered for generic
> > [   99.795261] usbcore: registered new interface driver ch341
> > [   99.795359] usbserial: USB Serial support registered for ch341-uart
> > [   99.795421] ch341 1-6.4:1.0: ch341-uart converter detected
> > [   99.842472] pstore: Using crash dump compression: deflate
> > [   99.842529] pstore: Registered efi as persistent store backend
> > [   99.854877] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
> > [   99.863142] [drm] amdgpu kernel modesetting enabled.
> > [   99.865063] amdgpu: Virtual CRAT table created for CPU
> > [   99.865336] amdgpu: Topology: Add CPU node
> > [   99.865875] checking generic (f6e0000000 500000) vs hw (f6e0000000
> 10000000)
> > [   99.865879] fb0: switching to amdgpudrmfb from EFI VGA
> > [   99.924145] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840
> ms ovfl timer
> > [   99.924156] RAPL PMU: hw unit of domain package 2^-16 Joules
> > [   99.927595] Console: switching to colour dummy device 80x25
> > [   99.928030] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
> > [   99.930017] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
> > [   99.930720] [drm] initializing kernel modesetting (VANGOGH
> 0x1002:0x163F 0x1002:0x0123 0xAE).
> > [   99.930727] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ)
> feature disabled as experimental (default)
> > [   99.976436] [drm] register mmio base: 0x80400000
> > [   99.976449] [drm] register mmio size: 524288
> > [   99.976462] [drm] PCIE atomic ops is not supported
> > [   99.983708] [drm] add ip block number 0 <nv_common>
> > [   99.983714] [drm] add ip block number 1 <gmc_v10_0>
> > [   99.983717] [drm] add ip block number 2 <navi10_ih>
> > [   99.983718] [drm] add ip block number 3 <psp>
> > [   99.983721] [drm] add ip block number 4 <smu>
> > [   99.983724] [drm] add ip block number 5 <dm>
> > [   99.983725] [drm] add ip block number 6 <gfx_v10_0>
> > [   99.983726] [drm] add ip block number 7 <sdma_v5_2>
> > [   99.983727] [drm] add ip block number 8 <vcn_v3_0>
> > [   99.983731] [drm] add ip block number 9 <jpeg_v3_0>
> > [   99.983800] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
> > [   99.983833] amdgpu: ATOM BIOS: 113-AMDAerith-004
> > [   99.983886] [drm] VCN(0) decode is enabled in VM mode
> > [   99.983888] [drm] VCN(0) encode is enabled in VM mode
> > [   99.984429] [drm] JPEG decode is enabled in VM mode
> > [   99.984816] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit,
> fragment size is 9-bit
> > [   99.984958] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M
> 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
> > [   99.984961] amdgpu 0000:04:00.0: amdgpu: GART: 512M
> 0x0000000000000000 - 0x000000001FFFFFFF
> > [   99.984962] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M
> 0x000000F800000000 - 0x0000FFFFFFFFFFFF
> > [   99.984978] [drm] Detected VRAM RAM=1024M, BAR=1024M
> > [   99.984981] [drm] RAM width 256bits DDR5
> > [   99.985223] [drm] amdgpu: 1024M of VRAM memory ready
> > [   99.985233] [drm] amdgpu: 3072M of GTT memory ready.
> > [   99.985260] [drm] GART: num cpu pages 131072, num gpu pages 131072
> > [   99.985962] [drm] PCIE GART of 512M enabled (table at
> 0x000000F400500000).
> > [  100.034916] [drm] Loading DMUB firmware via PSP: version=0x00000000
> > [  100.047953] cryptd: max_cpu_qlen set to 1000
> > [  100.065682] AVX2 version of gcm_enc/dec engaged.
> > [  100.065686] AES CTR mode by8 optimization enabled
> > [  100.095359] [drm] use_doorbell being set to: [true]
> > [  100.101223] [drm] Found VCN firmware Version ENC: 1.12 DEC: 2 VEP: 0
> Revision: 10
> > [  100.101268] [drm] PSP loading VCN firmware
> > [  100.224123] [drm] reserve 0xa00000 from 0xf43f400000 for PSP TMR
> > [  100.332303] amdgpu 0000:04:00.0: amdgpu: SMU is initialized
> successfully!
> > [  100.335073] [drm] Display Core initialized with v3.2.125!
> > [  100.353279] [drm] DMUB hardware initialized: version=0x03000002
> > [  100.534708] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
> > [  100.649058] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio
> client
> > [  100.704229] kvm: Nested Virtualization enabled
> > [  100.704324] SVM: kvm: Nested Paging enabled
> > [  100.704327] SVM: Virtual VMLOAD VMSAVE supported
> > [  100.704327] SVM: Virtual GIF supported
> > [  100.711981] MCE: In-kernel MCE decoding enabled.
> > [  100.735988] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
> > [  100.778717] input: HD-Audio Generic HDMI/DP,pcm=3 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
> > [  100.780329] input: HD-Audio Generic HDMI/DP,pcm=7 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input25
> > [  100.782580] input: HD-Audio Generic HDMI/DP,pcm=8 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input26
> > [  100.784150] input: HD-Audio Generic HDMI/DP,pcm=9 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input27
> > [  100.859594] snd_hda_codec_realtek hdaudioC1D0: autoconfig for
> ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
> > [  100.859607] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0
> (0x0/0x0/0x0/0x0/0x0)
> > [  100.859610] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1
> (0x21/0x0/0x0/0x0/0x0)
> > [  100.859612] snd_hda_codec_realtek hdaudioC1D0:    mono:
> mono_out=0x0
> > [  100.859614] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
> > [  100.859618] snd_hda_codec_realtek hdaudioC1D0:    inputs:
> > [  100.859621] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
> > [  100.859624] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
> > [  100.873822] intel_rapl_common: Found RAPL domain package
> > [  100.873982] intel_rapl_common: Found RAPL domain core
> > [  101.080660] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR*
> dce110_edp_wait_for_hpd_ready: wait timed out!
> > [  101.101954] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops
> amdgpu_dm_audio_component_bind_ops [amdgpu])
> > [  101.868338] input: HD-Audio Generic Mic as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
> > [  101.870255] input: HD-Audio Generic Headphone as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input29
> > [  102.016684] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR*
> dce110_edp_wait_for_hpd_ready: wait timed out!
> > [  102.369355] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2
> extents:1 across:12695548k SSFS
> > [  102.624659] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR*
> dce110_edp_wait_for_hpd_ready: wait timed out!
> > [  102.685439] [drm] kiq ring mec 2 pipe 1 q 0
> > [  102.694880] [drm] VCN decode and encode initialized successfully(under
> DPG Mode).
> > [  102.695097] [drm] JPEG decode initialized successfully.
> > [  102.696009] kfd kfd: Allocated 3969056 bytes on gart
> > [  102.696385] amdgpu: Virtual CRAT table created for GPU
> > [  102.697116] amdgpu: Topology: Add dGPU node [0x163f:0x1002]
> > [  102.697124] kfd kfd: added device 1002:163f
> > [  102.699235] [drm] fb mappable at 0x2407C6000
> > [  102.699240] [drm] vram apper at 0x240000000
> > [  102.699240] [drm] size 5242880
> > [  102.699241] [drm] fb depth is 24
> > [  102.699243] [drm]    pitch is 5120
> > [  102.700470] fbcon: amdgpudrmfb (fb0) is primary device
> > [  102.838112] Console: switching to colour frame buffer device 160x64
> > [  102.858778] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer
> device
> > [  104.270272] audit: type=1400 audit(1615283843.851:2):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="lsb_release" pid=550 comm="apparmor_parser"
> > [  104.270319] audit: type=1400 audit(1615283843.851:3):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="libreoffice-oopslash" pid=547 comm="apparmor_parser"
> > [  104.271511] audit: type=1400 audit(1615283843.851:4):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="ippusbxd" pid=553 comm="apparmor_parser"
> > [  104.274094] audit: type=1400 audit(1615283843.855:5):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/sbin/cups-browsed" pid=548 comm="apparmor_parser"
> > [  104.275109] audit: type=1400 audit(1615283843.855:6):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="libreoffice-xpdfimport" pid=549 comm="apparmor_parser"
> > [  104.277256] audit: type=1400 audit(1615283843.859:7):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="libreoffice-senddoc" pid=556 comm="apparmor_parser"
> > [  104.277575] audit: type=1400 audit(1615283843.859:8):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/sbin/tcpdump" pid=551 comm="apparmor_parser"
> > [  104.279021] audit: type=1400 audit(1615283843.859:9):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/lib/snapd/snap-confine" pid=552 comm="apparmor_parser"
> > [  104.279057] audit: type=1400 audit(1615283843.859:10):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper"
> pid=552 comm="apparmor_parser"
> > [  104.283944] audit: type=1400 audit(1615283843.863:11):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/bin/man" pid=554 comm="apparmor_parser"
> > [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s!
> [swapper/1:0]
> > [  124.588731] Modules linked in: nls_iso8859_1 fjes(-) intel_rapl_msr
> intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic
> ledtrig_audio snd_hda_codec_hdmi edac_mce_amd kvm_amd ccp
> snd_hda_intel kvm irqbypass snd_intel_dspcfg crct10dif_pclmul
> snd_hda_codec snd_hda_core ghash_clmulni_intel snd_hwdep snd_pcm
> aesni_intel crypto_simd snd_seq_midi snd_seq_midi_event cryptd
> glue_helper joydev snd_rawmidi input_leds snd_seq rapl ch341
> snd_seq_device usbserial amdgpu(+) serio_raw snd_timer efi_pstore snd
> iommu_v2 soundcore gpu_sched drm_ttm_helper ttm drm_kms_helper
> i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ucsi_acpi
> typec_ucsi typec cm32181 industrialio mac_hid sch_fq_codel parport_pc
> ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp
> xhci_plat_hcd hid_logitech_dj e1000e dwc3 ulpi hid_generic rtsx_pci_sdmmc
> udc_core ptp nvme usbhid crc32_pclmul i2c_piix4 nvme_core rtsx_pci
> pps_core dwc3_pci i2c_hid video hid
> > [  124.588818] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.11.0-
> 7490c004ae7e #20210308
> > [  124.588822] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS
> WCH1304N 03/04/2021
> > [  124.588823] RIP: 0010:finish_task_switch+0xae/0x290
> > [  124.588831] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85
> e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04
> 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> > [  124.588833] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> > [  124.588835] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX:
> 0000000000000000
> > [  124.588836] RDX: 0000000000000000 RSI: 0000000000000000 RDI:
> ffff888237c6be00
> > [  124.588837] RBP: ffffc900000dfe50 R08: 0000000000000002 R09:
> 000000000002b680
> > [  124.588838] R10: ffffc90000feb930 R11: 0000000000000000 R12:
> ffff888100974800
> > [  124.588839] R13: 0000000000000000 R14: ffff888107543000 R15:
> 0000000000000002
> > [  124.588840] FS:  0000000000000000(0000) GS:ffff888237c40000(0000)
> knlGS:0000000000000000
> > [  124.588841] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > [  124.588842] CR2: 00005647dd4d33d8 CR3: 000000010767e000 CR4:
> 0000000000350ee0
> > [  124.588843] Call Trace:
> > [  124.588846]  __schedule+0x2c1/0x830
> > [  124.588850]  schedule_idle+0x22/0x40
> > [  124.588854]  do_idle+0x18f/0x2b0
> > [  124.588857]  cpu_startup_entry+0x1d/0x20
> > [  124.588859]  start_secondary+0x11f/0x160
> > [  124.588867]  secondary_startup_64_no_verify+0xb0/0xbb
> > [  135.183179] irq 9: nobody cared (try booting with the "irqpoll" option)
> > [  135.183254] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    L    5.11.0-
> 7490c004ae7e #20210308
> > [  135.183257] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS
> WCH1304N 03/04/2021
> > [  135.183258] Call Trace:
> > [  135.183259]  <IRQ>
> > [  135.183261]  dump_stack+0x74/0x92
> > [  135.183266]  __report_bad_irq+0x35/0xc0
> > [  135.183271]  note_interrupt+0x24b/0x2a0
> > [  135.183272]  handle_irq_event_percpu+0x54/0x80
> > [  135.183276]  handle_irq_event+0x3b/0x60
> > [  135.183278]  handle_fasteoi_irq+0x7c/0x130
> > [  135.183279]  asm_call_irq_on_stack+0x12/0x20
> > [  135.183283]  </IRQ>
> > [  135.183287]  common_interrupt+0xc7/0x150
> > [  135.183290]  asm_common_interrupt+0x1e/0x40
> > [  135.183294] RIP: 0010:finish_task_switch+0xae/0x290
> > [  135.183300] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85
> e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04
> 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> > [  135.183302] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> > [  135.183304] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX:
> 0000000000000000
> > [  135.183306] RDX: 0000000000000000 RSI: 0000000000000000 RDI:
> ffff888237c6be00
> > [  135.183306] RBP: ffffc900000dfe50 R08: 0000000000000002 R09:
> 000000000002b680
> > [  135.183307] R10: ffffc90000feb930 R11: 0000000000000000 R12:
> ffff888100974800
> > [  135.183308] R13: 0000000000000000 R14: ffff888107543000 R15:
> 0000000000000002
> > [  135.183310]  ? __switch_to_asm+0x36/0x70
> > [  135.183314]  __schedule+0x2c1/0x830
> > [  135.183317]  schedule_idle+0x22/0x40
> > [  135.183318]  do_idle+0x18f/0x2b0
> > [  135.183321]  cpu_startup_entry+0x1d/0x20
> > [  135.183324]  start_secondary+0x11f/0x160
> > [  135.183327]  secondary_startup_64_no_verify+0xb0/0xbb
> > [  135.183330] handlers:
> > [  135.183360] [<000000008388e1d9>] acpi_irq
> > [  135.183405] Disabling IRQ #9
> > [  135.185531] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv
> eng 0 on hub 0
> > [  135.185538] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv
> eng 1 on hub 0
> > [  135.185540] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv
> eng 4 on hub 0
> > [  135.185541] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv
> eng 5 on hub 0
> > [  135.185543] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv
> eng 6 on hub 0
> > [  135.185544] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv
> eng 7 on hub 0
> > [  135.185545] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv
> eng 8 on hub 0
> > [  135.185546] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv
> eng 9 on hub 0
> > [  135.185548] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv
> eng 10 on hub 0
> > [  135.185551] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv
> eng 11 on hub 0
> > [  135.185554] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng
> 12 on hub 0
> > [  135.185558] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv
> eng 0 on hub 1
> > [  135.185560] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv
> eng 1 on hub 1
> > [  135.185561] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv
> eng 4 on hub 1
> > [  135.185562] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv
> eng 5 on hub 1
> > [  136.758216] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:04:00.0 on
> minor 0
> > [  147.972000] loop10: detected capacity change from 8 to 0
> > [  156.171702] kauditd_printk_skb: 25 callbacks suppressed
> > [  156.171712] audit: type=1400 audit(1615283895.751:37):
> apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed"
> pid=832 comm="cups-browsed" capability=23  capname="sys_nice"
> > [  160.206322] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full
> Duplex, Flow Control: Rx/Tx
> > [  160.207256] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes
> ready
> > [  175.036396] rfkill: input handler disabled
> >
> 
> 
> --
> Thanks,
> 
> David / dhildenb

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-12 14:06     ` Deucher, Alexander
  0 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-12 14:06 UTC (permalink / raw)
  To: David Hildenbrand, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Liang, Liang (Leo),
	Rafael J. Wysocki, Mike Rapoport, George Kennedy, Huang, Ray,
	Koenig, Christian

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Thursday, March 11, 2021 10:03 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>;
> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
> tail in __free_pages_core()")
> 
> On 11.03.21 15:41, Deucher, Alexander wrote:
> > [AMD Public Use]
> >
> > Booting kernels on certain AMD platforms takes 2-3 minutes with the patch
> in the subject.  Reverting it restores quick boot times (few seconds).  Any
> ideas?
> >
> 
> Hi,
> 
> We just discovered latent BUGs in ACPI code whereby ACPI tables are
> exposed to the page allocator as ordinary, free system RAM. With the
> patch you mention, the order in which pages get allocated from the page
> allocator are changed - which makes the BUG trigger more easily.
> 
> I could imagine that someone allocates and uses that memory on your
> platform, and I could imagine that such accesses are very slow.
> 
> I cannot tell if that is the root cause, but at least it would make sense.
> 
> See
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
> 
> You might want to give that patch a try (not sure if it's the latest
> version). CCing George

Thanks for the patch.  Unfortunately it didn't help.  Any other ideas?  Is there a newer version of that patch?

Alex

> 
> Thanks
> 
> > Thanks,
> >
> > Alex
> >
> > [    0.000000] Linux version 5.11.0-7490c004ae7e (jenkins@24dbd4b4380b)
> (gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, GNU ld (GNU Binutils for Ubuntu)
> 2.30) #20210308 SMP Sun Mar 7 20:04:05 UTC 2021
> > [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-
> 7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro
> resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off
> nokaslr
> > [    0.000000] KERNEL supported cpus:
> > [    0.000000]   Intel GenuineIntel
> > [    0.000000]   AMD AuthenticAMD
> > [    0.000000]   Hygon HygonGenuine
> > [    0.000000]   Centaur CentaurHauls
> > [    0.000000]   zhaoxin   Shanghai
> > [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point
> registers'
> > [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
> > [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
> > [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
> > [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes,
> using 'compacted' format.
> > [    0.000000] BIOS-provided physical RAM map:
> > [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff]
> ACPI NVS
> > [    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff]
> ACPI NVS
> > [    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff]
> ACPI data
> > [    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff]
> reserved
> > [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff]
> usable
> > [    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff]
> reserved
> > [    0.000000] NX (Execute Disable) protection: active
> > [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==>
> usable
> > [    0.000000] e820: update [mem 0x6a275018-0x6a283857] usable ==>
> usable
> > [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==>
> usable
> > [    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==>
> usable
> > [    0.000000] extended physical RAM map:
> > [    0.000000] reserve setup_data: [mem 0x0000000000000000-
> 0x000000000009efff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000000009f000-
> 0x00000000000bffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x0000000000100000-
> 0x0000000009afffff] usable
> > [    0.000000] reserve setup_data: [mem 0x0000000009b00000-
> 0x0000000009dfffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x0000000009e00000-
> 0x0000000009efffff] usable
> > [    0.000000] reserve setup_data: [mem 0x0000000009f00000-
> 0x0000000009f10fff] ACPI NVS
> > [    0.000000] reserve setup_data: [mem 0x0000000009f11000-
> 0x000000006a275017] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006a275018-
> 0x000000006a283857] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006a283858-
> 0x000000006c56efff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006c56f000-
> 0x000000006c56ffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x000000006c570000-
> 0x000000006c572017] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006c572018-
> 0x000000006c57c657] usable
> > [    0.000000] reserve setup_data: [mem 0x000000006c57c658-
> 0x000000007877efff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000007877f000-
> 0x000000007af7efff] reserved
> > [    0.000000] reserve setup_data: [mem 0x000000007af7f000-
> 0x000000007cf7efff] ACPI NVS
> > [    0.000000] reserve setup_data: [mem 0x000000007cf7f000-
> 0x000000007cffefff] ACPI data
> > [    0.000000] reserve setup_data: [mem 0x000000007cfff000-
> 0x000000007cffffff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000007d000000-
> 0x000000007dffffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x000000007f000000-
> 0x000000007fffffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000a0000000-
> 0x00000000a00fffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000f0000000-
> 0x00000000f7ffffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fec00000-
> 0x00000000fec01fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fec10000-
> 0x00000000fec10fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fec20000-
> 0x00000000fec20fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fed80000-
> 0x00000000fed81fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fedc0000-
> 0x00000000feddffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000fee00000-
> 0x00000000fee00fff] reserved
> > [    0.000000] reserve setup_data: [mem 0x00000000ff080000-
> 0x00000000ffddffff] reserved
> > [    0.000000] reserve setup_data: [mem 0x0000000100000000-
> 0x000000023f37ffff] usable
> > [    0.000000] reserve setup_data: [mem 0x000000023f380000-
> 0x000000027fffffff] reserved
> > [    0.000000] efi: EFI v2.70 by INSYDE Corp.
> > [    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014
> SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618
> MEMATTR=0x74959018 RNG=0x7970d798
> > [    0.000000] efi: seeding entropy pool
> > [    0.000000] SMBIOS 3.1.1 present.
> > [    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1304N
> 03/04/2021
> > [    0.000000] tsc: Fast TSC calibration using PIT
> > [    0.000000] tsc: Detected 2400.092 MHz processor
> > [    0.000011] e820: update [mem 0x00000000-0x00000fff] usable ==>
> reserved
> > [    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
> > [    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
> > [    0.000026] MTRR default type: uncachable
> > [    0.000027] MTRR fixed ranges enabled:
> > [    0.000028]   00000-9FFFF write-back
> > [    0.000029]   A0000-BFFFF uncachable
> > [    0.000030]   C0000-FFFFF write-through
> > [    0.000031] MTRR variable ranges enabled:
> > [    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
> > [    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
> > [    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
> > [    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
> > [    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
> > [    0.000039]   5 disabled
> > [    0.000039]   6 disabled
> > [    0.000040]   7 disabled
> > [    0.000040] TOM2: 0000000280000000 aka 10240M
> > [    0.000262] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC-
> WT
> > [    0.000770] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
> > [    0.004754] esrt: Reserving ESRT space from 0x000000007970d618 to
> 0x000000007970d650.
> > [    0.004765] check: Scanning 1 areas for low memory corruption
> > [    0.004772] Using GB pages for direct mapping
> > [    0.005629] Secure boot disabled
> > [    0.005630] RAMDISK: [mem 0x3d2bb000-0x3fffdfff]
> > [    0.005640] ACPI: Early table checksum verification disabled
> > [    0.005645] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
> > [    0.005649] ACPI: XSDT 0x000000007CFCE188 0000FC (v01 AMDYDE
> Celadon  00000002      01000013)
> > [    0.005656] ACPI: FACP 0x000000007CFEF000 00010C (v05 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005661] ACPI: DSDT 0x000000007CFE0000 007717 (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005664] ACPI: FACS 0x000000007BF1F000 000040
> > [    0.005667] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon
> 00000001 ACPI 00040000)
> > [    0.005670] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005673] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005676] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon
> 00000002 ACPI 00040000)
> > [    0.005679] ACPI: ASF! 0x000000007CFF1000 0000A5 (v32 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005682] ACPI: BOOT 0x000000007CFF0000 000028 (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005685] ACPI: HPET 0x000000007CFEE000 000038 (v01 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005688] ACPI: APIC 0x000000007CFED000 000138 (v03 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005691] ACPI: MCFG 0x000000007CFEC000 00003C (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005694] ACPI: SLIC 0x000000007CFEB000 000176 (v01 AMDYDE Celadon
> 00000002 ACPI 00040000)
> > [    0.005697] ACPI: WSMT 0x000000007CFE8000 000028 (v01 AMDYDE
> Celadon  00000002 ACPI 00040000)
> > [    0.005700] ACPI: SSDT 0x000000007CFDF000 000099 (v01 AMDyde
> Celadon  00000002 ACPI 00040000)
> > [    0.005703] ACPI: VFCT 0x000000007CFD4000 00A684 (v01 AMDYDE
> Celadon  00000001 ACPI 00040000)
> > [    0.005706] ACPI: SSDT 0x000000007CFD3000 0000F8 (v01 AMD    Celadon
> 00001000 ACPI 00040000)
> > [    0.005709] ACPI: SSDT 0x000000007CFD1000 001D0C (v02 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005712] ACPI: CRAT 0x000000007CFD0000 0007E8 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005715] ACPI: CDIT 0x000000007CFCF000 000029 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005718] ACPI: SSDT 0x000000007CFFD000 000735 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005721] ACPI: SSDT 0x000000007CFCC000 0014AE (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005723] ACPI: SSDT 0x000000007CFCA000 001525 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005726] ACPI: SSDT 0x000000007CFC4000 0051E8 (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005730] ACPI: FPDT 0x000000007CFC3000 000044 (v01 AMD    Celadon
> 00000002 ACPI 00040000)
> > [    0.005732] ACPI: SSDT 0x000000007CFEA000 00008D (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005735] ACPI: SSDT 0x000000007CFC0000 0013CA (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005738] ACPI: SSDT 0x000000007CFE9000 000C4D (v01 AMD    Celadon
> 00000001 ACPI 00040000)
> > [    0.005741] ACPI: BGRT 0x000000007CFC2000 000038 (v01 AMDYDE
> Celadon  00000001 ACPI 00040000)
> > [    0.005748] ACPI: Local APIC address 0xfee00000
> > [    0.005855] No NUMA configuration found
> > [    0.005856] Faking a node at [mem 0x0000000000000000-
> 0x000000023f37ffff]
> > [    0.005869] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
> > [    0.006126] Zone ranges:
> > [    0.006127]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
> > [    0.006129]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
> > [    0.006130]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
> > [    0.006132]   Device   empty
> > [    0.006133] Movable zone start for each node
> > [    0.006135] Early memory node ranges
> > [    0.006135]   node   0: [mem 0x0000000000001000-0x000000000009efff]
> > [    0.006137]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
> > [    0.006138]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
> > [    0.006139]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
> > [    0.006140]   node   0: [mem 0x000000006c570000-0x000000007877efff]
> > [    0.006141]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
> > [    0.006142]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
> > [    0.006360] Zeroed struct page in unavailable ranges: 34932 pages
> > [    0.006361] Initmem setup node 0 [mem 0x0000000000001000-
> 0x000000023f37ffff]
> > [    0.006363] On node 0 totalpages: 1800076
> > [    0.006365]   DMA zone: 64 pages used for memmap
> > [    0.006366]   DMA zone: 21 pages reserved
> > [    0.006366]   DMA zone: 3998 pages, LIFO batch:0
> > [    0.006388]   DMA32 zone: 7634 pages used for memmap
> > [    0.006389]   DMA32 zone: 488558 pages, LIFO batch:63
> > [    0.009789]   Normal zone: 20430 pages used for memmap
> > [    0.009794]   Normal zone: 1307520 pages, LIFO batch:63
> > [    0.019234] ACPI: PM-Timer IO Port: 0x408
> > [    0.019240] ACPI: Local APIC address 0xfee00000
> > [    0.019247] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
> > [    0.019248] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
> > [    0.019249] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> > [    0.019250] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> > [    0.019251] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> > [    0.019252] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> > [    0.019253] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> > [    0.019254] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> > [    0.019255] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
> > [    0.019256] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
> > [    0.019257] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
> > [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
> > [    0.019258] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
> > [    0.019259] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
> > [    0.019260] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
> > [    0.019261] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
> > [    0.019276] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
> > [    0.019282] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-
> 55
> > [    0.019284] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> > [    0.019286] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
> > [    0.019288] ACPI: IRQ0 used by override.
> > [    0.019289] ACPI: IRQ9 used by override.
> > [    0.019291] Using ACPI (MADT) for SMP configuration information
> > [    0.019293] ACPI: HPET id: 0x10228210 base: 0xfed00000
> > [    0.019307] e820: update [mem 0x7495e000-0x7499ffff] usable ==>
> reserved
> > [    0.019319] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
> > [    0.019363] PM: hibernation: Registered nosave memory: [mem
> 0x00000000-0x00000fff]
> > [    0.019365] PM: hibernation: Registered nosave memory: [mem
> 0x0009f000-0x000bffff]
> > [    0.019367] PM: hibernation: Registered nosave memory: [mem
> 0x000c0000-0x000fffff]
> > [    0.019369] PM: hibernation: Registered nosave memory: [mem
> 0x09b00000-0x09dfffff]
> > [    0.019372] PM: hibernation: Registered nosave memory: [mem
> 0x09f00000-0x09f10fff]
> > [    0.019374] PM: hibernation: Registered nosave memory: [mem
> 0x6a275000-0x6a275fff]
> > [    0.019377] PM: hibernation: Registered nosave memory: [mem
> 0x6a283000-0x6a283fff]
> > [    0.019379] PM: hibernation: Registered nosave memory: [mem
> 0x6c56f000-0x6c56ffff]
> > [    0.019381] PM: hibernation: Registered nosave memory: [mem
> 0x6c572000-0x6c572fff]
> > [    0.019384] PM: hibernation: Registered nosave memory: [mem
> 0x6c57c000-0x6c57cfff]
> > [    0.019386] PM: hibernation: Registered nosave memory: [mem
> 0x7495e000-0x7499ffff]
> > [    0.019389] PM: hibernation: Registered nosave memory: [mem
> 0x7877f000-0x7af7efff]
> > [    0.019390] PM: hibernation: Registered nosave memory: [mem
> 0x7af7f000-0x7cf7efff]
> > [    0.019391] PM: hibernation: Registered nosave memory: [mem
> 0x7cf7f000-0x7cffefff]
> > [    0.019393] PM: hibernation: Registered nosave memory: [mem
> 0x7d000000-0x7dffffff]
> > [    0.019394] PM: hibernation: Registered nosave memory: [mem
> 0x7e000000-0x7effffff]
> > [    0.019395] PM: hibernation: Registered nosave memory: [mem
> 0x7f000000-0x7fffffff]
> > [    0.019396] PM: hibernation: Registered nosave memory: [mem
> 0x80000000-0x9fffffff]
> > [    0.019397] PM: hibernation: Registered nosave memory: [mem
> 0xa0000000-0xa00fffff]
> > [    0.019398] PM: hibernation: Registered nosave memory: [mem
> 0xa0100000-0xefffffff]
> > [    0.019399] PM: hibernation: Registered nosave memory: [mem
> 0xf0000000-0xf7ffffff]
> > [    0.019400] PM: hibernation: Registered nosave memory: [mem
> 0xf8000000-0xfebfffff]
> > [    0.019400] PM: hibernation: Registered nosave memory: [mem
> 0xfec00000-0xfec01fff]
> > [    0.019401] PM: hibernation: Registered nosave memory: [mem
> 0xfec02000-0xfec0ffff]
> > [    0.019402] PM: hibernation: Registered nosave memory: [mem
> 0xfec10000-0xfec10fff]
> > [    0.019403] PM: hibernation: Registered nosave memory: [mem
> 0xfec11000-0xfec1ffff]
> > [    0.019404] PM: hibernation: Registered nosave memory: [mem
> 0xfec20000-0xfec20fff]
> > [    0.019405] PM: hibernation: Registered nosave memory: [mem
> 0xfec21000-0xfed7ffff]
> > [    0.019406] PM: hibernation: Registered nosave memory: [mem
> 0xfed80000-0xfed81fff]
> > [    0.019407] PM: hibernation: Registered nosave memory: [mem
> 0xfed82000-0xfedbffff]
> > [    0.019408] PM: hibernation: Registered nosave memory: [mem
> 0xfedc0000-0xfeddffff]
> > [    0.019409] PM: hibernation: Registered nosave memory: [mem
> 0xfede0000-0xfedfffff]
> > [    0.019409] PM: hibernation: Registered nosave memory: [mem
> 0xfee00000-0xfee00fff]
> > [    0.019410] PM: hibernation: Registered nosave memory: [mem
> 0xfee01000-0xff07ffff]
> > [    0.019411] PM: hibernation: Registered nosave memory: [mem
> 0xff080000-0xffddffff]
> > [    0.019412] PM: hibernation: Registered nosave memory: [mem
> 0xffde0000-0xffffffff]
> > [    0.019414] [mem 0xa0100000-0xefffffff] available for PCI devices
> > [    0.019416] Booting paravirtualized kernel on bare hardware
> > [    0.019419] clocksource: refined-jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 7645519600211568 ns
> > [    0.019427] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16
> nr_cpu_ids:16 nr_node_ids:1
> > [    0.020118] percpu: Embedded 56 pages/cpu s192512 r8192 d28672
> u262144
> > [    0.020134] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
> > [    0.020136] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
> > [    0.020184] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
> > [    0.020186] Policy zone: Normal
> > [    0.020188] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-
> 7490c004ae7e root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro
> resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off
> nokaslr
> > [    0.021100] Dentry cache hash table entries: 1048576 (order: 11, 8388608
> bytes, linear)
> > [    0.021540] Inode-cache hash table entries: 524288 (order: 10, 4194304
> bytes, linear)
> > [    0.021602] mem auto-init: stack:off, heap alloc:off, heap free:off
> > [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code,
> 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K
> cma-reserved)
> > [    0.044191] random: get_random_u64 called from
> __kmem_cache_create+0x32/0x490 with crng_init=0
> > [    0.047655] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16,
> Nodes=1
> > [    0.048264] ftrace: allocating 45990 entries in 180 pages
> > [    0.095132] ftrace: allocated 180 pages with 4 groups
> > [    0.100306] rcu: Hierarchical RCU implementation.
> > [    0.100307] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to
> nr_cpu_ids=16.
> > [    0.100309] 	Rude variant of Tasks RCU enabled.
> > [    0.100310] 	Tracing variant of Tasks RCU enabled.
> > [    0.100311] rcu: RCU calculated value of scheduler-enlistment delay is 25
> jiffies.
> > [    0.100312] rcu: Adjusting geometry for rcu_fanout_leaf=16,
> nr_cpu_ids=16
> > [    0.151286] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
> > [    0.156315] Console: colour dummy device 80x25
> > [    0.180522] printk: console [tty0] enabled
> > [    0.181285] ACPI: Core revision 20201113
> > [    0.184147] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff,
> max_idle_ns: 133484873504 ns
> > [    0.184339] APIC: Switch to symmetric I/O mode setup
> > [    0.184420] Switched APIC routing to physical flat.
> > [    0.186071] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> > [    0.204327] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles:
> 0x22988e400ed, max_idle_ns: 440795239148 ns
> > [    0.204490] Calibrating delay loop (skipped), value calculated using timer
> frequency.. 4800.18 BogoMIPS (lpj=9600368)
> > [    0.204650] pid_max: default: 32768 minimum: 301
> > [    0.214025] LSM: Security Framework initializing
> > [    0.214417] Yama: becoming mindful.
> > [    0.216632] AppArmor: AppArmor initialized
> > [    0.216726] TOMOYO Linux initialized
> > [    0.219575] Mount-cache hash table entries: 16384 (order: 5, 131072
> bytes, linear)
> > [    0.221160] Mountpoint-cache hash table entries: 16384 (order: 5, 131072
> bytes, linear)
> > [    0.230464] x86/cpu: User Mode Instruction Prevention (UMIP) activated
> > [    0.230691] LVT offset 1 assigned for vector 0xf9
> > [    0.230835] LVT offset 2 assigned for vector 0xf4
> > [    0.230926] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
> > [    0.231010] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
> > [    0.231100] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user
> pointer sanitization
> > [    0.231250] Spectre V2 : Mitigation: Full AMD retpoline
> > [    0.231329] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on
> context switch
> > [    0.231475] Spectre V2 : Enabling Restricted Speculation for firmware calls
> > [    0.231563] Spectre V2 : mitigation: Enabling conditional Indirect Branch
> Prediction Barrier
> > [    0.231711] Spectre V2 : User space: Mitigation: STIBP via seccomp and
> prctl
> > [    0.231799] Speculative Store Bypass: Mitigation: Speculative Store Bypass
> disabled via prctl and seccomp
> > [    0.232159] Freeing SMP alternatives memory: 40K
> > [    0.353153] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N
> (family: 0x17, model: 0x90, stepping: 0x1)
> > [    0.382538] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
> > [    0.383259] ... version:                0
> > [    0.383638] ... bit width:              48
> > [    0.384029] ... generic registers:      6
> > [    0.384410] ... value mask:             0000ffffffffffff
> > [    0.384868] ... max period:             00007fffffffffff
> > [    0.385316] ... fixed-purpose events:   0
> > [    0.385700] ... event mask:             000000000000003f
> > [    0.396831] rcu: Hierarchical SRCU implementation.
> > [    0.510479] NMI watchdog: Enabled. Permanently consumes one hw-
> PMU counter.
> > [    0.559253] smp: Bringing up secondary CPUs ...
> > [    0.583839] x86: Booting SMP configuration:
> > [    0.584209] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
> > [    0.773093] smp: Brought up 1 node, 8 CPUs
> > [    0.773952] smpboot: Max logical packages: 2
> > [    0.774378] smpboot: Total of 8 processors activated (38401.47 BogoMIPS)
> > [    0.928885] devtmpfs: initialized
> > [    0.948835] x86/mm: Memory block size: 128MB
> > [    1.370091] PM: Registering ACPI NVS region [mem 0x09f00000-
> 0x09f10fff] (69632 bytes)
> > [    1.373025] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff]
> (33554432 bytes)
> > [    2.425485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
> max_idle_ns: 7645041785100000 ns
> > [    2.426427] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
> > [    2.461378] pinctrl core: initialized pinctrl subsystem
> > [    2.504080] PM: RTC time: 09:55:41, date: 2021-03-09
> > [    2.552705] NET: Registered protocol family 16
> > [    2.598329] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic
> allocations
> > [    2.599715] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for
> atomic allocations
> > [    2.601224] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool
> for atomic allocations
> > [    2.603875] audit: initializing netlink subsys (disabled)
> > [    2.608758] audit: type=2000 audit(1615283741.424:1): state=initialized
> audit_enabled=0 res=1
> > [    2.662309] thermal_sys: Registered thermal governor 'fair_share'
> > [    2.662437] thermal_sys: Registered thermal governor 'bang_bang'
> > [    2.662943] thermal_sys: Registered thermal governor 'step_wise'
> > [    2.663454] thermal_sys: Registered thermal governor 'user_space'
> > [    2.665093] cpuidle: using governor ladder
> > [    2.666132] cpuidle: using governor menu
> > [    2.674855] Simple Boot Flag at 0x44 set to 0x80
> > [    2.678087] ACPI: bus type PCI registered
> > [    2.678469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> > [    2.729254] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem
> 0xf0000000-0xf7ffffff] (base 0xf0000000)
> > [    2.730117] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in
> E820
> > [    2.732759] PCI: Using configuration type 1 for base access
> > [    3.525622] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
> > [    3.526211] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
> > [    3.755679] ACPI: Added _OSI(Module Device)
> > [    3.756085] ACPI: Added _OSI(Processor Device)
> > [    3.756523] ACPI: Added _OSI(3.0 _SCP Extensions)
> > [    3.756957] ACPI: Added _OSI(Processor Aggregator Device)
> > [    3.757730] ACPI: Added _OSI(Linux-Dell-Video)
> > [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> > [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> > [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> > [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> > [   18.969959] ACPI: EC: EC started
> > [   18.970292] ACPI: EC: interrupt blocked
> > [   19.157370] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> > [   19.158218] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle
> transactions
> > [   19.158937] ACPI: Interpreter enabled
> > [   19.162768] ACPI: (supports S0 S3 S4 S5)
> > [   19.163144] ACPI: Using IOAPIC for interrupt routing
> > [   19.252572] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> > [   19.595919] ACPI: Enabled 5 GPEs in block 00 to 1F
> > [   26.272348] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> > [   26.273544] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
> ClockPM Segments MSI HPX-Type3]
> > [   26.413384] acpi PNP0A08:00: _OSC: platform does not support [LTR]
> > [   26.554340] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME
> AER PCIeCapability]
> > [   26.558378] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain
> 0000 [bus 00-7f] only partially covers this bridge
> > [   26.722525] PCI host bridge to bus 0000:00
> > [   26.723146] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7
> window]
> > [   26.723996] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
> > [   26.724748] pci_bus 0000:00: root bus resource [mem 0x000a0000-
> 0x000bffff window]
> > [   26.725684] pci_bus 0000:00: root bus resource [mem 0x000c0000-
> 0x000c3fff window]
> > [   26.726634] pci_bus 0000:00: root bus resource [mem 0x000c4000-
> 0x000c7fff window]
> > [   26.727575] pci_bus 0000:00: root bus resource [mem 0x000c8000-
> 0x000cbfff window]
> > [   26.728664] pci_bus 0000:00: root bus resource [mem 0x000cc000-
> 0x000cffff window]
> > [   26.729603] pci_bus 0000:00: root bus resource [mem 0x000d0000-
> 0x000d3fff window]
> > [   26.730542] pci_bus 0000:00: root bus resource [mem 0x000d4000-
> 0x000d7fff window]
> > [   26.731489] pci_bus 0000:00: root bus resource [mem 0x000d8000-
> 0x000dbfff window]
> > [   26.732433] pci_bus 0000:00: root bus resource [mem 0x000dc000-
> 0x000dffff window]
> > [   26.733474] pci_bus 0000:00: root bus resource [mem 0x000e0000-
> 0x000e3fff window]
> > [   26.734428] pci_bus 0000:00: root bus resource [mem 0x000e4000-
> 0x000e7fff window]
> > [   26.735380] pci_bus 0000:00: root bus resource [mem 0x000e8000-
> 0x000ebfff window]
> > [   26.736320] pci_bus 0000:00: root bus resource [mem 0x000ec000-
> 0x000effff window]
> > [   26.737260] pci_bus 0000:00: root bus resource [mem 0x80000000-
> 0xefffffff window]
> > [   26.738208] pci_bus 0000:00: root bus resource [mem 0xf8000000-
> 0xfeafffff window]
> > [   26.739154] pci_bus 0000:00: root bus resource [mem 0xfed45000-
> 0xfed814ff window]
> > [   26.740097] pci_bus 0000:00: root bus resource [mem 0xfed81900-
> 0xfed81fff window]
> > [   26.740739] pci_bus 0000:00: root bus resource [mem 0xfedc0000-
> 0xfedc0fff window]
> > [   26.741698] pci_bus 0000:00: root bus resource [mem 0xfedc6000-
> 0xfedc6fff window]
> > [   26.742645] pci_bus 0000:00: root bus resource [mem 0x2a0200000-
> 0xf6ffffffff window]
> > [   26.743621] pci_bus 0000:00: root bus resource [bus 00-ff]
> > [   26.747142] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
> > [   26.770689] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
> > [   26.793856] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
> > [   26.796430] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
> > [   26.839179] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
> > [   26.841752] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
> > [   26.884369] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
> > [   26.886841] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
> > [   26.934008] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
> > [   26.957168] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
> > [   26.958050] pci 0000:00:08.1: enabling Extended Tags
> > [   26.960219] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
> > [   27.001530] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
> > [   27.002418] pci 0000:00:08.2: enabling Extended Tags
> > [   27.004599] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
> > [   27.036289] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
> > [   27.037176] pci 0000:00:08.3: enabling Extended Tags
> > [   27.039327] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
> > [   27.080252] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
> > [   27.113024] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
> > [   27.146020] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
> > [   27.169355] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
> > [   27.192762] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
> > [   27.216299] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
> > [   27.239509] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
> > [   27.267198] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
> > [   27.290470] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
> > [   27.313671] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
> > [   27.355414] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
> > [   27.356233] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
> > [   27.361199] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited
> by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s
> PCIe x4 link)
> > [   27.386170] pci 0000:00:01.2: PCI bridge to [bus 01]
> > [   27.386774] pci 0000:00:01.2:   bridge window [mem 0x80700000-
> 0x807fffff]
> > [   27.399116] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
> > [   27.399856] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
> > [   27.403515] pci 0000:02:00.0: supports D1 D2
> > [   27.404028] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
> > [   27.430150] pci 0000:00:01.3: PCI bridge to [bus 02]
> > [   27.430754] pci 0000:00:01.3:   bridge window [mem 0x80600000-
> 0x806fffff]
> > [   27.438978] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
> > [   27.439729] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
> > [   27.440401] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
> > [   27.440982] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
> > [   27.441613] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
> > [   27.442347] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
> > [   27.445736] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> > [   27.461459] pci 0000:00:01.6: PCI bridge to [bus 03]
> > [   27.462057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> > [   27.462691] pci 0000:00:01.6:   bridge window [mem 0x80500000-
> 0x805fffff]
> > [   27.498456] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
> > [   27.499227] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff
> 64bit pref]
> > [   27.500055] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff
> 64bit pref]
> > [   27.500600] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
> > [   27.501234] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
> > [   27.501949] pci 0000:04:00.0: enabling Extended Tags
> > [   27.504771] pci 0000:04:00.0: BAR 0: assigned to efifb
> > [   27.505955] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
> > [   27.507098] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth,
> limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with
> 16.0 GT/s PCIe x16 link)
> > [   27.537744] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
> > [   27.538486] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
> > [   27.539324] pci 0000:04:00.1: enabling Extended Tags
> > [   27.542293] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
> > [   27.572303] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
> > [   27.573075] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
> > [   27.573788] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
> > [   27.574497] pci 0000:04:00.2: enabling Extended Tags
> > [   27.605119] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
> > [   27.605883] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
> > [   27.606721] pci 0000:04:00.3: enabling Extended Tags
> > [   27.609705] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
> > [   27.639931] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
> > [   27.640653] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
> > [   27.641533] pci 0000:04:00.4: enabling Extended Tags
> > [   27.644589] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
> > [   27.674917] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
> > [   27.675658] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
> > [   27.676516] pci 0000:04:00.6: enabling Extended Tags
> > [   27.679536] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
> > [   27.710697] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
> > [   27.711507] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
> > [   27.712229] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
> > [   27.712669] pci 0000:04:00.7: enabling Extended Tags
> > [   27.747484] pci 0000:00:08.1: PCI bridge to [bus 04]
> > [   27.748084] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> > [   27.748581] pci 0000:00:08.1:   bridge window [mem 0x80000000-
> 0x804fffff]
> > [   27.749264] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-
> 0xf6f01fffff 64bit pref]
> > [   27.762044] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
> > [   27.762984] pci 0000:05:00.0: enabling Extended Tags
> > [   27.766374] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth,
> limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with
> 16.0 GT/s PCIe x16 link)
> > [   27.789319] pci 0000:00:08.2: PCI bridge to [bus 05]
> > [   27.801787] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
> > [   27.802726] pci 0000:06:00.0: enabling Extended Tags
> > [   27.806135] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth,
> limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with
> 16.0 GT/s PCIe x16 link)
> > [   27.831474] pci 0000:00:08.3: PCI bridge to [bus 06]
> > [   28.069099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.110655] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.148042] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.188354] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.227337] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.259694] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.292094] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
> > [   28.324581] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
> > [   29.417622] ACPI: EC: interrupt unblocked
> > [   29.418001] ACPI: EC: event unblocked
> > [   29.418379] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> > [   29.418833] ACPI: EC: GPE=0x5
> > [   29.419377] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization
> complete
> > [   29.420207] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions
> and events
> > [   29.473872] iommu: Default domain type: Translated
> > [   29.481739] pci 0000:04:00.0: vgaarb: VGA device added:
> decodes=io+mem,owns=none,locks=none
> > [   29.481739] pci 0000:04:00.0: vgaarb: bridge control possible
> > [   29.481739] pci 0000:04:00.0: vgaarb: setting as boot device
> > [   29.481739] vgaarb: loaded
> > [   29.594672] SCSI subsystem initialized
> > [   29.603325] libata version 3.00 loaded.
> > [   29.610306] ACPI: bus type USB registered
> > [   29.616273] usbcore: registered new interface driver usbfs
> > [   29.619914] usbcore: registered new interface driver hub
> > [   29.624498] usbcore: registered new device driver usb
> > [   29.644598] EDAC MC: Ver: 3.0.0
> > [   29.674756] Registered efivars operations
> > [   29.768923] NetLabel: Initializing
> > [   29.769254] NetLabel:  domain hash size = 128
> > [   29.769649] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
> > [   29.774392] NetLabel:  unlabeled traffic allowed by default
> > [   29.782109] PCI: Using ACPI for IRQ routing
> > [   29.803810] PCI: pci_cache_line_size set to 64 bytes
> > [   29.804738] Expanded resource Reserved due to conflict with PCI Bus
> 0000:00
> > [   29.805292] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
> > [   29.805613] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
> > [   29.805937] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
> > [   29.806261] e820: reserve RAM buffer [mem 0x6a275018-0x6bffffff]
> > [   29.806579] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
> > [   29.806898] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
> > [   29.807218] e820: reserve RAM buffer [mem 0x7495e000-0x77ffffff]
> > [   29.807538] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
> > [   29.807860] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
> > [   29.808171] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
> > [   29.815914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> > [   29.816545] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
> > [   29.835286] clocksource: Switched to clocksource tsc-early
> > [   34.928553] VFS: Disk quotas dquot_6.6.0
> > [   34.948109] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> > [   35.035328] AppArmor: AppArmor Filesystem Enabled
> > [   35.041686] pnp: PnP ACPI init
> > [   35.118495] system 00:00: [mem 0xfec00000-0xfec01fff] could not be
> reserved
> > [   35.119509] system 00:00: [mem 0xfee00000-0xfee00fff] has been
> reserved
> > [   35.120526] system 00:00: [mem 0xa0000000-0xa00fffff] has been
> reserved
> > [   35.121736] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> > [   35.181981] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
> > [   35.193164] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303
> (active)
> > [   35.209188] system 00:03: [io  0x0400-0x04cf] has been reserved
> > [   35.210159] system 00:03: [io  0x04d0-0x04d1] has been reserved
> > [   35.211133] system 00:03: [io  0x04d6] has been reserved
> > [   35.212069] system 00:03: [io  0x0c00-0x0c01] has been reserved
> > [   35.213060] system 00:03: [io  0x0c14] has been reserved
> > [   35.214122] system 00:03: [io  0x0c50-0x0c52] has been reserved
> > [   35.215089] system 00:03: [io  0x0c6c] has been reserved
> > [   35.216019] system 00:03: [io  0x0c6f] has been reserved
> > [   35.217054] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
> > [   35.218240] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
> > [   35.248980] system 00:04: [mem 0x000e0000-0x000fffff] could not be
> reserved
> > [   35.250025] system 00:04: [mem 0xfe000000-0xffffffff] could not be
> reserved
> > [   35.251251] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
> > [   35.703324] pnp: PnP ACPI: found 5 devices
> > [   36.244872] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
> max_idle_ns: 2085701024 ns
> > [   36.280333] NET: Registered protocol family 2
> > [   36.326627] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4,
> 65536 bytes, linear)
> > [   36.327674] TCP established hash table entries: 65536 (order: 7, 524288
> bytes, linear)
> > [   36.328747] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes,
> linear)
> > [   36.329554] TCP: Hash tables configured (established 65536 bind 65536)
> > [   36.343994] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
> > [   36.345026] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes,
> linear)
> > [   36.383054] NET: Registered protocol family 1
> > [   36.384592] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff
> pref]: no compatible bridge window
> > [   36.385809] pci 0000:00:01.2: PCI bridge to [bus 01]
> > [   36.386335] pci 0000:00:01.2:   bridge window [mem 0x80700000-
> 0x807fffff]
> > [   36.386991] pci 0000:00:01.3: PCI bridge to [bus 02]
> > [   36.387517] pci 0000:00:01.3:   bridge window [mem 0x80600000-
> 0x806fffff]
> > [   36.388341] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff
> pref]
> > [   36.389105] pci 0000:00:01.6: PCI bridge to [bus 03]
> > [   36.389618] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
> > [   36.390216] pci 0000:00:01.6:   bridge window [mem 0x80500000-
> 0x805fffff]
> > [   36.390888] pci 0000:00:08.1: PCI bridge to [bus 04]
> > [   36.391404] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
> > [   36.392008] pci 0000:00:08.1:   bridge window [mem 0x80000000-
> 0x804fffff]
> > [   36.392645] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-
> 0xf6f01fffff 64bit pref]
> > [   36.393427] pci 0000:00:08.2: PCI bridge to [bus 05]
> > [   36.393999] pci 0000:00:08.3: PCI bridge to [bus 06]
> > [   36.394560] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
> > [   36.395152] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
> > [   36.395749] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff
> window]
> > [   36.396371] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff
> window]
> > [   36.397012] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff
> window]
> > [   36.397641] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff
> window]
> > [   36.398265] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff
> window]
> > [   36.398896] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff
> window]
> > [   36.399529] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff
> window]
> > [   36.400162] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff
> window]
> > [   36.400808] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff
> window]
> > [   36.401442] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff
> window]
> > [   36.402073] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff
> window]
> > [   36.402706] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff
> window]
> > [   36.403336] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff
> window]
> > [   36.403967] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff
> window]
> > [   36.404615] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff
> window]
> > [   36.405246] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff
> window]
> > [   36.405884] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff
> window]
> > [   36.406522] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff
> window]
> > [   36.407159] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff
> window]
> > [   36.407796] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff
> window]
> > [   36.408529] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
> > [   36.409125] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
> > [   36.409722] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
> > [   36.410287] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
> > [   36.410886] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
> > [   36.411451] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
> > [   36.412048] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff
> 64bit pref]
> > [   36.438984] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
> > [   36.565740] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x6a0 took
> 123044 usecs
> > [   36.566608] PCI: CLS 64 bytes, default 64
> > [   36.575383] Trying to unpack rootfs image as initramfs...
> > [   44.594348] Initramfs unpacking failed: Decoding failed
> > [   44.765141] Freeing initrd memory: 46348K
> > [   44.765563] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> > [   44.766063] software IO TLB: mapped [mem 0x00000000700c0000-
> 0x00000000740c0000] (64MB)
> > [   44.776211] amd_uncore: 4  amd_df counters detected
> > [   44.782528] amd_uncore: 6  amd_l3 counters detected
> > [   44.790192] LVT offset 0 assigned for vector 0x400
> > [   44.805032] perf: AMD IBS detected (0x000003ff)
> > [   44.812927] check: Scanning for low memory corruption every 60 seconds
> > [   45.009748] Initialise system trusted keyrings
> > [   45.011340] Key type blacklist registered
> > [   45.016556] workingset: timestamp_bits=36 max_order=21
> bucket_order=0
> > [   45.792097] zbud: loaded
> > [   45.812602] tsc: Refined TSC clocksource calibration: 2399.999 MHz
> > [   45.813491] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
> 0x2298364cab5, max_idle_ns: 440795214892 ns
> > [   45.814913] clocksource: Switched to clocksource tsc
> > [   46.015712] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> > [   46.082078] fuse: init (API version 7.33)
> > [   48.209690] Key type asymmetric registered
> > [   48.210112] Asymmetric key parser 'x509' registered
> > [   48.212275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
> 247)
> > [   48.218484] io scheduler mq-deadline registered
> > [   48.333963] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
> > [   48.348018] pcieport 0000:00:01.2: AER: enabled with IRQ 25
> > [   48.359083] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
> > [   48.359612] pcieport 0000:00:01.2: DPC: error containment capabilities: Int
> Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> > [   48.387391] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
> > [   48.398700] pcieport 0000:00:01.3: AER: enabled with IRQ 26
> > [   48.409855] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
> > [   48.410386] pcieport 0000:00:01.3: DPC: error containment capabilities: Int
> Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> > [   48.438202] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
> > [   48.449512] pcieport 0000:00:01.6: AER: enabled with IRQ 27
> > [   48.460554] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
> > [   48.461083] pcieport 0000:00:01.6: DPC: error containment capabilities: Int
> Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
> > [   48.488872] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
> > [   48.544608] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
> > [   48.596913] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
> > [   48.643731] efifb: probing for efifb
> > [   48.645664] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
> > [   48.646236] efifb: mode is 1280x1024x32, linelength=5120, pages=1
> > [   48.646818] efifb: scrolling: redraw
> > [   48.647177] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
> > [   48.693813] Console: switching to colour frame buffer device 160x64
> > [   48.712600] fb0: EFI VGA frame buffer device
> > [   48.950402] ACPI: AC Adapter [ACAD] (on-line)
> > [   48.967860] input: Power Button as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
> > [   48.977448] ACPI: Power Button [PWRB]
> > [   48.993680] input: Lid Switch as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
> > [   49.003119] ACPI: Lid Switch [LID]
> > [   49.018444] input: Power Button as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
> > [   49.026711] ACPI: Power Button [PWRF]
> > [   49.040147] Monitor-Mwait will be used to enter C-1 state
> > [   49.040746] ACPI: \_SB_.PLTF.C000: Found 3 idle states
> > [   49.076019] ACPI: \_SB_.PLTF.C001: Found 3 idle states
> > [   49.111046] ACPI: \_SB_.PLTF.C002: Found 3 idle states
> > [   49.146270] ACPI: \_SB_.PLTF.C003: Found 3 idle states
> > [   49.181579] ACPI: \_SB_.PLTF.C004: Found 3 idle states
> > [   49.216686] ACPI: \_SB_.PLTF.C005: Found 3 idle states
> > [   49.251683] ACPI: \_SB_.PLTF.C006: Found 3 idle states
> > [   49.286676] ACPI: \_SB_.PLTF.C007: Found 3 idle states
> > [   49.355993] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> > [   49.358136] battery: ACPI: Battery Slot [BATT] (battery absent)
> > [   49.368227] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
> 16550A
> > [   50.007393] Linux agpgart interface v0.103
> > [   51.790820] loop: module loaded
> > [   51.878717] libphy: Fixed MDIO Bus: probed
> > [   51.879250] tun: Universal TUN/TAP device driver, 1.6
> > [   51.887109] PPP generic driver version 2.4.2
> > [   51.897614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> > [   51.898791] ehci-pci: EHCI PCI platform driver
> > [   51.901645] ehci-platform: EHCI generic platform driver
> > [   51.904158] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> > [   51.905212] ohci-pci: OHCI PCI platform driver
> > [   51.908400] ohci-platform: OHCI generic platform driver
> > [   51.910826] uhci_hcd: USB Universal Host Controller Interface driver
> > [   51.940921] xhci_hcd 0000:04:00.4: xHCI Host Controller
> > [   51.942860] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus
> number 1
> > [   51.949371] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version
> 0x110 quirks 0x0000000200000410
> > [   52.067036] usb usb1: New USB device found, idVendor=1d6b,
> idProduct=0002, bcdDevice= 5.11
> > [   52.067981] usb usb1: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   52.068863] usb usb1: Product: xHCI Host Controller
> > [   52.069529] usb usb1: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   52.070285] usb usb1: SerialNumber: 0000:04:00.4
> > [   52.121718] hub 1-0:1.0: USB hub found
> > [   52.143260] hub 1-0:1.0: 6 ports detected
> > [   52.299837] xhci_hcd 0000:04:00.4: xHCI Host Controller
> > [   52.320570] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus
> number 2
> > [   52.340824] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced
> SuperSpeed
> > [   52.363486] usb usb2: We don't know the algorithms for LPM for this host,
> disabling LPM.
> > [   52.392918] usb usb2: New USB device found, idVendor=1d6b,
> idProduct=0003, bcdDevice= 5.11
> > [   52.413221] usb usb2: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   52.433211] usb usb2: Product: xHCI Host Controller
> > [   52.453144] usb usb2: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   52.473003] usb usb2: SerialNumber: 0000:04:00.4
> > [   52.524611] hub 2-0:1.0: USB hub found
> > [   52.545959] hub 2-0:1.0: 2 ports detected
> > [   52.624616] usb 1-6: new high-speed USB device number 2 using xhci_hcd
> > [   52.633771] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
> > [   52.653272] i8042: PNP: PS/2 appears to have AUX port disabled, if this is
> incorrect please boot with i8042.nopnp
> > [   52.683054] i8042: Warning: Keylock active
> > [   52.704869] serio: i8042 KBD port at 0x60,0x64 irq 1
> > [   52.745524] mousedev: PS/2 mouse device common for all mice
> > [   52.793278] input: AT Translated Set 2 keyboard as
> /devices/platform/i8042/serio0/input/input3
> > [   52.794725] usb 1-6: New USB device found, idVendor=1a40,
> idProduct=0101, bcdDevice= 1.11
> > [   52.808792] usb 1-6: New USB device strings: Mfr=0, Product=1,
> SerialNumber=0
> > [   52.808859] rtc_cmos 00:01: RTC can wake from S4
> > [   52.816448] usb 1-6: Product: USB 2.0 Hub
> > [   52.872834] hub 1-6:1.0: USB hub found
> > [   52.881101] hub 1-6:1.0: 4 ports detected
> > [   52.895180] rtc_cmos 00:01: registered as rtc0
> > [   52.915634] rtc_cmos 00:01: setting system clock to 2021-03-09T09:56:32
> UTC (1615283792)
> > [   52.942083] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram,
> hpet irqs
> > [   52.966158] i2c /dev entries driver
> > [   53.006298] device-mapper: uevent: version 1.0.3
> > [   53.048534] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-
> devel@redhat.com
> > [   53.074343] ledtrig-cpu: registered to indicate activity on CPUs
> > [   53.096789] EFI Variables Facility v0.08 2004-May-17
> > [   53.300603] usb 1-6.1: new full-speed USB device number 3 using
> xhci_hcd
> > [   53.444711] NET: Registered protocol family 10
> > [   53.549283] usb 1-6.1: New USB device found, idVendor=0b95,
> idProduct=6804, bcdDevice= 0.12
> > [   53.558046] usb 1-6.1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> > [   53.566388] usb 1-6.1: Product: AX68004
> > [   53.574558] usb 1-6.1: Manufacturer: ASIX Electronics
> > [   53.582847] usb 1-6.1: SerialNumber: 00000001
> > [   53.610327] Segment Routing with IPv6
> > [   53.635742] NET: Registered protocol family 17
> > [   53.658447] hub 1-6.1:1.0: USB hub found
> > [   53.664105] Key type dns_resolver registered
> > [   53.668253] hub 1-6.1:1.0: 7 ports detected
> > [   53.916662] usb 1-6.4: new full-speed USB device number 4 using
> xhci_hcd
> > [   53.946315] microcode: CPU0: patch_level=0x08900103
> > [   53.955483] microcode: CPU1: patch_level=0x08900103
> > [   53.965080] microcode: CPU2: patch_level=0x08900103
> > [   53.973919] microcode: CPU3: patch_level=0x08900103
> > [   53.982410] microcode: CPU4: patch_level=0x08900103
> > [   53.990532] microcode: CPU5: patch_level=0x08900103
> > [   54.011626] microcode: CPU6: patch_level=0x08900103
> > [   54.019879] microcode: CPU7: patch_level=0x08900103
> > [   54.035199] microcode: Microcode Update Driver: v2.2.
> > [   54.035331] IPI shorthand broadcast: enabled
> > [   54.079090] sched_clock: Marking stable (54046365506, 30131209)-
> >(54079268378, -2771663)
> > [   54.111824] registered taskstats version 1
> > [   54.135117] Loading compiled-in X.509 certificates
> > [   54.146211] usb 1-6.4: New USB device found, idVendor=1a86,
> idProduct=7523, bcdDevice= 2.64
> > [   54.163143] usb 1-6.4: New USB device strings: Mfr=0, Product=2,
> SerialNumber=0
> > [   54.171304] usb 1-6.4: Product: USB Serial
> > [   54.194473] Loaded X.509 cert 'Build time autogenerated kernel key:
> dbcbf20b6db11cace3e8c1706a7d7af9eab0838a'
> > [   54.216619] usb 1-6.1.1: new full-speed USB device number 5 using
> xhci_hcd
> > [   54.279605] zswap: loaded using pool lzo/zbud
> > [   54.316898] kmemleak: Automatic memory scanning thread started
> > [   54.316878] kmemleak: Kernel memory leak detector initialized (mem
> pool available: 15125)
> > [   54.353527] Key type ._fscrypt registered
> > [   54.375466] usb 1-6.1.1: New USB device found, idVendor=046d,
> idProduct=c534, bcdDevice=29.01
> > [   54.376973] Key type .fscrypt registered
> > [   54.398297] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> > [   54.421576] Key type fscrypt-provisioning registered
> > [   54.443108] usb 1-6.1.1: Product: USB Receiver
> > [   54.488776] usb 1-6.1.1: Manufacturer: Logitech
> > [   54.490248] Key type encrypted registered
> > [   54.534239] AppArmor: AppArmor sha1 policy hashing enabled
> > [   54.558198] ima: No TPM chip found, activating TPM-bypass!
> > [   54.581807] ima: Allocated hash algorithm: sha1
> > [   54.607409] ima: No architecture policies found
> > [   54.632983] evm: Initialising EVM extended attributes:
> > [   54.656076] evm: security.selinux
> > [   54.678028] evm: security.SMACK64
> > [   54.699821] evm: security.SMACK64EXEC
> > [   54.721547] evm: security.SMACK64TRANSMUTE
> > [   54.742999] evm: security.SMACK64MMAP
> > [   54.764326] evm: security.apparmor
> > [   54.785553] evm: security.ima
> > [   54.806619] evm: security.capability
> > [   54.827660] evm: HMAC attrs: 0x1
> > [   55.050373] PM:   Magic number: 13:500:929
> > [   55.071161] acpi STK00034:00: hash matches
> > [   55.139431] acpi_cpufreq: overriding BIOS provided _PSD data
> > [   55.341705] RAS: Correctable Errors collector initialized.
> > [   55.888435] Freeing unused decrypted memory: 2036K
> > [   55.940524] Freeing unused kernel image (initmem) memory: 2484K
> > [   55.969099] Write protecting the kernel read-only data: 22528k
> > [   56.039908] Freeing unused kernel image (text/rodata gap) memory:
> 2036K
> > [   56.074340] Freeing unused kernel image (rodata/data gap) memory:
> 1164K
> > [   61.208997] x86/mm: Checked W+X mappings: passed, no W+X pages
> found.
> > [   61.231719] Run /init as init process
> > [   61.251507]   with arguments:
> > [   61.251637]     /init
> > [   61.251792]     nokaslr
> > [   61.251934]   with environment:
> > [   61.252075]     HOME=/
> > [   61.252223]     TERM=linux
> > [   61.252370]     BOOT_IMAGE=/boot/vmlinuz-5.11.0-7490c004ae7e
> > [   61.856220] hid: raw HID events driver (C) Jiri Kosina
> > [   61.888080] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post:
> no)
> > [   61.959307] acpi device:16: registered as cooling_device8
> > [   61.979135] input: Video Bus as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/i
> nput/input4
> > [   62.002377] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
> > [   62.039238] pps_core: LinuxPPS API ver. 1 registered
> > [   62.049970] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
> Giometti <giometti@linux.it>
> > [   62.064809] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
> > [   62.082367] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00,
> revision 0
> > [   62.091350] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port
> selection
> > [   62.121079] usbcore: registered new interface driver usbhid
> > [   62.121416] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at
> 0xb20
> > [   62.132863] usbhid: USB HID core driver
> > [   62.232843] nvme nvme0: pci function 0000:01:00.0
> > [   62.276181] PTP clock support registered
> > [   62.305884] input: Logitech USB Receiver as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.0/0003:046D:C534.0001/input/input5
> > [   62.374657] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID
> v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> > [   62.386164] input: Logitech USB Receiver Mouse as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/input/input6
> > [   62.403095] nvme nvme0: missing or invalid SUBNQN field.
> > [   62.408777] input: Logitech USB Receiver Consumer Control as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/input/input7
> > [   62.442952] nvme nvme0: Shutdown timeout set to 8 seconds
> > [   62.484441] e1000e: Intel(R) PRO/1000 Network Driver
> > [   62.494619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
> > [   62.504780] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
> > [   62.510246] input: Logitech USB Receiver System Control as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/input/input8
> > [   62.523073] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to
> dynamic conservative mode
> > [   62.541681] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB
> HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
> > [   62.564847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> > [   62.577132] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned
> bus number 3
> > [   62.589323] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version
> 0x110 quirks 0x0000000000010010
> > [   62.598823] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered
> PHC clock
> > [   62.600583] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
> > [   62.623436] usb usb3: New USB device found, idVendor=1d6b,
> idProduct=0002, bcdDevice= 5.11
> > [   62.635901] usb usb3: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   62.648103] usb usb3: Product: xHCI Host Controller
> > [   62.660409] usb usb3: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   62.667913] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1)
> 6c:b3:11:0f:44:ad
> > [   62.672744] usb usb3: SerialNumber: xhci-hcd.2.auto
> > [   62.677121] hub 3-0:1.0: USB hub found
> > [   62.684959] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network
> Connection
> > [   62.697039] hub 3-0:1.0: 1 port detected
> > [   62.708806] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
> > [   62.722389] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
> > [   62.751242] e1000e 0000:03:00.0 eno1: renamed from eth0
> > [   62.759973] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned
> bus number 4
> > [   62.784717] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced
> SuperSpeed
> > [   62.798323] usb usb4: We don't know the algorithms for LPM for this host,
> disabling LPM.
> > [   62.810764] usb usb4: New USB device found, idVendor=1d6b,
> idProduct=0003, bcdDevice= 5.11
> > [   62.822098] usb usb4: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> > [   62.828185] nvme nvme0: 16/0/0 default/read/poll queues
> > [   62.833492] usb usb4: Product: xHCI Host Controller
> > [   62.833498] usb usb4: Manufacturer: Linux 5.11.0-7490c004ae7e xhci-hcd
> > [   62.833500] usb usb4: SerialNumber: xhci-hcd.2.auto
> > [   62.837027] hub 4-0:1.0: USB hub found
> > [   62.909305] hub 4-0:1.0: 1 port detected
> > [   63.031972] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID
> v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
> > [   63.050794]  nvme0n1: p1 p2 p3
> > [   63.099868] random: fast init done
> > [   63.300016] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1:
> USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-
> 6.1.1/input1
> > [   63.386444] logitech-djreceiver 0003:046D:C534.0002: device of type
> eQUAD nano Lite (0x0a) connected on slot 1
> > [   63.399889] input: Logitech Wireless Keyboard PID:4023 Keyboard as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
> > [   63.425410] logitech-djreceiver 0003:046D:C534.0002: device of type
> eQUAD nano Lite (0x0a) connected on slot 2
> > [   63.439666] input: Logitech Wireless Keyboard PID:4023 Consumer Control
> as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
> > [   63.467167] input: Logitech Wireless Keyboard PID:4023 System Control as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
> > [   63.501551] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID
> v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-
> 6.1.1/input1:1
> > [   63.515821] input: Logitech Wireless Mouse PID:4054 Mouse as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
> > [   63.546342] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID
> v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-
> 6.1.1/input1:2
> > [   65.032580] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device
> connected.
> > [   66.861517] input: Logitech Wireless Keyboard PID:4023 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input22
> > [   66.897595] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2:
> USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-
> 0000:04:00.4-6.1.1/input1:1
> > [   67.026724] input: Logitech Wireless Mouse as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-
> 6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input23
> > [   67.065173] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3:
> USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-
> 6.1.1/input1:2
> > [   67.803566] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data
> mode. Opts: (null). Quota mode: none.
> > [   72.903702] Not activating Mandatory Access Control as /sbin/tomoyo-init
> does not exist.
> > [   74.381038] systemd[1]: Inserted module 'autofs4'
> > [   76.754611] systemd[1]: systemd 245.4-4ubuntu3.2 running in system
> mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT
> +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP
> +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
> > [   76.872587] systemd[1]: Detected architecture x86-64.
> > [   77.625608] systemd[1]: Set hostname to <scbu-Chachani>.
> > [   80.353431] systemd[1]: /lib/systemd/system/dbus.socket:5:
> ListenStream= references a path below legacy directory /var/run/, updating
> /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket;
> please update the unit file accordingly.
> > [   82.552892] systemd[1]: Created slice system-modprobe.slice.
> > [   82.788950] systemd[1]: Created slice system-systemd\x2dfsck.slice.
> > [   83.015834] systemd[1]: Created slice User and Session Slice.
> > [   83.128137] systemd[1]: Started Forward Password Requests to Wall
> Directory Watch.
> > [   83.275007] systemd[1]: Set up automount Arbitrary Executable File
> Formats File System Automount Point.
> > [   83.382905] systemd[1]: Reached target User and Group Name Lookups.
> > [   83.487113] systemd[1]: Reached target Remote File Systems.
> > [   83.591400] systemd[1]: Reached target Slices.
> > [   83.709971] systemd[1]: Listening on Syslog Socket.
> > [   83.826474] systemd[1]: Listening on fsck to fsckd communication Socket.
> > [   83.936934] systemd[1]: Listening on initctl Compatibility Named Pipe.
> > [   84.062844] systemd[1]: Listening on Journal Audit Socket.
> > [   84.177872] systemd[1]: Listening on Journal Socket (/dev/log).
> > [   84.295185] systemd[1]: Listening on Journal Socket.
> > [   84.409567] systemd[1]: Listening on udev Control Socket.
> > [   84.517738] systemd[1]: Listening on udev Kernel Socket.
> > [   85.019421] systemd[1]: Mounting Huge Pages File System...
> > [   85.386033] systemd[1]: Mounting POSIX Message Queue File System...
> > [   85.755988] systemd[1]: Mounting Kernel Debug File System...
> > [   86.124942] systemd[1]: Mounting Kernel Trace File System...
> > [   86.559129] systemd[1]: Starting Journal Service...
> > [   86.932746] systemd[1]: Starting Set the console keyboard layout...
> > [   87.570562] systemd[1]: Starting Create list of static device nodes for the
> current kernel...
> > [   87.915311] systemd[1]: Starting Load Kernel Module drm...
> > [   88.021354] systemd[1]: Condition check resulted in Set Up Additional
> Binary Formats being skipped.
> > [   88.056239] systemd[1]: Condition check resulted in File System Check on
> Root Device being skipped.
> > [   88.372381] systemd[1]: Starting Load Kernel Modules...
> > [   88.415451] lp: driver loaded but no devices found
> > [   88.422760] ppdev: user-space parallel port driver
> > [   88.798562] systemd[1]: Starting Remount Root and Kernel File Systems...
> > [   88.814129] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro.
> Quota mode: none.
> > [   89.161086] systemd[1]: Starting udev Coldplug all Devices...
> > [   89.513616] systemd[1]: Starting Uncomplicated firewall...
> > [   89.721739] systemd[1]: Started Journal Service.
> > [   92.172886] systemd-journald[296]: Received client request to flush
> runtime journal.
> > [   94.180700] random: crng init done
> > [   94.977263] loop0: detected capacity change from 113424 to 0
> > [   95.318120] loop1: detected capacity change from 113592 to 0
> > [   95.671148] loop2: detected capacity change from 446248 to 0
> > [   96.027039] loop3: detected capacity change from 448496 to 0
> > [   96.399907] loop4: detected capacity change from 127160 to 0
> > [   96.754497] loop5: detected capacity change from 132648 to 0
> > [   97.084115] loop6: detected capacity change from 104496 to 0
> > [   97.436738] loop7: detected capacity change from 104536 to 0
> > [   97.846291] loop8: detected capacity change from 63664 to 0
> > [   98.259944] loop9: detected capacity change from 66104 to 0
> > [   99.556164] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel
> <jroedel@suse.de>
> > [   99.556167] AMD-Vi: AMD IOMMUv2 functionality not available on this
> system
> > [   99.771529] usbcore: registered new interface driver usbserial_generic
> > [   99.771584] usbserial: USB Serial support registered for generic
> > [   99.795261] usbcore: registered new interface driver ch341
> > [   99.795359] usbserial: USB Serial support registered for ch341-uart
> > [   99.795421] ch341 1-6.4:1.0: ch341-uart converter detected
> > [   99.842472] pstore: Using crash dump compression: deflate
> > [   99.842529] pstore: Registered efi as persistent store backend
> > [   99.854877] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
> > [   99.863142] [drm] amdgpu kernel modesetting enabled.
> > [   99.865063] amdgpu: Virtual CRAT table created for CPU
> > [   99.865336] amdgpu: Topology: Add CPU node
> > [   99.865875] checking generic (f6e0000000 500000) vs hw (f6e0000000
> 10000000)
> > [   99.865879] fb0: switching to amdgpudrmfb from EFI VGA
> > [   99.924145] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840
> ms ovfl timer
> > [   99.924156] RAPL PMU: hw unit of domain package 2^-16 Joules
> > [   99.927595] Console: switching to colour dummy device 80x25
> > [   99.928030] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
> > [   99.930017] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
> > [   99.930720] [drm] initializing kernel modesetting (VANGOGH
> 0x1002:0x163F 0x1002:0x0123 0xAE).
> > [   99.930727] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ)
> feature disabled as experimental (default)
> > [   99.976436] [drm] register mmio base: 0x80400000
> > [   99.976449] [drm] register mmio size: 524288
> > [   99.976462] [drm] PCIE atomic ops is not supported
> > [   99.983708] [drm] add ip block number 0 <nv_common>
> > [   99.983714] [drm] add ip block number 1 <gmc_v10_0>
> > [   99.983717] [drm] add ip block number 2 <navi10_ih>
> > [   99.983718] [drm] add ip block number 3 <psp>
> > [   99.983721] [drm] add ip block number 4 <smu>
> > [   99.983724] [drm] add ip block number 5 <dm>
> > [   99.983725] [drm] add ip block number 6 <gfx_v10_0>
> > [   99.983726] [drm] add ip block number 7 <sdma_v5_2>
> > [   99.983727] [drm] add ip block number 8 <vcn_v3_0>
> > [   99.983731] [drm] add ip block number 9 <jpeg_v3_0>
> > [   99.983800] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
> > [   99.983833] amdgpu: ATOM BIOS: 113-AMDAerith-004
> > [   99.983886] [drm] VCN(0) decode is enabled in VM mode
> > [   99.983888] [drm] VCN(0) encode is enabled in VM mode
> > [   99.984429] [drm] JPEG decode is enabled in VM mode
> > [   99.984816] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit,
> fragment size is 9-bit
> > [   99.984958] amdgpu 0000:04:00.0: amdgpu: VRAM: 1024M
> 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
> > [   99.984961] amdgpu 0000:04:00.0: amdgpu: GART: 512M
> 0x0000000000000000 - 0x000000001FFFFFFF
> > [   99.984962] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M
> 0x000000F800000000 - 0x0000FFFFFFFFFFFF
> > [   99.984978] [drm] Detected VRAM RAM=1024M, BAR=1024M
> > [   99.984981] [drm] RAM width 256bits DDR5
> > [   99.985223] [drm] amdgpu: 1024M of VRAM memory ready
> > [   99.985233] [drm] amdgpu: 3072M of GTT memory ready.
> > [   99.985260] [drm] GART: num cpu pages 131072, num gpu pages 131072
> > [   99.985962] [drm] PCIE GART of 512M enabled (table at
> 0x000000F400500000).
> > [  100.034916] [drm] Loading DMUB firmware via PSP: version=0x00000000
> > [  100.047953] cryptd: max_cpu_qlen set to 1000
> > [  100.065682] AVX2 version of gcm_enc/dec engaged.
> > [  100.065686] AES CTR mode by8 optimization enabled
> > [  100.095359] [drm] use_doorbell being set to: [true]
> > [  100.101223] [drm] Found VCN firmware Version ENC: 1.12 DEC: 2 VEP: 0
> Revision: 10
> > [  100.101268] [drm] PSP loading VCN firmware
> > [  100.224123] [drm] reserve 0xa00000 from 0xf43f400000 for PSP TMR
> > [  100.332303] amdgpu 0000:04:00.0: amdgpu: SMU is initialized
> successfully!
> > [  100.335073] [drm] Display Core initialized with v3.2.125!
> > [  100.353279] [drm] DMUB hardware initialized: version=0x03000002
> > [  100.534708] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
> > [  100.649058] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio
> client
> > [  100.704229] kvm: Nested Virtualization enabled
> > [  100.704324] SVM: kvm: Nested Paging enabled
> > [  100.704327] SVM: Virtual VMLOAD VMSAVE supported
> > [  100.704327] SVM: Virtual GIF supported
> > [  100.711981] MCE: In-kernel MCE decoding enabled.
> > [  100.735988] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
> > [  100.778717] input: HD-Audio Generic HDMI/DP,pcm=3 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
> > [  100.780329] input: HD-Audio Generic HDMI/DP,pcm=7 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input25
> > [  100.782580] input: HD-Audio Generic HDMI/DP,pcm=8 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input26
> > [  100.784150] input: HD-Audio Generic HDMI/DP,pcm=9 as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input27
> > [  100.859594] snd_hda_codec_realtek hdaudioC1D0: autoconfig for
> ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
> > [  100.859607] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0
> (0x0/0x0/0x0/0x0/0x0)
> > [  100.859610] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1
> (0x21/0x0/0x0/0x0/0x0)
> > [  100.859612] snd_hda_codec_realtek hdaudioC1D0:    mono:
> mono_out=0x0
> > [  100.859614] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
> > [  100.859618] snd_hda_codec_realtek hdaudioC1D0:    inputs:
> > [  100.859621] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
> > [  100.859624] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
> > [  100.873822] intel_rapl_common: Found RAPL domain package
> > [  100.873982] intel_rapl_common: Found RAPL domain core
> > [  101.080660] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR*
> dce110_edp_wait_for_hpd_ready: wait timed out!
> > [  101.101954] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops
> amdgpu_dm_audio_component_bind_ops [amdgpu])
> > [  101.868338] input: HD-Audio Generic Mic as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
> > [  101.870255] input: HD-Audio Generic Headphone as
> /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input29
> > [  102.016684] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR*
> dce110_edp_wait_for_hpd_ready: wait timed out!
> > [  102.369355] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2
> extents:1 across:12695548k SSFS
> > [  102.624659] [drm:dce110_edp_wait_for_hpd_ready [amdgpu]] *ERROR*
> dce110_edp_wait_for_hpd_ready: wait timed out!
> > [  102.685439] [drm] kiq ring mec 2 pipe 1 q 0
> > [  102.694880] [drm] VCN decode and encode initialized successfully(under
> DPG Mode).
> > [  102.695097] [drm] JPEG decode initialized successfully.
> > [  102.696009] kfd kfd: Allocated 3969056 bytes on gart
> > [  102.696385] amdgpu: Virtual CRAT table created for GPU
> > [  102.697116] amdgpu: Topology: Add dGPU node [0x163f:0x1002]
> > [  102.697124] kfd kfd: added device 1002:163f
> > [  102.699235] [drm] fb mappable at 0x2407C6000
> > [  102.699240] [drm] vram apper at 0x240000000
> > [  102.699240] [drm] size 5242880
> > [  102.699241] [drm] fb depth is 24
> > [  102.699243] [drm]    pitch is 5120
> > [  102.700470] fbcon: amdgpudrmfb (fb0) is primary device
> > [  102.838112] Console: switching to colour frame buffer device 160x64
> > [  102.858778] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer
> device
> > [  104.270272] audit: type=1400 audit(1615283843.851:2):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="lsb_release" pid=550 comm="apparmor_parser"
> > [  104.270319] audit: type=1400 audit(1615283843.851:3):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="libreoffice-oopslash" pid=547 comm="apparmor_parser"
> > [  104.271511] audit: type=1400 audit(1615283843.851:4):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="ippusbxd" pid=553 comm="apparmor_parser"
> > [  104.274094] audit: type=1400 audit(1615283843.855:5):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/sbin/cups-browsed" pid=548 comm="apparmor_parser"
> > [  104.275109] audit: type=1400 audit(1615283843.855:6):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="libreoffice-xpdfimport" pid=549 comm="apparmor_parser"
> > [  104.277256] audit: type=1400 audit(1615283843.859:7):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="libreoffice-senddoc" pid=556 comm="apparmor_parser"
> > [  104.277575] audit: type=1400 audit(1615283843.859:8):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/sbin/tcpdump" pid=551 comm="apparmor_parser"
> > [  104.279021] audit: type=1400 audit(1615283843.859:9):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/lib/snapd/snap-confine" pid=552 comm="apparmor_parser"
> > [  104.279057] audit: type=1400 audit(1615283843.859:10):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper"
> pid=552 comm="apparmor_parser"
> > [  104.283944] audit: type=1400 audit(1615283843.863:11):
> apparmor="STATUS" operation="profile_load" profile="unconfined"
> name="/usr/bin/man" pid=554 comm="apparmor_parser"
> > [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s!
> [swapper/1:0]
> > [  124.588731] Modules linked in: nls_iso8859_1 fjes(-) intel_rapl_msr
> intel_rapl_common snd_hda_codec_realtek snd_hda_codec_generic
> ledtrig_audio snd_hda_codec_hdmi edac_mce_amd kvm_amd ccp
> snd_hda_intel kvm irqbypass snd_intel_dspcfg crct10dif_pclmul
> snd_hda_codec snd_hda_core ghash_clmulni_intel snd_hwdep snd_pcm
> aesni_intel crypto_simd snd_seq_midi snd_seq_midi_event cryptd
> glue_helper joydev snd_rawmidi input_leds snd_seq rapl ch341
> snd_seq_device usbserial amdgpu(+) serio_raw snd_timer efi_pstore snd
> iommu_v2 soundcore gpu_sched drm_ttm_helper ttm drm_kms_helper
> i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt ucsi_acpi
> typec_ucsi typec cm32181 industrialio mac_hid sch_fq_codel parport_pc
> ppdev lp parport drm ip_tables x_tables autofs4 hid_logitech_hidpp
> xhci_plat_hcd hid_logitech_dj e1000e dwc3 ulpi hid_generic rtsx_pci_sdmmc
> udc_core ptp nvme usbhid crc32_pclmul i2c_piix4 nvme_core rtsx_pci
> pps_core dwc3_pci i2c_hid video hid
> > [  124.588818] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.11.0-
> 7490c004ae7e #20210308
> > [  124.588822] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS
> WCH1304N 03/04/2021
> > [  124.588823] RIP: 0010:finish_task_switch+0xae/0x290
> > [  124.588831] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85
> e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04
> 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> > [  124.588833] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> > [  124.588835] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX:
> 0000000000000000
> > [  124.588836] RDX: 0000000000000000 RSI: 0000000000000000 RDI:
> ffff888237c6be00
> > [  124.588837] RBP: ffffc900000dfe50 R08: 0000000000000002 R09:
> 000000000002b680
> > [  124.588838] R10: ffffc90000feb930 R11: 0000000000000000 R12:
> ffff888100974800
> > [  124.588839] R13: 0000000000000000 R14: ffff888107543000 R15:
> 0000000000000002
> > [  124.588840] FS:  0000000000000000(0000) GS:ffff888237c40000(0000)
> knlGS:0000000000000000
> > [  124.588841] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> > [  124.588842] CR2: 00005647dd4d33d8 CR3: 000000010767e000 CR4:
> 0000000000350ee0
> > [  124.588843] Call Trace:
> > [  124.588846]  __schedule+0x2c1/0x830
> > [  124.588850]  schedule_idle+0x22/0x40
> > [  124.588854]  do_idle+0x18f/0x2b0
> > [  124.588857]  cpu_startup_entry+0x1d/0x20
> > [  124.588859]  start_secondary+0x11f/0x160
> > [  124.588867]  secondary_startup_64_no_verify+0xb0/0xbb
> > [  135.183179] irq 9: nobody cared (try booting with the "irqpoll" option)
> > [  135.183254] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    L    5.11.0-
> 7490c004ae7e #20210308
> > [  135.183257] Hardware name: AMD Chachani-VN/Chachani-VN, BIOS
> WCH1304N 03/04/2021
> > [  135.183258] Call Trace:
> > [  135.183259]  <IRQ>
> > [  135.183261]  dump_stack+0x74/0x92
> > [  135.183266]  __report_bad_irq+0x35/0xc0
> > [  135.183271]  note_interrupt+0x24b/0x2a0
> > [  135.183272]  handle_irq_event_percpu+0x54/0x80
> > [  135.183276]  handle_irq_event+0x3b/0x60
> > [  135.183278]  handle_fasteoi_irq+0x7c/0x130
> > [  135.183279]  asm_call_irq_on_stack+0x12/0x20
> > [  135.183283]  </IRQ>
> > [  135.183287]  common_interrupt+0xc7/0x150
> > [  135.183290]  asm_common_interrupt+0x1e/0x40
> > [  135.183294] RIP: 0010:finish_task_switch+0xae/0x290
> > [  135.183300] Code: 50 08 48 89 df 48 c7 00 00 00 00 00 e8 4b 5f d3 00 4d 85
> e4 4c 89 e0 75 e2 48 89 df c6 07 00 0f 1f 40 00 fb 66 0f 1f 44 00 00 <65> 48 8b 04
> 25 c0 7b 01 00 0f 1f 44 00 00 4d 85 ed 74 21 65 48 8b
> > [  135.183302] RSP: 0018:ffffc900000dfe28 EFLAGS: 00000246
> > [  135.183304] RAX: 0000000000000000 RBX: ffff888237c6be00 RCX:
> 0000000000000000
> > [  135.183306] RDX: 0000000000000000 RSI: 0000000000000000 RDI:
> ffff888237c6be00
> > [  135.183306] RBP: ffffc900000dfe50 R08: 0000000000000002 R09:
> 000000000002b680
> > [  135.183307] R10: ffffc90000feb930 R11: 0000000000000000 R12:
> ffff888100974800
> > [  135.183308] R13: 0000000000000000 R14: ffff888107543000 R15:
> 0000000000000002
> > [  135.183310]  ? __switch_to_asm+0x36/0x70
> > [  135.183314]  __schedule+0x2c1/0x830
> > [  135.183317]  schedule_idle+0x22/0x40
> > [  135.183318]  do_idle+0x18f/0x2b0
> > [  135.183321]  cpu_startup_entry+0x1d/0x20
> > [  135.183324]  start_secondary+0x11f/0x160
> > [  135.183327]  secondary_startup_64_no_verify+0xb0/0xbb
> > [  135.183330] handlers:
> > [  135.183360] [<000000008388e1d9>] acpi_irq
> > [  135.183405] Disabling IRQ #9
> > [  135.185531] amdgpu 0000:04:00.0: amdgpu: ring gfx_0.0.0 uses VM inv
> eng 0 on hub 0
> > [  135.185538] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv
> eng 1 on hub 0
> > [  135.185540] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv
> eng 4 on hub 0
> > [  135.185541] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv
> eng 5 on hub 0
> > [  135.185543] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv
> eng 6 on hub 0
> > [  135.185544] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv
> eng 7 on hub 0
> > [  135.185545] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv
> eng 8 on hub 0
> > [  135.185546] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv
> eng 9 on hub 0
> > [  135.185548] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv
> eng 10 on hub 0
> > [  135.185551] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv
> eng 11 on hub 0
> > [  135.185554] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng
> 12 on hub 0
> > [  135.185558] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec_0 uses VM inv
> eng 0 on hub 1
> > [  135.185560] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv
> eng 1 on hub 1
> > [  135.185561] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv
> eng 4 on hub 1
> > [  135.185562] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv
> eng 5 on hub 1
> > [  136.758216] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:04:00.0 on
> minor 0
> > [  147.972000] loop10: detected capacity change from 8 to 0
> > [  156.171702] kauditd_printk_skb: 25 callbacks suppressed
> > [  156.171712] audit: type=1400 audit(1615283895.751:37):
> apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed"
> pid=832 comm="cups-browsed" capability=23  capname="sys_nice"
> > [  160.206322] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full
> Duplex, Flow Control: Rx/Tx
> > [  160.207256] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes
> ready
> > [  175.036396] rfkill: input handler disabled
> >
> 
> 
> --
> Thanks,
> 
> David / dhildenb
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-12 14:06     ` Deucher, Alexander
@ 2021-03-12 14:12       ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-12 14:12 UTC (permalink / raw)
  To: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Liang, Liang (Leo),
	Mike Rapoport, Rafael J. Wysocki, George Kennedy

On 12.03.21 15:06, Deucher, Alexander wrote:
> [AMD Public Use]
> 
>> -----Original Message-----
>> From: David Hildenbrand <david@redhat.com>
>> Sent: Thursday, March 11, 2021 10:03 AM
>> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
>> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
>> Andrew Morton <akpm@linux-foundation.org>
>> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
>> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>;
>> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
>> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
>> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
>> tail in __free_pages_core()")
>>
>> On 11.03.21 15:41, Deucher, Alexander wrote:
>>> [AMD Public Use]
>>>
>>> Booting kernels on certain AMD platforms takes 2-3 minutes with the patch
>> in the subject.  Reverting it restores quick boot times (few seconds).  Any
>> ideas?
>>>
>>
>> Hi,
>>
>> We just discovered latent BUGs in ACPI code whereby ACPI tables are
>> exposed to the page allocator as ordinary, free system RAM. With the
>> patch you mention, the order in which pages get allocated from the page
>> allocator are changed - which makes the BUG trigger more easily.
>>
>> I could imagine that someone allocates and uses that memory on your
>> platform, and I could imagine that such accesses are very slow.
>>
>> I cannot tell if that is the root cause, but at least it would make sense.
>>
>> See
>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
>> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
>> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
>> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
>> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
>> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
>> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
>>
>> You might want to give that patch a try (not sure if it's the latest
>> version). CCing George
> 
> Thanks for the patch.  Unfortunately it didn't help.  Any other ideas?  Is there a newer version of that patch?
> 

@George?

It's interesting that this only applies to these special AMD systems so  
far. Is there anything particular about these systems? How much memory  
do these systems have?

Increasing the boot time from a few seconds to 2-3 minutes does not  
smell like some corner case cache effects we might be hitting in this  
particular instance - there have been minor reports that it either  
slightly increased or slightly decreases initial system performance, but  
that was about it.

Either, yet another latent BUG (but why? why should memory access  
suddenly be that slow? I could only guess that we are now making sooner  
use of very slow memory), or there is really something else weird going on.

Cheers!

> Alex


-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-12 14:12       ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-12 14:12 UTC (permalink / raw)
  To: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Liang, Liang (Leo),
	Rafael J. Wysocki, Mike Rapoport, George Kennedy, Huang, Ray,
	Koenig, Christian

On 12.03.21 15:06, Deucher, Alexander wrote:
> [AMD Public Use]
> 
>> -----Original Message-----
>> From: David Hildenbrand <david@redhat.com>
>> Sent: Thursday, March 11, 2021 10:03 AM
>> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
>> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
>> Andrew Morton <akpm@linux-foundation.org>
>> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
>> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>;
>> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
>> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
>> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
>> tail in __free_pages_core()")
>>
>> On 11.03.21 15:41, Deucher, Alexander wrote:
>>> [AMD Public Use]
>>>
>>> Booting kernels on certain AMD platforms takes 2-3 minutes with the patch
>> in the subject.  Reverting it restores quick boot times (few seconds).  Any
>> ideas?
>>>
>>
>> Hi,
>>
>> We just discovered latent BUGs in ACPI code whereby ACPI tables are
>> exposed to the page allocator as ordinary, free system RAM. With the
>> patch you mention, the order in which pages get allocated from the page
>> allocator are changed - which makes the BUG trigger more easily.
>>
>> I could imagine that someone allocates and uses that memory on your
>> platform, and I could imagine that such accesses are very slow.
>>
>> I cannot tell if that is the root cause, but at least it would make sense.
>>
>> See
>> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
>> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
>> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
>> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
>> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
>> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
>> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
>>
>> You might want to give that patch a try (not sure if it's the latest
>> version). CCing George
> 
> Thanks for the patch.  Unfortunately it didn't help.  Any other ideas?  Is there a newer version of that patch?
> 

@George?

It's interesting that this only applies to these special AMD systems so  
far. Is there anything particular about these systems? How much memory  
do these systems have?

Increasing the boot time from a few seconds to 2-3 minutes does not  
smell like some corner case cache effects we might be hitting in this  
particular instance - there have been minor reports that it either  
slightly increased or slightly decreases initial system performance, but  
that was about it.

Either, yet another latent BUG (but why? why should memory access  
suddenly be that slow? I could only guess that we are now making sooner  
use of very slow memory), or there is really something else weird going on.

Cheers!

> Alex


-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-12 14:12       ` David Hildenbrand
@ 2021-03-12 15:39         ` Deucher, Alexander
  -1 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-12 15:39 UTC (permalink / raw)
  To: David Hildenbrand, linux-kernel, amd-gfx list, Andrew Morton,
	Liang, Liang (Leo)
  Cc: Huang, Ray, Koenig, Christian, Mike Rapoport, Rafael J. Wysocki,
	George Kennedy

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Friday, March 12, 2021 9:12 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>;
> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
> tail in __free_pages_core()")
> 
> On 12.03.21 15:06, Deucher, Alexander wrote:
> > [AMD Public Use]
> >
> >> -----Original Message-----
> >> From: David Hildenbrand <david@redhat.com>
> >> Sent: Thursday, March 11, 2021 10:03 AM
> >> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> >> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> >> Andrew Morton <akpm@linux-foundation.org>
> >> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> >> <Christian.Koenig@amd.com>; Liang, Liang (Leo)
> <Liang.Liang@amd.com>;
> >> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
> >> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> >> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages
> >> to tail in __free_pages_core()")
> >>
> >> On 11.03.21 15:41, Deucher, Alexander wrote:
> >>> [AMD Public Use]
> >>>
> >>> Booting kernels on certain AMD platforms takes 2-3 minutes with the
> >>> patch
> >> in the subject.  Reverting it restores quick boot times (few
> >> seconds).  Any ideas?
> >>>
> >>
> >> Hi,
> >>
> >> We just discovered latent BUGs in ACPI code whereby ACPI tables are
> >> exposed to the page allocator as ordinary, free system RAM. With the
> >> patch you mention, the order in which pages get allocated from the
> >> page allocator are changed - which makes the BUG trigger more easily.
> >>
> >> I could imagine that someone allocates and uses that memory on your
> >> platform, and I could imagine that such accesses are very slow.
> >>
> >> I cannot tell if that is the root cause, but at least it would make sense.
> >>
> >> See
> >>
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
> >>
> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
> >>
> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
> >>
> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
> >>
> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
> >>
> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
> >> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
> >>
> >> You might want to give that patch a try (not sure if it's the latest
> >> version). CCing George
> >
> > Thanks for the patch.  Unfortunately it didn't help.  Any other ideas?  Is
> there a newer version of that patch?
> >
> 
> @George?
> 
> It's interesting that this only applies to these special AMD systems so far. Is
> there anything particular about these systems? How much memory do these
> systems have?

8G (with some carve out for the integrated GPU).
[    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)

Nothing particularly special about these systems that I am aware of.  I'll see if we can repro this issue on any other platforms, but so far, not one has noticed any problems.

> 
> Increasing the boot time from a few seconds to 2-3 minutes does not smell
> like some corner case cache effects we might be hitting in this particular
> instance - there have been minor reports that it either slightly increased or
> slightly decreases initial system performance, but that was about it.
> 
> Either, yet another latent BUG (but why? why should memory access
> suddenly be that slow? I could only guess that we are now making sooner
> use of very slow memory), or there is really something else weird going on.

Looks like pretty much everything is slower based on the timestamps in the dmesg output.  There is a big jump here:

> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   18.969959] ACPI: EC: EC started

And here:

> [   36.566608] PCI: CLS 64 bytes, default 64
> [   36.575383] Trying to unpack rootfs image as initramfs...
> [   44.594348] Initramfs unpacking failed: Decoding failed
> [   44.765141] Freeing initrd memory: 46348K

Also seeing soft lockups:
> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]

@Liang, Liang (Leo) can you attach the dmesg outputs with 7fef431be9c9 reverted and without?

Alex

> 
> Cheers!
> 
> > Alex
> 
> 
> --
> Thanks,
> 
> David / dhildenb

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-12 15:39         ` Deucher, Alexander
  0 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-12 15:39 UTC (permalink / raw)
  To: David Hildenbrand, linux-kernel, amd-gfx list, Andrew Morton,
	Liang, Liang (Leo)
  Cc: Rafael J. Wysocki, George Kennedy, Huang, Ray, Koenig, Christian,
	Mike Rapoport

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Friday, March 12, 2021 9:12 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>;
> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
> tail in __free_pages_core()")
> 
> On 12.03.21 15:06, Deucher, Alexander wrote:
> > [AMD Public Use]
> >
> >> -----Original Message-----
> >> From: David Hildenbrand <david@redhat.com>
> >> Sent: Thursday, March 11, 2021 10:03 AM
> >> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> >> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> >> Andrew Morton <akpm@linux-foundation.org>
> >> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> >> <Christian.Koenig@amd.com>; Liang, Liang (Leo)
> <Liang.Liang@amd.com>;
> >> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki
> >> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> >> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages
> >> to tail in __free_pages_core()")
> >>
> >> On 11.03.21 15:41, Deucher, Alexander wrote:
> >>> [AMD Public Use]
> >>>
> >>> Booting kernels on certain AMD platforms takes 2-3 minutes with the
> >>> patch
> >> in the subject.  Reverting it restores quick boot times (few
> >> seconds).  Any ideas?
> >>>
> >>
> >> Hi,
> >>
> >> We just discovered latent BUGs in ACPI code whereby ACPI tables are
> >> exposed to the page allocator as ordinary, free system RAM. With the
> >> patch you mention, the order in which pages get allocated from the
> >> page allocator are changed - which makes the BUG trigger more easily.
> >>
> >> I could imagine that someone allocates and uses that memory on your
> >> platform, and I could imagine that such accesses are very slow.
> >>
> >> I cannot tell if that is the root cause, but at least it would make sense.
> >>
> >> See
> >>
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
> >>
> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
> >>
> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
> >>
> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
> >>
> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
> >>
> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
> >> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
> >>
> >> You might want to give that patch a try (not sure if it's the latest
> >> version). CCing George
> >
> > Thanks for the patch.  Unfortunately it didn't help.  Any other ideas?  Is
> there a newer version of that patch?
> >
> 
> @George?
> 
> It's interesting that this only applies to these special AMD systems so far. Is
> there anything particular about these systems? How much memory do these
> systems have?

8G (with some carve out for the integrated GPU).
[    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)

Nothing particularly special about these systems that I am aware of.  I'll see if we can repro this issue on any other platforms, but so far, not one has noticed any problems.

> 
> Increasing the boot time from a few seconds to 2-3 minutes does not smell
> like some corner case cache effects we might be hitting in this particular
> instance - there have been minor reports that it either slightly increased or
> slightly decreases initial system performance, but that was about it.
> 
> Either, yet another latent BUG (but why? why should memory access
> suddenly be that slow? I could only guess that we are now making sooner
> use of very slow memory), or there is really something else weird going on.

Looks like pretty much everything is slower based on the timestamps in the dmesg output.  There is a big jump here:

> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   18.969959] ACPI: EC: EC started

And here:

> [   36.566608] PCI: CLS 64 bytes, default 64
> [   36.575383] Trying to unpack rootfs image as initramfs...
> [   44.594348] Initramfs unpacking failed: Decoding failed
> [   44.765141] Freeing initrd memory: 46348K

Also seeing soft lockups:
> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]

@Liang, Liang (Leo) can you attach the dmesg outputs with 7fef431be9c9 reverted and without?

Alex

> 
> Cheers!
> 
> > Alex
> 
> 
> --
> Thanks,
> 
> David / dhildenb
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-12 15:39         ` Deucher, Alexander
@ 2021-03-12 15:48           ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-12 15:48 UTC (permalink / raw)
  To: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Liang, Liang (Leo)
  Cc: Huang, Ray, Koenig, Christian, Mike Rapoport, Rafael J. Wysocki,
	George Kennedy

> 8G (with some carve out for the integrated GPU).
> [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)
> 
> Nothing particularly special about these systems that I am aware of.  I'll see if we can repro this issue on any other platforms, but so far, not one has noticed any problems.
> 
>>
>> Increasing the boot time from a few seconds to 2-3 minutes does not smell
>> like some corner case cache effects we might be hitting in this particular
>> instance - there have been minor reports that it either slightly increased or
>> slightly decreases initial system performance, but that was about it.
>>
>> Either, yet another latent BUG (but why? why should memory access
>> suddenly be that slow? I could only guess that we are now making sooner
>> use of very slow memory), or there is really something else weird going on.
> 
> Looks like pretty much everything is slower based on the timestamps in the dmesg output.  There is a big jump here:

If we're really dealing with some specific slow memory regions and that 
memory gets allocated for something that gets used regularly, then we 
might get a general slowdown. Hard to identify, though :)

> 
>> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
>> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
>> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
>> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
>> [   18.969959] ACPI: EC: EC started
> 
> And here:
> 
>> [   36.566608] PCI: CLS 64 bytes, default 64
>> [   36.575383] Trying to unpack rootfs image as initramfs...
>> [   44.594348] Initramfs unpacking failed: Decoding failed
>> [   44.765141] Freeing initrd memory: 46348K
> 
> Also seeing soft lockups:
>> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]

Yes, I noticed that -- there is a heavy slowdown somewhere.

As that patch is v5.10 already (and we're close to v5.12) I assume 
something is particularly weird about the platform you are running on - 
because this is the first time I see a report like that.

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-12 15:48           ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-12 15:48 UTC (permalink / raw)
  To: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Liang, Liang (Leo)
  Cc: Rafael J. Wysocki, George Kennedy, Huang, Ray, Koenig, Christian,
	Mike Rapoport

> 8G (with some carve out for the integrated GPU).
> [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)
> 
> Nothing particularly special about these systems that I am aware of.  I'll see if we can repro this issue on any other platforms, but so far, not one has noticed any problems.
> 
>>
>> Increasing the boot time from a few seconds to 2-3 minutes does not smell
>> like some corner case cache effects we might be hitting in this particular
>> instance - there have been minor reports that it either slightly increased or
>> slightly decreases initial system performance, but that was about it.
>>
>> Either, yet another latent BUG (but why? why should memory access
>> suddenly be that slow? I could only guess that we are now making sooner
>> use of very slow memory), or there is really something else weird going on.
> 
> Looks like pretty much everything is slower based on the timestamps in the dmesg output.  There is a big jump here:

If we're really dealing with some specific slow memory regions and that 
memory gets allocated for something that gets used regularly, then we 
might get a general slowdown. Hard to identify, though :)

> 
>> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
>> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
>> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
>> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
>> [   18.969959] ACPI: EC: EC started
> 
> And here:
> 
>> [   36.566608] PCI: CLS 64 bytes, default 64
>> [   36.575383] Trying to unpack rootfs image as initramfs...
>> [   44.594348] Initramfs unpacking failed: Decoding failed
>> [   44.765141] Freeing initrd memory: 46348K
> 
> Also seeing soft lockups:
>> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! [swapper/1:0]

Yes, I noticed that -- there is a heavy slowdown somewhere.

As that patch is v5.10 already (and we're close to v5.12) I assume 
something is particularly weird about the platform you are running on - 
because this is the first time I see a report like that.

-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-12 15:48           ` David Hildenbrand
@ 2021-03-12 16:15             ` Deucher, Alexander
  -1 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-12 16:15 UTC (permalink / raw)
  To: David Hildenbrand, linux-kernel, amd-gfx list, Andrew Morton,
	Liang, Liang (Leo)
  Cc: Huang, Ray, Koenig, Christian, Mike Rapoport, Rafael J. Wysocki,
	George Kennedy

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Friday, March 12, 2021 10:48 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> Andrew Morton <akpm@linux-foundation.org>; Liang, Liang (Leo)
> <Liang.Liang@amd.com>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>;
> Rafael J. Wysocki <rafael@kernel.org>; George Kennedy
> <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
> tail in __free_pages_core()")
> 
> > 8G (with some carve out for the integrated GPU).
> > [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code,
> 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K
> cma-reserved)
> >
> > Nothing particularly special about these systems that I am aware of.  I'll see
> if we can repro this issue on any other platforms, but so far, not one has
> noticed any problems.
> >
> >>
> >> Increasing the boot time from a few seconds to 2-3 minutes does not
> >> smell like some corner case cache effects we might be hitting in this
> >> particular instance - there have been minor reports that it either
> >> slightly increased or slightly decreases initial system performance, but that
> was about it.
> >>
> >> Either, yet another latent BUG (but why? why should memory access
> >> suddenly be that slow? I could only guess that we are now making
> >> sooner use of very slow memory), or there is really something else weird
> going on.
> >
> > Looks like pretty much everything is slower based on the timestamps in the
> dmesg output.  There is a big jump here:
> 
> If we're really dealing with some specific slow memory regions and that
> memory gets allocated for something that gets used regularly, then we might
> get a general slowdown. Hard to identify, though :)
> 
> >
> >> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> >> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> >> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> >> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> >> [   18.969959] ACPI: EC: EC started
> >
> > And here:
> >
> >> [   36.566608] PCI: CLS 64 bytes, default 64
> >> [   36.575383] Trying to unpack rootfs image as initramfs...
> >> [   44.594348] Initramfs unpacking failed: Decoding failed
> >> [   44.765141] Freeing initrd memory: 46348K
> >
> > Also seeing soft lockups:
> >> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s!
> >> [swapper/1:0]
> 
> Yes, I noticed that -- there is a heavy slowdown somewhere.
> 
> As that patch is v5.10 already (and we're close to v5.12) I assume something
> is particularly weird about the platform you are running on - because this is
> the first time I see a report like that.

Well, this platform is not yet widely available outside of AMD so it's not likely to have been seen by anyone else, but there is nothing special about it compared to any other AMD platforms beyond that that I am aware of.

Alex


^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-12 16:15             ` Deucher, Alexander
  0 siblings, 0 replies; 48+ messages in thread
From: Deucher, Alexander @ 2021-03-12 16:15 UTC (permalink / raw)
  To: David Hildenbrand, linux-kernel, amd-gfx list, Andrew Morton,
	Liang, Liang (Leo)
  Cc: Rafael J. Wysocki, George Kennedy, Huang, Ray, Koenig, Christian,
	Mike Rapoport

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Friday, March 12, 2021 10:48 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>;
> Andrew Morton <akpm@linux-foundation.org>; Liang, Liang (Leo)
> <Liang.Liang@amd.com>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian
> <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>;
> Rafael J. Wysocki <rafael@kernel.org>; George Kennedy
> <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to
> tail in __free_pages_core()")
> 
> > 8G (with some carve out for the integrated GPU).
> > [    0.044181] Memory: 6858688K/7200304K available (14345K kernel code,
> 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K
> cma-reserved)
> >
> > Nothing particularly special about these systems that I am aware of.  I'll see
> if we can repro this issue on any other platforms, but so far, not one has
> noticed any problems.
> >
> >>
> >> Increasing the boot time from a few seconds to 2-3 minutes does not
> >> smell like some corner case cache effects we might be hitting in this
> >> particular instance - there have been minor reports that it either
> >> slightly increased or slightly decreases initial system performance, but that
> was about it.
> >>
> >> Either, yet another latent BUG (but why? why should memory access
> >> suddenly be that slow? I could only guess that we are now making
> >> sooner use of very slow memory), or there is really something else weird
> going on.
> >
> > Looks like pretty much everything is slower based on the timestamps in the
> dmesg output.  There is a big jump here:
> 
> If we're really dealing with some specific slow memory regions and that
> memory gets allocated for something that gets used regularly, then we might
> get a general slowdown. Hard to identify, though :)
> 
> >
> >> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> >> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> >> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> >> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> >> [   18.969959] ACPI: EC: EC started
> >
> > And here:
> >
> >> [   36.566608] PCI: CLS 64 bytes, default 64
> >> [   36.575383] Trying to unpack rootfs image as initramfs...
> >> [   44.594348] Initramfs unpacking failed: Decoding failed
> >> [   44.765141] Freeing initrd memory: 46348K
> >
> > Also seeing soft lockups:
> >> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s!
> >> [swapper/1:0]
> 
> Yes, I noticed that -- there is a heavy slowdown somewhere.
> 
> As that patch is v5.10 already (and we're close to v5.12) I assume something
> is particularly weird about the platform you are running on - because this is
> the first time I see a report like that.

Well, this platform is not yet widely available outside of AMD so it's not likely to have been seen by anyone else, but there is nothing special about it compared to any other AMD platforms beyond that that I am aware of.

Alex

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-12 15:39         ` Deucher, Alexander
@ 2021-03-12 16:19           ` Liang, Liang (Leo)
  -1 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-12 16:19 UTC (permalink / raw)
  To: Deucher, Alexander, David Hildenbrand, linux-kernel,
	amd-gfx list, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Mike Rapoport, Rafael J. Wysocki,
	George Kennedy

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

[AMD Public Use]

Dmesg attached.

-----Original Message-----
From: Deucher, Alexander <Alexander.Deucher@amd.com> 
Sent: Friday, March 12, 2021 11:39 PM
To: David Hildenbrand <david@redhat.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Liang, Liang (Leo) <Liang.Liang@amd.com>
Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Friday, March 12, 2021 9:12 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux- 
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; 
> Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian 
> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>; 
> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki 
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages 
> to tail in __free_pages_core()")
> 
> On 12.03.21 15:06, Deucher, Alexander wrote:
> > [AMD Public Use]
> >
> >> -----Original Message-----
> >> From: David Hildenbrand <david@redhat.com>
> >> Sent: Thursday, March 11, 2021 10:03 AM
> >> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux- 
> >> kernel@vger.kernel.org; amd-gfx list 
> >> <amd-gfx@lists.freedesktop.org>; Andrew Morton 
> >> <akpm@linux-foundation.org>
> >> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian 
> >> <Christian.Koenig@amd.com>; Liang, Liang (Leo)
> <Liang.Liang@amd.com>;
> >> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki 
> >> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> >> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place 
> >> pages to tail in __free_pages_core()")
> >>
> >> On 11.03.21 15:41, Deucher, Alexander wrote:
> >>> [AMD Public Use]
> >>>
> >>> Booting kernels on certain AMD platforms takes 2-3 minutes with 
> >>> the patch
> >> in the subject.  Reverting it restores quick boot times (few 
> >> seconds).  Any ideas?
> >>>
> >>
> >> Hi,
> >>
> >> We just discovered latent BUGs in ACPI code whereby ACPI tables are 
> >> exposed to the page allocator as ordinary, free system RAM. With 
> >> the patch you mention, the order in which pages get allocated from 
> >> the page allocator are changed - which makes the BUG trigger more easily.
> >>
> >> I could imagine that someone allocates and uses that memory on your 
> >> platform, and I could imagine that such accesses are very slow.
> >>
> >> I cannot tell if that is the root cause, but at least it would make sense.
> >>
> >> See
> >>
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
> >>
> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
> >>
> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
> >>
> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
> >>
> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
> >>
> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
> >> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
> >>
> >> You might want to give that patch a try (not sure if it's the 
> >> latest version). CCing George
> >
> > Thanks for the patch.  Unfortunately it didn't help.  Any other 
> > ideas?  Is
> there a newer version of that patch?
> >
> 
> @George?
> 
> It's interesting that this only applies to these special AMD systems 
> so far. Is there anything particular about these systems? How much 
> memory do these systems have?

8G (with some carve out for the integrated GPU).
[    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)

Nothing particularly special about these systems that I am aware of.  I'll see if we can repro this issue on any other platforms, but so far, not one has noticed any problems.

> 
> Increasing the boot time from a few seconds to 2-3 minutes does not 
> smell like some corner case cache effects we might be hitting in this 
> particular instance - there have been minor reports that it either 
> slightly increased or slightly decreases initial system performance, but that was about it.
> 
> Either, yet another latent BUG (but why? why should memory access 
> suddenly be that slow? I could only guess that we are now making 
> sooner use of very slow memory), or there is really something else weird going on.

Looks like pretty much everything is slower based on the timestamps in the dmesg output.  There is a big jump here:

> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   18.969959] ACPI: EC: EC started

And here:

> [   36.566608] PCI: CLS 64 bytes, default 64
> [   36.575383] Trying to unpack rootfs image as initramfs...
> [   44.594348] Initramfs unpacking failed: Decoding failed
> [   44.765141] Freeing initrd memory: 46348K

Also seeing soft lockups:
> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! 
> [swapper/1:0]

@Liang, Liang (Leo) can you attach the dmesg outputs with 7fef431be9c9 reverted and without?

Alex

> 
> Cheers!
> 
> > Alex
> 
> 
> --
> Thanks,
> 
> David / dhildenb

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

[    0.000000] Linux version 5.11.0+ (amd@scbuleohost) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1 SMP Fri Mar 12 08:29:29 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a273017] usable
[    0.000000] reserve setup_data: [mem 0x000000006a273018-0x000000006a281857] usable
[    0.000000] reserve setup_data: [mem 0x000000006a281858-0x000000006c56efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74951018 RNG=0x7970d798 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1311N 03/11/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2400.108 MHz processor
[    0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000015] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[    0.000027] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000030]   00000-9FFFF write-back
[    0.000031]   A0000-BFFFF uncachable
[    0.000032]   C0000-FFFFF write-through
[    0.000033] MTRR variable ranges enabled:
[    0.000034]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000036]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000037]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000038]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000041]   6 disabled
[    0.000042]   7 disabled
[    0.000042] TOM2: 0000000280000000 aka 10240M
[    0.000265] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000765] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[    0.004755] ACPI: Early table checksum verification disabled
[    0.004759] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[    0.004764] ACPI: XSDT 0x000000007CFCE188 000104 (v01 AMDYDE Celadon  00000002      01000013)
[    0.004770] ACPI: FACP 0x000000007CFEE000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004776] ACPI: DSDT 0x000000007CFDF000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004779] ACPI: FACS 0x000000007BF1F000 000040
[    0.004782] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.004786] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004789] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004792] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[    0.004795] ACPI: IVRS 0x000000007CFF2000 0001A4 (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.004798] ACPI: ASF! 0x000000007CFF0000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004801] ACPI: BOOT 0x000000007CFEF000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004804] ACPI: HPET 0x000000007CFED000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004807] ACPI: APIC 0x000000007CFEC000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004810] ACPI: MCFG 0x000000007CFEB000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004813] ACPI: SLIC 0x000000007CFEA000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004817] ACPI: WSMT 0x000000007CFE7000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004820] ACPI: SSDT 0x000000007CFDE000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[    0.004823] ACPI: VFCT 0x000000007CFD3000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.004826] ACPI: SSDT 0x000000007CFD2000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[    0.004829] ACPI: SSDT 0x000000007CFD0000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.004832] ACPI: CRAT 0x000000007CFCF000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004835] ACPI: CDIT 0x000000007CFFD000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004838] ACPI: SSDT 0x000000007CFCD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004841] ACPI: SSDT 0x000000007CFCB000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004844] ACPI: SSDT 0x000000007CFC9000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004847] ACPI: SSDT 0x000000007CFC3000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004851] ACPI: FPDT 0x000000007CFC2000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[    0.004854] ACPI: SSDT 0x000000007CFE9000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004857] ACPI: SSDT 0x000000007CFBF000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004860] ACPI: SSDT 0x000000007CFE8000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004863] ACPI: BGRT 0x000000007CFC1000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.004874] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[    0.004885] check: Scanning 1 areas for low memory corruption
[    0.004892] Using GB pages for direct mapping
[    0.005753] Secure boot disabled
[    0.005754] RAMDISK: [mem 0x3d130000-0x3fffdfff]
[    0.005763] ACPI: Local APIC address 0xfee00000
[    0.005900] No NUMA configuration found
[    0.005901] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[    0.005910] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[    0.006175] Zone ranges:
[    0.006176]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006178]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006180]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006182]   Device   empty
[    0.006183] Movable zone start for each node
[    0.006185] Early memory node ranges
[    0.006186]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006187]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.006189]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.006190]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[    0.006191]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[    0.006192]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[    0.006193]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006416] Zeroed struct page in unavailable ranges: 34932 pages
[    0.006417] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[    0.006419] On node 0 totalpages: 1800076
[    0.006420]   DMA zone: 64 pages used for memmap
[    0.006421]   DMA zone: 21 pages reserved
[    0.006422]   DMA zone: 3998 pages, LIFO batch:0
[    0.006445]   DMA32 zone: 7634 pages used for memmap
[    0.006446]   DMA32 zone: 488558 pages, LIFO batch:63
[    0.009834]   Normal zone: 20430 pages used for memmap
[    0.009839]   Normal zone: 1307520 pages, LIFO batch:63
[    0.019210] ACPI: PM-Timer IO Port: 0x408
[    0.019216] ACPI: Local APIC address 0xfee00000
[    0.019224] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.019226] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.019227] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.019228] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.019229] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.019230] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.019231] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.019232] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.019233] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.019234] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.019235] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.019236] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.019237] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.019238] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.019238] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.019240] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.019255] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.019261] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.019263] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.019265] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.019268] ACPI: IRQ0 used by override.
[    0.019269] ACPI: IRQ9 used by override.
[    0.019270] Using ACPI (MADT) for SMP configuration information
[    0.019272] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.019282] e820: update [mem 0x74957000-0x74998fff] usable ==> reserved
[    0.019294] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.019320] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.019323] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.019324] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.019325] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.019327] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[    0.019329] PM: hibernation: Registered nosave memory: [mem 0x6a273000-0x6a273fff]
[    0.019331] PM: hibernation: Registered nosave memory: [mem 0x6a281000-0x6a281fff]
[    0.019333] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[    0.019334] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[    0.019336] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[    0.019338] PM: hibernation: Registered nosave memory: [mem 0x74957000-0x74998fff]
[    0.019340] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[    0.019341] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[    0.019342] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[    0.019343] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[    0.019344] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[    0.019345] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[    0.019346] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[    0.019347] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[    0.019348] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[    0.019349] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.019349] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.019350] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.019351] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.019352] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.019353] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.019354] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.019355] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[    0.019355] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[    0.019356] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[    0.019357] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[    0.019358] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[    0.019359] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.019360] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[    0.019361] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[    0.019361] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[    0.019364] [mem 0xa0100000-0xefffffff] available for PCI devices
[    0.019365] Booting paravirtualized kernel on bare hardware
[    0.019369] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.019376] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.020053] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.020064] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.020067] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.020107] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[    0.020109] Policy zone: Normal
[    0.020111] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.021043] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.021477] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.021534] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.041335] ftrace: allocating 47184 entries in 185 pages
[    0.055719] ftrace: allocated 185 pages with 5 groups
[    0.055863] rcu: Hierarchical RCU implementation.
[    0.055864] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.055865] 	Rude variant of Tasks RCU enabled.
[    0.055866] 	Tracing variant of Tasks RCU enabled.
[    0.055867] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.055868] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.058974] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.059410] random: crng done (trusting CPU's manufacturer)
[    0.059445] Console: colour dummy device 80x25
[    0.059708] printk: console [tty0] enabled
[    0.059738] ACPI: Core revision 20201113
[    0.059937] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.059960] APIC: Switch to symmetric I/O mode setup
[    0.060693] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.060697] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.060699] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.060701] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.060858] AMD-Vi: AMD IOMMU disabled
[    0.060888] Switched APIC routing to physical flat.
[    0.061702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.079960] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22989d71efc, max_idle_ns: 440795217445 ns
[    0.079969] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.21 BogoMIPS (lpj=9600432)
[    0.079974] pid_max: default: 32768 minimum: 301
[    0.083454] LSM: Security Framework initializing
[    0.083478] Yama: becoming mindful.
[    0.083509] AppArmor: AppArmor initialized
[    0.083555] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.083569] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.083876] LVT offset 1 assigned for vector 0xf9
[    0.083946] LVT offset 2 assigned for vector 0xf4
[    0.083974] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.083976] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.083981] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.083985] Spectre V2 : Mitigation: Full AMD retpoline
[    0.083986] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.083989] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.083991] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.083993] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.083995] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.084158] Freeing SMP alternatives memory: 40K
[    0.194929] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[    0.195129] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.195135] ... version:                0
[    0.195137] ... bit width:              48
[    0.195138] ... generic registers:      6
[    0.195140] ... value mask:             0000ffffffffffff
[    0.195141] ... max period:             00007fffffffffff
[    0.195143] ... fixed-purpose events:   0
[    0.195144] ... event mask:             000000000000003f
[    0.195202] rcu: Hierarchical SRCU implementation.
[    0.195598] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.195752] smp: Bringing up secondary CPUs ...
[    0.195837] x86: Booting SMP configuration:
[    0.195839] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.208012] smp: Brought up 1 node, 8 CPUs
[    0.208021] smpboot: Max logical packages: 2
[    0.208023] smpboot: Total of 8 processors activated (38401.72 BogoMIPS)
[    0.208771] devtmpfs: initialized
[    0.208771] x86/mm: Memory block size: 128MB
[    0.208771] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[    0.208771] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[    0.208771] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.208771] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.208771] pinctrl core: initialized pinctrl subsystem
[    0.212061] PM: RTC time: 15:44:44, date: 2021-03-12
[    0.212256] NET: Registered protocol family 16
[    0.212415] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.212503] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.212589] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.212598] audit: initializing netlink subsys (disabled)
[    0.212613] audit: type=2000 audit(1615563884.152:1): state=initialized audit_enabled=0 res=1
[    0.212613] thermal_sys: Registered thermal governor 'fair_share'
[    0.212613] thermal_sys: Registered thermal governor 'bang_bang'
[    0.212613] thermal_sys: Registered thermal governor 'step_wise'
[    0.212613] thermal_sys: Registered thermal governor 'user_space'
[    0.212613] EISA bus registered
[    0.212613] cpuidle: using governor ladder
[    0.212613] cpuidle: using governor menu
[    0.212613] Simple Boot Flag at 0x44 set to 0x80
[    0.212613] ACPI: bus type PCI registered
[    0.212613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.212613] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.212613] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.212613] PCI: Using configuration type 1 for base access
[    0.213277] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.213277] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.216018] fbcon: Taking over console
[    0.216039] ACPI: Added _OSI(Module Device)
[    0.216041] ACPI: Added _OSI(Processor Device)
[    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.231663] ACPI: EC: EC started
[    0.231666] ACPI: EC: interrupt blocked
[    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.233670] ACPI: Interpreter enabled
[    0.233685] ACPI: (supports S0 S3 S4 S5)
[    0.233687] ACPI: Using IOAPIC for interrupt routing
[    0.233854] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.234264] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.242393] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.242401] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.242551] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.242692] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.242704] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.242959] PCI host bridge to bus 0000:00
[    0.242961] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.242964] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.242967] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.242969] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.242972] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.242974] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.242976] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.242978] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.242981] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.242983] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.242985] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.242988] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.242990] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.242992] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.242995] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.242997] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[    0.242999] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[    0.243002] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[    0.243004] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[    0.243006] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[    0.243009] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[    0.243011] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[    0.243014] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.243026] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[    0.243110] pci 0000:00:00.2: [1022:1646] type 00 class 0x080600
[    0.243202] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.243271] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[    0.243342] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.243447] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[    0.243515] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.243611] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[    0.243680] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    0.243775] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.243844] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[    0.243869] pci 0000:00:08.1: enabling Extended Tags
[    0.243905] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.243996] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[    0.244022] pci 0000:00:08.2: enabling Extended Tags
[    0.244058] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.244134] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[    0.244160] pci 0000:00:08.3: enabling Extended Tags
[    0.244196] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    0.244294] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.244420] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.244555] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[    0.244596] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[    0.244637] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[    0.244678] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[    0.244718] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[    0.244769] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[    0.244812] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[    0.244855] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[    0.245192] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[    0.245215] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[    0.245414] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.245481] pci 0000:00:01.2: PCI bridge to [bus 01]
[    0.245487] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[    0.245546] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[    0.245563] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[    0.245680] pci 0000:02:00.0: supports D1 D2
[    0.245682] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.245816] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.245821] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[    0.245881] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[    0.245906] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[    0.245919] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[    0.245931] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[    0.245944] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[    0.245977] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    0.246080] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.246204] pci 0000:00:01.6: PCI bridge to [bus 03]
[    0.246208] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[    0.246211] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[    0.246301] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[    0.246317] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[    0.246328] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[    0.246336] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.246343] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[    0.246355] pci 0000:04:00.0: enabling Extended Tags
[    0.246369] pci 0000:04:00.0: BAR 0: assigned to efifb
[    0.246418] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.246461] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.246515] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[    0.246526] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[    0.246555] pci 0000:04:00.1: enabling Extended Tags
[    0.246592] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.246653] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[    0.246671] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[    0.246684] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[    0.246694] pci 0000:04:00.2: enabling Extended Tags
[    0.246795] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[    0.246808] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[    0.246833] pci 0000:04:00.3: enabling Extended Tags
[    0.246873] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    0.246936] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[    0.246951] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[    0.246983] pci 0000:04:00.4: enabling Extended Tags
[    0.247023] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[    0.247086] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[    0.247096] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[    0.247125] pci 0000:04:00.6: enabling Extended Tags
[    0.247161] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[    0.247228] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[    0.247246] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[    0.247259] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[    0.247270] pci 0000:04:00.7: enabling Extended Tags
[    0.247392] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.247397] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.247400] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[    0.247404] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[    0.247448] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[    0.247484] pci 0000:05:00.0: enabling Extended Tags
[    0.247557] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.247603] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.247651] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[    0.247687] pci 0000:06:00.0: enabling Extended Tags
[    0.247755] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.247801] pci 0000:00:08.3: PCI bridge to [bus 06]
[    0.248211] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248283] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248337] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248408] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248471] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248522] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248572] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248623] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[    0.250570] ACPI: EC: interrupt unblocked
[    0.250572] ACPI: EC: event unblocked
[    0.250581] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.250583] ACPI: EC: GPE=0x5
[    0.250584] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.250587] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.250690] iommu: Default domain type: Translated 
[    0.250690] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.250690] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.250690] pci 0000:04:00.0: vgaarb: setting as boot device
[    0.250690] vgaarb: loaded
[    0.250690] SCSI subsystem initialized
[    0.250690] libata version 3.00 loaded.
[    0.250690] ACPI: bus type USB registered
[    0.250690] usbcore: registered new interface driver usbfs
[    0.250690] usbcore: registered new interface driver hub
[    0.250690] usbcore: registered new device driver usb
[    0.250690] pps_core: LinuxPPS API ver. 1 registered
[    0.250690] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.250690] PTP clock support registered
[    0.250690] EDAC MC: Ver: 3.0.0
[    0.250690] Registered efivars operations
[    0.250690] NetLabel: Initializing
[    0.250690] NetLabel:  domain hash size = 128
[    0.250690] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.250690] NetLabel:  unlabeled traffic allowed by default
[    0.250690] PCI: Using ACPI for IRQ routing
[    0.256674] PCI: pci_cache_line_size set to 64 bytes
[    0.256955] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.256959] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.256960] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    0.256961] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.256962] e820: reserve RAM buffer [mem 0x6a273018-0x6bffffff]
[    0.256963] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[    0.256963] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[    0.256964] e820: reserve RAM buffer [mem 0x74957000-0x77ffffff]
[    0.256965] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[    0.256966] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[    0.256967] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[    0.256971] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.256971] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.258100] clocksource: Switched to clocksource tsc-early
[    0.262873] VFS: Disk quotas dquot_6.6.0
[    0.262900] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.262997] AppArmor: AppArmor Filesystem Enabled
[    0.263033] pnp: PnP ACPI init
[    0.263263] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.263267] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.263270] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[    0.263276] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.263398] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.263418] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[    0.263444] system 00:03: [io  0x0400-0x04cf] has been reserved
[    0.263447] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.263449] system 00:03: [io  0x04d6] has been reserved
[    0.263451] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.263453] system 00:03: [io  0x0c14] has been reserved
[    0.263455] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.263457] system 00:03: [io  0x0c6c] has been reserved
[    0.263459] system 00:03: [io  0x0c6f] has been reserved
[    0.263461] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.263464] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.263514] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.263517] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[    0.263520] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.264345] pnp: PnP ACPI: found 5 devices
[    0.269815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.269936] NET: Registered protocol family 2
[    0.270213] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.270286] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.270529] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.270724] TCP: Hash tables configured (established 65536 bind 65536)
[    0.270791] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.270834] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.270952] NET: Registered protocol family 1
[    0.270963] NET: Registered protocol family 44
[    0.270973] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    0.271001] pci 0000:00:01.2: PCI bridge to [bus 01]
[    0.271012] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[    0.271023] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.271030] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[    0.271044] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[    0.271051] pci 0000:00:01.6: PCI bridge to [bus 03]
[    0.271057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[    0.271064] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[    0.271076] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.271085] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.271092] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[    0.271099] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[    0.271108] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.271120] pci 0000:00:08.3: PCI bridge to [bus 06]
[    0.271133] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.271139] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.271144] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.271150] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.271155] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.271160] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.271165] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.271171] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.271176] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.271181] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.271186] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.271192] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.271197] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.271202] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.271207] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.271212] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[    0.271218] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[    0.271223] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[    0.271229] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[    0.271234] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[    0.271239] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[    0.271244] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[    0.271250] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[    0.271256] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[    0.271261] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.271266] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[    0.271271] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.271275] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[    0.271280] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[    0.271691] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.331385] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x640 took 58284 usecs
[    0.331404] PCI: CLS 64 bytes, default 64
[    0.331453] Trying to unpack rootfs image as initramfs...
[    0.424281] Initramfs unpacking failed: Decoding failed
[    0.429727] Freeing initrd memory: 47928K
[    0.429785] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.429787] software IO TLB: mapped [mem 0x00000000700b9000-0x00000000740b9000] (64MB)
[    0.429858] amd_uncore: 4  amd_df counters detected
[    0.429863] amd_uncore: 6  amd_l3 counters detected
[    0.430246] LVT offset 0 assigned for vector 0x400
[    0.430407] perf: AMD IBS detected (0x000003ff)
[    0.430477] check: Scanning for low memory corruption every 60 seconds
[    0.431012] Initialise system trusted keyrings
[    0.431039] Key type blacklist registered
[    0.431144] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.431901] zbud: loaded
[    0.432147] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.432326] fuse: init (API version 7.33)
[    0.432556] integrity: Platform Keyring initialized
[    0.435513] Key type asymmetric registered
[    0.435516] Asymmetric key parser 'x509' registered
[    0.435527] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.435626] io scheduler mq-deadline registered
[    0.436463] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[    0.436555] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[    0.436636] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[    0.436640] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.436763] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[    0.436839] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[    0.436919] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[    0.436923] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.437038] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[    0.437113] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[    0.437191] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[    0.437195] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.437308] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[    0.437494] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[    0.437605] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[    0.437675] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.437719] efifb: probing for efifb
[    0.437728] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[    0.437731] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[    0.437733] efifb: scrolling: redraw
[    0.437734] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.437844] Console: switching to colour frame buffer device 160x64
[    0.440399] fb0: EFI VGA frame buffer device
[    0.441708] ACPI: AC Adapter [ACAD] (on-line)
[    0.441764] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.441810] ACPI: Power Button [PWRB]
[    0.441847] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.441880] ACPI: Lid Switch [LID]
[    0.441914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.441961] ACPI: Power Button [PWRF]
[    0.442022] Monitor-Mwait will be used to enter C-1 state
[    0.442040] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.442236] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.442351] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.442433] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.442636] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.442928] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.443174] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.443515] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.444149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.444397] battery: ACPI: Battery Slot [BATT] (battery absent)
[    0.444466] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.445962] Linux agpgart interface v0.103
[    0.449276] loop: module loaded
[    0.449575] libphy: Fixed MDIO Bus: probed
[    0.449599] tun: Universal TUN/TAP device driver, 1.6
[    0.449665] PPP generic driver version 2.4.2
[    0.449774] VFIO - User Level meta-driver version: 0.3
[    0.449962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.449999] ehci-pci: EHCI PCI platform driver
[    0.450028] ehci-platform: EHCI generic platform driver
[    0.450057] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.450077] ohci-pci: OHCI PCI platform driver
[    0.450101] ohci-platform: OHCI generic platform driver
[    0.450123] uhci_hcd: USB Universal Host Controller Interface driver
[    0.450309] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.450336] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[    0.450461] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[    0.450736] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    0.450772] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.450797] usb usb1: Product: xHCI Host Controller
[    0.450818] usb usb1: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.451484] usb usb1: SerialNumber: 0000:04:00.4
[    0.452299] hub 1-0:1.0: USB hub found
[    0.452995] hub 1-0:1.0: 6 ports detected
[    0.454474] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.455199] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[    0.455868] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.456550] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.457255] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    0.457936] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.458612] usb usb2: Product: xHCI Host Controller
[    0.459314] usb usb2: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.459989] usb usb2: SerialNumber: 0000:04:00.4
[    0.460924] hub 2-0:1.0: USB hub found
[    0.461635] hub 2-0:1.0: 2 ports detected
[    0.463126] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    0.463818] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.464771] i8042: Warning: Keylock active
[    0.465663] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.466665] mousedev: PS/2 mouse device common for all mice
[    0.468058] rtc_cmos 00:01: RTC can wake from S4
[    0.468516] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.469795] rtc_cmos 00:01: registered as rtc0
[    0.471023] rtc_cmos 00:01: setting system clock to 2021-03-12T15:44:44 UTC (1615563884)
[    0.471784] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.472531] i2c /dev entries driver
[    0.473316] device-mapper: uevent: version 1.0.3
[    0.474187] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    0.475021] platform eisa.0: Probing EISA bus 0
[    0.475737] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.476461] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.477163] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.477856] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.478574] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.479245] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.479915] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.480596] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.481263] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.481935] platform eisa.0: EISA: Detected 0 cards
[    0.483020] ledtrig-cpu: registered to indicate activity on CPUs
[    0.483747] EFI Variables Facility v0.08 2004-May-17
[    0.487342] drop_monitor: Initializing network drop monitor service
[    0.488201] NET: Registered protocol family 10
[    0.497094] Segment Routing with IPv6
[    0.497969] NET: Registered protocol family 17
[    0.498925] Key type dns_resolver registered
[    0.501105] microcode: CPU0: patch_level=0x08900103
[    0.502428] microcode: CPU1: patch_level=0x08900103
[    0.503142] microcode: CPU2: patch_level=0x08900103
[    0.504422] microcode: CPU3: patch_level=0x08900103
[    0.505136] microcode: CPU4: patch_level=0x08900103
[    0.506692] microcode: CPU5: patch_level=0x08900103
[    0.507731] microcode: CPU6: patch_level=0x08900103
[    0.508414] microcode: CPU7: patch_level=0x08900103
[    0.509212] microcode: Microcode Update Driver: v2.2.
[    0.509588] resctrl: L3 allocation detected
[    0.510892] resctrl: L3DATA allocation detected
[    0.511523] resctrl: L3CODE allocation detected
[    0.512153] resctrl: MB allocation detected
[    0.512767] resctrl: L3 monitoring detected
[    0.513374] IPI shorthand broadcast: enabled
[    0.514003] sched_clock: Marking stable (511354574, 790135)->(518270348, -6125639)
[    0.514852] registered taskstats version 1
[    0.515481] Loading compiled-in X.509 certificates
[    0.516889] Loaded X.509 cert 'Build time autogenerated kernel key: 4685822baea9b186c7ca23a78767fcdf350842db'
[    0.518002] zswap: loaded using pool lzo/zbud
[    0.519210] Key type ._fscrypt registered
[    0.519862] Key type .fscrypt registered
[    0.520496] Key type fscrypt-provisioning registered
[    0.525491] Key type encrypted registered
[    0.526657] AppArmor: AppArmor sha1 policy hashing enabled
[    0.527978] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.528687] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[    0.529314] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.530468] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.531140] ima: No TPM chip found, activating TPM-bypass!
[    0.531816] ima: Allocated hash algorithm: sha1
[    0.532487] ima: No architecture policies found
[    0.533167] evm: Initialising EVM extended attributes:
[    0.533823] evm: security.selinux
[    0.534506] evm: security.SMACK64
[    0.535139] evm: security.SMACK64EXEC
[    0.535759] evm: security.SMACK64TRANSMUTE
[    0.536380] evm: security.SMACK64MMAP
[    0.536987] evm: security.apparmor
[    0.537574] evm: security.ima
[    0.538145] evm: security.capability
[    0.538727] evm: HMAC attrs: 0x1
[    0.539680] PM:   Magic number: 13:158:740
[    0.541253] acpi_cpufreq: overriding BIOS provided _PSD data
[    0.542349] RAS: Correctable Errors collector initialized.
[    0.544298] Freeing unused decrypted memory: 2036K
[    0.545240] Freeing unused kernel image (initmem) memory: 2624K
[    0.704424] Write protecting the kernel read-only data: 22528k
[    0.705600] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.706600] Freeing unused kernel image (rodata/data gap) memory: 860K
[    0.747239] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.747995] Run /init as init process
[    0.748724]   with arguments:
[    0.748726]     /init
[    0.748727]     nokaslr
[    0.748728]   with environment:
[    0.748729]     HOME=/
[    0.748730]     TERM=linux
[    0.748730]     BOOT_IMAGE=/boot/vmlinuz-5.11.0+
[    0.829433] hid: raw HID events driver (C) Jiri Kosina
[    0.850682] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[    0.853217] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    0.853289] e1000e: Intel(R) PRO/1000 Network Driver
[    0.854221] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    0.854570] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    0.855290] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.858859] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[    0.860150] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.873710] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[    0.875643] nvme nvme0: pci function 0000:01:00.0
[    0.886323] nvme nvme0: missing or invalid SUBNQN field.
[    0.887280] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.904851] nvme nvme0: 16/0/0 default/read/poll queues
[    0.909732]  nvme0n1: p1 p2 p3
[    0.914674] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[    0.926831] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[    0.952227] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    0.953441] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[    0.954722] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[    0.955979] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
[    0.957319] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    0.958607] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.959863] usb usb3: Product: xHCI Host Controller
[    0.961122] usb usb3: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.962395] usb usb3: SerialNumber: xhci-hcd.2.auto
[    0.963968] hub 3-0:1.0: USB hub found
[    0.965367] hub 3-0:1.0: 1 port detected
[    0.966847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    0.968159] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[    0.969384] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[    0.970702] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.972125] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    0.973704] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.974986] usb usb4: Product: xHCI Host Controller
[    0.976231] usb usb4: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.977470] usb usb4: SerialNumber: xhci-hcd.2.auto
[    0.978725] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[    0.979122] hub 4-0:1.0: USB hub found
[    0.980197] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    0.981472] hub 4-0:1.0: 1 port detected
[    0.982734] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[    0.987208] e1000e 0000:03:00.0 eno1: renamed from eth0
[    1.080811] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    1.082251] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.083627] usb 1-6: Product: USB 2.0 Hub
[    1.136350] hub 1-6:1.0: USB hub found
[    1.138244] hub 1-6:1.0: 4 ports detected
[    1.408023] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22989d71efc, max_idle_ns: 440795217445 ns
[    1.410118] clocksource: Switched to clocksource tsc
[    1.460025] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
[    1.572289] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.674402] systemd[1]: Inserted module 'autofs4'
[    1.683902] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[    1.685637] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.687035] usb 1-6.1: Product: AX68004
[    1.688456] usb 1-6.1: Manufacturer: ASIX Electronics
[    1.689830] usb 1-6.1: SerialNumber: 00000001
[    1.699736] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.720607] systemd[1]: Detected architecture x86-64.
[    1.745006] hub 1-6.1:1.0: USB hub found
[    1.747907] hub 1-6.1:1.0: 7 ports detected
[    1.754266] systemd[1]: Set hostname to <scbu-Chachani>.
[    1.826809] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[    1.892736] systemd[1]: Created slice system-modprobe.slice.
[    1.896570] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.900225] systemd[1]: Created slice User and Session Slice.
[    1.903676] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.907477] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.911198] systemd[1]: Reached target User and Group Name Lookups.
[    1.914841] systemd[1]: Reached target Remote File Systems.
[    1.918339] systemd[1]: Reached target Slices.
[    1.922008] systemd[1]: Listening on Syslog Socket.
[    1.925657] systemd[1]: Listening on fsck to fsckd communication Socket.
[    1.929221] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    1.933018] systemd[1]: Listening on Journal Audit Socket.
[    1.936650] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.940412] systemd[1]: Listening on Journal Socket.
[    1.944138] systemd[1]: Listening on udev Control Socket.
[    1.947813] systemd[1]: Listening on udev Kernel Socket.
[    1.952681] systemd[1]: Mounting Huge Pages File System...
[    1.957373] systemd[1]: Mounting POSIX Message Queue File System...
[    1.962093] systemd[1]: Mounting Kernel Debug File System...
[    1.966923] systemd[1]: Mounting Kernel Trace File System...
[    1.968036] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
[    1.974901] systemd[1]: Starting Journal Service...
[    1.981232] systemd[1]: Starting Set the console keyboard layout...
[    1.986193] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.991310] systemd[1]: Starting Load Kernel Module drm...
[    1.995832] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.997754] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.001528] systemd[1]: Starting Load Kernel Modules...
[    2.008080] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.014535] systemd[1]: Starting udev Coldplug all Devices...
[    2.018147] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    2.019755] lp: driver loaded but no devices found
[    2.024592] systemd[1]: Starting Uncomplicated firewall...
[    2.029891] ppdev: user-space parallel port driver
[    2.035088] systemd[1]: Mounted Huge Pages File System.
[    2.040207] systemd[1]: Mounted POSIX Message Queue File System.
[    2.043891] systemd[1]: Mounted Kernel Debug File System.
[    2.047793] systemd[1]: Mounted Kernel Trace File System.
[    2.051961] systemd[1]: Finished Set the console keyboard layout.
[    2.056441] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.060421] systemd[1]: modprobe@drm.service: Succeeded.
[    2.062588] systemd[1]: Finished Load Kernel Module drm.
[    2.066815] systemd[1]: Finished Load Kernel Modules.
[    2.071005] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.075966] systemd[1]: Finished Uncomplicated firewall.
[    2.081729] systemd[1]: Mounting FUSE Control File System...
[    2.086407] systemd[1]: Mounting Kernel Configuration File System...
[    2.090418] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.092243] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.094873] systemd[1]: Starting Load/Save Random Seed...
[    2.099576] systemd[1]: Starting Apply Kernel Variables...
[    2.104571] systemd[1]: Starting Create System Users...
[    2.109489] systemd[1]: Started Journal Service.
[    2.128781] systemd-journald[298]: Received client request to flush runtime journal.
[    2.135703] systemd-journald[298]: File /var/log/journal/e90ea3ca0f63496fa71aaff3c469cfea/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    2.154233] loop0: detected capacity change from 113424 to 0
[    2.184758] loop1: detected capacity change from 113592 to 0
[    2.193975] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[    2.193987] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.193990] usb 1-6.4: Product: USB Serial
[    2.208545] loop2: detected capacity change from 446248 to 0
[    2.248493] loop3: detected capacity change from 132648 to 0
[    2.248904] loop4: detected capacity change from 104536 to 0
[    2.260001] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
[    2.284452] loop5: detected capacity change from 448496 to 0
[    2.304356] loop6: detected capacity change from 104496 to 0
[    2.360583] loop7: detected capacity change from 63664 to 0
[    2.383674] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    2.388247] acpi device:16: registered as cooling_device8
[    2.388345] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
[    2.392879] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.392888] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.392892] usb 1-6.1.1: Product: USB Receiver
[    2.392895] usb 1-6.1.1: Manufacturer: Logitech
[    2.438896] loop8: detected capacity change from 66104 to 0
[    2.448344] pstore: Using crash dump compression: deflate
[    2.454098] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.454105] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.457026] pstore: Registered efi as persistent store backend
[    2.460015] cryptd: max_cpu_qlen set to 1000
[    2.469131] AVX2 version of gcm_enc/dec engaged.
[    2.469136] AES CTR mode by8 optimization enabled
[    2.506033] loop9: detected capacity change from 127160 to 0
[    2.590249] kvm: Nested Virtualization enabled
[    2.590271] SVM: kvm: Nested Paging enabled
[    2.590273] SVM: Virtual VMLOAD VMSAVE supported
[    2.590274] SVM: Virtual GIF supported
[    2.593167] MCE: In-kernel MCE decoding enabled.
[    2.601466] usbcore: registered new interface driver usbserial_generic
[    2.601480] usbserial: USB Serial support registered for generic
[    2.603321] usbcore: registered new interface driver ch341
[    2.603337] usbserial: USB Serial support registered for ch341-uart
[    2.603358] ch341 1-6.4:1.0: ch341-uart converter detected
[    2.615946] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
[    2.681780] intel_rapl_common: Found RAPL domain package
[    2.681788] intel_rapl_common: Found RAPL domain core
[    2.687119] usbcore: registered new interface driver usbhid
[    2.687124] usbhid: USB HID core driver
[    2.695584] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
[    2.703614] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[    2.703773] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    2.703903] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[    2.756351] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[    2.756656] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
[    2.756927] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
[    2.766996] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input11
[    2.768498] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.768506] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.768509] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.768512] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.768514] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    2.768516] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.768518] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[    2.768521] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    2.842354] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
[    2.842410] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input12
[    2.842490] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input13
[    2.842505] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[    2.874302] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input14
[    3.588377] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[    3.748947] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input15
[    3.756166] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input16
[    3.801320] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[    3.870066] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
[    3.870627] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input17
[    3.870795] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input18
[    3.870838] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input19
[    3.870917] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[    3.872038] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    3.873014] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input24
[    3.873205] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
[    4.188259] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input28
[    4.188548] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[    4.274216] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input29
[    4.274543] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[    5.120018] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[    5.131817] audit: type=1400 audit(1615563889.155:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=543 comm="apparmor_parser"
[    5.131830] audit: type=1400 audit(1615563889.155:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=547 comm="apparmor_parser"
[    5.132176] audit: type=1400 audit(1615563889.159:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=544 comm="apparmor_parser"
[    5.132510] audit: type=1400 audit(1615563889.159:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=541 comm="apparmor_parser"
[    5.132998] audit: type=1400 audit(1615563889.159:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=548 comm="apparmor_parser"
[    5.133005] audit: type=1400 audit(1615563889.159:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=548 comm="apparmor_parser"
[    5.133008] audit: type=1400 audit(1615563889.159:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=548 comm="apparmor_parser"
[    5.134275] audit: type=1400 audit(1615563889.159:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=542 comm="apparmor_parser"
[    5.134717] audit: type=1400 audit(1615563889.159:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=550 comm="apparmor_parser"
[    5.222802] kauditd_printk_skb: 19 callbacks suppressed
[    5.222807] audit: type=1400 audit(1615563889.247:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.hook.configure" pid=571 comm="apparmor_parser"
[    5.222814] audit: type=1400 audit(1615563889.247:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.snap-store" pid=572 comm="apparmor_parser"
[    5.223060] audit: type=1400 audit(1615563889.247:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=573 comm="apparmor_parser"
[    5.223240] audit: type=1400 audit(1615563889.247:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=574 comm="apparmor_parser"
[    5.227872] audit: type=1400 audit(1615563889.251:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/11107/usr/lib/snapd/snap-confine" pid=569 comm="apparmor_parser"
[    5.227881] audit: type=1400 audit(1615563889.251:35): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/11107/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=569 comm="apparmor_parser"
[    5.230980] audit: type=1400 audit(1615563889.255:36): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.snap-store" pid=570 comm="apparmor_parser"
[    5.421597] audit: type=1400 audit(1615563889.447:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=667 comm="cups-browsed" capability=23  capname="sys_nice"
[    5.969226] loop10: detected capacity change from 8 to 0
[    8.077331] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    8.077670] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[   19.382297] rfkill: input handler disabled

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

[    0.000000] Linux version 5.11.0+ (amd@scbuleohost) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #6 SMP Fri Mar 12 23:49:55 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a273017] usable
[    0.000000] reserve setup_data: [mem 0x000000006a273018-0x000000006a281857] usable
[    0.000000] reserve setup_data: [mem 0x000000006a281858-0x000000006c56efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74951018 RNG=0x7970d798 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1311N 03/11/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2399.949 MHz processor
[    0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[    0.000026] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000029]   00000-9FFFF write-back
[    0.000030]   A0000-BFFFF uncachable
[    0.000031]   C0000-FFFFF write-through
[    0.000032] MTRR variable ranges enabled:
[    0.000033]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000035]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000036]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000037]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000040]   6 disabled
[    0.000041]   7 disabled
[    0.000041] TOM2: 0000000280000000 aka 10240M
[    0.000267] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000765] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[    0.004813] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[    0.004823] check: Scanning 1 areas for low memory corruption
[    0.004830] Using GB pages for direct mapping
[    0.005694] Secure boot disabled
[    0.005695] RAMDISK: [mem 0x3d0d0000-0x3fffdfff]
[    0.005704] ACPI: Early table checksum verification disabled
[    0.005709] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[    0.005714] ACPI: XSDT 0x000000007CFCE188 000104 (v01 AMDYDE Celadon  00000002      01000013)
[    0.005721] ACPI: FACP 0x000000007CFEE000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005726] ACPI: DSDT 0x000000007CFDF000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005729] ACPI: FACS 0x000000007BF1F000 000040
[    0.005732] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005735] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005738] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005742] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[    0.005745] ACPI: IVRS 0x000000007CFF2000 0001A4 (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.005748] ACPI: ASF! 0x000000007CFF0000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005751] ACPI: BOOT 0x000000007CFEF000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005754] ACPI: HPET 0x000000007CFED000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005757] ACPI: APIC 0x000000007CFEC000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005760] ACPI: MCFG 0x000000007CFEB000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005763] ACPI: SLIC 0x000000007CFEA000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005766] ACPI: WSMT 0x000000007CFE7000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005769] ACPI: SSDT 0x000000007CFDE000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[    0.005773] ACPI: VFCT 0x000000007CFD3000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005775] ACPI: SSDT 0x000000007CFD2000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[    0.005779] ACPI: SSDT 0x000000007CFD0000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.005782] ACPI: CRAT 0x000000007CFCF000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005785] ACPI: CDIT 0x000000007CFFD000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005788] ACPI: SSDT 0x000000007CFCD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005791] ACPI: SSDT 0x000000007CFCB000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005794] ACPI: SSDT 0x000000007CFC9000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005797] ACPI: SSDT 0x000000007CFC3000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005800] ACPI: FPDT 0x000000007CFC2000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[    0.005803] ACPI: SSDT 0x000000007CFE9000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005806] ACPI: SSDT 0x000000007CFBF000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005809] ACPI: SSDT 0x000000007CFE8000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005812] ACPI: BGRT 0x000000007CFC1000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005820] ACPI: Local APIC address 0xfee00000
[    0.005928] No NUMA configuration found
[    0.005929] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[    0.005942] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[    0.006205] Zone ranges:
[    0.006206]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006208]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006210]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006211]   Device   empty
[    0.006212] Movable zone start for each node
[    0.006214] Early memory node ranges
[    0.006215]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006217]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.006218]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.006219]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[    0.006220]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[    0.006221]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[    0.006222]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006440] Zeroed struct page in unavailable ranges: 34932 pages
[    0.006441] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[    0.006443] On node 0 totalpages: 1800076
[    0.006445]   DMA zone: 64 pages used for memmap
[    0.006446]   DMA zone: 21 pages reserved
[    0.006446]   DMA zone: 3998 pages, LIFO batch:0
[    0.006469]   DMA32 zone: 7634 pages used for memmap
[    0.006470]   DMA32 zone: 488558 pages, LIFO batch:63
[    0.009825]   Normal zone: 20430 pages used for memmap
[    0.009829]   Normal zone: 1307520 pages, LIFO batch:63
[    0.019139] ACPI: PM-Timer IO Port: 0x408
[    0.019146] ACPI: Local APIC address 0xfee00000
[    0.019153] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.019156] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.019157] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.019158] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.019159] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.019160] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.019160] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.019161] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.019162] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.019163] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.019164] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.019165] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.019166] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.019167] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.019168] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.019168] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.019184] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.019191] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.019193] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.019195] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.019197] ACPI: IRQ0 used by override.
[    0.019198] ACPI: IRQ9 used by override.
[    0.019200] Using ACPI (MADT) for SMP configuration information
[    0.019201] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.019215] e820: update [mem 0x74957000-0x74998fff] usable ==> reserved
[    0.019227] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.019272] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.019275] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.019276] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.019278] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.019281] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[    0.019284] PM: hibernation: Registered nosave memory: [mem 0x6a273000-0x6a273fff]
[    0.019286] PM: hibernation: Registered nosave memory: [mem 0x6a281000-0x6a281fff]
[    0.019289] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[    0.019291] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[    0.019294] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[    0.019296] PM: hibernation: Registered nosave memory: [mem 0x74957000-0x74998fff]
[    0.019299] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[    0.019300] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[    0.019301] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[    0.019303] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[    0.019304] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[    0.019305] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[    0.019306] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[    0.019307] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[    0.019307] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[    0.019308] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.019309] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.019310] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.019311] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.019312] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.019313] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.019314] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.019314] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[    0.019315] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[    0.019316] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[    0.019317] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[    0.019318] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[    0.019319] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.019319] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[    0.019320] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[    0.019321] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[    0.019323] [mem 0xa0100000-0xefffffff] available for PCI devices
[    0.019325] Booting paravirtualized kernel on bare hardware
[    0.019327] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.019335] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.020014] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.020029] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.020032] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.020080] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[    0.020081] Policy zone: Normal
[    0.020083] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.021008] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.021446] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.021509] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
[    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
[    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.050036] ftrace: allocating 47158 entries in 185 pages
[    0.097487] ftrace: allocated 185 pages with 5 groups
[    0.109210] rcu: Hierarchical RCU implementation.
[    0.109212] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.109213] 	Rude variant of Tasks RCU enabled.
[    0.109214] 	Tracing variant of Tasks RCU enabled.
[    0.109215] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.109216] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.203711] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.209563] random: crng done (trusting CPU's manufacturer)
[    0.212528] Console: colour dummy device 80x25
[    0.237009] printk: console [tty0] enabled
[    0.238426] ACPI: Core revision 20201113
[    0.242956] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.243151] APIC: Switch to symmetric I/O mode setup
[    0.263027] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.263146] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.263250] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.263353] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.269779] AMD-Vi: AMD IOMMU disabled
[    0.269980] Switched APIC routing to physical flat.
[    0.272128] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.291138] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22980742457, max_idle_ns: 440795208509 ns
[    0.291301] Calibrating delay loop (skipped), value calculated using timer frequency.. 4799.89 BogoMIPS (lpj=9599796)
[    0.291461] pid_max: default: 32768 minimum: 301
[    0.303317] LSM: Security Framework initializing
[    0.303900] Yama: becoming mindful.
[    0.305985] AppArmor: AppArmor initialized
[    0.309876] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.311464] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.328442] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.328790] LVT offset 1 assigned for vector 0xf9
[    0.328935] LVT offset 2 assigned for vector 0xf4
[    0.329026] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.329109] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.329199] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.329349] Spectre V2 : Mitigation: Full AMD retpoline
[    0.329428] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.329574] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.329662] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.329809] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.329898] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.330227] Freeing SMP alternatives memory: 40K
[    0.452553] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[    0.489398] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.490110] ... version:                0
[    0.490485] ... bit width:              48
[    0.490866] ... generic registers:      6
[    0.491238] ... value mask:             0000ffffffffffff
[    0.491657] ... max period:             00007fffffffffff
[    0.492090] ... fixed-purpose events:   0
[    0.492464] ... event mask:             000000000000003f
[    0.504147] rcu: Hierarchical SRCU implementation.
[    0.628178] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.683901] smp: Bringing up secondary CPUs ...
[    0.715725] x86: Booting SMP configuration:
[    0.716117] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.955898] smp: Brought up 1 node, 8 CPUs
[    0.956726] smpboot: Max logical packages: 2
[    0.957136] smpboot: Total of 8 processors activated (38399.18 BogoMIPS)
[    1.121165] devtmpfs: initialized
[    1.142475] x86/mm: Memory block size: 128MB
[    1.596652] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[    1.599600] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[    2.657133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.658091] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    2.695486] pinctrl core: initialized pinctrl subsystem
[    2.741029] PM: RTC time: 15:54:06, date: 2021-03-12
[    2.795003] NET: Registered protocol family 16
[    2.844571] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    2.846266] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.848137] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.850856] audit: initializing netlink subsys (disabled)
[    2.856272] audit: type=2000 audit(1615564446.608:1): state=initialized audit_enabled=0 res=1
[    2.912323] thermal_sys: Registered thermal governor 'fair_share'
[    2.912451] thermal_sys: Registered thermal governor 'bang_bang'
[    2.912963] thermal_sys: Registered thermal governor 'step_wise'
[    2.913471] thermal_sys: Registered thermal governor 'user_space'
[    2.916991] EISA bus registered
[    2.917950] cpuidle: using governor ladder
[    2.918612] cpuidle: using governor menu
[    2.928284] Simple Boot Flag at 0x44 set to 0x80
[    2.932068] ACPI: bus type PCI registered
[    2.932481] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.983444] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.984368] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    2.987077] PCI: Using configuration type 1 for base access
[    3.888449] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    3.889012] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    4.149352] fbcon: Taking over console
[    4.158303] ACPI: Added _OSI(Module Device)
[    4.158767] ACPI: Added _OSI(Processor Device)
[    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
[    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
[    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   20.743828] ACPI: EC: EC started
[   20.744155] ACPI: EC: interrupt blocked
[   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   20.947348] ACPI: Interpreter enabled
[   20.951278] ACPI: (supports S0 S3 S4 S5)
[   20.951632] ACPI: Using IOAPIC for interrupt routing
[   21.048580] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   21.423217] ACPI: Enabled 5 GPEs in block 00 to 1F
[   28.636305] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   28.638674] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[   28.793904] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[   28.947186] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   28.951507] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[   29.132614] PCI host bridge to bus 0000:00
[   29.133276] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[   29.134116] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[   29.135058] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[   29.135563] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[   29.136499] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[   29.137435] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[   29.138371] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[   29.139573] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[   29.140515] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[   29.141451] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[   29.142387] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[   29.143533] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[   29.144475] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[   29.145414] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[   29.146346] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[   29.147278] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[   29.148063] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[   29.148996] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[   29.149924] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[   29.150859] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[   29.151565] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[   29.152496] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[   29.153445] pci_bus 0000:00: root bus resource [bus 00-ff]
[   29.157298] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[   29.182392] pci 0000:00:00.2: [1022:1646] type 00 class 0x080600
[   29.207820] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[   29.232940] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[   29.235591] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[   29.281627] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[   29.284253] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[   29.329798] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[   29.332431] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[   29.377829] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[   29.402612] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[   29.403492] pci 0000:00:08.1: enabling Extended Tags
[   29.405728] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[   29.449565] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[   29.450430] pci 0000:00:08.2: enabling Extended Tags
[   29.452703] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[   29.490151] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[   29.491014] pci 0000:00:08.3: enabling Extended Tags
[   29.493148] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[   29.538233] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[   29.572890] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[   29.607972] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[   29.633631] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[   29.658491] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[   29.683549] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[   29.708375] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[   29.733351] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[   29.758463] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[   29.785293] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[   29.830085] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[   29.831100] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[   29.837233] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[   29.865269] pci 0000:00:01.2: PCI bridge to [bus 01]
[   29.865879] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   29.879026] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[   29.879444] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[   29.883549] pci 0000:02:00.0: supports D1 D2
[   29.884053] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[   29.913005] pci 0000:00:01.3: PCI bridge to [bus 02]
[   29.913609] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   29.922068] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[   29.922835] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[   29.923403] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[   29.924044] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[   29.924654] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[   29.925364] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[   29.928837] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[   29.945548] pci 0000:00:01.6: PCI bridge to [bus 03]
[   29.946146] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   29.946785] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   29.983652] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[   29.984449] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[   29.985242] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[   29.986012] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[   29.986629] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[   29.987330] pci 0000:04:00.0: enabling Extended Tags
[   29.990053] pci 0000:04:00.0: BAR 0: assigned to efifb
[   29.991331] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[   29.992492] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   30.026391] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[   30.027148] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[   30.027950] pci 0000:04:00.1: enabling Extended Tags
[   30.031051] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[   30.063045] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[   30.063496] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[   30.064192] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[   30.064867] pci 0000:04:00.2: enabling Extended Tags
[   30.097922] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[   30.098705] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[   30.099527] pci 0000:04:00.3: enabling Extended Tags
[   30.102644] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[   30.134819] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[   30.135468] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[   30.136330] pci 0000:04:00.4: enabling Extended Tags
[   30.139615] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[   30.172111] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[   30.172867] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[   30.173686] pci 0000:04:00.6: enabling Extended Tags
[   30.176848] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[   30.208920] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[   30.209740] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[   30.210436] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[   30.211113] pci 0000:04:00.7: enabling Extended Tags
[   30.247648] pci 0000:00:08.1: PCI bridge to [bus 04]
[   30.248248] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   30.248888] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   30.249576] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   30.262828] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[   30.263646] pci 0000:05:00.0: enabling Extended Tags
[   30.267335] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   30.292013] pci 0000:00:08.2: PCI bridge to [bus 05]
[   30.305685] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[   30.306652] pci 0000:06:00.0: enabling Extended Tags
[   30.310151] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   30.336780] pci 0000:00:08.3: PCI bridge to [bus 06]
[   30.590605] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[   30.635049] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[   30.673215] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[   30.717710] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[   30.766144] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[   30.800881] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[   30.835667] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[   30.870467] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[   32.024488] ACPI: EC: interrupt unblocked
[   32.024847] ACPI: EC: event unblocked
[   32.025238] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   32.025703] ACPI: EC: GPE=0x5
[   32.026284] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[   32.027095] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[   32.085530] iommu: Default domain type: Translated 
[   32.092760] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[   32.095541] pci 0000:04:00.0: vgaarb: bridge control possible
[   32.096108] pci 0000:04:00.0: vgaarb: setting as boot device
[   32.096634] vgaarb: loaded
[   32.212008] SCSI subsystem initialized
[   32.220843] libata version 3.00 loaded.
[   32.228486] ACPI: bus type USB registered
[   32.234739] usbcore: registered new interface driver usbfs
[   32.238565] usbcore: registered new interface driver hub
[   32.243075] usbcore: registered new device driver usb
[   32.252199] pps_core: LinuxPPS API ver. 1 registered
[   32.252616] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   32.254329] PTP clock support registered
[   32.268208] EDAC MC: Ver: 3.0.0
[   32.300148] Registered efivars operations
[   32.398623] NetLabel: Initializing
[   32.398951] NetLabel:  domain hash size = 128
[   32.399327] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[   32.404259] NetLabel:  unlabeled traffic allowed by default
[   32.412671] PCI: Using ACPI for IRQ routing
[   32.439310] PCI: pci_cache_line_size set to 64 bytes
[   32.440629] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[   32.441161] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[   32.441490] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[   32.441823] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[   32.442158] e820: reserve RAM buffer [mem 0x6a273018-0x6bffffff]
[   32.442490] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[   32.442824] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[   32.443159] e820: reserve RAM buffer [mem 0x74957000-0x77ffffff]
[   32.443483] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[   32.443817] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[   32.444139] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[   32.453578] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[   32.454441] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[   32.473489] clocksource: Switched to clocksource tsc-early
[   38.024226] VFS: Disk quotas dquot_6.6.0
[   38.043932] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   38.131912] AppArmor: AppArmor Filesystem Enabled
[   38.138288] pnp: PnP ACPI init
[   38.220712] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[   38.221811] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[   38.222897] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[   38.224215] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[   38.289018] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[   38.303891] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[   38.320786] system 00:03: [io  0x0400-0x04cf] has been reserved
[   38.321832] system 00:03: [io  0x04d0-0x04d1] has been reserved
[   38.322875] system 00:03: [io  0x04d6] has been reserved
[   38.323901] system 00:03: [io  0x0c00-0x0c01] has been reserved
[   38.324968] system 00:03: [io  0x0c14] has been reserved
[   38.325987] system 00:03: [io  0x0c50-0x0c52] has been reserved
[   38.327031] system 00:03: [io  0x0c6c] has been reserved
[   38.328085] system 00:03: [io  0x0c6f] has been reserved
[   38.329099] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[   38.330389] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[   38.363678] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[   38.364808] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[   38.366126] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[   38.855851] pnp: PnP ACPI: found 5 devices
[   39.478838] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[   39.516182] NET: Registered protocol family 2
[   39.576168] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[   39.577628] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[   39.579173] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[   39.580130] TCP: Hash tables configured (established 65536 bind 65536)
[   39.598250] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   39.599530] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   39.643204] NET: Registered protocol family 1
[   39.644891] NET: Registered protocol family 44
[   39.645500] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[   39.646871] pci 0000:00:01.2: PCI bridge to [bus 01]
[   39.647511] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   39.648257] pci 0000:00:01.3: PCI bridge to [bus 02]
[   39.648880] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   39.649835] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[   39.650687] pci 0000:00:01.6: PCI bridge to [bus 03]
[   39.651294] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   39.651989] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   39.652756] pci 0000:00:08.1: PCI bridge to [bus 04]
[   39.653367] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   39.654055] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   39.654771] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   39.655669] pci 0000:00:08.2: PCI bridge to [bus 05]
[   39.656347] pci 0000:00:08.3: PCI bridge to [bus 06]
[   39.657011] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[   39.657768] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[   39.658529] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[   39.659356] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[   39.660159] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[   39.660958] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[   39.661759] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[   39.662568] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[   39.663408] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[   39.664211] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[   39.665021] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[   39.665833] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[   39.666642] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[   39.667468] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[   39.668278] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[   39.669086] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[   39.669893] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[   39.670698] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[   39.671517] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[   39.672318] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[   39.673123] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[   39.673932] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[   39.674844] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[   39.675566] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[   39.676269] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[   39.676935] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[   39.677641] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[   39.678308] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[   39.679009] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   39.712313] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[   39.837733] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x640 took 121677 usecs
[   39.838698] PCI: CLS 64 bytes, default 64
[   39.848255] Trying to unpack rootfs image as initramfs...
[   49.151255] Freeing initrd memory: 48312K
[   49.151686] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   49.152167] software IO TLB: mapped [mem 0x00000000700b9000-0x00000000740b9000] (64MB)
[   49.163240] amd_uncore: 4  amd_df counters detected
[   49.169943] amd_uncore: 6  amd_l3 counters detected
[   49.178505] LVT offset 0 assigned for vector 0x400
[   49.195060] perf: AMD IBS detected (0x000003ff)
[   49.206050] check: Scanning for low memory corruption every 60 seconds
[   49.410073] Initialise system trusted keyrings
[   49.411884] Key type blacklist registered
[   49.417086] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[   50.213511] zbud: loaded
[   50.227487] tsc: Refined TSC clocksource calibration: 2400.002 MHz
[   50.228359] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983938a92, max_idle_ns: 440795216168 ns
[   50.229860] clocksource: Switched to clocksource tsc
[   50.463476] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   50.532226] fuse: init (API version 7.33)
[   50.593189] integrity: Platform Keyring initialized
[   52.670815] Key type asymmetric registered
[   52.671231] Asymmetric key parser 'x509' registered
[   52.673691] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[   52.680604] io scheduler mq-deadline registered
[   52.800967] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[   52.815455] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[   52.827022] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[   52.827590] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   52.857103] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[   52.868659] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[   52.880166] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[   52.880707] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   52.910163] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[   52.921874] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[   52.933327] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[   52.933873] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   52.963169] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[   53.021588] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[   53.076568] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[   53.098943] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   53.131390] efifb: probing for efifb
[   53.133401] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[   53.133988] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[   53.134582] efifb: scrolling: redraw
[   53.134938] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   53.165484] Console: switching to colour frame buffer device 160x64
[   53.184797] fb0: EFI VGA frame buffer device
[   53.432799] ACPI: AC Adapter [ACAD] (on-line)
[   53.456244] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   53.465944] ACPI: Power Button [PWRB]
[   53.483206] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[   53.492667] ACPI: Lid Switch [LID]
[   53.518382] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   53.526798] ACPI: Power Button [PWRF]
[   53.538294] Monitor-Mwait will be used to enter C-1 state
[   53.538888] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[   53.577074] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[   53.614959] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[   53.652527] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[   53.690260] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[   53.728097] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[   53.765808] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[   53.803462] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[   53.875905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   53.877274] battery: ACPI: Battery Slot [BATT] (battery absent)
[   53.888120] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   54.555463] Linux agpgart interface v0.103
[   56.528529] loop: module loaded
[   56.624952] libphy: Fixed MDIO Bus: probed
[   56.625497] tun: Universal TUN/TAP device driver, 1.6
[   56.633512] PPP generic driver version 2.4.2
[   56.650214] VFIO - User Level meta-driver version: 0.3
[   56.664297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   56.665351] ehci-pci: EHCI PCI platform driver
[   56.668302] ehci-platform: EHCI generic platform driver
[   56.670845] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   56.671936] ohci-pci: OHCI PCI platform driver
[   56.674815] ohci-platform: OHCI generic platform driver
[   56.677317] uhci_hcd: USB Universal Host Controller Interface driver
[   56.708554] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   56.710568] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[   56.717743] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[   56.840169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   56.841185] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   56.842087] usb usb1: Product: xHCI Host Controller
[   56.842788] usb usb1: Manufacturer: Linux 5.11.0+ xhci-hcd
[   56.862379] usb usb1: SerialNumber: 0000:04:00.4
[   56.914975] hub 1-0:1.0: USB hub found
[   56.937082] hub 1-0:1.0: 6 ports detected
[   57.101019] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   57.122207] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[   57.142779] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[   57.166617] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   57.195805] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   57.216441] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   57.236529] usb usb2: Product: xHCI Host Controller
[   57.256538] usb usb2: Manufacturer: Linux 5.11.0+ xhci-hcd
[   57.276594] usb usb2: SerialNumber: 0000:04:00.4
[   57.330598] hub 2-0:1.0: USB hub found
[   57.353149] hub 2-0:1.0: 2 ports detected
[   57.439485] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[   57.443935] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[   57.481006] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   57.510711] i8042: Warning: Keylock active
[   57.533101] serio: i8042 KBD port at 0x60,0x64 irq 1
[   57.573507] mousedev: PS/2 mouse device common for all mice
[   57.618068] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[   57.637371] rtc_cmos 00:01: RTC can wake from S4
[   57.639579] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   57.646957] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[   57.697393] rtc_cmos 00:01: registered as rtc0
[   57.702719] usb 1-6: Product: USB 2.0 Hub
[   57.744495] rtc_cmos 00:01: setting system clock to 2021-03-12T15:55:01 UTC (1615564501)
[   57.772506] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[   57.796199] i2c /dev entries driver
[   57.816422] hub 1-6:1.0: USB hub found
[   57.833431] device-mapper: uevent: version 1.0.3
[   57.841502] hub 1-6:1.0: 4 ports detected
[   57.882798] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   57.911627] platform eisa.0: Probing EISA bus 0
[   57.934782] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   57.957584] platform eisa.0: Cannot allocate resource for EISA slot 1
[   57.980749] platform eisa.0: Cannot allocate resource for EISA slot 2
[   58.003793] platform eisa.0: Cannot allocate resource for EISA slot 3
[   58.026982] platform eisa.0: Cannot allocate resource for EISA slot 4
[   58.050186] platform eisa.0: Cannot allocate resource for EISA slot 5
[   58.073927] platform eisa.0: Cannot allocate resource for EISA slot 6
[   58.096940] platform eisa.0: Cannot allocate resource for EISA slot 7
[   58.119960] platform eisa.0: Cannot allocate resource for EISA slot 8
[   58.142397] platform eisa.0: EISA: Detected 0 cards
[   58.169167] ledtrig-cpu: registered to indicate activity on CPUs
[   58.191248] EFI Variables Facility v0.08 2004-May-17
[   58.335428] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
[   58.398849] drop_monitor: Initializing network drop monitor service
[   58.493680] NET: Registered protocol family 10
[   58.601138] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[   58.623381] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   58.646329] usb 1-6.1: Product: AX68004
[   58.669294] usb 1-6.1: Manufacturer: ASIX Electronics
[   58.672053] Segment Routing with IPv6
[   58.690393] usb 1-6.1: SerialNumber: 00000001
[   58.713667] NET: Registered protocol family 17
[   58.762703] Key type dns_resolver registered
[   58.807389] hub 1-6.1:1.0: USB hub found
[   58.832021] hub 1-6.1:1.0: 7 ports detected
[   59.060708] microcode: CPU0: patch_level=0x08900103
[   59.082970] microcode: CPU1: patch_level=0x08900103
[   59.090851] microcode: CPU2: patch_level=0x08900103
[   59.099813] microcode: CPU3: patch_level=0x08900103
[   59.107328] microcode: CPU4: patch_level=0x08900103
[   59.115639] microcode: CPU5: patch_level=0x08900103
[   59.123780] microcode: CPU6: patch_level=0x08900103
[   59.131938] microcode: CPU7: patch_level=0x08900103
[   59.147687] microcode: Microcode Update Driver: v2.2.
[   59.156031] resctrl: L3 allocation detected
[   59.163704] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
[   59.176875] resctrl: L3DATA allocation detected
[   59.242977] resctrl: L3CODE allocation detected
[   59.266169] resctrl: MB allocation detected
[   59.289170] resctrl: L3 monitoring detected
[   59.312276] IPI shorthand broadcast: enabled
[   59.338148] sched_clock: Marking stable (59297524327, 37970752)->(59338842663, -3347584)
[   59.371295] registered taskstats version 1
[   59.393877] Loading compiled-in X.509 certificates
[   59.414160] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[   59.434292] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   59.448524] Loaded X.509 cert 'Build time autogenerated kernel key: 4685822baea9b186c7ca23a78767fcdf350842db'
[   59.453292] usb 1-6.4: Product: USB Serial
[   59.491523] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
[   59.534341] zswap: loaded using pool lzo/zbud
[   59.568991] kmemleak: Kernel memory leak detector initialized (mem pool available: 15125)
[   59.569058] kmemleak: Automatic memory scanning thread started
[   59.613272] Key type ._fscrypt registered
[   59.633229] Key type .fscrypt registered
[   59.652194] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[   59.652783] Key type fscrypt-provisioning registered
[   59.672278] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   59.712124] usb 1-6.1.1: Product: USB Receiver
[   59.724677] Key type encrypted registered
[   59.732330] usb 1-6.1.1: Manufacturer: Logitech
[   59.751810] AppArmor: AppArmor sha1 policy hashing enabled
[   59.794080] integrity: Loading X.509 certificate: UEFI:MokListRT
[   59.819678] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[   59.839104] integrity: Loading X.509 certificate: UEFI:MokListRT
[   59.879514] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[   59.899377] ima: No TPM chip found, activating TPM-bypass!
[   59.920244] ima: Allocated hash algorithm: sha1
[   59.941628] ima: No architecture policies found
[   59.964112] evm: Initialising EVM extended attributes:
[   59.983741] evm: security.selinux
[   60.003193] evm: security.SMACK64
[   60.022733] evm: security.SMACK64EXEC
[   60.042198] evm: security.SMACK64TRANSMUTE
[   60.061587] evm: security.SMACK64MMAP
[   60.080859] evm: security.apparmor
[   60.099961] evm: security.ima
[   60.118788] evm: security.capability
[   60.137657] evm: HMAC attrs: 0x1
[   60.385383] PM:   Magic number: 13:364:942
[   60.455113] RAS: Correctable Errors collector initialized.
[   61.061780] Freeing unused decrypted memory: 2036K
[   61.095004] Freeing unused kernel image (initmem) memory: 2628K
[   61.124051] Write protecting the kernel read-only data: 22528k
[   61.176356] Freeing unused kernel image (text/rodata gap) memory: 2036K
[   61.204176] Freeing unused kernel image (rodata/data gap) memory: 868K
[   65.712040] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   65.731635] Run /init as init process
[   65.750549]   with arguments:
[   65.750683]     /init
[   65.750827]     nokaslr
[   65.750973]   with environment:
[   65.751108]     HOME=/
[   65.751255]     TERM=linux
[   65.751416]     BOOT_IMAGE=/boot/vmlinuz-5.11.0+
[   66.387627] hid: raw HID events driver (C) Jiri Kosina
[   66.425195] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[   66.468537] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[   66.469242] acpi device:16: registered as cooling_device8
[   66.492100] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[   66.492121] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
[   66.492328] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   66.492335] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   66.496243] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   66.547647] e1000e: Intel(R) PRO/1000 Network Driver
[   66.555665] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   66.563545] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[   66.577429] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   66.651609] nvme nvme0: pci function 0000:01:00.0
[   66.662201] usbcore: registered new interface driver usbhid
[   66.677194] usbhid: USB HID core driver
[   66.677276] nvme nvme0: missing or invalid SUBNQN field.
[   66.694329] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[   66.704591] nvme nvme0: Shutdown timeout set to 8 seconds
[   66.758082] nvme nvme0: 16/0/0 default/read/poll queues
[   66.773321] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[   66.784206] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[   66.791645]  nvme0n1: p1 p2 p3
[   66.793697] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[   66.815307] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
[   66.819523] e1000e 0000:03:00.0 eno1: renamed from eth0
[   66.886349] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   66.899156] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
[   66.925835] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
[   67.009403] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
[   67.040353] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   67.063439] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   67.075021] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[   67.086439] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[   67.098191] xhci-hcd xhci-hcd.2.auto: irq 42, io mem 0x80000000
[   67.110994] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   67.122547] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   67.133767] usb usb3: Product: xHCI Host Controller
[   67.144998] usb usb3: Manufacturer: Linux 5.11.0+ xhci-hcd
[   67.156216] usb usb3: SerialNumber: xhci-hcd.2.auto
[   67.172072] hub 3-0:1.0: USB hub found
[   67.185845] hub 3-0:1.0: 1 port detected
[   67.201277] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   67.210777] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[   67.223876] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[   67.237724] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   67.252351] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   67.265834] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   67.279656] usb usb4: Product: xHCI Host Controller
[   67.293351] usb usb4: Manufacturer: Linux 5.11.0+ xhci-hcd
[   67.307099] usb usb4: SerialNumber: xhci-hcd.2.auto
[   67.325272] hub 4-0:1.0: USB hub found
[   67.339843] hub 4-0:1.0: 1 port detected
[   67.370131] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   67.678495] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   67.765175] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
[   67.783043] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[   67.842398] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
[   67.934849] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
[   68.021035] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
[   68.107857] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   68.207327] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
[   68.389214] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[   68.581988] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input19
[   68.618193] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   69.482749] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   77.030641] systemd[1]: Inserted module 'autofs4'
[   79.471415] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   79.591587] systemd[1]: Detected architecture x86-64.
[   80.336985] systemd[1]: Set hostname to <scbu-Chachani>.
[   83.175720] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[   85.307157] systemd[1]: Created slice system-modprobe.slice.
[   85.527490] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   85.739256] systemd[1]: Created slice User and Session Slice.
[   85.829417] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   85.952608] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   86.038763] systemd[1]: Reached target User and Group Name Lookups.
[   86.123475] systemd[1]: Reached target Remote File Systems.
[   86.207469] systemd[1]: Reached target Slices.
[   86.304119] systemd[1]: Listening on Syslog Socket.
[   86.400898] systemd[1]: Listening on fsck to fsckd communication Socket.
[   86.492192] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   86.598227] systemd[1]: Listening on Journal Audit Socket.
[   86.695877] systemd[1]: Listening on Journal Socket (/dev/log).
[   86.796902] systemd[1]: Listening on Journal Socket.
[   86.894316] systemd[1]: Listening on udev Control Socket.
[   86.986309] systemd[1]: Listening on udev Kernel Socket.
[   87.463543] systemd[1]: Mounting Huge Pages File System...
[   87.845582] systemd[1]: Mounting POSIX Message Queue File System...
[   88.252060] systemd[1]: Mounting Kernel Debug File System...
[   88.645510] systemd[1]: Mounting Kernel Trace File System...
[   89.048792] systemd[1]: Starting Journal Service...
[   89.395726] systemd[1]: Starting Set the console keyboard layout...
[   89.991898] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   90.320385] systemd[1]: Starting Load Kernel Module drm...
[   90.414392] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   90.445157] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   90.777991] systemd[1]: Starting Load Kernel Modules...
[   90.842549] lp: driver loaded but no devices found
[   90.889874] ppdev: user-space parallel port driver
[   91.147746] systemd[1]: Starting Remount Root and Kernel File Systems...
[   91.171759] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   91.501796] systemd[1]: Starting udev Coldplug all Devices...
[   91.843224] systemd[1]: Starting Uncomplicated firewall...
[   92.028162] systemd[1]: Started Journal Service.
[   94.506607] systemd-journald[300]: Received client request to flush runtime journal.
[   97.420446] loop0: detected capacity change from 113424 to 0
[   97.797558] loop1: detected capacity change from 113592 to 0
[   98.189567] loop2: detected capacity change from 446248 to 0
[   98.575969] loop3: detected capacity change from 448496 to 0
[   98.982848] loop4: detected capacity change from 127160 to 0
[   99.365781] loop5: detected capacity change from 132648 to 0
[   99.727601] loop6: detected capacity change from 104496 to 0
[  100.095434] loop7: detected capacity change from 104536 to 0
[  100.541253] loop8: detected capacity change from 63664 to 0
[  100.997397] loop9: detected capacity change from 66104 to 0
[  101.826999] acpi_cpufreq: overriding BIOS provided _PSD data
[  102.474581] pstore: Using crash dump compression: deflate
[  102.474622] pstore: Registered efi as persistent store backend
[  102.594531] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[  102.594538] RAPL PMU: hw unit of domain package 2^-16 Joules
[  102.661781] cryptd: max_cpu_qlen set to 1000
[  102.669904] usbcore: registered new interface driver usbserial_generic
[  102.669967] usbserial: USB Serial support registered for generic
[  102.670670] AVX2 version of gcm_enc/dec engaged.
[  102.670675] AES CTR mode by8 optimization enabled
[  102.694046] usbcore: registered new interface driver ch341
[  102.694184] usbserial: USB Serial support registered for ch341-uart
[  102.694294] ch341 1-6.4:1.0: ch341-uart converter detected
[  102.734356] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
[  102.812493] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[  102.856338] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[  102.889559] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[  102.996833] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input20
[  102.998499] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input21
[  103.000504] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input22
[  103.002353] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input23
[  103.078236] kvm: Nested Virtualization enabled
[  103.078302] SVM: kvm: Nested Paging enabled
[  103.078303] SVM: Virtual VMLOAD VMSAVE supported
[  103.078304] SVM: Virtual GIF supported
[  103.317069] MCE: In-kernel MCE decoding enabled.
[  103.358116] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  103.358129] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  103.358132] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  103.358140] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[  103.358141] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[  103.358142] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[  103.358143] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[  103.358145] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[  103.642138] intel_rapl_common: Found RAPL domain package
[  103.642306] intel_rapl_common: Found RAPL domain core
[  104.403933] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input24
[  104.433375] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input25
[  105.207741] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[  107.508898] audit: type=1400 audit(1615564551.280:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=539 comm="apparmor_parser"
[  107.509816] audit: type=1400 audit(1615564551.280:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=543 comm="apparmor_parser"
[  107.510675] audit: type=1400 audit(1615564551.280:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=537 comm="apparmor_parser"
[  107.511431] audit: type=1400 audit(1615564551.280:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=544 comm="apparmor_parser"
[  107.512252] audit: type=1400 audit(1615564551.280:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=544 comm="apparmor_parser"
[  107.513106] audit: type=1400 audit(1615564551.280:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=544 comm="apparmor_parser"
[  107.515177] audit: type=1400 audit(1615564551.284:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=542 comm="apparmor_parser"
[  107.515903] audit: type=1400 audit(1615564551.284:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=542 comm="apparmor_parser"
[  107.516664] audit: type=1400 audit(1615564551.284:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=538 comm="apparmor_parser"
[  107.517405] audit: type=1400 audit(1615564551.288:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=541 comm="apparmor_parser"
[  123.522317] loop10: detected capacity change from 8 to 0
[  129.574007] kauditd_printk_skb: 25 callbacks suppressed
[  129.574120] audit: type=1400 audit(1615564573.344:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=787 comm="cups-browsed" capability=23  capname="sys_nice"
[  133.772569] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  133.772921] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  153.186731] rfkill: input handler disabled

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-12 16:19           ` Liang, Liang (Leo)
  0 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-12 16:19 UTC (permalink / raw)
  To: Deucher, Alexander, David Hildenbrand, linux-kernel,
	amd-gfx list, Andrew Morton
  Cc: Rafael J. Wysocki, George Kennedy, Huang, Ray, Koenig, Christian,
	Mike Rapoport

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

[AMD Public Use]

Dmesg attached.

-----Original Message-----
From: Deucher, Alexander <Alexander.Deucher@amd.com> 
Sent: Friday, March 12, 2021 11:39 PM
To: David Hildenbrand <david@redhat.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Liang, Liang (Leo) <Liang.Liang@amd.com>
Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

[AMD Public Use]

> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Friday, March 12, 2021 9:12 AM
> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux- 
> kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; 
> Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian 
> <Christian.Koenig@amd.com>; Liang, Liang (Leo) <Liang.Liang@amd.com>; 
> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki 
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages 
> to tail in __free_pages_core()")
> 
> On 12.03.21 15:06, Deucher, Alexander wrote:
> > [AMD Public Use]
> >
> >> -----Original Message-----
> >> From: David Hildenbrand <david@redhat.com>
> >> Sent: Thursday, March 11, 2021 10:03 AM
> >> To: Deucher, Alexander <Alexander.Deucher@amd.com>; linux- 
> >> kernel@vger.kernel.org; amd-gfx list 
> >> <amd-gfx@lists.freedesktop.org>; Andrew Morton 
> >> <akpm@linux-foundation.org>
> >> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian 
> >> <Christian.Koenig@amd.com>; Liang, Liang (Leo)
> <Liang.Liang@amd.com>;
> >> Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki 
> >> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> >> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place 
> >> pages to tail in __free_pages_core()")
> >>
> >> On 11.03.21 15:41, Deucher, Alexander wrote:
> >>> [AMD Public Use]
> >>>
> >>> Booting kernels on certain AMD platforms takes 2-3 minutes with 
> >>> the patch
> >> in the subject.  Reverting it restores quick boot times (few 
> >> seconds).  Any ideas?
> >>>
> >>
> >> Hi,
> >>
> >> We just discovered latent BUGs in ACPI code whereby ACPI tables are 
> >> exposed to the page allocator as ordinary, free system RAM. With 
> >> the patch you mention, the order in which pages get allocated from 
> >> the page allocator are changed - which makes the BUG trigger more easily.
> >>
> >> I could imagine that someone allocates and uses that memory on your 
> >> platform, and I could imagine that such accesses are very slow.
> >>
> >> I cannot tell if that is the root cause, but at least it would make sense.
> >>
> >> See
> >>
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flore.
> >>
> kernel.org%2Fpatchwork%2Fpatch%2F1389314%2F&amp;data=04%7C01%7C
> >>
> alexander.deucher%40amd.com%7Cd1533aaddccd464c59f308d8e49ec563%7
> >>
> C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637510717893096801%
> >>
> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLC
> >>
> JBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=xpty77D54Z5S%2FKK
> >> JO5SsVQaNsHoojWMR73whpu8VT%2B4%3D&amp;reserved=0
> >>
> >> You might want to give that patch a try (not sure if it's the 
> >> latest version). CCing George
> >
> > Thanks for the patch.  Unfortunately it didn't help.  Any other 
> > ideas?  Is
> there a newer version of that patch?
> >
> 
> @George?
> 
> It's interesting that this only applies to these special AMD systems 
> so far. Is there anything particular about these systems? How much 
> memory do these systems have?

8G (with some carve out for the integrated GPU).
[    0.044181] Memory: 6858688K/7200304K available (14345K kernel code, 9659K rwdata, 4980K rodata, 2484K init, 12292K bss, 341360K reserved, 0K cma-reserved)

Nothing particularly special about these systems that I am aware of.  I'll see if we can repro this issue on any other platforms, but so far, not one has noticed any problems.

> 
> Increasing the boot time from a few seconds to 2-3 minutes does not 
> smell like some corner case cache effects we might be hitting in this 
> particular instance - there have been minor reports that it either 
> slightly increased or slightly decreases initial system performance, but that was about it.
> 
> Either, yet another latent BUG (but why? why should memory access 
> suddenly be that slow? I could only guess that we are now making 
> sooner use of very slow memory), or there is really something else weird going on.

Looks like pretty much everything is slower based on the timestamps in the dmesg output.  There is a big jump here:

> [    3.758596] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    3.759372] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   16.177983] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   17.099316] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   18.969959] ACPI: EC: EC started

And here:

> [   36.566608] PCI: CLS 64 bytes, default 64
> [   36.575383] Trying to unpack rootfs image as initramfs...
> [   44.594348] Initramfs unpacking failed: Decoding failed
> [   44.765141] Freeing initrd memory: 46348K

Also seeing soft lockups:
> [  124.588634] watchdog: BUG: soft lockup - CPU#1 stuck for 23s! 
> [swapper/1:0]

@Liang, Liang (Leo) can you attach the dmesg outputs with 7fef431be9c9 reverted and without?

Alex

> 
> Cheers!
> 
> > Alex
> 
> 
> --
> Thanks,
> 
> David / dhildenb

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

[    0.000000] Linux version 5.11.0+ (amd@scbuleohost) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1 SMP Fri Mar 12 08:29:29 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a273017] usable
[    0.000000] reserve setup_data: [mem 0x000000006a273018-0x000000006a281857] usable
[    0.000000] reserve setup_data: [mem 0x000000006a281858-0x000000006c56efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74951018 RNG=0x7970d798 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1311N 03/11/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2400.108 MHz processor
[    0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000015] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[    0.000027] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000030]   00000-9FFFF write-back
[    0.000031]   A0000-BFFFF uncachable
[    0.000032]   C0000-FFFFF write-through
[    0.000033] MTRR variable ranges enabled:
[    0.000034]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000036]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000037]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000038]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000041]   6 disabled
[    0.000042]   7 disabled
[    0.000042] TOM2: 0000000280000000 aka 10240M
[    0.000265] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000765] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[    0.004755] ACPI: Early table checksum verification disabled
[    0.004759] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[    0.004764] ACPI: XSDT 0x000000007CFCE188 000104 (v01 AMDYDE Celadon  00000002      01000013)
[    0.004770] ACPI: FACP 0x000000007CFEE000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004776] ACPI: DSDT 0x000000007CFDF000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004779] ACPI: FACS 0x000000007BF1F000 000040
[    0.004782] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.004786] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004789] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004792] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[    0.004795] ACPI: IVRS 0x000000007CFF2000 0001A4 (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.004798] ACPI: ASF! 0x000000007CFF0000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004801] ACPI: BOOT 0x000000007CFEF000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004804] ACPI: HPET 0x000000007CFED000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004807] ACPI: APIC 0x000000007CFEC000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004810] ACPI: MCFG 0x000000007CFEB000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004813] ACPI: SLIC 0x000000007CFEA000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004817] ACPI: WSMT 0x000000007CFE7000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.004820] ACPI: SSDT 0x000000007CFDE000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[    0.004823] ACPI: VFCT 0x000000007CFD3000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.004826] ACPI: SSDT 0x000000007CFD2000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[    0.004829] ACPI: SSDT 0x000000007CFD0000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.004832] ACPI: CRAT 0x000000007CFCF000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004835] ACPI: CDIT 0x000000007CFFD000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004838] ACPI: SSDT 0x000000007CFCD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004841] ACPI: SSDT 0x000000007CFCB000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004844] ACPI: SSDT 0x000000007CFC9000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004847] ACPI: SSDT 0x000000007CFC3000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004851] ACPI: FPDT 0x000000007CFC2000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[    0.004854] ACPI: SSDT 0x000000007CFE9000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004857] ACPI: SSDT 0x000000007CFBF000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004860] ACPI: SSDT 0x000000007CFE8000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.004863] ACPI: BGRT 0x000000007CFC1000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.004874] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[    0.004885] check: Scanning 1 areas for low memory corruption
[    0.004892] Using GB pages for direct mapping
[    0.005753] Secure boot disabled
[    0.005754] RAMDISK: [mem 0x3d130000-0x3fffdfff]
[    0.005763] ACPI: Local APIC address 0xfee00000
[    0.005900] No NUMA configuration found
[    0.005901] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[    0.005910] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[    0.006175] Zone ranges:
[    0.006176]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006178]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006180]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006182]   Device   empty
[    0.006183] Movable zone start for each node
[    0.006185] Early memory node ranges
[    0.006186]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006187]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.006189]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.006190]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[    0.006191]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[    0.006192]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[    0.006193]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006416] Zeroed struct page in unavailable ranges: 34932 pages
[    0.006417] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[    0.006419] On node 0 totalpages: 1800076
[    0.006420]   DMA zone: 64 pages used for memmap
[    0.006421]   DMA zone: 21 pages reserved
[    0.006422]   DMA zone: 3998 pages, LIFO batch:0
[    0.006445]   DMA32 zone: 7634 pages used for memmap
[    0.006446]   DMA32 zone: 488558 pages, LIFO batch:63
[    0.009834]   Normal zone: 20430 pages used for memmap
[    0.009839]   Normal zone: 1307520 pages, LIFO batch:63
[    0.019210] ACPI: PM-Timer IO Port: 0x408
[    0.019216] ACPI: Local APIC address 0xfee00000
[    0.019224] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.019226] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.019227] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.019228] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.019229] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.019230] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.019231] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.019232] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.019233] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.019234] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.019235] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.019236] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.019237] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.019238] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.019238] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.019240] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.019255] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.019261] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.019263] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.019265] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.019268] ACPI: IRQ0 used by override.
[    0.019269] ACPI: IRQ9 used by override.
[    0.019270] Using ACPI (MADT) for SMP configuration information
[    0.019272] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.019282] e820: update [mem 0x74957000-0x74998fff] usable ==> reserved
[    0.019294] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.019320] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.019323] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.019324] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.019325] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.019327] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[    0.019329] PM: hibernation: Registered nosave memory: [mem 0x6a273000-0x6a273fff]
[    0.019331] PM: hibernation: Registered nosave memory: [mem 0x6a281000-0x6a281fff]
[    0.019333] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[    0.019334] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[    0.019336] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[    0.019338] PM: hibernation: Registered nosave memory: [mem 0x74957000-0x74998fff]
[    0.019340] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[    0.019341] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[    0.019342] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[    0.019343] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[    0.019344] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[    0.019345] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[    0.019346] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[    0.019347] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[    0.019348] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[    0.019349] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.019349] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.019350] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.019351] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.019352] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.019353] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.019354] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.019355] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[    0.019355] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[    0.019356] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[    0.019357] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[    0.019358] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[    0.019359] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.019360] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[    0.019361] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[    0.019361] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[    0.019364] [mem 0xa0100000-0xefffffff] available for PCI devices
[    0.019365] Booting paravirtualized kernel on bare hardware
[    0.019369] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.019376] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.020053] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.020064] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.020067] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.020107] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[    0.020109] Policy zone: Normal
[    0.020111] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.021043] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.021477] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.021534] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.041335] ftrace: allocating 47184 entries in 185 pages
[    0.055719] ftrace: allocated 185 pages with 5 groups
[    0.055863] rcu: Hierarchical RCU implementation.
[    0.055864] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.055865] 	Rude variant of Tasks RCU enabled.
[    0.055866] 	Tracing variant of Tasks RCU enabled.
[    0.055867] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.055868] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.058974] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.059410] random: crng done (trusting CPU's manufacturer)
[    0.059445] Console: colour dummy device 80x25
[    0.059708] printk: console [tty0] enabled
[    0.059738] ACPI: Core revision 20201113
[    0.059937] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.059960] APIC: Switch to symmetric I/O mode setup
[    0.060693] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.060697] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.060699] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.060701] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.060858] AMD-Vi: AMD IOMMU disabled
[    0.060888] Switched APIC routing to physical flat.
[    0.061702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.079960] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22989d71efc, max_idle_ns: 440795217445 ns
[    0.079969] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.21 BogoMIPS (lpj=9600432)
[    0.079974] pid_max: default: 32768 minimum: 301
[    0.083454] LSM: Security Framework initializing
[    0.083478] Yama: becoming mindful.
[    0.083509] AppArmor: AppArmor initialized
[    0.083555] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.083569] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.083876] LVT offset 1 assigned for vector 0xf9
[    0.083946] LVT offset 2 assigned for vector 0xf4
[    0.083974] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.083976] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.083981] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.083985] Spectre V2 : Mitigation: Full AMD retpoline
[    0.083986] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.083989] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.083991] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.083993] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.083995] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.084158] Freeing SMP alternatives memory: 40K
[    0.194929] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[    0.195129] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.195135] ... version:                0
[    0.195137] ... bit width:              48
[    0.195138] ... generic registers:      6
[    0.195140] ... value mask:             0000ffffffffffff
[    0.195141] ... max period:             00007fffffffffff
[    0.195143] ... fixed-purpose events:   0
[    0.195144] ... event mask:             000000000000003f
[    0.195202] rcu: Hierarchical SRCU implementation.
[    0.195598] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.195752] smp: Bringing up secondary CPUs ...
[    0.195837] x86: Booting SMP configuration:
[    0.195839] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.208012] smp: Brought up 1 node, 8 CPUs
[    0.208021] smpboot: Max logical packages: 2
[    0.208023] smpboot: Total of 8 processors activated (38401.72 BogoMIPS)
[    0.208771] devtmpfs: initialized
[    0.208771] x86/mm: Memory block size: 128MB
[    0.208771] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[    0.208771] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[    0.208771] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.208771] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.208771] pinctrl core: initialized pinctrl subsystem
[    0.212061] PM: RTC time: 15:44:44, date: 2021-03-12
[    0.212256] NET: Registered protocol family 16
[    0.212415] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.212503] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.212589] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.212598] audit: initializing netlink subsys (disabled)
[    0.212613] audit: type=2000 audit(1615563884.152:1): state=initialized audit_enabled=0 res=1
[    0.212613] thermal_sys: Registered thermal governor 'fair_share'
[    0.212613] thermal_sys: Registered thermal governor 'bang_bang'
[    0.212613] thermal_sys: Registered thermal governor 'step_wise'
[    0.212613] thermal_sys: Registered thermal governor 'user_space'
[    0.212613] EISA bus registered
[    0.212613] cpuidle: using governor ladder
[    0.212613] cpuidle: using governor menu
[    0.212613] Simple Boot Flag at 0x44 set to 0x80
[    0.212613] ACPI: bus type PCI registered
[    0.212613] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.212613] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.212613] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.212613] PCI: Using configuration type 1 for base access
[    0.213277] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.213277] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.216018] fbcon: Taking over console
[    0.216039] ACPI: Added _OSI(Module Device)
[    0.216041] ACPI: Added _OSI(Processor Device)
[    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.231663] ACPI: EC: EC started
[    0.231666] ACPI: EC: interrupt blocked
[    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.233670] ACPI: Interpreter enabled
[    0.233685] ACPI: (supports S0 S3 S4 S5)
[    0.233687] ACPI: Using IOAPIC for interrupt routing
[    0.233854] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.234264] ACPI: Enabled 5 GPEs in block 00 to 1F
[    0.242393] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.242401] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.242551] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.242692] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.242704] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.242959] PCI host bridge to bus 0000:00
[    0.242961] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.242964] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.242967] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.242969] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.242972] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.242974] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.242976] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.242978] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.242981] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.242983] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.242985] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.242988] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.242990] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.242992] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.242995] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.242997] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[    0.242999] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[    0.243002] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[    0.243004] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[    0.243006] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[    0.243009] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[    0.243011] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[    0.243014] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.243026] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[    0.243110] pci 0000:00:00.2: [1022:1646] type 00 class 0x080600
[    0.243202] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.243271] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[    0.243342] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.243447] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[    0.243515] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.243611] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[    0.243680] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[    0.243775] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.243844] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[    0.243869] pci 0000:00:08.1: enabling Extended Tags
[    0.243905] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.243996] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[    0.244022] pci 0000:00:08.2: enabling Extended Tags
[    0.244058] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.244134] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[    0.244160] pci 0000:00:08.3: enabling Extended Tags
[    0.244196] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    0.244294] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.244420] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.244555] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[    0.244596] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[    0.244637] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[    0.244678] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[    0.244718] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[    0.244769] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[    0.244812] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[    0.244855] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[    0.245192] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[    0.245215] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[    0.245414] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.245481] pci 0000:00:01.2: PCI bridge to [bus 01]
[    0.245487] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[    0.245546] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[    0.245563] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[    0.245680] pci 0000:02:00.0: supports D1 D2
[    0.245682] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.245816] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.245821] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[    0.245881] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[    0.245906] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[    0.245919] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[    0.245931] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[    0.245944] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[    0.245977] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    0.246080] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.246204] pci 0000:00:01.6: PCI bridge to [bus 03]
[    0.246208] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[    0.246211] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[    0.246301] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[    0.246317] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[    0.246328] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[    0.246336] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[    0.246343] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[    0.246355] pci 0000:04:00.0: enabling Extended Tags
[    0.246369] pci 0000:04:00.0: BAR 0: assigned to efifb
[    0.246418] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.246461] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.246515] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[    0.246526] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[    0.246555] pci 0000:04:00.1: enabling Extended Tags
[    0.246592] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.246653] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[    0.246671] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[    0.246684] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[    0.246694] pci 0000:04:00.2: enabling Extended Tags
[    0.246795] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[    0.246808] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[    0.246833] pci 0000:04:00.3: enabling Extended Tags
[    0.246873] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    0.246936] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[    0.246951] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[    0.246983] pci 0000:04:00.4: enabling Extended Tags
[    0.247023] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[    0.247086] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[    0.247096] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[    0.247125] pci 0000:04:00.6: enabling Extended Tags
[    0.247161] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[    0.247228] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[    0.247246] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[    0.247259] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[    0.247270] pci 0000:04:00.7: enabling Extended Tags
[    0.247392] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.247397] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.247400] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[    0.247404] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[    0.247448] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[    0.247484] pci 0000:05:00.0: enabling Extended Tags
[    0.247557] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.247603] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.247651] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[    0.247687] pci 0000:06:00.0: enabling Extended Tags
[    0.247755] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.247801] pci 0000:00:08.3: PCI bridge to [bus 06]
[    0.248211] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248283] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248337] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248408] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248471] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248522] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248572] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[    0.248623] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[    0.250570] ACPI: EC: interrupt unblocked
[    0.250572] ACPI: EC: event unblocked
[    0.250581] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.250583] ACPI: EC: GPE=0x5
[    0.250584] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    0.250587] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    0.250690] iommu: Default domain type: Translated 
[    0.250690] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.250690] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.250690] pci 0000:04:00.0: vgaarb: setting as boot device
[    0.250690] vgaarb: loaded
[    0.250690] SCSI subsystem initialized
[    0.250690] libata version 3.00 loaded.
[    0.250690] ACPI: bus type USB registered
[    0.250690] usbcore: registered new interface driver usbfs
[    0.250690] usbcore: registered new interface driver hub
[    0.250690] usbcore: registered new device driver usb
[    0.250690] pps_core: LinuxPPS API ver. 1 registered
[    0.250690] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.250690] PTP clock support registered
[    0.250690] EDAC MC: Ver: 3.0.0
[    0.250690] Registered efivars operations
[    0.250690] NetLabel: Initializing
[    0.250690] NetLabel:  domain hash size = 128
[    0.250690] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.250690] NetLabel:  unlabeled traffic allowed by default
[    0.250690] PCI: Using ACPI for IRQ routing
[    0.256674] PCI: pci_cache_line_size set to 64 bytes
[    0.256955] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.256959] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.256960] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    0.256961] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    0.256962] e820: reserve RAM buffer [mem 0x6a273018-0x6bffffff]
[    0.256963] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[    0.256963] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[    0.256964] e820: reserve RAM buffer [mem 0x74957000-0x77ffffff]
[    0.256965] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[    0.256966] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[    0.256967] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[    0.256971] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.256971] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.258100] clocksource: Switched to clocksource tsc-early
[    0.262873] VFS: Disk quotas dquot_6.6.0
[    0.262900] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.262997] AppArmor: AppArmor Filesystem Enabled
[    0.263033] pnp: PnP ACPI init
[    0.263263] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    0.263267] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.263270] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[    0.263276] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.263398] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.263418] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[    0.263444] system 00:03: [io  0x0400-0x04cf] has been reserved
[    0.263447] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.263449] system 00:03: [io  0x04d6] has been reserved
[    0.263451] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    0.263453] system 00:03: [io  0x0c14] has been reserved
[    0.263455] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    0.263457] system 00:03: [io  0x0c6c] has been reserved
[    0.263459] system 00:03: [io  0x0c6f] has been reserved
[    0.263461] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    0.263464] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.263514] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.263517] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[    0.263520] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.264345] pnp: PnP ACPI: found 5 devices
[    0.269815] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.269936] NET: Registered protocol family 2
[    0.270213] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.270286] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.270529] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.270724] TCP: Hash tables configured (established 65536 bind 65536)
[    0.270791] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.270834] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.270952] NET: Registered protocol family 1
[    0.270963] NET: Registered protocol family 44
[    0.270973] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    0.271001] pci 0000:00:01.2: PCI bridge to [bus 01]
[    0.271012] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[    0.271023] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.271030] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[    0.271044] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[    0.271051] pci 0000:00:01.6: PCI bridge to [bus 03]
[    0.271057] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[    0.271064] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[    0.271076] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.271085] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    0.271092] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[    0.271099] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[    0.271108] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.271120] pci 0000:00:08.3: PCI bridge to [bus 06]
[    0.271133] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.271139] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.271144] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.271150] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.271155] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.271160] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.271165] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.271171] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.271176] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.271181] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.271186] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.271192] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.271197] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.271202] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.271207] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.271212] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[    0.271218] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[    0.271223] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[    0.271229] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[    0.271234] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[    0.271239] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[    0.271244] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[    0.271250] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[    0.271256] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[    0.271261] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.271266] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[    0.271271] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.271275] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[    0.271280] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[    0.271691] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.331385] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x640 took 58284 usecs
[    0.331404] PCI: CLS 64 bytes, default 64
[    0.331453] Trying to unpack rootfs image as initramfs...
[    0.424281] Initramfs unpacking failed: Decoding failed
[    0.429727] Freeing initrd memory: 47928K
[    0.429785] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.429787] software IO TLB: mapped [mem 0x00000000700b9000-0x00000000740b9000] (64MB)
[    0.429858] amd_uncore: 4  amd_df counters detected
[    0.429863] amd_uncore: 6  amd_l3 counters detected
[    0.430246] LVT offset 0 assigned for vector 0x400
[    0.430407] perf: AMD IBS detected (0x000003ff)
[    0.430477] check: Scanning for low memory corruption every 60 seconds
[    0.431012] Initialise system trusted keyrings
[    0.431039] Key type blacklist registered
[    0.431144] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.431901] zbud: loaded
[    0.432147] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.432326] fuse: init (API version 7.33)
[    0.432556] integrity: Platform Keyring initialized
[    0.435513] Key type asymmetric registered
[    0.435516] Asymmetric key parser 'x509' registered
[    0.435527] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.435626] io scheduler mq-deadline registered
[    0.436463] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[    0.436555] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[    0.436636] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[    0.436640] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.436763] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[    0.436839] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[    0.436919] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[    0.436923] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.437038] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[    0.437113] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[    0.437191] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[    0.437195] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[    0.437308] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[    0.437494] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[    0.437605] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[    0.437675] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.437719] efifb: probing for efifb
[    0.437728] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[    0.437731] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[    0.437733] efifb: scrolling: redraw
[    0.437734] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.437844] Console: switching to colour frame buffer device 160x64
[    0.440399] fb0: EFI VGA frame buffer device
[    0.441708] ACPI: AC Adapter [ACAD] (on-line)
[    0.441764] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.441810] ACPI: Power Button [PWRB]
[    0.441847] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.441880] ACPI: Lid Switch [LID]
[    0.441914] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.441961] ACPI: Power Button [PWRF]
[    0.442022] Monitor-Mwait will be used to enter C-1 state
[    0.442040] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.442236] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.442351] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.442433] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.442636] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.442928] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.443174] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.443515] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.444149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.444397] battery: ACPI: Battery Slot [BATT] (battery absent)
[    0.444466] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.445962] Linux agpgart interface v0.103
[    0.449276] loop: module loaded
[    0.449575] libphy: Fixed MDIO Bus: probed
[    0.449599] tun: Universal TUN/TAP device driver, 1.6
[    0.449665] PPP generic driver version 2.4.2
[    0.449774] VFIO - User Level meta-driver version: 0.3
[    0.449962] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.449999] ehci-pci: EHCI PCI platform driver
[    0.450028] ehci-platform: EHCI generic platform driver
[    0.450057] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.450077] ohci-pci: OHCI PCI platform driver
[    0.450101] ohci-platform: OHCI generic platform driver
[    0.450123] uhci_hcd: USB Universal Host Controller Interface driver
[    0.450309] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.450336] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[    0.450461] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[    0.450736] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    0.450772] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.450797] usb usb1: Product: xHCI Host Controller
[    0.450818] usb usb1: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.451484] usb usb1: SerialNumber: 0000:04:00.4
[    0.452299] hub 1-0:1.0: USB hub found
[    0.452995] hub 1-0:1.0: 6 ports detected
[    0.454474] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.455199] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[    0.455868] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.456550] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.457255] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    0.457936] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.458612] usb usb2: Product: xHCI Host Controller
[    0.459314] usb usb2: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.459989] usb usb2: SerialNumber: 0000:04:00.4
[    0.460924] hub 2-0:1.0: USB hub found
[    0.461635] hub 2-0:1.0: 2 ports detected
[    0.463126] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    0.463818] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.464771] i8042: Warning: Keylock active
[    0.465663] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.466665] mousedev: PS/2 mouse device common for all mice
[    0.468058] rtc_cmos 00:01: RTC can wake from S4
[    0.468516] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.469795] rtc_cmos 00:01: registered as rtc0
[    0.471023] rtc_cmos 00:01: setting system clock to 2021-03-12T15:44:44 UTC (1615563884)
[    0.471784] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.472531] i2c /dev entries driver
[    0.473316] device-mapper: uevent: version 1.0.3
[    0.474187] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    0.475021] platform eisa.0: Probing EISA bus 0
[    0.475737] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.476461] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.477163] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.477856] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.478574] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.479245] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.479915] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.480596] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.481263] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.481935] platform eisa.0: EISA: Detected 0 cards
[    0.483020] ledtrig-cpu: registered to indicate activity on CPUs
[    0.483747] EFI Variables Facility v0.08 2004-May-17
[    0.487342] drop_monitor: Initializing network drop monitor service
[    0.488201] NET: Registered protocol family 10
[    0.497094] Segment Routing with IPv6
[    0.497969] NET: Registered protocol family 17
[    0.498925] Key type dns_resolver registered
[    0.501105] microcode: CPU0: patch_level=0x08900103
[    0.502428] microcode: CPU1: patch_level=0x08900103
[    0.503142] microcode: CPU2: patch_level=0x08900103
[    0.504422] microcode: CPU3: patch_level=0x08900103
[    0.505136] microcode: CPU4: patch_level=0x08900103
[    0.506692] microcode: CPU5: patch_level=0x08900103
[    0.507731] microcode: CPU6: patch_level=0x08900103
[    0.508414] microcode: CPU7: patch_level=0x08900103
[    0.509212] microcode: Microcode Update Driver: v2.2.
[    0.509588] resctrl: L3 allocation detected
[    0.510892] resctrl: L3DATA allocation detected
[    0.511523] resctrl: L3CODE allocation detected
[    0.512153] resctrl: MB allocation detected
[    0.512767] resctrl: L3 monitoring detected
[    0.513374] IPI shorthand broadcast: enabled
[    0.514003] sched_clock: Marking stable (511354574, 790135)->(518270348, -6125639)
[    0.514852] registered taskstats version 1
[    0.515481] Loading compiled-in X.509 certificates
[    0.516889] Loaded X.509 cert 'Build time autogenerated kernel key: 4685822baea9b186c7ca23a78767fcdf350842db'
[    0.518002] zswap: loaded using pool lzo/zbud
[    0.519210] Key type ._fscrypt registered
[    0.519862] Key type .fscrypt registered
[    0.520496] Key type fscrypt-provisioning registered
[    0.525491] Key type encrypted registered
[    0.526657] AppArmor: AppArmor sha1 policy hashing enabled
[    0.527978] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.528687] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[    0.529314] integrity: Loading X.509 certificate: UEFI:MokListRT
[    0.530468] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.531140] ima: No TPM chip found, activating TPM-bypass!
[    0.531816] ima: Allocated hash algorithm: sha1
[    0.532487] ima: No architecture policies found
[    0.533167] evm: Initialising EVM extended attributes:
[    0.533823] evm: security.selinux
[    0.534506] evm: security.SMACK64
[    0.535139] evm: security.SMACK64EXEC
[    0.535759] evm: security.SMACK64TRANSMUTE
[    0.536380] evm: security.SMACK64MMAP
[    0.536987] evm: security.apparmor
[    0.537574] evm: security.ima
[    0.538145] evm: security.capability
[    0.538727] evm: HMAC attrs: 0x1
[    0.539680] PM:   Magic number: 13:158:740
[    0.541253] acpi_cpufreq: overriding BIOS provided _PSD data
[    0.542349] RAS: Correctable Errors collector initialized.
[    0.544298] Freeing unused decrypted memory: 2036K
[    0.545240] Freeing unused kernel image (initmem) memory: 2624K
[    0.704424] Write protecting the kernel read-only data: 22528k
[    0.705600] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.706600] Freeing unused kernel image (rodata/data gap) memory: 860K
[    0.747239] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.747995] Run /init as init process
[    0.748724]   with arguments:
[    0.748726]     /init
[    0.748727]     nokaslr
[    0.748728]   with environment:
[    0.748729]     HOME=/
[    0.748730]     TERM=linux
[    0.748730]     BOOT_IMAGE=/boot/vmlinuz-5.11.0+
[    0.829433] hid: raw HID events driver (C) Jiri Kosina
[    0.850682] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[    0.853217] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    0.853289] e1000e: Intel(R) PRO/1000 Network Driver
[    0.854221] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    0.854570] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    0.855290] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.858859] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[    0.860150] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.873710] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[    0.875643] nvme nvme0: pci function 0000:01:00.0
[    0.886323] nvme nvme0: missing or invalid SUBNQN field.
[    0.887280] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.904851] nvme nvme0: 16/0/0 default/read/poll queues
[    0.909732]  nvme0n1: p1 p2 p3
[    0.914674] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[    0.926831] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[    0.952227] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    0.953441] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[    0.954722] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[    0.955979] xhci-hcd xhci-hcd.2.auto: irq 40, io mem 0x80000000
[    0.957319] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    0.958607] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.959863] usb usb3: Product: xHCI Host Controller
[    0.961122] usb usb3: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.962395] usb usb3: SerialNumber: xhci-hcd.2.auto
[    0.963968] hub 3-0:1.0: USB hub found
[    0.965367] hub 3-0:1.0: 1 port detected
[    0.966847] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[    0.968159] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[    0.969384] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[    0.970702] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.972125] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    0.973704] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.974986] usb usb4: Product: xHCI Host Controller
[    0.976231] usb usb4: Manufacturer: Linux 5.11.0+ xhci-hcd
[    0.977470] usb usb4: SerialNumber: xhci-hcd.2.auto
[    0.978725] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[    0.979122] hub 4-0:1.0: USB hub found
[    0.980197] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    0.981472] hub 4-0:1.0: 1 port detected
[    0.982734] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[    0.987208] e1000e 0000:03:00.0 eno1: renamed from eth0
[    1.080811] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    1.082251] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.083627] usb 1-6: Product: USB 2.0 Hub
[    1.136350] hub 1-6:1.0: USB hub found
[    1.138244] hub 1-6:1.0: 4 ports detected
[    1.408023] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22989d71efc, max_idle_ns: 440795217445 ns
[    1.410118] clocksource: Switched to clocksource tsc
[    1.460025] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
[    1.572289] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.674402] systemd[1]: Inserted module 'autofs4'
[    1.683902] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[    1.685637] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.687035] usb 1-6.1: Product: AX68004
[    1.688456] usb 1-6.1: Manufacturer: ASIX Electronics
[    1.689830] usb 1-6.1: SerialNumber: 00000001
[    1.699736] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.720607] systemd[1]: Detected architecture x86-64.
[    1.745006] hub 1-6.1:1.0: USB hub found
[    1.747907] hub 1-6.1:1.0: 7 ports detected
[    1.754266] systemd[1]: Set hostname to <scbu-Chachani>.
[    1.826809] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[    1.892736] systemd[1]: Created slice system-modprobe.slice.
[    1.896570] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.900225] systemd[1]: Created slice User and Session Slice.
[    1.903676] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.907477] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.911198] systemd[1]: Reached target User and Group Name Lookups.
[    1.914841] systemd[1]: Reached target Remote File Systems.
[    1.918339] systemd[1]: Reached target Slices.
[    1.922008] systemd[1]: Listening on Syslog Socket.
[    1.925657] systemd[1]: Listening on fsck to fsckd communication Socket.
[    1.929221] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    1.933018] systemd[1]: Listening on Journal Audit Socket.
[    1.936650] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.940412] systemd[1]: Listening on Journal Socket.
[    1.944138] systemd[1]: Listening on udev Control Socket.
[    1.947813] systemd[1]: Listening on udev Kernel Socket.
[    1.952681] systemd[1]: Mounting Huge Pages File System...
[    1.957373] systemd[1]: Mounting POSIX Message Queue File System...
[    1.962093] systemd[1]: Mounting Kernel Debug File System...
[    1.966923] systemd[1]: Mounting Kernel Trace File System...
[    1.968036] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
[    1.974901] systemd[1]: Starting Journal Service...
[    1.981232] systemd[1]: Starting Set the console keyboard layout...
[    1.986193] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.991310] systemd[1]: Starting Load Kernel Module drm...
[    1.995832] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.997754] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.001528] systemd[1]: Starting Load Kernel Modules...
[    2.008080] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.014535] systemd[1]: Starting udev Coldplug all Devices...
[    2.018147] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    2.019755] lp: driver loaded but no devices found
[    2.024592] systemd[1]: Starting Uncomplicated firewall...
[    2.029891] ppdev: user-space parallel port driver
[    2.035088] systemd[1]: Mounted Huge Pages File System.
[    2.040207] systemd[1]: Mounted POSIX Message Queue File System.
[    2.043891] systemd[1]: Mounted Kernel Debug File System.
[    2.047793] systemd[1]: Mounted Kernel Trace File System.
[    2.051961] systemd[1]: Finished Set the console keyboard layout.
[    2.056441] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.060421] systemd[1]: modprobe@drm.service: Succeeded.
[    2.062588] systemd[1]: Finished Load Kernel Module drm.
[    2.066815] systemd[1]: Finished Load Kernel Modules.
[    2.071005] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.075966] systemd[1]: Finished Uncomplicated firewall.
[    2.081729] systemd[1]: Mounting FUSE Control File System...
[    2.086407] systemd[1]: Mounting Kernel Configuration File System...
[    2.090418] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.092243] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.094873] systemd[1]: Starting Load/Save Random Seed...
[    2.099576] systemd[1]: Starting Apply Kernel Variables...
[    2.104571] systemd[1]: Starting Create System Users...
[    2.109489] systemd[1]: Started Journal Service.
[    2.128781] systemd-journald[298]: Received client request to flush runtime journal.
[    2.135703] systemd-journald[298]: File /var/log/journal/e90ea3ca0f63496fa71aaff3c469cfea/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    2.154233] loop0: detected capacity change from 113424 to 0
[    2.184758] loop1: detected capacity change from 113592 to 0
[    2.193975] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[    2.193987] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.193990] usb 1-6.4: Product: USB Serial
[    2.208545] loop2: detected capacity change from 446248 to 0
[    2.248493] loop3: detected capacity change from 132648 to 0
[    2.248904] loop4: detected capacity change from 104536 to 0
[    2.260001] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
[    2.284452] loop5: detected capacity change from 448496 to 0
[    2.304356] loop6: detected capacity change from 104496 to 0
[    2.360583] loop7: detected capacity change from 63664 to 0
[    2.383674] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    2.388247] acpi device:16: registered as cooling_device8
[    2.388345] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
[    2.392879] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    2.392888] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.392892] usb 1-6.1.1: Product: USB Receiver
[    2.392895] usb 1-6.1.1: Manufacturer: Logitech
[    2.438896] loop8: detected capacity change from 66104 to 0
[    2.448344] pstore: Using crash dump compression: deflate
[    2.454098] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    2.454105] RAPL PMU: hw unit of domain package 2^-16 Joules
[    2.457026] pstore: Registered efi as persistent store backend
[    2.460015] cryptd: max_cpu_qlen set to 1000
[    2.469131] AVX2 version of gcm_enc/dec engaged.
[    2.469136] AES CTR mode by8 optimization enabled
[    2.506033] loop9: detected capacity change from 127160 to 0
[    2.590249] kvm: Nested Virtualization enabled
[    2.590271] SVM: kvm: Nested Paging enabled
[    2.590273] SVM: Virtual VMLOAD VMSAVE supported
[    2.590274] SVM: Virtual GIF supported
[    2.593167] MCE: In-kernel MCE decoding enabled.
[    2.601466] usbcore: registered new interface driver usbserial_generic
[    2.601480] usbserial: USB Serial support registered for generic
[    2.603321] usbcore: registered new interface driver ch341
[    2.603337] usbserial: USB Serial support registered for ch341-uart
[    2.603358] ch341 1-6.4:1.0: ch341-uart converter detected
[    2.615946] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
[    2.681780] intel_rapl_common: Found RAPL domain package
[    2.681788] intel_rapl_common: Found RAPL domain core
[    2.687119] usbcore: registered new interface driver usbhid
[    2.687124] usbhid: USB HID core driver
[    2.695584] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
[    2.703614] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[    2.703773] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    2.703903] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[    2.756351] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[    2.756656] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
[    2.756927] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
[    2.766996] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input11
[    2.768498] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.768506] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.768509] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.768512] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.768514] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    2.768516] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.768518] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[    2.768521] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    2.842354] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
[    2.842410] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input12
[    2.842490] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input13
[    2.842505] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[    2.874302] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input14
[    3.588377] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[    3.748947] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input15
[    3.756166] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input16
[    3.801320] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[    3.870066] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
[    3.870627] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input17
[    3.870795] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input18
[    3.870838] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input19
[    3.870917] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[    3.872038] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    3.873014] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input24
[    3.873205] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
[    4.188259] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input28
[    4.188548] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[    4.274216] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input29
[    4.274543] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[    5.120018] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[    5.131817] audit: type=1400 audit(1615563889.155:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=543 comm="apparmor_parser"
[    5.131830] audit: type=1400 audit(1615563889.155:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=547 comm="apparmor_parser"
[    5.132176] audit: type=1400 audit(1615563889.159:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=544 comm="apparmor_parser"
[    5.132510] audit: type=1400 audit(1615563889.159:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=541 comm="apparmor_parser"
[    5.132998] audit: type=1400 audit(1615563889.159:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=548 comm="apparmor_parser"
[    5.133005] audit: type=1400 audit(1615563889.159:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=548 comm="apparmor_parser"
[    5.133008] audit: type=1400 audit(1615563889.159:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=548 comm="apparmor_parser"
[    5.134275] audit: type=1400 audit(1615563889.159:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=542 comm="apparmor_parser"
[    5.134717] audit: type=1400 audit(1615563889.159:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=550 comm="apparmor_parser"
[    5.222802] kauditd_printk_skb: 19 callbacks suppressed
[    5.222807] audit: type=1400 audit(1615563889.247:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.hook.configure" pid=571 comm="apparmor_parser"
[    5.222814] audit: type=1400 audit(1615563889.247:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.snap-store" pid=572 comm="apparmor_parser"
[    5.223060] audit: type=1400 audit(1615563889.247:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=573 comm="apparmor_parser"
[    5.223240] audit: type=1400 audit(1615563889.247:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=574 comm="apparmor_parser"
[    5.227872] audit: type=1400 audit(1615563889.251:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/11107/usr/lib/snapd/snap-confine" pid=569 comm="apparmor_parser"
[    5.227881] audit: type=1400 audit(1615563889.251:35): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/snapd/11107/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=569 comm="apparmor_parser"
[    5.230980] audit: type=1400 audit(1615563889.255:36): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.snap-store" pid=570 comm="apparmor_parser"
[    5.421597] audit: type=1400 audit(1615563889.447:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=667 comm="cups-browsed" capability=23  capname="sys_nice"
[    5.969226] loop10: detected capacity change from 8 to 0
[    8.077331] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    8.077670] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[   19.382297] rfkill: input handler disabled

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

[    0.000000] Linux version 5.11.0+ (amd@scbuleohost) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #6 SMP Fri Mar 12 23:49:55 CST 2021
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a273017] usable
[    0.000000] reserve setup_data: [mem 0x000000006a273018-0x000000006a281857] usable
[    0.000000] reserve setup_data: [mem 0x000000006a281858-0x000000006c56efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[    0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[    0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x74951018 RNG=0x7970d798 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1311N 03/11/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2399.949 MHz processor
[    0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000021] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[    0.000026] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000029]   00000-9FFFF write-back
[    0.000030]   A0000-BFFFF uncachable
[    0.000031]   C0000-FFFFF write-through
[    0.000032] MTRR variable ranges enabled:
[    0.000033]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000035]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000036]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000037]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000040]   6 disabled
[    0.000041]   7 disabled
[    0.000041] TOM2: 0000000280000000 aka 10240M
[    0.000267] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000765] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[    0.004813] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[    0.004823] check: Scanning 1 areas for low memory corruption
[    0.004830] Using GB pages for direct mapping
[    0.005694] Secure boot disabled
[    0.005695] RAMDISK: [mem 0x3d0d0000-0x3fffdfff]
[    0.005704] ACPI: Early table checksum verification disabled
[    0.005709] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[    0.005714] ACPI: XSDT 0x000000007CFCE188 000104 (v01 AMDYDE Celadon  00000002      01000013)
[    0.005721] ACPI: FACP 0x000000007CFEE000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005726] ACPI: DSDT 0x000000007CFDF000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005729] ACPI: FACS 0x000000007BF1F000 000040
[    0.005732] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005735] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005738] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005742] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[    0.005745] ACPI: IVRS 0x000000007CFF2000 0001A4 (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.005748] ACPI: ASF! 0x000000007CFF0000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005751] ACPI: BOOT 0x000000007CFEF000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005754] ACPI: HPET 0x000000007CFED000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005757] ACPI: APIC 0x000000007CFEC000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005760] ACPI: MCFG 0x000000007CFEB000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005763] ACPI: SLIC 0x000000007CFEA000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005766] ACPI: WSMT 0x000000007CFE7000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[    0.005769] ACPI: SSDT 0x000000007CFDE000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[    0.005773] ACPI: VFCT 0x000000007CFD3000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005775] ACPI: SSDT 0x000000007CFD2000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[    0.005779] ACPI: SSDT 0x000000007CFD0000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[    0.005782] ACPI: CRAT 0x000000007CFCF000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005785] ACPI: CDIT 0x000000007CFFD000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005788] ACPI: SSDT 0x000000007CFCD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005791] ACPI: SSDT 0x000000007CFCB000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005794] ACPI: SSDT 0x000000007CFC9000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005797] ACPI: SSDT 0x000000007CFC3000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005800] ACPI: FPDT 0x000000007CFC2000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[    0.005803] ACPI: SSDT 0x000000007CFE9000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005806] ACPI: SSDT 0x000000007CFBF000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005809] ACPI: SSDT 0x000000007CFE8000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[    0.005812] ACPI: BGRT 0x000000007CFC1000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[    0.005820] ACPI: Local APIC address 0xfee00000
[    0.005928] No NUMA configuration found
[    0.005929] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[    0.005942] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[    0.006205] Zone ranges:
[    0.006206]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006208]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006210]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006211]   Device   empty
[    0.006212] Movable zone start for each node
[    0.006214] Early memory node ranges
[    0.006215]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.006217]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.006218]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.006219]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[    0.006220]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[    0.006221]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[    0.006222]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[    0.006440] Zeroed struct page in unavailable ranges: 34932 pages
[    0.006441] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[    0.006443] On node 0 totalpages: 1800076
[    0.006445]   DMA zone: 64 pages used for memmap
[    0.006446]   DMA zone: 21 pages reserved
[    0.006446]   DMA zone: 3998 pages, LIFO batch:0
[    0.006469]   DMA32 zone: 7634 pages used for memmap
[    0.006470]   DMA32 zone: 488558 pages, LIFO batch:63
[    0.009825]   Normal zone: 20430 pages used for memmap
[    0.009829]   Normal zone: 1307520 pages, LIFO batch:63
[    0.019139] ACPI: PM-Timer IO Port: 0x408
[    0.019146] ACPI: Local APIC address 0xfee00000
[    0.019153] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.019156] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.019157] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.019158] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.019159] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.019160] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.019160] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.019161] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.019162] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.019163] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.019164] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.019165] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.019166] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.019167] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.019168] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.019168] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.019184] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.019191] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.019193] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.019195] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.019197] ACPI: IRQ0 used by override.
[    0.019198] ACPI: IRQ9 used by override.
[    0.019200] Using ACPI (MADT) for SMP configuration information
[    0.019201] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.019215] e820: update [mem 0x74957000-0x74998fff] usable ==> reserved
[    0.019227] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.019272] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.019275] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.019276] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.019278] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.019281] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[    0.019284] PM: hibernation: Registered nosave memory: [mem 0x6a273000-0x6a273fff]
[    0.019286] PM: hibernation: Registered nosave memory: [mem 0x6a281000-0x6a281fff]
[    0.019289] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[    0.019291] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[    0.019294] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[    0.019296] PM: hibernation: Registered nosave memory: [mem 0x74957000-0x74998fff]
[    0.019299] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[    0.019300] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[    0.019301] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[    0.019303] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[    0.019304] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[    0.019305] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[    0.019306] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[    0.019307] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[    0.019307] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[    0.019308] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.019309] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.019310] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.019311] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.019312] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.019313] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.019314] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.019314] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[    0.019315] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[    0.019316] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[    0.019317] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[    0.019318] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[    0.019319] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.019319] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[    0.019320] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[    0.019321] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[    0.019323] [mem 0xa0100000-0xefffffff] available for PCI devices
[    0.019325] Booting paravirtualized kernel on bare hardware
[    0.019327] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.019335] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.020014] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.020029] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.020032] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.020080] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[    0.020081] Policy zone: Normal
[    0.020083] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu
[    0.021008] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.021446] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.021509] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
[    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
[    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.050036] ftrace: allocating 47158 entries in 185 pages
[    0.097487] ftrace: allocated 185 pages with 5 groups
[    0.109210] rcu: Hierarchical RCU implementation.
[    0.109212] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.109213] 	Rude variant of Tasks RCU enabled.
[    0.109214] 	Tracing variant of Tasks RCU enabled.
[    0.109215] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.109216] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.203711] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.209563] random: crng done (trusting CPU's manufacturer)
[    0.212528] Console: colour dummy device 80x25
[    0.237009] printk: console [tty0] enabled
[    0.238426] ACPI: Core revision 20201113
[    0.242956] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.243151] APIC: Switch to symmetric I/O mode setup
[    0.263027] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.263146] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.263250] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.263353] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.269779] AMD-Vi: AMD IOMMU disabled
[    0.269980] Switched APIC routing to physical flat.
[    0.272128] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.291138] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22980742457, max_idle_ns: 440795208509 ns
[    0.291301] Calibrating delay loop (skipped), value calculated using timer frequency.. 4799.89 BogoMIPS (lpj=9599796)
[    0.291461] pid_max: default: 32768 minimum: 301
[    0.303317] LSM: Security Framework initializing
[    0.303900] Yama: becoming mindful.
[    0.305985] AppArmor: AppArmor initialized
[    0.309876] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.311464] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.328442] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.328790] LVT offset 1 assigned for vector 0xf9
[    0.328935] LVT offset 2 assigned for vector 0xf4
[    0.329026] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.329109] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.329199] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.329349] Spectre V2 : Mitigation: Full AMD retpoline
[    0.329428] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.329574] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.329662] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.329809] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.329898] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.330227] Freeing SMP alternatives memory: 40K
[    0.452553] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[    0.489398] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.490110] ... version:                0
[    0.490485] ... bit width:              48
[    0.490866] ... generic registers:      6
[    0.491238] ... value mask:             0000ffffffffffff
[    0.491657] ... max period:             00007fffffffffff
[    0.492090] ... fixed-purpose events:   0
[    0.492464] ... event mask:             000000000000003f
[    0.504147] rcu: Hierarchical SRCU implementation.
[    0.628178] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.683901] smp: Bringing up secondary CPUs ...
[    0.715725] x86: Booting SMP configuration:
[    0.716117] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.955898] smp: Brought up 1 node, 8 CPUs
[    0.956726] smpboot: Max logical packages: 2
[    0.957136] smpboot: Total of 8 processors activated (38399.18 BogoMIPS)
[    1.121165] devtmpfs: initialized
[    1.142475] x86/mm: Memory block size: 128MB
[    1.596652] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[    1.599600] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[    2.657133] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.658091] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    2.695486] pinctrl core: initialized pinctrl subsystem
[    2.741029] PM: RTC time: 15:54:06, date: 2021-03-12
[    2.795003] NET: Registered protocol family 16
[    2.844571] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    2.846266] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.848137] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.850856] audit: initializing netlink subsys (disabled)
[    2.856272] audit: type=2000 audit(1615564446.608:1): state=initialized audit_enabled=0 res=1
[    2.912323] thermal_sys: Registered thermal governor 'fair_share'
[    2.912451] thermal_sys: Registered thermal governor 'bang_bang'
[    2.912963] thermal_sys: Registered thermal governor 'step_wise'
[    2.913471] thermal_sys: Registered thermal governor 'user_space'
[    2.916991] EISA bus registered
[    2.917950] cpuidle: using governor ladder
[    2.918612] cpuidle: using governor menu
[    2.928284] Simple Boot Flag at 0x44 set to 0x80
[    2.932068] ACPI: bus type PCI registered
[    2.932481] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.983444] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.984368] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    2.987077] PCI: Using configuration type 1 for base access
[    3.888449] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    3.889012] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    4.149352] fbcon: Taking over console
[    4.158303] ACPI: Added _OSI(Module Device)
[    4.158767] ACPI: Added _OSI(Processor Device)
[    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
[    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
[    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   20.743828] ACPI: EC: EC started
[   20.744155] ACPI: EC: interrupt blocked
[   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   20.947348] ACPI: Interpreter enabled
[   20.951278] ACPI: (supports S0 S3 S4 S5)
[   20.951632] ACPI: Using IOAPIC for interrupt routing
[   21.048580] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   21.423217] ACPI: Enabled 5 GPEs in block 00 to 1F
[   28.636305] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   28.638674] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[   28.793904] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[   28.947186] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[   28.951507] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[   29.132614] PCI host bridge to bus 0000:00
[   29.133276] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[   29.134116] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[   29.135058] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[   29.135563] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[   29.136499] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[   29.137435] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[   29.138371] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[   29.139573] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[   29.140515] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[   29.141451] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[   29.142387] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[   29.143533] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[   29.144475] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[   29.145414] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[   29.146346] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[   29.147278] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[   29.148063] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[   29.148996] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[   29.149924] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[   29.150859] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[   29.151565] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[   29.152496] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[   29.153445] pci_bus 0000:00: root bus resource [bus 00-ff]
[   29.157298] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[   29.182392] pci 0000:00:00.2: [1022:1646] type 00 class 0x080600
[   29.207820] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[   29.232940] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[   29.235591] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[   29.281627] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[   29.284253] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[   29.329798] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[   29.332431] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[   29.377829] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[   29.402612] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[   29.403492] pci 0000:00:08.1: enabling Extended Tags
[   29.405728] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[   29.449565] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[   29.450430] pci 0000:00:08.2: enabling Extended Tags
[   29.452703] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[   29.490151] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[   29.491014] pci 0000:00:08.3: enabling Extended Tags
[   29.493148] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[   29.538233] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[   29.572890] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[   29.607972] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[   29.633631] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[   29.658491] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[   29.683549] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[   29.708375] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[   29.733351] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[   29.758463] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[   29.785293] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[   29.830085] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[   29.831100] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[   29.837233] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[   29.865269] pci 0000:00:01.2: PCI bridge to [bus 01]
[   29.865879] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   29.879026] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[   29.879444] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[   29.883549] pci 0000:02:00.0: supports D1 D2
[   29.884053] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[   29.913005] pci 0000:00:01.3: PCI bridge to [bus 02]
[   29.913609] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   29.922068] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[   29.922835] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[   29.923403] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[   29.924044] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[   29.924654] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[   29.925364] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[   29.928837] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[   29.945548] pci 0000:00:01.6: PCI bridge to [bus 03]
[   29.946146] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   29.946785] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   29.983652] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[   29.984449] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[   29.985242] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[   29.986012] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[   29.986629] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[   29.987330] pci 0000:04:00.0: enabling Extended Tags
[   29.990053] pci 0000:04:00.0: BAR 0: assigned to efifb
[   29.991331] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[   29.992492] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   30.026391] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[   30.027148] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[   30.027950] pci 0000:04:00.1: enabling Extended Tags
[   30.031051] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[   30.063045] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[   30.063496] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[   30.064192] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[   30.064867] pci 0000:04:00.2: enabling Extended Tags
[   30.097922] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[   30.098705] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[   30.099527] pci 0000:04:00.3: enabling Extended Tags
[   30.102644] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[   30.134819] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[   30.135468] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[   30.136330] pci 0000:04:00.4: enabling Extended Tags
[   30.139615] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[   30.172111] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[   30.172867] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[   30.173686] pci 0000:04:00.6: enabling Extended Tags
[   30.176848] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[   30.208920] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[   30.209740] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[   30.210436] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[   30.211113] pci 0000:04:00.7: enabling Extended Tags
[   30.247648] pci 0000:00:08.1: PCI bridge to [bus 04]
[   30.248248] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   30.248888] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   30.249576] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   30.262828] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[   30.263646] pci 0000:05:00.0: enabling Extended Tags
[   30.267335] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   30.292013] pci 0000:00:08.2: PCI bridge to [bus 05]
[   30.305685] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[   30.306652] pci 0000:06:00.0: enabling Extended Tags
[   30.310151] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[   30.336780] pci 0000:00:08.3: PCI bridge to [bus 06]
[   30.590605] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[   30.635049] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[   30.673215] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[   30.717710] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[   30.766144] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[   30.800881] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[   30.835667] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[   30.870467] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[   32.024488] ACPI: EC: interrupt unblocked
[   32.024847] ACPI: EC: event unblocked
[   32.025238] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   32.025703] ACPI: EC: GPE=0x5
[   32.026284] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[   32.027095] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[   32.085530] iommu: Default domain type: Translated 
[   32.092760] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[   32.095541] pci 0000:04:00.0: vgaarb: bridge control possible
[   32.096108] pci 0000:04:00.0: vgaarb: setting as boot device
[   32.096634] vgaarb: loaded
[   32.212008] SCSI subsystem initialized
[   32.220843] libata version 3.00 loaded.
[   32.228486] ACPI: bus type USB registered
[   32.234739] usbcore: registered new interface driver usbfs
[   32.238565] usbcore: registered new interface driver hub
[   32.243075] usbcore: registered new device driver usb
[   32.252199] pps_core: LinuxPPS API ver. 1 registered
[   32.252616] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   32.254329] PTP clock support registered
[   32.268208] EDAC MC: Ver: 3.0.0
[   32.300148] Registered efivars operations
[   32.398623] NetLabel: Initializing
[   32.398951] NetLabel:  domain hash size = 128
[   32.399327] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[   32.404259] NetLabel:  unlabeled traffic allowed by default
[   32.412671] PCI: Using ACPI for IRQ routing
[   32.439310] PCI: pci_cache_line_size set to 64 bytes
[   32.440629] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[   32.441161] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[   32.441490] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[   32.441823] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[   32.442158] e820: reserve RAM buffer [mem 0x6a273018-0x6bffffff]
[   32.442490] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[   32.442824] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[   32.443159] e820: reserve RAM buffer [mem 0x74957000-0x77ffffff]
[   32.443483] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[   32.443817] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[   32.444139] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[   32.453578] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[   32.454441] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[   32.473489] clocksource: Switched to clocksource tsc-early
[   38.024226] VFS: Disk quotas dquot_6.6.0
[   38.043932] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   38.131912] AppArmor: AppArmor Filesystem Enabled
[   38.138288] pnp: PnP ACPI init
[   38.220712] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[   38.221811] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[   38.222897] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[   38.224215] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[   38.289018] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[   38.303891] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[   38.320786] system 00:03: [io  0x0400-0x04cf] has been reserved
[   38.321832] system 00:03: [io  0x04d0-0x04d1] has been reserved
[   38.322875] system 00:03: [io  0x04d6] has been reserved
[   38.323901] system 00:03: [io  0x0c00-0x0c01] has been reserved
[   38.324968] system 00:03: [io  0x0c14] has been reserved
[   38.325987] system 00:03: [io  0x0c50-0x0c52] has been reserved
[   38.327031] system 00:03: [io  0x0c6c] has been reserved
[   38.328085] system 00:03: [io  0x0c6f] has been reserved
[   38.329099] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[   38.330389] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[   38.363678] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[   38.364808] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[   38.366126] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[   38.855851] pnp: PnP ACPI: found 5 devices
[   39.478838] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[   39.516182] NET: Registered protocol family 2
[   39.576168] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[   39.577628] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[   39.579173] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[   39.580130] TCP: Hash tables configured (established 65536 bind 65536)
[   39.598250] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   39.599530] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[   39.643204] NET: Registered protocol family 1
[   39.644891] NET: Registered protocol family 44
[   39.645500] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[   39.646871] pci 0000:00:01.2: PCI bridge to [bus 01]
[   39.647511] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[   39.648257] pci 0000:00:01.3: PCI bridge to [bus 02]
[   39.648880] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[   39.649835] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[   39.650687] pci 0000:00:01.6: PCI bridge to [bus 03]
[   39.651294] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[   39.651989] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[   39.652756] pci 0000:00:08.1: PCI bridge to [bus 04]
[   39.653367] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[   39.654055] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[   39.654771] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   39.655669] pci 0000:00:08.2: PCI bridge to [bus 05]
[   39.656347] pci 0000:00:08.3: PCI bridge to [bus 06]
[   39.657011] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[   39.657768] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[   39.658529] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[   39.659356] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[   39.660159] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[   39.660958] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[   39.661759] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[   39.662568] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[   39.663408] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[   39.664211] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[   39.665021] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[   39.665833] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[   39.666642] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[   39.667468] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[   39.668278] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[   39.669086] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[   39.669893] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[   39.670698] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[   39.671517] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[   39.672318] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[   39.673123] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[   39.673932] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[   39.674844] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[   39.675566] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[   39.676269] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[   39.676935] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[   39.677641] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[   39.678308] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[   39.679009] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[   39.712313] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[   39.837733] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x640 took 121677 usecs
[   39.838698] PCI: CLS 64 bytes, default 64
[   39.848255] Trying to unpack rootfs image as initramfs...
[   49.151255] Freeing initrd memory: 48312K
[   49.151686] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[   49.152167] software IO TLB: mapped [mem 0x00000000700b9000-0x00000000740b9000] (64MB)
[   49.163240] amd_uncore: 4  amd_df counters detected
[   49.169943] amd_uncore: 6  amd_l3 counters detected
[   49.178505] LVT offset 0 assigned for vector 0x400
[   49.195060] perf: AMD IBS detected (0x000003ff)
[   49.206050] check: Scanning for low memory corruption every 60 seconds
[   49.410073] Initialise system trusted keyrings
[   49.411884] Key type blacklist registered
[   49.417086] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[   50.213511] zbud: loaded
[   50.227487] tsc: Refined TSC clocksource calibration: 2400.002 MHz
[   50.228359] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22983938a92, max_idle_ns: 440795216168 ns
[   50.229860] clocksource: Switched to clocksource tsc
[   50.463476] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   50.532226] fuse: init (API version 7.33)
[   50.593189] integrity: Platform Keyring initialized
[   52.670815] Key type asymmetric registered
[   52.671231] Asymmetric key parser 'x509' registered
[   52.673691] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[   52.680604] io scheduler mq-deadline registered
[   52.800967] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[   52.815455] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[   52.827022] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[   52.827590] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   52.857103] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[   52.868659] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[   52.880166] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[   52.880707] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   52.910163] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[   52.921874] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[   52.933327] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[   52.933873] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[   52.963169] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[   53.021588] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[   53.076568] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[   53.098943] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   53.131390] efifb: probing for efifb
[   53.133401] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[   53.133988] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[   53.134582] efifb: scrolling: redraw
[   53.134938] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   53.165484] Console: switching to colour frame buffer device 160x64
[   53.184797] fb0: EFI VGA frame buffer device
[   53.432799] ACPI: AC Adapter [ACAD] (on-line)
[   53.456244] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[   53.465944] ACPI: Power Button [PWRB]
[   53.483206] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[   53.492667] ACPI: Lid Switch [LID]
[   53.518382] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   53.526798] ACPI: Power Button [PWRF]
[   53.538294] Monitor-Mwait will be used to enter C-1 state
[   53.538888] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[   53.577074] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[   53.614959] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[   53.652527] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[   53.690260] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[   53.728097] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[   53.765808] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[   53.803462] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[   53.875905] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[   53.877274] battery: ACPI: Battery Slot [BATT] (battery absent)
[   53.888120] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   54.555463] Linux agpgart interface v0.103
[   56.528529] loop: module loaded
[   56.624952] libphy: Fixed MDIO Bus: probed
[   56.625497] tun: Universal TUN/TAP device driver, 1.6
[   56.633512] PPP generic driver version 2.4.2
[   56.650214] VFIO - User Level meta-driver version: 0.3
[   56.664297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   56.665351] ehci-pci: EHCI PCI platform driver
[   56.668302] ehci-platform: EHCI generic platform driver
[   56.670845] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   56.671936] ohci-pci: OHCI PCI platform driver
[   56.674815] ohci-platform: OHCI generic platform driver
[   56.677317] uhci_hcd: USB Universal Host Controller Interface driver
[   56.708554] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   56.710568] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[   56.717743] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[   56.840169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   56.841185] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   56.842087] usb usb1: Product: xHCI Host Controller
[   56.842788] usb usb1: Manufacturer: Linux 5.11.0+ xhci-hcd
[   56.862379] usb usb1: SerialNumber: 0000:04:00.4
[   56.914975] hub 1-0:1.0: USB hub found
[   56.937082] hub 1-0:1.0: 6 ports detected
[   57.101019] xhci_hcd 0000:04:00.4: xHCI Host Controller
[   57.122207] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[   57.142779] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[   57.166617] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[   57.195805] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   57.216441] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   57.236529] usb usb2: Product: xHCI Host Controller
[   57.256538] usb usb2: Manufacturer: Linux 5.11.0+ xhci-hcd
[   57.276594] usb usb2: SerialNumber: 0000:04:00.4
[   57.330598] hub 2-0:1.0: USB hub found
[   57.353149] hub 2-0:1.0: 2 ports detected
[   57.439485] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[   57.443935] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[   57.481006] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   57.510711] i8042: Warning: Keylock active
[   57.533101] serio: i8042 KBD port at 0x60,0x64 irq 1
[   57.573507] mousedev: PS/2 mouse device common for all mice
[   57.618068] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[   57.637371] rtc_cmos 00:01: RTC can wake from S4
[   57.639579] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   57.646957] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[   57.697393] rtc_cmos 00:01: registered as rtc0
[   57.702719] usb 1-6: Product: USB 2.0 Hub
[   57.744495] rtc_cmos 00:01: setting system clock to 2021-03-12T15:55:01 UTC (1615564501)
[   57.772506] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[   57.796199] i2c /dev entries driver
[   57.816422] hub 1-6:1.0: USB hub found
[   57.833431] device-mapper: uevent: version 1.0.3
[   57.841502] hub 1-6:1.0: 4 ports detected
[   57.882798] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   57.911627] platform eisa.0: Probing EISA bus 0
[   57.934782] platform eisa.0: EISA: Cannot allocate resource for mainboard
[   57.957584] platform eisa.0: Cannot allocate resource for EISA slot 1
[   57.980749] platform eisa.0: Cannot allocate resource for EISA slot 2
[   58.003793] platform eisa.0: Cannot allocate resource for EISA slot 3
[   58.026982] platform eisa.0: Cannot allocate resource for EISA slot 4
[   58.050186] platform eisa.0: Cannot allocate resource for EISA slot 5
[   58.073927] platform eisa.0: Cannot allocate resource for EISA slot 6
[   58.096940] platform eisa.0: Cannot allocate resource for EISA slot 7
[   58.119960] platform eisa.0: Cannot allocate resource for EISA slot 8
[   58.142397] platform eisa.0: EISA: Detected 0 cards
[   58.169167] ledtrig-cpu: registered to indicate activity on CPUs
[   58.191248] EFI Variables Facility v0.08 2004-May-17
[   58.335428] usb 1-6.1: new full-speed USB device number 3 using xhci_hcd
[   58.398849] drop_monitor: Initializing network drop monitor service
[   58.493680] NET: Registered protocol family 10
[   58.601138] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[   58.623381] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   58.646329] usb 1-6.1: Product: AX68004
[   58.669294] usb 1-6.1: Manufacturer: ASIX Electronics
[   58.672053] Segment Routing with IPv6
[   58.690393] usb 1-6.1: SerialNumber: 00000001
[   58.713667] NET: Registered protocol family 17
[   58.762703] Key type dns_resolver registered
[   58.807389] hub 1-6.1:1.0: USB hub found
[   58.832021] hub 1-6.1:1.0: 7 ports detected
[   59.060708] microcode: CPU0: patch_level=0x08900103
[   59.082970] microcode: CPU1: patch_level=0x08900103
[   59.090851] microcode: CPU2: patch_level=0x08900103
[   59.099813] microcode: CPU3: patch_level=0x08900103
[   59.107328] microcode: CPU4: patch_level=0x08900103
[   59.115639] microcode: CPU5: patch_level=0x08900103
[   59.123780] microcode: CPU6: patch_level=0x08900103
[   59.131938] microcode: CPU7: patch_level=0x08900103
[   59.147687] microcode: Microcode Update Driver: v2.2.
[   59.156031] resctrl: L3 allocation detected
[   59.163704] usb 1-6.4: new full-speed USB device number 4 using xhci_hcd
[   59.176875] resctrl: L3DATA allocation detected
[   59.242977] resctrl: L3CODE allocation detected
[   59.266169] resctrl: MB allocation detected
[   59.289170] resctrl: L3 monitoring detected
[   59.312276] IPI shorthand broadcast: enabled
[   59.338148] sched_clock: Marking stable (59297524327, 37970752)->(59338842663, -3347584)
[   59.371295] registered taskstats version 1
[   59.393877] Loading compiled-in X.509 certificates
[   59.414160] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[   59.434292] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   59.448524] Loaded X.509 cert 'Build time autogenerated kernel key: 4685822baea9b186c7ca23a78767fcdf350842db'
[   59.453292] usb 1-6.4: Product: USB Serial
[   59.491523] usb 1-6.1.1: new full-speed USB device number 5 using xhci_hcd
[   59.534341] zswap: loaded using pool lzo/zbud
[   59.568991] kmemleak: Kernel memory leak detector initialized (mem pool available: 15125)
[   59.569058] kmemleak: Automatic memory scanning thread started
[   59.613272] Key type ._fscrypt registered
[   59.633229] Key type .fscrypt registered
[   59.652194] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[   59.652783] Key type fscrypt-provisioning registered
[   59.672278] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   59.712124] usb 1-6.1.1: Product: USB Receiver
[   59.724677] Key type encrypted registered
[   59.732330] usb 1-6.1.1: Manufacturer: Logitech
[   59.751810] AppArmor: AppArmor sha1 policy hashing enabled
[   59.794080] integrity: Loading X.509 certificate: UEFI:MokListRT
[   59.819678] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[   59.839104] integrity: Loading X.509 certificate: UEFI:MokListRT
[   59.879514] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[   59.899377] ima: No TPM chip found, activating TPM-bypass!
[   59.920244] ima: Allocated hash algorithm: sha1
[   59.941628] ima: No architecture policies found
[   59.964112] evm: Initialising EVM extended attributes:
[   59.983741] evm: security.selinux
[   60.003193] evm: security.SMACK64
[   60.022733] evm: security.SMACK64EXEC
[   60.042198] evm: security.SMACK64TRANSMUTE
[   60.061587] evm: security.SMACK64MMAP
[   60.080859] evm: security.apparmor
[   60.099961] evm: security.ima
[   60.118788] evm: security.capability
[   60.137657] evm: HMAC attrs: 0x1
[   60.385383] PM:   Magic number: 13:364:942
[   60.455113] RAS: Correctable Errors collector initialized.
[   61.061780] Freeing unused decrypted memory: 2036K
[   61.095004] Freeing unused kernel image (initmem) memory: 2628K
[   61.124051] Write protecting the kernel read-only data: 22528k
[   61.176356] Freeing unused kernel image (text/rodata gap) memory: 2036K
[   61.204176] Freeing unused kernel image (rodata/data gap) memory: 868K
[   65.712040] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   65.731635] Run /init as init process
[   65.750549]   with arguments:
[   65.750683]     /init
[   65.750827]     nokaslr
[   65.750973]   with environment:
[   65.751108]     HOME=/
[   65.751255]     TERM=linux
[   65.751416]     BOOT_IMAGE=/boot/vmlinuz-5.11.0+
[   66.387627] hid: raw HID events driver (C) Jiri Kosina
[   66.425195] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[   66.468537] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[   66.469242] acpi device:16: registered as cooling_device8
[   66.492100] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[   66.492121] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input4
[   66.492328] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   66.492335] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   66.496243] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   66.547647] e1000e: Intel(R) PRO/1000 Network Driver
[   66.555665] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   66.563545] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[   66.577429] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   66.651609] nvme nvme0: pci function 0000:01:00.0
[   66.662201] usbcore: registered new interface driver usbhid
[   66.677194] usbhid: USB HID core driver
[   66.677276] nvme nvme0: missing or invalid SUBNQN field.
[   66.694329] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[   66.704591] nvme nvme0: Shutdown timeout set to 8 seconds
[   66.758082] nvme nvme0: 16/0/0 default/read/poll queues
[   66.773321] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[   66.784206] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[   66.791645]  nvme0n1: p1 p2 p3
[   66.793697] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[   66.815307] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0001/input/input5
[   66.819523] e1000e 0000:03:00.0 eno1: renamed from eth0
[   66.886349] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   66.899156] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input6
[   66.925835] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input7
[   67.009403] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/input/input8
[   67.040353] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   67.063439] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   67.075021] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[   67.086439] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[   67.098191] xhci-hcd xhci-hcd.2.auto: irq 42, io mem 0x80000000
[   67.110994] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[   67.122547] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   67.133767] usb usb3: Product: xHCI Host Controller
[   67.144998] usb usb3: Manufacturer: Linux 5.11.0+ xhci-hcd
[   67.156216] usb usb3: SerialNumber: xhci-hcd.2.auto
[   67.172072] hub 3-0:1.0: USB hub found
[   67.185845] hub 3-0:1.0: 1 port detected
[   67.201277] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[   67.210777] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[   67.223876] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[   67.237724] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   67.252351] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[   67.265834] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   67.279656] usb usb4: Product: xHCI Host Controller
[   67.293351] usb usb4: Manufacturer: Linux 5.11.0+ xhci-hcd
[   67.307099] usb usb4: SerialNumber: xhci-hcd.2.auto
[   67.325272] hub 4-0:1.0: USB hub found
[   67.339843] hub 4-0:1.0: 1 port detected
[   67.370131] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[   67.678495] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[   67.765175] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
[   67.783043] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[   67.842398] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
[   67.934849] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input12
[   68.021035] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13
[   68.107857] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   68.207327] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18
[   68.389214] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[   68.581988] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input19
[   68.618193] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[   69.482749] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   77.030641] systemd[1]: Inserted module 'autofs4'
[   79.471415] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   79.591587] systemd[1]: Detected architecture x86-64.
[   80.336985] systemd[1]: Set hostname to <scbu-Chachani>.
[   83.175720] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[   85.307157] systemd[1]: Created slice system-modprobe.slice.
[   85.527490] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   85.739256] systemd[1]: Created slice User and Session Slice.
[   85.829417] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   85.952608] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   86.038763] systemd[1]: Reached target User and Group Name Lookups.
[   86.123475] systemd[1]: Reached target Remote File Systems.
[   86.207469] systemd[1]: Reached target Slices.
[   86.304119] systemd[1]: Listening on Syslog Socket.
[   86.400898] systemd[1]: Listening on fsck to fsckd communication Socket.
[   86.492192] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   86.598227] systemd[1]: Listening on Journal Audit Socket.
[   86.695877] systemd[1]: Listening on Journal Socket (/dev/log).
[   86.796902] systemd[1]: Listening on Journal Socket.
[   86.894316] systemd[1]: Listening on udev Control Socket.
[   86.986309] systemd[1]: Listening on udev Kernel Socket.
[   87.463543] systemd[1]: Mounting Huge Pages File System...
[   87.845582] systemd[1]: Mounting POSIX Message Queue File System...
[   88.252060] systemd[1]: Mounting Kernel Debug File System...
[   88.645510] systemd[1]: Mounting Kernel Trace File System...
[   89.048792] systemd[1]: Starting Journal Service...
[   89.395726] systemd[1]: Starting Set the console keyboard layout...
[   89.991898] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   90.320385] systemd[1]: Starting Load Kernel Module drm...
[   90.414392] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   90.445157] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   90.777991] systemd[1]: Starting Load Kernel Modules...
[   90.842549] lp: driver loaded but no devices found
[   90.889874] ppdev: user-space parallel port driver
[   91.147746] systemd[1]: Starting Remount Root and Kernel File Systems...
[   91.171759] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[   91.501796] systemd[1]: Starting udev Coldplug all Devices...
[   91.843224] systemd[1]: Starting Uncomplicated firewall...
[   92.028162] systemd[1]: Started Journal Service.
[   94.506607] systemd-journald[300]: Received client request to flush runtime journal.
[   97.420446] loop0: detected capacity change from 113424 to 0
[   97.797558] loop1: detected capacity change from 113592 to 0
[   98.189567] loop2: detected capacity change from 446248 to 0
[   98.575969] loop3: detected capacity change from 448496 to 0
[   98.982848] loop4: detected capacity change from 127160 to 0
[   99.365781] loop5: detected capacity change from 132648 to 0
[   99.727601] loop6: detected capacity change from 104496 to 0
[  100.095434] loop7: detected capacity change from 104536 to 0
[  100.541253] loop8: detected capacity change from 63664 to 0
[  100.997397] loop9: detected capacity change from 66104 to 0
[  101.826999] acpi_cpufreq: overriding BIOS provided _PSD data
[  102.474581] pstore: Using crash dump compression: deflate
[  102.474622] pstore: Registered efi as persistent store backend
[  102.594531] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[  102.594538] RAPL PMU: hw unit of domain package 2^-16 Joules
[  102.661781] cryptd: max_cpu_qlen set to 1000
[  102.669904] usbcore: registered new interface driver usbserial_generic
[  102.669967] usbserial: USB Serial support registered for generic
[  102.670670] AVX2 version of gcm_enc/dec engaged.
[  102.670675] AES CTR mode by8 optimization enabled
[  102.694046] usbcore: registered new interface driver ch341
[  102.694184] usbserial: USB Serial support registered for ch341-uart
[  102.694294] ch341 1-6.4:1.0: ch341-uart converter detected
[  102.734356] usb 1-6.4: ch341-uart converter now attached to ttyUSB0
[  102.812493] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[  102.856338] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[  102.889559] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[  102.996833] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input20
[  102.998499] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input21
[  103.000504] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input22
[  103.002353] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input23
[  103.078236] kvm: Nested Virtualization enabled
[  103.078302] SVM: kvm: Nested Paging enabled
[  103.078303] SVM: Virtual VMLOAD VMSAVE supported
[  103.078304] SVM: Virtual GIF supported
[  103.317069] MCE: In-kernel MCE decoding enabled.
[  103.358116] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  103.358129] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  103.358132] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  103.358140] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[  103.358141] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[  103.358142] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[  103.358143] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[  103.358145] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[  103.642138] intel_rapl_common: Found RAPL domain package
[  103.642306] intel_rapl_common: Found RAPL domain core
[  104.403933] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input24
[  104.433375] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input25
[  105.207741] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[  107.508898] audit: type=1400 audit(1615564551.280:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=539 comm="apparmor_parser"
[  107.509816] audit: type=1400 audit(1615564551.280:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=543 comm="apparmor_parser"
[  107.510675] audit: type=1400 audit(1615564551.280:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=537 comm="apparmor_parser"
[  107.511431] audit: type=1400 audit(1615564551.280:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=544 comm="apparmor_parser"
[  107.512252] audit: type=1400 audit(1615564551.280:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=544 comm="apparmor_parser"
[  107.513106] audit: type=1400 audit(1615564551.280:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=544 comm="apparmor_parser"
[  107.515177] audit: type=1400 audit(1615564551.284:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=542 comm="apparmor_parser"
[  107.515903] audit: type=1400 audit(1615564551.284:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=542 comm="apparmor_parser"
[  107.516664] audit: type=1400 audit(1615564551.284:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=538 comm="apparmor_parser"
[  107.517405] audit: type=1400 audit(1615564551.288:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=541 comm="apparmor_parser"
[  123.522317] loop10: detected capacity change from 8 to 0
[  129.574007] kauditd_printk_skb: 25 callbacks suppressed
[  129.574120] audit: type=1400 audit(1615564573.344:37): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=787 comm="cups-browsed" capability=23  capname="sys_nice"
[  133.772569] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  133.772921] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  153.186731] rfkill: input handler disabled

[-- Attachment #4: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-12 16:19           ` Liang, Liang (Leo)
@ 2021-03-12 16:46             ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-12 16:46 UTC (permalink / raw)
  To: Liang, Liang (Leo),
	Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Mike Rapoport, Rafael J. Wysocki,
	George Kennedy

On 12.03.21 17:19, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Dmesg attached.
> 


So, looks like the "real" slowdown starts once the buddy is up and running (no surprise).


[    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
[    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
[    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.050036] ftrace: allocating 47158 entries in 185 pages
[    0.097487] ftrace: allocated 185 pages with 5 groups
[    0.109210] rcu: Hierarchical RCU implementation.

vs.

[    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.041335] ftrace: allocating 47184 entries in 185 pages
[    0.055719] ftrace: allocated 185 pages with 5 groups
[    0.055863] rcu: Hierarchical RCU implementation.


And it gets especially bad during ACPI table processing:

[    4.158303] ACPI: Added _OSI(Module Device)
[    4.158767] ACPI: Added _OSI(Processor Device)
[    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
[    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
[    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   20.743828] ACPI: EC: EC started
[   20.744155] ACPI: EC: interrupt blocked
[   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   20.947348] ACPI: Interpreter enabled
[   20.951278] ACPI: (supports S0 S3 S4 S5)
[   20.951632] ACPI: Using IOAPIC for interrupt routing

vs.

[    0.216039] ACPI: Added _OSI(Module Device)
[    0.216041] ACPI: Added _OSI(Processor Device)
[    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.231663] ACPI: EC: EC started
[    0.231666] ACPI: EC: interrupt blocked
[    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.233670] ACPI: Interpreter enabled
[    0.233685] ACPI: (supports S0 S3 S4 S5)
[    0.233687] ACPI: Using IOAPIC for interrupt routing

The jump from 4.1 -> 17.7 is especially bad.

Which might in fact indicate that this could be related to using
some very special slow (ACPI?) memory for ordinary purposes,
interfering with actual ACPI users?

But again, just a wild guess, because the system is extremely slow
afterwards, however, we don't have any pauses without any signs of
life for that long.


It would be interesting to run a simple memory bandwidth benchmark
on the fast kernel with differing sizes up to running OOM to see if
there is really some memory that is just horribly slow once allocated and
used.

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-12 16:46             ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-12 16:46 UTC (permalink / raw)
  To: Liang, Liang (Leo),
	Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton
  Cc: Rafael J. Wysocki, George Kennedy, Huang, Ray, Koenig, Christian,
	Mike Rapoport

On 12.03.21 17:19, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Dmesg attached.
> 


So, looks like the "real" slowdown starts once the buddy is up and running (no surprise).


[    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
[    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
[    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.050036] ftrace: allocating 47158 entries in 185 pages
[    0.097487] ftrace: allocated 185 pages with 5 groups
[    0.109210] rcu: Hierarchical RCU implementation.

vs.

[    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.041335] ftrace: allocating 47184 entries in 185 pages
[    0.055719] ftrace: allocated 185 pages with 5 groups
[    0.055863] rcu: Hierarchical RCU implementation.


And it gets especially bad during ACPI table processing:

[    4.158303] ACPI: Added _OSI(Module Device)
[    4.158767] ACPI: Added _OSI(Processor Device)
[    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
[    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
[    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   20.743828] ACPI: EC: EC started
[   20.744155] ACPI: EC: interrupt blocked
[   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   20.947348] ACPI: Interpreter enabled
[   20.951278] ACPI: (supports S0 S3 S4 S5)
[   20.951632] ACPI: Using IOAPIC for interrupt routing

vs.

[    0.216039] ACPI: Added _OSI(Module Device)
[    0.216041] ACPI: Added _OSI(Processor Device)
[    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.231663] ACPI: EC: EC started
[    0.231666] ACPI: EC: interrupt blocked
[    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.233670] ACPI: Interpreter enabled
[    0.233685] ACPI: (supports S0 S3 S4 S5)
[    0.233687] ACPI: Using IOAPIC for interrupt routing

The jump from 4.1 -> 17.7 is especially bad.

Which might in fact indicate that this could be related to using
some very special slow (ACPI?) memory for ordinary purposes,
interfering with actual ACPI users?

But again, just a wild guess, because the system is extremely slow
afterwards, however, we don't have any pauses without any signs of
life for that long.


It would be interesting to run a simple memory bandwidth benchmark
on the fast kernel with differing sizes up to running OOM to see if
there is really some memory that is just horribly slow once allocated and
used.

-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-12 16:46             ` David Hildenbrand
@ 2021-03-13  4:04               ` Liang, Liang (Leo)
  -1 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-13  4:04 UTC (permalink / raw)
  To: David Hildenbrand, Deucher, Alexander, linux-kernel,
	amd-gfx list, Andrew Morton
  Cc: Huang, Ray, Koenig, Christian, Mike Rapoport, Rafael J. Wysocki,
	George Kennedy

[AMD Public Use]

Hi David,

Which benchmark tool you prefer? Memtest86+ or else?

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Saturday, March 13, 2021 12:47 AM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>
Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 12.03.21 17:19, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Dmesg attached.
> 


So, looks like the "real" slowdown starts once the buddy is up and running (no surprise).


[    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
[    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
[    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.050036] ftrace: allocating 47158 entries in 185 pages
[    0.097487] ftrace: allocated 185 pages with 5 groups
[    0.109210] rcu: Hierarchical RCU implementation.

vs.

[    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.041335] ftrace: allocating 47184 entries in 185 pages
[    0.055719] ftrace: allocated 185 pages with 5 groups
[    0.055863] rcu: Hierarchical RCU implementation.


And it gets especially bad during ACPI table processing:

[    4.158303] ACPI: Added _OSI(Module Device)
[    4.158767] ACPI: Added _OSI(Processor Device)
[    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
[    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
[    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   20.743828] ACPI: EC: EC started
[   20.744155] ACPI: EC: interrupt blocked
[   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   20.947348] ACPI: Interpreter enabled
[   20.951278] ACPI: (supports S0 S3 S4 S5)
[   20.951632] ACPI: Using IOAPIC for interrupt routing

vs.

[    0.216039] ACPI: Added _OSI(Module Device)
[    0.216041] ACPI: Added _OSI(Processor Device)
[    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.231663] ACPI: EC: EC started
[    0.231666] ACPI: EC: interrupt blocked
[    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.233670] ACPI: Interpreter enabled
[    0.233685] ACPI: (supports S0 S3 S4 S5)
[    0.233687] ACPI: Using IOAPIC for interrupt routing

The jump from 4.1 -> 17.7 is especially bad.

Which might in fact indicate that this could be related to using some very special slow (ACPI?) memory for ordinary purposes, interfering with actual ACPI users?

But again, just a wild guess, because the system is extremely slow afterwards, however, we don't have any pauses without any signs of life for that long.


It would be interesting to run a simple memory bandwidth benchmark on the fast kernel with differing sizes up to running OOM to see if there is really some memory that is just horribly slow once allocated and used.

--
Thanks,

David / dhildenb

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-13  4:04               ` Liang, Liang (Leo)
  0 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-13  4:04 UTC (permalink / raw)
  To: David Hildenbrand, Deucher, Alexander, linux-kernel,
	amd-gfx list, Andrew Morton
  Cc: Rafael J. Wysocki, George Kennedy, Huang, Ray, Koenig, Christian,
	Mike Rapoport

[AMD Public Use]

Hi David,

Which benchmark tool you prefer? Memtest86+ or else?

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Saturday, March 13, 2021 12:47 AM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>
Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 12.03.21 17:19, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Dmesg attached.
> 


So, looks like the "real" slowdown starts once the buddy is up and running (no surprise).


[    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
[    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
[    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.050036] ftrace: allocating 47158 entries in 185 pages
[    0.097487] ftrace: allocated 185 pages with 5 groups
[    0.109210] rcu: Hierarchical RCU implementation.

vs.

[    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.041335] ftrace: allocating 47184 entries in 185 pages
[    0.055719] ftrace: allocated 185 pages with 5 groups
[    0.055863] rcu: Hierarchical RCU implementation.


And it gets especially bad during ACPI table processing:

[    4.158303] ACPI: Added _OSI(Module Device)
[    4.158767] ACPI: Added _OSI(Processor Device)
[    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
[    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
[    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
[    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
[   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[   20.743828] ACPI: EC: EC started
[   20.744155] ACPI: EC: interrupt blocked
[   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[   20.947348] ACPI: Interpreter enabled
[   20.951278] ACPI: (supports S0 S3 S4 S5)
[   20.951632] ACPI: Using IOAPIC for interrupt routing

vs.

[    0.216039] ACPI: Added _OSI(Module Device)
[    0.216041] ACPI: Added _OSI(Processor Device)
[    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
[    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
[    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.231663] ACPI: EC: EC started
[    0.231666] ACPI: EC: interrupt blocked
[    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    0.233670] ACPI: Interpreter enabled
[    0.233685] ACPI: (supports S0 S3 S4 S5)
[    0.233687] ACPI: Using IOAPIC for interrupt routing

The jump from 4.1 -> 17.7 is especially bad.

Which might in fact indicate that this could be related to using some very special slow (ACPI?) memory for ordinary purposes, interfering with actual ACPI users?

But again, just a wild guess, because the system is extremely slow afterwards, however, we don't have any pauses without any signs of life for that long.


It would be interesting to run a simple memory bandwidth benchmark on the fast kernel with differing sizes up to running OOM to see if there is really some memory that is just horribly slow once allocated and used.

--
Thanks,

David / dhildenb
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-13  4:04               ` Liang, Liang (Leo)
@ 2021-03-13  9:05                 ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-13  9:05 UTC (permalink / raw)
  To: Liang, Liang (Leo)
  Cc: David Hildenbrand, Deucher, Alexander, linux-kernel,
	amd-gfx list, Andrew Morton, Huang, Ray, Koenig, Christian,
	Mike Rapoport, Rafael J. Wysocki, George Kennedy


> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> 
> [AMD Public Use]
> 
> Hi David,
> 
> Which benchmark tool you prefer? Memtest86+ or else?

Hi Leo,

I think you want something that runs under Linux natively.

I‘m planning on coding up a kernel module to walk all 4MB pages in the freelists and perform a stream benchmark individually. Then we might be able to identify the problematic range - if there is a problematic range :) Guess I‘ll have it running by Monday and let you know.

Cheers!

> 
> BRs,
> Leo
> -----Original Message-----
> From: David Hildenbrand <david@redhat.com> 
> Sent: Saturday, March 13, 2021 12:47 AM
> To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
> 
>> On 12.03.21 17:19, Liang, Liang (Leo) wrote:
>> [AMD Public Use]
>> 
>> Dmesg attached.
>> 
> 
> 
> So, looks like the "real" slowdown starts once the buddy is up and running (no surprise).
> 
> 
> [    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
> [    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
> [    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
> [    0.050036] ftrace: allocating 47158 entries in 185 pages
> [    0.097487] ftrace: allocated 185 pages with 5 groups
> [    0.109210] rcu: Hierarchical RCU implementation.
> 
> vs.
> 
> [    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
> [    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
> [    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
> [    0.041335] ftrace: allocating 47184 entries in 185 pages
> [    0.055719] ftrace: allocated 185 pages with 5 groups
> [    0.055863] rcu: Hierarchical RCU implementation.
> 
> 
> And it gets especially bad during ACPI table processing:
> 
> [    4.158303] ACPI: Added _OSI(Module Device)
> [    4.158767] ACPI: Added _OSI(Processor Device)
> [    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
> [    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
> [    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   20.743828] ACPI: EC: EC started
> [   20.744155] ACPI: EC: interrupt blocked
> [   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
> [   20.947348] ACPI: Interpreter enabled
> [   20.951278] ACPI: (supports S0 S3 S4 S5)
> [   20.951632] ACPI: Using IOAPIC for interrupt routing
> 
> vs.
> 
> [    0.216039] ACPI: Added _OSI(Module Device)
> [    0.216041] ACPI: Added _OSI(Processor Device)
> [    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
> [    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [    0.231663] ACPI: EC: EC started
> [    0.231666] ACPI: EC: interrupt blocked
> [    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
> [    0.233670] ACPI: Interpreter enabled
> [    0.233685] ACPI: (supports S0 S3 S4 S5)
> [    0.233687] ACPI: Using IOAPIC for interrupt routing
> 
> The jump from 4.1 -> 17.7 is especially bad.
> 
> Which might in fact indicate that this could be related to using some very special slow (ACPI?) memory for ordinary purposes, interfering with actual ACPI users?
> 
> But again, just a wild guess, because the system is extremely slow afterwards, however, we don't have any pauses without any signs of life for that long.
> 
> 
> It would be interesting to run a simple memory bandwidth benchmark on the fast kernel with differing sizes up to running OOM to see if there is really some memory that is just horribly slow once allocated and used.
> 
> --
> Thanks,
> 
> David / dhildenb
> 


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-13  9:05                 ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-13  9:05 UTC (permalink / raw)
  To: Liang, Liang (Leo)
  Cc: David Hildenbrand, Rafael J. Wysocki, linux-kernel, amd-gfx list,
	Mike Rapoport, George Kennedy, Huang, Ray, Deucher, Alexander,
	Andrew Morton, Koenig, Christian


> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> 
> [AMD Public Use]
> 
> Hi David,
> 
> Which benchmark tool you prefer? Memtest86+ or else?

Hi Leo,

I think you want something that runs under Linux natively.

I‘m planning on coding up a kernel module to walk all 4MB pages in the freelists and perform a stream benchmark individually. Then we might be able to identify the problematic range - if there is a problematic range :) Guess I‘ll have it running by Monday and let you know.

Cheers!

> 
> BRs,
> Leo
> -----Original Message-----
> From: David Hildenbrand <david@redhat.com> 
> Sent: Saturday, March 13, 2021 12:47 AM
> To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>
> Cc: Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Mike Rapoport <rppt@linux.ibm.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
> 
>> On 12.03.21 17:19, Liang, Liang (Leo) wrote:
>> [AMD Public Use]
>> 
>> Dmesg attached.
>> 
> 
> 
> So, looks like the "real" slowdown starts once the buddy is up and running (no surprise).
> 
> 
> [    0.044035] Memory: 6856724K/7200304K available (14345K kernel code, 9699K rwdata, 5276K rodata, 2628K init, 12104K bss, 343324K reserved, 0K cma-reserved)
> [    0.044045] random: get_random_u64 called from __kmem_cache_create+0x33/0x460 with crng_init=1
> [    0.049025] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
> [    0.050036] ftrace: allocating 47158 entries in 185 pages
> [    0.097487] ftrace: allocated 185 pages with 5 groups
> [    0.109210] rcu: Hierarchical RCU implementation.
> 
> vs.
> 
> [    0.041115] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
> [    0.041127] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
> [    0.041309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
> [    0.041335] ftrace: allocating 47184 entries in 185 pages
> [    0.055719] ftrace: allocated 185 pages with 5 groups
> [    0.055863] rcu: Hierarchical RCU implementation.
> 
> 
> And it gets especially bad during ACPI table processing:
> 
> [    4.158303] ACPI: Added _OSI(Module Device)
> [    4.158767] ACPI: Added _OSI(Processor Device)
> [    4.159230] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    4.159705] ACPI: Added _OSI(Processor Aggregator Device)
> [    4.160551] ACPI: Added _OSI(Linux-Dell-Video)
> [    4.161359] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    4.162264] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [   17.713421] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [   18.716065] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [   20.743828] ACPI: EC: EC started
> [   20.744155] ACPI: EC: interrupt blocked
> [   20.945956] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [   20.946618] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
> [   20.947348] ACPI: Interpreter enabled
> [   20.951278] ACPI: (supports S0 S3 S4 S5)
> [   20.951632] ACPI: Using IOAPIC for interrupt routing
> 
> vs.
> 
> [    0.216039] ACPI: Added _OSI(Module Device)
> [    0.216041] ACPI: Added _OSI(Processor Device)
> [    0.216043] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.216044] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.216046] ACPI: Added _OSI(Linux-Dell-Video)
> [    0.216048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
> [    0.216049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
> [    0.228259] ACPI: 13 ACPI AML tables successfully acquired and loaded
> [    0.229527] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
> [    0.231663] ACPI: EC: EC started
> [    0.231666] ACPI: EC: interrupt blocked
> [    0.233664] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
> [    0.233667] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
> [    0.233670] ACPI: Interpreter enabled
> [    0.233685] ACPI: (supports S0 S3 S4 S5)
> [    0.233687] ACPI: Using IOAPIC for interrupt routing
> 
> The jump from 4.1 -> 17.7 is especially bad.
> 
> Which might in fact indicate that this could be related to using some very special slow (ACPI?) memory for ordinary purposes, interfering with actual ACPI users?
> 
> But again, just a wild guess, because the system is extremely slow afterwards, however, we don't have any pauses without any signs of life for that long.
> 
> 
> It would be interesting to run a simple memory bandwidth benchmark on the fast kernel with differing sizes up to running OOM to see if there is really some memory that is just horribly slow once allocated and used.
> 
> --
> Thanks,
> 
> David / dhildenb
> 

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-13  9:05                 ` David Hildenbrand
@ 2021-03-13 13:48                   ` Mike Rapoport
  -1 siblings, 0 replies; 48+ messages in thread
From: Mike Rapoport @ 2021-03-13 13:48 UTC (permalink / raw)
  To: David Hildenbrand
  Cc: Liang, Liang (Leo),
	Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

Hi,

On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
> > Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> > 
> > Hi David,
> > 
> > Which benchmark tool you prefer? Memtest86+ or else?
> 
> Hi Leo,
> 
> I think you want something that runs under Linux natively.
> 
> I‘m planning on coding up a kernel module to walk all 4MB pages in the
> freelists and perform a stream benchmark individually. Then we might be
> able to identify the problematic range - if there is a problematic range :)

My wild guess would be that the pages that are now at the head of free
lists have wrong caching enabled. Might be worth checking in your test
module.

> Guess I‘ll have it running by Monday and let you know.
> 
> Cheers!

-- 
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-13 13:48                   ` Mike Rapoport
  0 siblings, 0 replies; 48+ messages in thread
From: Mike Rapoport @ 2021-03-13 13:48 UTC (permalink / raw)
  To: David Hildenbrand
  Cc: Liang, Liang (Leo),
	Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

Hi,

On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
> > Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> > 
> > Hi David,
> > 
> > Which benchmark tool you prefer? Memtest86+ or else?
> 
> Hi Leo,
> 
> I think you want something that runs under Linux natively.
> 
> I‘m planning on coding up a kernel module to walk all 4MB pages in the
> freelists and perform a stream benchmark individually. Then we might be
> able to identify the problematic range - if there is a problematic range :)

My wild guess would be that the pages that are now at the head of free
lists have wrong caching enabled. Might be worth checking in your test
module.

> Guess I‘ll have it running by Monday and let you know.
> 
> Cheers!

-- 
Sincerely yours,
Mike.
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-13 13:48                   ` Mike Rapoport
@ 2021-03-15 13:04                     ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-15 13:04 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Liang, Liang (Leo),
	Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

On 13.03.21 14:48, Mike Rapoport wrote:
> Hi,
> 
> On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
>>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
>>>
>>> Hi David,
>>>
>>> Which benchmark tool you prefer? Memtest86+ or else?
>>
>> Hi Leo,
>>
>> I think you want something that runs under Linux natively.
>>
>> I‘m planning on coding up a kernel module to walk all 4MB pages in the
>> freelists and perform a stream benchmark individually. Then we might be
>> able to identify the problematic range - if there is a problematic range :)
> 
> My wild guess would be that the pages that are now at the head of free
> lists have wrong caching enabled. Might be worth checking in your test
> module.

I hacked something up real quick:

https://github.com/davidhildenbrand/kstream

Only briefly tested inside a VM. The output looks something like

[...]
[ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s / 
38948 MB/s
[ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s / 
38946 MB/s
[ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s / 
39170 MB/s
[ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s / 
39156 MB/s
[ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s / 
39159 MB/s
[ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s / 
38940 MB/s
[ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s / 
38734 MB/s
[ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s / 
38941 MB/s
[...]

The benchmark allocates one 4 MiB chunk at a time and runs a simplified 
STREAM benchmark a) without flushing caches b) flushing caches before 
every memory access.

It would be great if you could run that with the *old behavior* kernel 
(IOW, without 7fef431be9c9), so we might still be lucky to catch the 
problematic area in the freelist.

Let's see if that will indicate anything.

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-15 13:04                     ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-15 13:04 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Liang, Liang (Leo),
	Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

On 13.03.21 14:48, Mike Rapoport wrote:
> Hi,
> 
> On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
>>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
>>>
>>> Hi David,
>>>
>>> Which benchmark tool you prefer? Memtest86+ or else?
>>
>> Hi Leo,
>>
>> I think you want something that runs under Linux natively.
>>
>> I‘m planning on coding up a kernel module to walk all 4MB pages in the
>> freelists and perform a stream benchmark individually. Then we might be
>> able to identify the problematic range - if there is a problematic range :)
> 
> My wild guess would be that the pages that are now at the head of free
> lists have wrong caching enabled. Might be worth checking in your test
> module.

I hacked something up real quick:

https://github.com/davidhildenbrand/kstream

Only briefly tested inside a VM. The output looks something like

[...]
[ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s / 
38948 MB/s
[ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s / 
38946 MB/s
[ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s / 
39170 MB/s
[ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s / 
39156 MB/s
[ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s / 
39159 MB/s
[ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s / 
38940 MB/s
[ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s / 
38734 MB/s
[ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s / 
38941 MB/s
[...]

The benchmark allocates one 4 MiB chunk at a time and runs a simplified 
STREAM benchmark a) without flushing caches b) flushing caches before 
every memory access.

It would be great if you could run that with the *old behavior* kernel 
(IOW, without 7fef431be9c9), so we might still be lucky to catch the 
problematic area in the freelist.

Let's see if that will indicate anything.

-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-15 13:04                     ` David Hildenbrand
@ 2021-03-16  0:36                       ` Liang, Liang (Leo)
  -1 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  0:36 UTC (permalink / raw)
  To: David Hildenbrand, Mike Rapoport
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

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

[AMD Public Use]

Hi David,

Sorry for late. If revert 7fef431be9c9 (without 7fef431be9c9), the dmesg attached. And looks the exception as below:
[  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 25405 MB/s
[  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 MB/s / 222 MB/s
[  +1.562192] [0x0000000100400000 - 0x00000001007fffff] 222 MB/s / 222 MB/s
[  +1.881332] [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s
[  +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 MB/s
[  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 MB/s / 24125 MB/s

What is the problem here? Do you want to check the acpi tables?

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Monday, March 15, 2021 9:04 PM
To: Mike Rapoport <rppt@linux.ibm.com>
Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 13.03.21 14:48, Mike Rapoport wrote:
> Hi,
> 
> On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
>>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
>>>
>>> Hi David,
>>>
>>> Which benchmark tool you prefer? Memtest86+ or else?
>>
>> Hi Leo,
>>
>> I think you want something that runs under Linux natively.
>>
>> I'm planning on coding up a kernel module to walk all 4MB pages in 
>> the freelists and perform a stream benchmark individually. Then we 
>> might be able to identify the problematic range - if there is a 
>> problematic range :)
> 
> My wild guess would be that the pages that are now at the head of free 
> lists have wrong caching enabled. Might be worth checking in your test 
> module.

I hacked something up real quick:

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdavidhildenbrand%2Fkstream&amp;data=04%7C01%7Cliang.liang%40amd.com%7C61fb103eeb7647f5228408d8e7b2d7d3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637514102622932303%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=ufUYQRtdSHvEkR61LiJZtsVdYZbtdGbKlzZHOQdct78%3D&amp;reserved=0

Only briefly tested inside a VM. The output looks something like

[...]
[ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s /
38948 MB/s
[ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s /
38946 MB/s
[ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s /
39170 MB/s
[ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s /
39156 MB/s
[ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s /
39159 MB/s
[ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s /
38940 MB/s
[ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s /
38734 MB/s
[ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s /
38941 MB/s
[...]

The benchmark allocates one 4 MiB chunk at a time and runs a simplified STREAM benchmark a) without flushing caches b) flushing caches before every memory access.

It would be great if you could run that with the *old behavior* kernel (IOW, without 7fef431be9c9), so we might still be lucky to catch the problematic area in the freelist.

Let's see if that will indicate anything.

--
Thanks,

David / dhildenb

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

dmesg -wH
[3月16 08:19] Linux version 5.11.0+ (amd@scbuleohost) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1 SMP Mon Mar 15 11:58:17 CST 2021
[  +0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu kgdboc=kms,kbd,ttyS0,115200 console=ttyS0,115200 console=tty1 ignore_loglevel
[  +0.000000] KERNEL supported cpus:
[  +0.000000]   Intel GenuineIntel
[  +0.000000]   AMD AuthenticAMD
[  +0.000000]   Hygon HygonGenuine
[  +0.000000]   Centaur CentaurHauls
[  +0.000000]   zhaoxin   Shanghai  
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[  +0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[  +0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[  +0.000000] BIOS-provided physical RAM map:
[  +0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[  +0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[  +0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[  +0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[  +0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[  +0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[  +0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[  +0.000000] printk: debug: ignoring loglevel setting.
[  +0.000000] NX (Execute Disable) protection: active
[  +0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[  +0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[  +0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[  +0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[  +0.000000] extended physical RAM map:
[  +0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[  +0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a273017] usable
[  +0.000000] reserve setup_data: [mem 0x000000006a273018-0x000000006a281857] usable
[  +0.000000] reserve setup_data: [mem 0x000000006a281858-0x000000006c56efff] usable
[  +0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[  +0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[  +0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[  +0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[  +0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[  +0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[  +0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[  +0.000000] efi: EFI v2.70 by INSYDE Corp.
[  +0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x7494d018 RNG=0x7970d798 
[  +0.000000] efi: seeding entropy pool
[  +0.000000] random: fast init done
[  +0.000000] SMBIOS 3.1.1 present.
[  +0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1311N 03/11/2021
[  +0.000000] tsc: Fast TSC calibration using PIT
[  +0.000000] tsc: Detected 2400.019 MHz proessor
[  +0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[  +0.000002] e820: remove [mem 0x000a0000-0x000fffff] usable
[  +0.000007] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[  +0.000006] MTRR default type: uncachable
[  +0.000001] MTRR fixed ranges enabled:
[  +0.000002]   00000-9FFFF write-back
[  +0.000002]   A0000-BFFFF uncachable
[  +0.000001]   C0000-FFFFF write-through
[  +0.000001] MTRR variable ranges enabled:
[  +0.000001]   0 base 000000000000 mask FFFF80000000 write-back
[  +0.000002]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[  +0.000001]   2 base 000100000000 mask FFFFFF000000 write-protect
[  +0.000002]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[  +0.000001]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[  +0.000001]   5 disabled
[  +0.000001]   6 disabled
[  +0.000001]   7 disabled
[  +0.000001] TOM2: 0000000280000000 aka 10240M
[  +0.000229] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[  +0.000499] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[  +0.004015] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[  +0.000010] check: Scanning 1 areas for low memory corruption
[  +0.000007] Using GB pages for direct mapping
[  +0.000865] Secure boot disabled
[  +0.000001] RAMDISK: [mem 0x3d130000-0x3fffdfff]
[  +0.000010] ACPI: Early table checksum verification disabled
[  +0.000005] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[  +0.000004] ACPI: XSDT 0x000000007CFCE188 000104 (v01 AMDYDE Celadon  00000002      01000013)
[  +0.000007] ACPI: FACP 0x000000007CFEE000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000006] ACPI: DSDT 0x000000007CFDF000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: FACS 0x000000007BF1F000 000040
[  +0.000003] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: IVRS 0x000000007CFF2000 0001A4 (v02 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: ASF! 0x000000007CFF0000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: BOOT 0x000000007CFEF000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: HPET 0x000000007CFED000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: APIC 0x000000007CFEC000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: MCFG 0x000000007CFEB000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: SLIC 0x000000007CFEA000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: WSMT 0x000000007CFE7000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFDE000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: VFCT 0x000000007CFD3000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFD2000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFD0000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: CRAT 0x000000007CFCF000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: CDIT 0x000000007CFFD000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFCD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFCB000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFC9000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFC3000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: FPDT 0x000000007CFC2000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFE9000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFBF000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFE8000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: BGRT 0x000000007CFC1000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[  +0.000007] ACPI: Local APIC address 0xfee00000
[  +0.000136] No NUMA configuration found
[  +0.000001] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[  +0.000009] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[  +0.000265] Zone ranges:
[  +0.000001]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[  +0.000002]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[  +0.000002]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[  +0.000002]   Device   empty
[  +0.000001] Movable zone start for each node
[  +0.000002] Early memory node ranges
[  +0.000001]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[  +0.000001]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[  +0.000001]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[  +0.000002]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[  +0.000001]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[  +0.000001]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[  +0.000001]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[  +0.000221] Zeroed struct page in unavailable ranges: 34932 pages
[  +0.000001] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[  +0.000003] On node 0 totalpages: 1800076
[  +0.000001]   DMA zone: 64 pages used for memmap
[  +0.000001]   DMA zone: 21 pages reserved
[  +0.000001]   DMA zone: 3998 pages, LIFO batch:0
[  +0.000024]   DMA32 zone: 7634 pages used for memmap
[  +0.000001]   DMA32 zone: 488558 pages, LIFO batch:63
[  +0.003387]   Normal zone: 20430 pages used for memmap
[  +0.000006]   Normal zone: 1307520 pages, LIFO batch:63
[  +0.009394] ACPI: PM-Timer IO Port: 0x408
[  +0.000006] ACPI: Local APIC address 0xfee00000
[  +0.000007] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[  +0.000002] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[  +0.000015] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[  +0.000006] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[  +0.000003] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[  +0.000002] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[  +0.000002] ACPI: IRQ0 used by override.
[  +0.000001] ACPI: IRQ9 used by override.
[  +0.000002] Using ACPI (MADT) for SMP configuration information
[  +0.000002] ACPI: HPET id: 0x10228210 base: 0xfed00000
[  +0.000010] e820: update [mem 0x74953000-0x74994fff] usable ==> reserved
[  +0.000012] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[  +0.000026] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[  +0.000003] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6a273000-0x6a273fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6a281000-0x6a281fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x74953000-0x74994fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[  +0.000002] [mem 0xa0100000-0xefffffff] available for PCI devices
[  +0.000002] Booting paravirtualized kernel on bare hardware
[  +0.000003] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[  +0.000007] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[  +0.000668] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[  +0.000013] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[  +0.000003] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[  +0.000038] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[  +0.000002] Policy zone: Normal
[  +0.000002] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu kgdboc=kms,kbd,ttyS0,115200 console=ttyS0,115200 console=tty1 ignore_loglevel
[  +0.000973] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[  +0.000432] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[  +0.000058] mem auto-init: stack:off, heap alloc:on, heap free:off
[  +0.019623] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[  +0.000011] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[  +0.000182] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[  +0.000027] ftrace: allocating 47184 entries in 185 pages
[  +0.014404] ftrace: allocated 185 pages with 5 groups
[  +0.000143] rcu: Hierarchical RCU implementation.
[  +0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[  +0.000002] 	Rude variant of Tasks RCU enabled.
[  +0.000001] 	Tracing variant of Tasks RCU enabled.
[  +0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[  +0.000001] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[  +0.002965] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[  +0.000434] random: crng done (trusting CPU's manufacturer)
[  +0.000035] Console: colour dummy device 80x25
[  +0.000303] printk: console [tty1] enabled
[  +1.769063] printk: console [ttyS0] enabled
[  +0.004218] ACPI: Core revision 20201113
[  +0.004238] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[  +0.009154] APIC: Switch to symmetric I/O mode setup
[  +0.006083] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[  +0.006454] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[  +0.006453] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[  +0.006448] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[  +0.006649] AMD-Vi: AMD IOMMU disabled
[  +0.003790] Switched APIC routing to physical flat.
[  +0.005739] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[  +0.022383] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2298499572e, max_idle_ns: 440795279997 ns
[  +0.010530] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.03 BogoMIPS (lpj=9600076)
[  +0.003997] pid_max: default: 32768 minimum: 301
[  +0.008060] LSM: Security Framework initializing
[  +0.003960] Yama: becoming mindful.
[  +0.004014] AppArmor: AppArmor initialized
[  +0.004024] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[  +0.003955] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[  +0.004389] LVT offset 1 assigned for vector 0xf9
[  +0.003684] LVT offset 2 assigned for vector 0xf4
[  +0.003933] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[  +0.003981] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[  +0.004004] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[  +0.003998] Spectre V2 : Mitigation: Full AMD retpoline
[  +0.003998] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[  +0.004000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[  +0.004001] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[  +0.003999] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[  +0.008001] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[  +0.004221] Freeing SMP alternatives memory: 40K
[  +0.117864] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[  +0.002141] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[  +0.003774] ... version:                0
[  +0.003999] ... bit width:              48
[  +0.004001] ... generic registers:      6
[  +0.003999] ... value mask:             0000ffffffffffff
[  +0.004000] ... max period:             00007fffffffffff
[  +0.004000] ... fixed-purpose events:   0
[  +0.004000] ... event mask:             000000000000003f
[  +0.004074] rcu: Hierarchical SRCU implementation.
[  +0.004486] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[  +0.003619] smp: Bringing up secondary CPUs ...
[  +0.003941] x86: Booting SMP configuration:
[  +0.003883] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[  +0.018307] smp: Brought up 1 node, 8 CPUs
[  +0.005693] smpboot: Max logical packages: 2
[  +0.003997] smpboot: Total of 8 processors activated (38400.30 BogoMIPS)
[  +0.004987] devtmpfs: initialized
[  +0.003086] x86/mm: Memory block size: 128MB
[  +0.004625] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[  +0.003304] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[  +0.004610] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[  +0.003409] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[  +0.008070] pinctrl core: initialized pinctrl subsystem
[  +0.004026] PM: RTC time: 00:19:21, date: 2021-03-16
[  +0.004092] NET: Registered protocol family 16
[  +0.004026] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[  +0.003859] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[  +0.003998] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[  +0.003917] audit: initializing netlink subsys (disabled)
[  +0.004017] audit: type=2000 audit(1615853959.388:1): state=initialized audit_enabled=0 res=1
[  +0.004109] thermal_sys: Registered thermal governor 'fair_share'
[  +0.003867] thermal_sys: Registered thermal governor 'bang_bang'
[  +0.003998] thermal_sys: Registered thermal governor 'step_wise'
[  +0.004000] thermal_sys: Registered thermal governor 'user_space'
[  +0.004006] EISA bus registered
[  +0.007152] cpuidle: using governor ladder
[  +0.000846] cpuidle: using governor menu
[  +0.004085] Simple Boot Flag at 0x44 set to 0x80
[  +0.003955] ACPI: bus type PCI registered
[  +0.003957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[  +0.004079] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[  +0.003924] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[  +0.004015] PCI: Using configuration type 1 for base access
[  +0.005896] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[  +0.002089] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[  +0.008066] fbcon: Taking over console
[  +0.003975] ACPI: Added _OSI(Module Device)
[  +0.003956] ACPI: Added _OSI(Processor Device)
[  +0.003999] ACPI: Added _OSI(3.0 _SCP Extensions)
[  +0.004000] ACPI: Added _OSI(Processor Aggregator Device)
[  +0.004001] ACPI: Added _OSI(Linux-Dell-Video)
[  +0.004000] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[  +0.003999] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[  +0.025161] ACPI: 13 ACPI AML tables successfully acquired and loaded
[  +0.008565] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[  +0.009652] ACPI: EC: EC started
[  +0.000622] ACPI: EC: interrupt blocked
[  +0.008679] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[  +0.003323] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[  +0.003998] ACPI: Interpreter enabled
[  +0.004022] ACPI: (supports S0 S3 S4 S5)
[  +0.003978] ACPI: Using IOAPIC for interrupt routing
[  +0.004261] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[  +0.004445] ACPI: Enabled 5 GPEs in block 00 to 1F
[  +0.017800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[  +0.001500] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[  +0.004247] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[  +0.003985] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[  +0.003778] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[  +0.004402] PCI host bridge to bus 0000:00
[  +0.003584] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[  +0.003998] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[  +0.004001] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[  +0.003999] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[  +0.004001] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[  +0.004002] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[  +0.004010] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[  +0.003989] pci_bus 0000:00: root bus resource [bus 00-ff]
[  +0.004019] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[  +0.004090] pci 0000:00:00.2: [1022:1646] type 00 class 0x080600
[  +0.003999] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[  +0.003979] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[  +0.003990] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[  +0.004068] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[  +0.003929] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[  +0.004057] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[  +0.003943] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[  +0.004052] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[  +0.003964] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[  +0.003940] pci 0000:00:08.1: enabling Extended Tags
[  +0.004012] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[  +0.004076] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[  +0.003911] pci 0000:00:08.2: enabling Extended Tags
[  +0.004013] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[  +0.004073] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[  +0.003914] pci 0000:00:08.3: enabling Extended Tags
[  +0.004013] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[  +0.004093] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[  +0.004019] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[  +0.004007] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[  +0.003901] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[  +0.003998] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[  +0.004000] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[  +0.003999] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[  +0.004000] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[  +0.004011] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[  +0.003992] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[  +0.007966] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[  +0.004214] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[  +0.004185] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[  +0.004099] pci 0000:00:01.2: PCI bridge to [bus 01]
[  +0.003476] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[  +0.004066] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[  +0.003946] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[  +0.004107] pci 0000:02:00.0: supports D1 D2
[  +0.003877] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[  +0.004158] pci 0000:00:01.3: PCI bridge to [bus 02]
[  +0.003846] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[  +0.008037] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[  +0.003983] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[  +0.003987] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[  +0.004000] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[  +0.004000] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[  +0.004022] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[  +0.004075] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[  +0.004030] pci 0000:00:01.6: PCI bridge to [bus 03]
[  +0.003865] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[  +0.003998] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[  +0.004113] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[  +0.003905] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[  +0.003995] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[  +0.003996] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[  +0.004000] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[  +0.004005] pci 0000:04:00.0: enabling Extended Tags
[  +0.004004] pci 0000:04:00.0: BAR 0: assigned to efifb
[  +0.004037] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[  +0.003993] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[  +0.004029] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[  +0.003936] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[  +0.004019] pci 0000:04:00.1: enabling Extended Tags
[  +0.004012] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[  +0.004048] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[  +0.003929] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[  +0.003996] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[  +0.003995] pci 0000:04:00.2: enabling Extended Tags
[  +0.004116] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[  +0.003888] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[  +0.004012] pci 0000:04:00.3: enabling Extended Tags
[  +0.004019] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[  +0.004040] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[  +0.003930] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[  +0.004019] pci 0000:04:00.4: enabling Extended Tags
[  +0.004011] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[  +0.004040] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[  +0.003925] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[  +0.004020] pci 0000:04:00.6: enabling Extended Tags
[  +0.004012] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[  +0.004040] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[  +0.003937] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[  +0.003995] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[  +0.003996] pci 0000:04:00.7: enabling Extended Tags
[  +0.004142] pci 0000:00:08.1: PCI bridge to [bus 04]
[  +0.003852] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[  +0.003999] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[  +0.004001] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[  +0.004059] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[  +0.003975] pci 0000:05:00.0: enabling Extended Tags
[  +0.004040] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[  +0.003982] pci 0000:00:08.2: PCI bridge to [bus 05]
[  +0.003999] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[  +0.003979] pci 0000:06:00.0: enabling Extended Tags
[  +0.004035] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[  +0.003986] pci 0000:00:08.3: PCI bridge to [bus 06]
[  +0.004550] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003487] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003973] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.004022] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003991] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003981] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.004000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.004000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.006769] ACPI: EC: interrupt unblocked
[  +0.001165] ACPI: EC: event unblocked
[  +0.004000] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[  +0.004000] ACPI: EC: GPE=0x5
[  +0.002975] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[  +0.001025] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[  +0.004142] iommu: Default domain type: Translated 
[  +0.003892] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[  +0.003969] pci 0000:04:00.0: vgaarb: bridge control possible
[  +0.003997] pci 0000:04:00.0: vgaarb: setting as boot device
[  +0.004000] vgaarb: loaded
[  +0.004196] SCSI subsystem initialized
[  +0.003819] libata version 3.00 loaded.
[  +0.004006] ACPI: bus type USB registered
[  +0.004002] usbcore: registered new interface driver usbfs
[  +0.003982] usbcore: registered new interface driver hub
[  +0.004002] usbcore: registered new device driver usb
[  +0.004016] pps_core: LinuxPPS API ver. 1 registered
[  +0.003977] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  +0.004001] PTP clock support registered
[  +0.004019] EDAC MC: Ver: 3.0.0
[  +0.004299] Registered efivars operations
[  +0.003861] NetLabel: Initializing
[  +0.003822] NetLabel:  domain hash size = 128
[  +0.003998] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[  +0.004019] NetLabel:  unlabeled traffic allowed by default
[  +0.004002] PCI: Using ACPI for IRQ routing
[  +0.011824] PCI: pci_cache_line_size set to 64 bytes
[  +0.000484] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[  +0.003672] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[  +0.003999] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x6a273018-0x6bffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x74953000-0x77ffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[  +0.004001] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[  +0.003999] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[  +0.004105] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[  +0.003896] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[  +0.009063] clocksource: Switched to clocksource tsc-early
[  +0.013091] VFS: Disk quotas dquot_6.6.0
[  +0.003968] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[  +0.007005] AppArmor: AppArmor Filesystem Enabled
[  +0.004754] pnp: PnP ACPI init
[  +0.003341] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[  +0.006974] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[  +0.006619] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[  +0.006628] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.006946] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[  +0.006557] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[  +0.007263] system 00:03: [io  0x0400-0x04cf] has been reserved
[  +0.005926] system 00:03: [io  0x04d0-0x04d1] has been reserved
[  +0.005925] system 00:03: [io  0x04d6] has been reserved
[  +0.005318] system 00:03: [io  0x0c00-0x0c01] has been reserved
[  +0.005926] system 00:03: [io  0x0c14] has been reserved
[  +0.005321] system 00:03: [io  0x0c50-0x0c52] has been reserved
[  +0.005927] system 00:03: [io  0x0c6c] has been reserved
[  +0.005317] system 00:03: [io  0x0c6f] has been reserved
[  +0.005321] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[  +0.005928] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.006872] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[  +0.006967] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[  +0.006965] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[  +0.007839] pnp: PnP ACPI: found 5 devices
[  +0.011468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[  +0.008966] NET: Registered protocol family 2
[  +0.004576] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[  +0.008598] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[  +0.008090] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[  +0.007518] TCP: Hash tables configured (established 65536 bind 65536)
[  +0.006594] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[  +0.006822] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[  +0.007304] NET: Registered protocol family 1
[  +0.004368] NET: Registered protocol family 44
[  +0.004456] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[  +0.009930] pci 0000:00:01.2: PCI bridge to [bus 01]
[  +0.004976] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[  +0.006796] pci 0000:00:01.3: PCI bridge to [bus 02]
[  +0.004976] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[  +0.006799] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[  +0.007225] pci 0000:00:01.6: PCI bridge to [bus 03]
[  +0.004970] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[  +0.006100] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[  +0.006795] pci 0000:00:08.1: PCI bridge to [bus 04]
[  +0.004977] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[  +0.006104] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[  +0.006795] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[  +0.008102] pci 0000:00:08.2: PCI bridge to [bus 05]
[  +0.004981] pci 0000:00:08.3: PCI bridge to [bus 06]
[  +0.004983] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[  +0.006185] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[  +0.006187] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[  +0.006882] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[  +0.006880] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[  +0.006882] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[  +0.006877] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[  +0.006964] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[  +0.006965] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[  +0.006967] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[  +0.006963] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[  +0.006963] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[  +0.006967] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[  +0.006965] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[  +0.006966] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[  +0.006966] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[  +0.006962] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[  +0.006966] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[  +0.006965] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[  +0.006963] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[  +0.006962] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[  +0.006968] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[  +0.007227] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[  +0.006269] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[  +0.006274] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[  +0.005580] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[  +0.006272] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[  +0.005577] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[  +0.006268] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[  +0.007938] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[  +0.127296] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x640 took 118087 usecs
[  +0.007506] PCI: CLS 64 bytes, default 64
[  +0.004065] Trying to unpack rootfs image as initramfs...
[  +0.114598] Initramfs unpacking failed: Decoding failed
[  +0.010863] Freeing initrd memory: 47928K
[  +0.004050] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[  +0.006442] software IO TLB: mapped [mem 0x00000000700b9000-0x00000000740b9000] (64MB)
[  +0.007996] amd_uncore: 4  amd_df counters detected
[  +0.004889] amd_uncore: 6  amd_l3 counters detected
[  +0.005173] LVT offset 0 assigned for vector 0x400
[  +0.004930] perf: AMD IBS detected (0x000003ff)
[  +0.004600] check: Scanning for low memory corruption every 60 seconds
[  +0.007073] Initialise system trusted keyrings
[  +0.004487] Key type blacklist registered
[  +0.004089] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[  +0.007337] zbud: loaded
[  +0.002817] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  +0.006049] fuse: init (API version 7.33)
[  +0.004247] integrity: Platform Keyring initialized
[  +0.008251] Key type asymmetric registered
[  +0.004109] Asymmetric key parser 'x509' registered
[  +0.004890] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[  +0.007476] io scheduler mq-deadline registered
[  +0.005439] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[  +0.005865] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[  +0.005666] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[  +0.005580] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[  +0.012896] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[  +0.005852] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[  +0.005667] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[  +0.005583] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[  +0.012897] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[  +0.005840] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[  +0.005665] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[  +0.005582] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[  +0.012882] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[  +0.005948] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[  +0.005887] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[  +0.005832] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  +0.006750] efifb: probing for efifb
[  +0.003626] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[  +0.006703] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[  +0.006095] efifb: scrolling: redraw
[  +0.003580] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[  +0.005698] Console: switching to colour frame buffer device 160x64
[  +0.009090] fb0: EFI VGA frame buffer device
[  +0.005733] ACPI: AC Adapter [ACAD] (on-line)
[  +0.004425] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[  +0.008399] ACPI: Power Button [PWRB]
[  +0.003721] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[  +0.008223] ACPI: Lid Switch [LID]
[  +0.003455] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[  +0.007451] ACPI: Power Button [PWRF]
[  +0.003737] Monitor-Mwait will be used to enter C-1 state
[  +0.005432] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[  +0.005248] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[  +0.005260] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[  +0.005281] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[  +0.005278] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[  +0.005274] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[  +0.005281] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[  +0.005279] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[  +0.005431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[  +0.000439] battery: ACPI: Battery Slot [BATT] (battery absent)
[  +0.012127] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[  +0.009766] KGDB: Registered I/O driver kgdboc
[  +0.005118] Linux agpgart interface v0.103
[  +0.007582] loop: module loaded
[  +0.003496] libphy: Fixed MDIO Bus: probed
[  +0.004140] tun: Universal TUN/TAP device driver, 1.6
[  +0.005179] PPP generic driver version 2.4.2
[  +0.004438] VFIO - User Level meta-driver version: 0.3
[  +0.005358] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  +0.006581] ehci-pci: EHCI PCI platform driver
[  +0.004494] ehci-platform: EHCI generic platform driver
[  +0.005300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[  +0.006229] ohci-pci: OHCI PCI platform driver
[  +0.004503] ohci-platform: OHCI generic platform driver
[  +0.005272] uhci_hcd: USB Universal Host Controller Interface driver
[  +0.006578] xhci_hcd 0000:04:00.4: xHCI Host Controller
[  +0.005268] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[  +0.007574] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[  +0.009452] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[  +0.008293] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.007996] usb usb1: Product: xHCI Host Controller
[  +0.005653] usb usb1: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006276] usb usb1: SerialNumber: 0000:04:00.4
[  +0.005647] hub 1-0:1.0: USB hub found
[  +0.004553] hub 1-0:1.0: 6 ports detected
[  +0.005562] xhci_hcd 0000:04:00.4: xHCI Host Controller
[  +0.006010] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[  +0.008173] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[  +0.007842] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[  +0.008934] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[  +0.009043] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.007998] usb usb2: Product: xHCI Host Controller
[  +0.005689] usb usb2: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006286] usb usb2: SerialNumber: 0000:04:00.4
[  +0.005644] hub 2-0:1.0: USB hub found
[  +0.004546] hub 2-0:1.0: 2 ports detected
[  +0.005588] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[  +0.007585] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[  +0.011309] i8042: Warning: Keylock active
[  +0.005063] serio: i8042 KBD port at 0x60,0x64 irq 1
[  +0.006038] mousedev: PS/2 mouse device common for all mice
[  +0.007088] rtc_cmos 00:01: RTC can wake from S4
[  +0.000507] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[  +0.006295] rtc_cmos 00:01: registered as rtc0
[  +0.014346] rtc_cmos 00:01: setting system clock to 2021-03-16T00:19:24 UTC (1615853964)
[  +0.008940] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[  +0.008029] i2c /dev entries driver
[  +0.004352] device-mapper: uevent: version 1.0.3
[  +0.005558] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[  +0.009302] platform eisa.0: Probing EISA bus 0
[  +0.005311] platform eisa.0: EISA: Cannot allocate resource for mainboard
[  +0.007549] platform eisa.0: Cannot allocate resource for EISA slot 1
[  +0.007198] platform eisa.0: Cannot allocate resource for EISA slot 2
[  +0.007189] platform eisa.0: Cannot allocate resource for EISA slot 3
[  +0.007197] platform eisa.0: Cannot allocate resource for EISA slot 4
[  +0.007179] platform eisa.0: Cannot allocate resource for EISA slot 5
[  +0.007173] platform eisa.0: Cannot allocate resource for EISA slot 6
[  +0.007169] platform eisa.0: Cannot allocate resource for EISA slot 7
[  +0.007162] platform eisa.0: Cannot allocate resource for EISA slot 8
[  +0.007168] platform eisa.0: EISA: Detected 0 cards
[  +0.006031] ledtrig-cpu: registered to indicate activity on CPUs
[  +0.006775] EFI Variables Facility v0.08 2004-May-17
[  +0.007690] drop_monitor: Initializing network drop monitor service
[  +0.007179] NET: Registered protocol family 10
[  +0.012663] Segment Routing with IPv6
[  +0.004896] NET: Registered protocol family 17
[  +0.005359] Key type dns_resolver registered
[  +0.006497] microcode: CPU0: patch_level=0x08900103
[  +0.005644] microcode: CPU1: patch_level=0x08900103
[  +0.005672] microcode: CPU2: patch_level=0x08900103
[  +0.006504] microcode: CPU3: patch_level=0x08900103
[  +0.005614] microcode: CPU4: patch_level=0x08900103
[  +0.005611] microcode: CPU5: patch_level=0x08900103
[  +0.005627] microcode: CPU6: patch_level=0x08900103
[  +0.003391] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[  +0.002400] microcode: CPU7: patch_level=0x08900103
[  +0.012870] microcode: Microcode Update Driver: v2.2.
[  +0.000277] resctrl: L3 allocation detected
[  +0.010609] resctrl: L3DATA allocation detected
[  +0.005196] resctrl: L3CODE allocation detected
[  +0.005188] resctrl: MB allocation detected
[  +0.004836] resctrl: L3 monitoring detected
[  +0.004821] IPI shorthand broadcast: enabled
[  +0.004921] sched_clock: Marking stable (3022323468, 1809768989)->(5389036913, -556944456)
[  +0.009112] registered taskstats version 1
[  +0.004770] Loading compiled-in X.509 certificates
[  +0.006228] Loaded X.509 cert 'Build time autogenerated kernel key: 10b48c03c9a363b0af75ac8001b7268463853ddb'
[  +0.011033] zswap: loaded using pool lzo/zbud
[  +0.005482] Key type ._fscrypt registered
[  +0.004710] Key type .fscrypt registered
[  +0.004576] Key type fscrypt-provisioning registered
[  +0.009311] Key type encrypted registered
[  +0.005492] AppArmor: AppArmor sha1 policy hashing enabled
[  +0.006690] integrity: Loading X.509 certificate: UEFI:MokListRT
[  +0.006743] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[  +0.009615] integrity: Loading X.509 certificate: UEFI:MokListRT
[  +0.007312] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[  +0.011556] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[  +0.000713] ima: No TPM chip found, activating TPM-bypass!
[  +0.009729] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  +0.006192] ima: Allocated hash algorithm: sha1
[  +0.007787] usb 1-1: Product: USB 2.0 Hub
[  +0.005235] ima: No architecture policies found
[  +0.009872] evm: Initialising EVM extended attributes:
[  +0.005808] evm: security.selinux
[  +0.003976] evm: security.SMACK64
[  +0.003962] evm: security.SMACK64EXEC
[  +0.004297] evm: security.SMACK64TRANSMUTE
[  +0.004728] evm: security.SMACK64MMAP
[  +0.004271] evm: security.apparmor
[  +0.003686] tsc: Refined TSC clocksource calibration: 2399.996 MHz
[  +0.000325] evm: security.ima
[  +0.006228] hub 1-1:1.0: USB hub found
[  +0.000296] hub 1-1:1.0: 4 ports detected
[  +0.000646] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229833f6470, max_idle_ns: 440795327230 ns
[  +0.003595] evm: security.capability
[  +0.000002] evm: HMAC attrs: 0x1
[  +0.000384] PM:   Magic number: 13:450:304
[  +0.032612] clocksource: Switched to clocksource tsc
[  +0.000060] tty tty33: hash matches
[  +0.010669] acpi_cpufreq: overriding BIOS provided _PSD data
[  +0.006906] RAS: Correctable Errors collector initialized.
[  +0.007485] Freeing unused decrypted memory: 2036K
[  +0.005807] Freeing unused kernel image (initmem) memory: 2624K
[  +0.029280] Write protecting the kernel read-only data: 22528k
[  +0.007680] Freeing unused kernel image (text/rodata gap) memory: 2036K
[  +0.007711] Freeing unused kernel image (rodata/data gap) memory: 860K
[  +0.016317] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[  +0.030692] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[  +0.007639] Run /init as init process
[  +0.004530]   with arguments:
[  +0.003819]     /init
[  +0.003125]     nokaslr
[  +0.003295]   with environment:
[  +0.003996]     HOME=/
[  +0.003220]     TERM=linux
[  +0.003564]     BOOT_IMAGE=/boot/vmlinuz-5.11.0+
[  +0.005494]     kgdboc=kms,kbd,ttyS0,115200
[  +0.073644] hid: raw HID events driver (C) Jiri Kosina
[  +0.014204] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[  +0.000329] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[  +0.016392] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  +0.008423] usb 1-6: Product: USB 2.0 Hub
[  +0.005393] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[  +0.008647] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[  +0.000182] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[  +0.009313] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[  +0.015068] e1000e: Intel(R) PRO/1000 Network Driver
[  +0.001541] hub 1-6:1.0: USB hub found
[  +0.004439] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[  +0.004889] hub 1-6:1.0: 4 ports detected
[  +0.006617] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[  +0.011900] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[  +0.058513] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[  +0.011929] nvme nvme0: pci function 0000:01:00.0
[  +0.013465] nvme nvme0: missing or invalid SUBNQN field.
[  +0.006642] nvme nvme0: Shutdown timeout set to 8 seconds
[  +0.006643] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd
[  +0.018472] nvme nvme0: 16/0/0 default/read/poll queues
[  +0.004484] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[  +0.005579]  nvme0n1: p1 p2 p3
[  +0.005512] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[  +0.012410] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[  +0.027942] e1000e 0000:03:00.0 eno1: renamed from eth0
[  +0.006820] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[  +0.006885] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[  +0.009002] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[  +0.010627] xhci-hcd xhci-hcd.2.auto: irq 42, io mem 0x80000000
[  +0.007303] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[  +0.009524] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.008529] usb usb3: Product: xHCI Host Controller
[  +0.006223] usb usb3: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006793] usb usb3: SerialNumber: xhci-hcd.2.auto
[  +0.006576] hub 3-0:1.0: USB hub found
[  +0.005373] hub 3-0:1.0: 1 port detected
[  +0.005486] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[  +0.006825] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[  +0.008910] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[  +0.008641] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[  +0.009629] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[  +0.009603] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.008557] usb usb4: Product: xHCI Host Controller
[  +0.006215] usb usb4: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006812] usb usb4: SerialNumber: xhci-hcd.2.auto
[  +0.007122] hub 4-0:1.0: USB hub found
[  +0.005091] hub 4-0:1.0: 1 port detected
[  +0.009918] usb 1-1.2: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[  +0.009648] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.008610] usb 1-1.2: Product: CP2102N USB to UART Bridge Controller
[  +0.007725] usb 1-1.2: Manufacturer: Silicon Labs
[  +0.005977] usb 1-1.2: SerialNumber: c0354ae3b053ea11aff54db199ea7b59
[  +0.133899] usb 1-6.1: new full-speed USB device number 5 using xhci_hcd
[  +0.247384] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[  +0.009736] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.008624] usb 1-6.1: Product: AX68004
[  +0.005192] usb 1-6.1: Manufacturer: ASIX Electronics
[  +0.006380] usb 1-6.1: SerialNumber: 00000001
[  +0.046219] hub 1-6.1:1.0: USB hub found
[  +0.007855] hub 1-6.1:1.0: 7 ports detected
[  +0.096609] usb 1-1.4: new low-speed USB device number 6 using xhci_hcd
[  +0.242649] usb 1-1.4: New USB device found, idVendor=13ba, idProduct=0018, bcdDevice= 0.01
[  +0.009827] usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  +0.008649] usb 1-1.4: Product: Barcode Reader 
[  +0.100632] usbcore: registered new interface driver usbhid
[  +0.007285] usbhid: USB HID core driver
[  +0.009713] input: Barcode Reader  as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.0/0003:13BA:0018.0001/input/input4
[  +0.049262] usb 1-6.4: new full-speed USB device number 7 using xhci_hcd
[  +0.024614] hid-generic 0003:13BA:0018.0001: input,hidraw0: USB HID v1.10 Keyboard [Barcode Reader ] on usb-0000:04:00.4-1.4/input0
[  +0.013647] input: Barcode Reader  Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.1/0003:13BA:0018.0002/input/input5
[  +0.015102] input: Barcode Reader  System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.1/0003:13BA:0018.0002/input/input6
[  +0.074982] input: Barcode Reader  Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.1/0003:13BA:0018.0002/input/input7
[  +0.017788] hid-generic 0003:13BA:0018.0002: input,hidraw1: USB HID v1.10 Mouse [Barcode Reader ] on usb-0000:04:00.4-1.4/input1
[  +0.094977] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[  +0.010169] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  +0.000004] usb 1-6.4: Product: USB Serial
[  +0.024161] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  +0.052298] usb 1-6.1.1: new full-speed USB device number 8 using xhci_hcd
[  +0.062545] systemd[1]: Inserted module 'autofs4'
[  +0.030370] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[  +0.043506] systemd[1]: Detected architecture x86-64.
[  +0.019209] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[  +0.010281] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.009199] usb 1-6.1.1: Product: USB Receiver
[  +0.006154] usb 1-6.1.1: Manufacturer: Logitech
[  +0.021216] systemd[1]: Set hostname to <scbu-Chachani>.
[  +0.078281] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[  +0.025105] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0003/input/input8
[  +0.066246] systemd[1]: Created slice system-modprobe.slice.
[  +0.008016] hid-generic 0003:046D:C534.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[  +0.016809] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/input/input9
[  +0.000153] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  +0.018899] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/input/input10
[  +0.030616] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[  +0.011214] systemd[1]: Created slice User and Session Slice.
[  +0.010308] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  +0.012198] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  +0.014019] systemd[1]: Reached target User and Group Name Lookups.
[  +0.005801] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/input/input11
[  +0.023038] hid-generic 0003:046D:C534.0004: input,hiddev0,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[  +0.017485] systemd[1]: Reached target Remote File Systems.
[  +0.010363] systemd[1]: Reached target Slices.
[  +0.009335] systemd[1]: Listening on Syslog Socket.
[  +0.009664] systemd[1]: Listening on fsck to fsckd communication Socket.
[  +0.011464] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  +0.011237] systemd[1]: Listening on Journal Audit Socket.
[  +0.010089] systemd[1]: Listening on Journal Socket (/dev/log).
[  +0.010491] systemd[1]: Listening on Journal Socket.
[  +0.009619] systemd[1]: Listening on udev Control Socket.
[  +0.009907] systemd[1]: Listening on udev Kernel Socket.
[  +0.010750] systemd[1]: Mounting Huge Pages File System...
[  +0.011260] systemd[1]: Mounting POSIX Message Queue File System...
[  +0.011915] systemd[1]: Mounting Kernel Debug File System...
[  +0.011242] systemd[1]: Mounting Kernel Trace File System...
[  +0.012230] systemd[1]: Starting Journal Service...
[  +0.012170] systemd[1]: Starting Set the console keyboard layout...
[  +0.011751] systemd[1]: Starting Create list of static device nodes for the current kernel...
[  +0.014178] systemd[1]: Starting Load Kernel Module drm...
[  +0.010301] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[  +0.011473] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[  +0.013075] systemd[1]: Starting Load Kernel Modules...
[  +0.011040] systemd[1]: Starting Remount Root and Kernel File Systems...
[  +0.008920] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[  +0.002849] lp: driver loaded but no devices found
[  +0.016768] systemd[1]: Starting udev Coldplug all Devices...
[  +0.009976] ppdev: user-space parallel port driver
[  +0.000949] systemd[1]: Starting Uncomplicated firewall...
[  +0.016472] systemd[1]: Started Journal Service.
[  +0.041656] systemd-journald[307]: Received client request to flush runtime journal.
[  +0.046011] loop0: detected capacity change from 113424 to 0
[  +0.030700] loop1: detected capacity change from 113592 to 0
[  +0.051915] loop2: detected capacity change from 446248 to 0
[  +0.048063] loop3: detected capacity change from 127160 to 0
[  +0.008509] loop4: detected capacity change from 104496 to 0
[  +0.079459] loop5: detected capacity change from 132648 to 0
[  +0.008063 ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[  +0.000664] acpi device:16: registered as cooling_device8
[  +0.000095] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input14
[  +0.051667] loop6: detected capacity change from 448496 to 0
[  +0.025508] usbcore: registered new interface driver usbserial_generic
[  +0.004924] pstore: Using crash dump compression: deflate
[  +0.003191] usbserial: USB Serial support registered for generic
[  +0.007393] pstore: Registered efi as persistent store backend
[  +0.007170] loop7: detected capacity change from 63664 to 0
[  +0.018095] usbcore: registered new interface driver cp210x
[  +0.006628] usbserial: USB Serial support registered for cp210x
[  +0.000286] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[  +0.009828] cp210x 1-1.2:1.0: cp210x converter detected
[  +0.005997] RAPL PMU: hw unit of domain package 2^-16 Joules
[  +0.015620] usb 1-1.2: cp210x converter now attached to ttyUSB0
[  +0.007316] usbcore: registered new interface driver ch341
[  +0.006559] usbserial: USB Serial support registered for ch341-uart
[  +0.007414] ch341 1-6.4:1.0: ch341-uart converter detected
[  +0.011202] loop8: detected capacity change from 104536 to 0
[  +0.000756] cryptd: max_cpu_qlen set to 1000
[  +0.007573] usb 1-6.4: ch341-uart converter now attached to ttyUSB1
[  +0.018599] AVX2 version of gcm_enc/dec engaged.
[  +0.000003] AES CTR mode by8 optimization enabled
[  +0.026970] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[  +0.014750] loop9: detected capacity change from 66104 to 0
[  +0.062999] logitech-djreceiver 0003:046D:C534.0003: hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[  +0.000017] kvm: Nested Virtualization enabled
[  +0.000013] SVM: kvm: Nested Paging enabled
[  +0.000001] SVM: Virtual VMLOAD VMSAVE supported
[  +0.000000] SVM: Virtual GIF supported
[  +0.002431] MCE: In-kernel MCE decoding enabled.
[  +0.087971] audit: type=1400 audit(1615853968.553:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=531 comm="apparmor_parser"
[  +0.000007] audit: type=1400 audit(1615853968.553:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=527 comm="apparmor_parser"
[  +0.000004] audit: type=1400 audit(1615853968.553:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=528 comm="apparmor_parser"
[  +0.000004] audit: type=1400 audit(1615853968.557:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=525 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=532 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=532 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=532 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=534 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=533 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=533 comm="apparmor_parser"
[  +0.183095] intel_rapl_common: Found RAPL domain package
[  +0.006951] intel_rapl_common: Found RAPL domain core
[  +0.009891] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[  +0.008221] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[  +0.000220] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[  +0.084854] logitech-djreceiver 0003:046D:C534.0004: hiddev0,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[  +0.000968] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input15
[  +0.027554] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input16
[  +0.012138] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input17
[  +0.000038] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input18
[  +0.030409] logitech-djreceiver 0003:046D:C534.0004: device of type eQUAD nano Lite (0x0a) connected on slot 1
[  +0.000415] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input19
[  +0.012224] logitech-djreceiver 0003:046D:C534.0004: device of type eQUAD nano Lite (0x0a) connected on slot 2
[  +0.033231] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input20
[  +0.000362] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input21
[  +0.000094] hid-generic 0003:046D:4023.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[  +0.000878] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4054.0006/input/input26
[  +0.078718] hid-generic 0003:046D:4054.0006: input,hidraw5: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
[  +0.033053] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  +0.012169] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  +0.000004] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  +0.000002] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[  +0.000000] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[  +0.000001] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[  +0.000241] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[  +0.047215] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[  +0.742027] loop10: detected capacity change from 8 to 0
[  +0.085510] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input30
[  +0.011497] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input31
[  +0.498417] logitech-hidpp-device 0003:046D:4023.0005: HID++ 2.0 device connected.
[  +1.600708] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  +0.010205] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  +0.219761] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input32
[  +0.020083] logitech-hidpp-device 0003:046D:4023.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[  +0.069414] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4054.0006/input/input33
[  +0.019500] logitech-hidpp-device 0003:046D:4054.0006: input,hidraw5: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[ +10.537030] rfkill: input handler disabled[3月16 08:20] kstream: loading out-of-tree module taints kernel.
[  +0.005952] kstream: module verification failed: signature and/or required key missing - tainting kernel
[  +0.046232] [0x0000000000400000 - 0x00000000007fffff] 13229 MB/s / 13063 MB/s
[  +0.027444] [0x0000000000800000 - 0x0000000000bfffff] 15853 MB/s / 14712 MB/s
[  +0.044541] [0x0000000000c00000 - 0x0000000000ffffff] 11138 MB/s / 10105 MB/s
[  +0.043869] [0x0000000001000000 - 0x00000000013fffff] 11131 MB/s / 10170 MB/s
[  +0.044404] [0x0000000001400000 - 0x00000000017fffff] 11144 MB/s / 10165 MB/s
[  +0.034731] [0x0000000001800000 - 0x0000000001bfffff] 15826 MB/s / 14710 MB/s
[  +0.044317] [0x0000000001c00000 - 0x0000000001ffffff] 11139 MB/s / 10169 MB/s
[  +0.044864] [0x0000000002000000 - 0x00000000023fffff] 10744 MB/s / 9952 MB/s
[  +0.034743] [0x0000000002400000 - 0x00000000027fffff] 15982 MB/s / 14706 MB/s
[  +0.033987] [0x0000000002800000 - 0x0000000002bfffff] 16319 MB/s / 15073 MB/s
[  +0.033404] [0x0000000002c00000 - 0x0000000002ffffff] 16775 MB/s / 15602 MB/s
[  +0.032939] [0x0000000003000000 - 0x00000000033fffff] 17112 MB/s / 15978 MB/s
[  +0.032463] [0x0000000003400000 - 0x00000000037fffff] 17468 MB/s / 16523 MB/s
[  +0.043436] [0x0000000003800000 - 0x0000000003bfffff] 11125 MB/s / 10170 MB/s
[  +0.032178] [0x0000000006400000 - 0x00000000067fffff] 18321 MB/s / 17433 MB/s
[  +0.031265] [0x0000000006800000 - 0x0000000006bfffff] 18511 MB/s / 17965 MB/s
[  +0.031095] [0x0000000006c00000 - 0x0000000006ffffff] 18788 MB/s / 18514 MB/s
[  +0.044561] [0x0000000007000000 - 0x00000000073fffff] 11130 MB/s / 10171 MB/s
[  +0.030865] [0x0000000007400000 - 0x00000000077fffff] 19177 MB/s / 19252 MB/s
[  +0.030596] [0x0000000007800000 - 0x0000000007bfffff] 19438 MB/s / 19614 MB/s
[  +0.030035] [0x0000000007c00000 - 0x0000000007ffffff] 19625 MB/s / 19975 MB/s
[  +0.044330] [0x0000000008000000 - 0x00000000083fffff] 11135 MB/s / 10167 MB/s
[  +0.044785] [0x0000000008400000 - 0x00000000087fffff] 11133 MB/s / 10021 MB/s
[  +0.043761] [0x0000000008800000 - 0x0000000008bfffff] 10984 MB/s / 10172 MB/s
[  +0.043952] [0x0000000008c00000 - 0x0000000008ffffff] 11033 MB/s / 10157 MB/s[  +0.029697] [0x0000000009000000 - 0x00000000093fffff] 20515 MB/s / 22524 MB/s
[  +0.028878] [0x0000000009400000 - 0x00000000097fffff] 20549 MB/s / 22877 MB/s
[  +0.028655] [0x000000000a000000 - 0x000000000a3fffff] 20371 MB/s / 23233 MB/s
[  +0.044184] [0x000000000a400000 - 0x000000000a7fffff] 11132 MB/s / 10397 MB/s
[  +0.029127] [0x000000000a800000 - 0x000000000abfffff] 20740 MB/s / 24148 MB/s
[  +0.029112] [0x000000000ac00000 - 0x000000000affffff] 20883 MB/s / 24518 MB/s
[  +0.028763] [0x000000000b000000 - 0x000000000b3fffff] 20731 MB/s / 24692 MB/s
[  +0.031646] [0x000000000b400000 - 0x000000000b7fffff] 20801 MB/s / 25054 MB/s
[  +0.043547] [0x000000000b800000 - 0x000000000bbfffff] 11125 MB/s / 10168 MB/s
[  +0.043178] [0x000000000bc00000 - 0x000000000bffffff] 11133 MB/s / 10701 MB/s
[  +0.043640] [0x000000000c000000 - 0x000000000c3fffff] 11445 MB/s / 11269 MB/s
[  +0.028863] [0x000000000c400000 - 0x000000000c7fffff] 20854 MB/s / 25417 MB/s
[  +0.028346] [0x000000000c800000 - 0x000000000cbfffff] 20850 MB/s / 25426 MB/s
[  +0.027899] [0x000000000cc00000 - 0x000000000cffffff] 20925 MB/s / 25418 MB/s
[  +0.028691] [0x000000000d000000 - 0x000000000d3fffff] 20812 MB/s / 25421 MB/s
[  +0.041786] [0x000000000d400000 - 0x000000000d7fffff] 11127 MB/s / 13073 MB/s
[  +0.044328] [0x000000000d800000 - 0x000000000dbfffff] 11131 MB/s / 10171 MB/s
[  +0.028651] [0x000000000dc00000 - 0x000000000dffffff] 20645 MB/s / 25425 MB/s
[  +0.028648] [0x000000000e000000 - 0x000000000e3fffff] 20926 MB/s / 25246 MB/s
[  +0.028088] [0x000000000e400000 - 0x000000000e7fffff] 20929 MB/s / 25424 MB/s
[  +0.043824] [0x000000000e800000 - 0x000000000ebfffff] 11128 MB/s / 10157 MB/s
[  +0.029510] [0x000000000ec00000 - 0x000000000effffff] 20791 MB/s / 25420 MB/s
[  +0.037886] [0x000000000f000000 - 0x000000000f3fffff] 14243 MB/s / 13078 MB/s
[  +0.028725] [0x000000000f400000 - 0x000000000f7fffff] 20813 MB/s / 25418 MB/s
[  +0.040479] [0x000000000f800000 - 0x000000000fbfffff] 11128 MB/s / 14130 MB/s
[  +0.043439] [0x000000000fc00000 - 0x000000000fffffff] 11346 MB/s / 11299 MB/s
[  +0.037725] [0x0000000010000000 - 0x00000000103fffff] 14238 MB/s / 13077 MB/s[  +0.029144] [0x0000000010400000 - 0x00000000107fffff] 20865 MB/s / 25427 MB/s
[  +0.028181] [0x0000000010800000 - 0x0000000010bfffff] 20849 MB/s / 25407 MB/s
[  +0.043302] [0x0000000010c00000 - 0x0000000010ffffff] 11123 MB/s / 10171 MB/s
[  +0.033873] [0x0000000011000000 - 0x00000000113fffff] 20846 MB/s / 25430 MB/s
[  +0.043176] [0x0000000011400000 - 0x00000000117fffff] 11130 MB/s / 11300 MB/s
[  +0.028574] [0x0000000011800000 - 0x0000000011bfffff] 20921 MB/s / 25266 MB/s
[  +0.028253] [0x0000000011c00000 - 0x0000000011ffffff] 20702 MB/s / 25421 MB/s
[  +0.043492] [0x0000000012000000 - 0x00000000123fffff] 11130 MB/s / 11276 MB/s
[  +0.037156] [0x0000000012400000 - 0x00000000127fffff] 14238 MB/s / 13076 MB/s
[  +0.039597] [0x0000000012800000 - 0x0000000012bfffff] 11115 MB/s / 25407 MB/s
[  +0.043866] [0x0000000012c00000 - 0x0000000012ffffff] 11130 MB/s / 11274 MB/s
[  +0.028581] [0x0000000013000000 - 0x00000000133fffff] 20749 MB/s / 25247 MB/s
[  +0.027940] [0x0000000013400000 - 0x00000000137fffff] 20908 MB/s / 25429 MB/s
[  +0.027911] [0x0000000013800000 - 0x0000000013bfffff] 20917 MB/s / 25426 MB/s
[  +0.028084] [0x0000000013c00000 - 0x0000000013ffffff] 20817 MB/s / 25425 MB/s
[  +0.028063] [0x0000000014000000 - 0x00000000143fffff] 20753 MB/s / 25425 MB/s
[  +0.038248] [0x0000000014400000 - 0x00000000147fffff] 11129 MB/s / 25418 MB/s
[  +0.034485] [0x0000000014800000 - 0x0000000014bfffff] 20852 MB/s / 25422 MB/s
[  +0.028018] [0x0000000014c00000 - 0x0000000014ffffff] 20901 MB/s / 25419 MB/s
[  +0.042706] [0x0000000015000000 - 0x00000000153fffff] 11471 MB/s / 11297 MB/s
[  +0.028105] [0x0000000015400000 - 0x00000000157fffff] 20790 MB/s / 25421 MB/s
[  +0.043163] [0x0000000015800000 - 0x0000000015bfffff] 11125 MB/s / 11292 MB/s
[  +0.044374] [0x0000000015c00000 - 0x0000000015ffffff] 11129 MB/s / 11201 MB/s
[  +0.043040] [0x0000000016000000 - 0x00000000163fffff] 11124 MB/s / 10699 MB/s
[  +0.028468] [0x0000000016400000 - 0x00000000167fffff] 20800 MB/s / 25405 MB/s
[  +0.042916] [0x0000000016800000 - 0x0000000016bfffff] 11125 MB/s / 11273 MB/s
[  +0.028163] [0x0000000016c00000 - 0x0000000016ffffff] 20924 MB/s / 25425 MB/s[  +0.028103] [0x0000000017000000 - 0x00000000173fffff] 20833 MB/s / 25425 MB/s
[  +0.028615] [0x0000000017400000 - 0x00000000177fffff] 20915 MB/s / 25419 MB/s
[  +0.044186] [0x0000000017800000 - 0x0000000017bfffff] 11125 MB/s / 10169 MB/s
[  +0.042939] [0x0000000017c00000 - 0x0000000017ffffff] 11119 MB/s / 11218 MB/s
[  +0.028191] [0x0000000018000000 - 0x00000000183fffff] 20906 MB/s / 25431 MB/s
[  +0.028739] [0x0000000018400000 - 0x00000000187fffff] 20830 MB/s / 25417 MB/s
[  +0.028398] [0x0000000018800000 - 0x0000000018bfffff] 20894 MB/s / 25248 MB/s
[  +0.043090] [0x0000000018c00000 - 0x0000000018ffffff] 11125 MB/s / 11293 MB/s
[  +0.028872] [0x0000000019000000 - 0x00000000193fffff] 20871 MB/s / 25244 MB/s
[  +0.042626] [0x0000000019400000 - 0x00000000197fffff] 11237 MB/s / 11273 MB/s
[  +0.028293] [0x0000000019800000 - 0x0000000019bfffff] 20866 MB/s / 25426 MB/s
[  +0.029036] [0x0000000019c00000 - 0x0000000019ffffff] 20933 MB/s / 25249 MB/s
[  +0.042827] [0x000000001a000000 - 0x000000001a3fffff] 11126 MB/s / 10821 MB/s
[  +0.043124] [0x000000001a400000 - 0x000000001a7fffff] 11119 MB/s / 11098 MB/s
[  +0.037275] [0x000000001a800000 - 0x000000001abfffff] 14211 MB/s / 13075 MB/s
[  +0.042905] [0x000000001ac00000 - 0x000000001affffff] 11436 MB/s / 10700 MB/s
[  +0.028067] [0x000000001b000000 - 0x000000001b3fffff] 20922 MB/s / 25424 MB/s
[  +0.028168] [0x000000001b400000 - 0x000000001b7fffff] 20296 MB/s / 25424 MB/s
[  +0.043621] [0x000000001b800000 - 0x000000001bbfffff] 11123 MB/s / 12606 MB/s
[  +0.043260] [0x000000001bc00000 - 0x000000001bffffff] 11132 MB/s / 11060 MB/s
[  +0.043694] [0x000000001c000000 - 0x000000001c3fffff] 11402 MB/s / 10712 MB/s
[  +0.028514] [0x000000001c400000 - 0x000000001c7fffff] 20727 MB/s / 25425 MB/s
[  +0.027797] [0x000000001c800000 - 0x000000001cbfffff] 20831 MB/s / 25419 MB/s
[  +0.028025] [0x000000001cc00000 - 0x000000001cffffff] 20803 MB/s / 25423 MB/s
[  +0.043724] [0x000000001d000000 - 0x000000001d3fffff] 11126 MB/s / 11207 MB/s
[  +0.042818] [0x000000001d400000 - 0x000000001d7fffff] 11554 MB/s / 11155 MB/s
[  +0.028505] [0x000000001d800000 - 0x000000001dbfffff] 20784 MB/s / 25424 MB/s[  +0.043742] [0x000000001dc00000 - 0x000000001dffffff] 11132 MB/s / 10166 MB/s
[  +0.043335] [0x000000001e000000 - 0x000000001e3fffff] 11554 MB/s / 11281 MB/s
[  +0.028416] [0x000000001e400000 - 0x000000001e7fffff] 20815 MB/s / 25425 MB/s
[  +0.028228] [0x000000001e800000 - 0x000000001ebfffff] 20884 MB/s / 25429 MB/s
[  +0.043010] [0x000000001ec00000 - 0x000000001effffff] 11116 MB/s / 11609 MB/s
[  +0.044048] [0x000000001f000000 - 0x000000001f3fffff] 11130 MB/s / 10168 MB/s
[  +0.042647] [0x000000001f400000 - 0x000000001f7fffff] 11426 MB/s / 11300 MB/s
[  +0.042687] [0x000000001f800000 - 0x000000001fbfffff] 11589 MB/s / 11226 MB/s
[  +0.028358] [0x000000001fc00000 - 0x000000001fffffff] 20681 MB/s / 25428 MB/s
[  +0.028539] [0x0000000020000000 - 0x00000000203fffff] 20692 MB/s / 25426 MB/s
[  +0.027850] [0x0000000020400000 - 0x00000000207fffff] 20862 MB/s / 25416 MB/s
[  +0.038099] [0x0000000020800000 - 0x0000000020bfffff] 11381 MB/s / 25424 MB/s
[  +0.028588] [0x0000000020c00000 - 0x0000000020ffffff] 20935 MB/s / 25429 MB/s
[  +0.028035] [0x0000000021000000 - 0x00000000213fffff] 20875 MB/s / 25403 MB/s
[  +0.028285] [0x0000000021400000 - 0x00000000217fffff] 20876 MB/s / 25407 MB/s
[  +0.027979] [0x0000000021800000 - 0x0000000021bfffff] 20791 MB/s / 25427 MB/s
[  +0.043320] [0x0000000021c00000 - 0x0000000021ffffff] 11130 MB/s / 11109 MB/s
[  +0.043455] [0x0000000022000000 - 0x00000000223fffff] 11135 MB/s / 11295 MB/s
[  +0.043038] [0x0000000022400000 - 0x00000000227fffff] 11122 MB/s / 10994 MB/s
[  +0.036824] [0x0000000022800000 - 0x0000000022bfffff] 14214 MB/s / 13075 MB/s
[  +0.028174] [0x0000000022c00000 - 0x0000000022ffffff] 20876 MB/s / 25427 MB/s
[  +0.027992] [0x0000000023000000 - 0x00000000233fffff] 20822 MB/s / 25427 MB/s
[  +0.043581] [0x0000000023400000 - 0x00000000237fffff] 11126 MB/s / 10168 MB/s
[  +0.042679] [0x0000000023800000 - 0x0000000023bfffff] 11571 MB/s / 10708 MB/s
[  +0.042519] [0x0000000023c00000 - 0x0000000023ffffff] 11557 MB/s / 11009 MB/s
[  +0.042903] [0x0000000024000000 - 0x00000000243fffff] 12017 MB/s / 11295 MB/s
[  +0.028682] [0x0000000024400000 - 0x00000000247fffff] 20788 MB/s / 25242 MB/s[  +0.036621] [0x0000000024800000 - 0x0000000024bfffff] 14228 MB/s / 14781 MB/s
[  +0.028425] [0x0000000024c00000 - 0x0000000024ffffff] 20779 MB/s / 25426 MB/s
[  +0.043336] [0x0000000025000000 - 0x00000000253fffff] 11491 MB/s / 11198 MB/s
[  +0.028482] [0x0000000025400000 - 0x00000000257fffff] 20890 MB/s / 25431 MB/s
[  +0.027877] [0x0000000025800000 - 0x0000000025bfffff] 20907 MB/s / 25426 MB/s
[  +0.028397] [0x0000000025c00000 - 0x0000000025ffffff] 20847 MB/s / 25425 MB/s
[  +0.028598] [0x0000000026000000 - 0x00000000263fffff] 20960 MB/s / 25239 MB/s
[  +0.027885] [0x0000000026400000 - 0x00000000267fffff] 20915 MB/s / 25426 MB/s
[  +0.028523] [0x0000000026800000 - 0x0000000026bfffff] 20847 MB/s / 25413 MB/s
[  +0.027960] [0x0000000026c00000 - 0x0000000026ffffff] 20809 MB/s / 25420 MB/s
[  +0.028423] [0x0000000027000000 - 0x00000000273fffff] 20875 MB/s / 25243 MB/s
[  +0.043160] [0x0000000027400000 - 0x00000000277fffff] 11147 MB/s / 11292 MB/s
[  +0.042743] [0x0000000027800000 - 0x0000000027bfffff] 11507 MB/s / 11300 MB/s
[  +0.042470] [0x0000000027c00000 - 0x0000000027ffffff] 11587 MB/s / 11219 MB/s
[  +0.043032] [0x0000000028000000 - 0x00000000283fffff] 11482 MB/s / 10788 MB/s
[  +0.028302] [0x0000000028400000 - 0x00000000287fffff] 20830 MB/s / 25419 MB/s
[  +0.029020] [0x0000000028800000 - 0x0000000028bfffff] 20894 MB/s / 25410 MB/s
[  +0.028837] [0x0000000028c00000 - 0x0000000028ffffff] 20836 MB/s / 25431 MB/s
[  +0.043340] [0x0000000029000000 - 0x00000000293fffff] 11131 MB/s / 10170 MB/s
[  +0.043907] [0x0000000029400000 - 0x00000000297fffff] 11498 MB/s / 10182 MB/s
[  +0.037293] [0x0000000029800000 - 0x0000000029bfffff] 14241 MB/s / 13072 MB/s
[  +0.036972] [0x0000000029c00000 - 0x0000000029ffffff] 14235 MB/s / 13076 MB/s
[  +0.043648] [0x000000002a000000 - 0x000000002a3fffff] 11123 MB/s / 11283 MB/s
[  +0.037136] [0x000000002a400000 - 0x000000002a7fffff] 14237 MB/s / 13073 MB/s
[  +0.028447] [0x000000002a800000 - 0x000000002abfffff] 20917 MB/s / 25246 MB/s
[  +0.042610] [0x000000002ac00000 - 0x000000002affffff] 11222 MB/s / 11258 MB/s
[  +0.044095] [0x000000002b000000 - 0x000000002b3fffff] 11134 MB/s / 11294 MB/s[  +0.028282] [0x000000002b400000 - 0x000000002b7fffff] 20913 MB/s / 25423 MB/s
[  +0.042519] [0x000000002b800000 - 0x000000002bbfffff] 11548 MB/s / 11301 MB/s
[  +0.028353] [0x000000002bc00000 - 0x000000002bffffff] 20791 MB/s / 25427 MB/s
[  +0.027890] [0x000000002c000000 - 0x000000002c3fffff] 20851 MB/s / 25427 MB/s
[  +0.042706] [0x000000002c400000 - 0x000000002c7fffff] 11532 MB/s / 11302 MB/s
[  +0.028646] [0x000000002c800000 - 0x000000002cbfffff] 20961 MB/s / 25239 MB/s
[  +0.027979] [0x000000002cc00000 - 0x000000002cffffff] 20852 MB/s / 25424 MB/s
[  +0.028162] [0x000000002d000000 - 0x000000002d3fffff] 20911 MB/s / 25406 MB/s
[  +0.041361] [0x000000002d400000 - 0x000000002d7fffff] 11123 MB/s / 25371 MB/s
[  +0.043235] [0x000000002d800000 - 0x000000002dbfffff] 11129 MB/s / 10170 MB/s
[  +0.028086] [0x000000002dc00000 - 0x000000002dffffff] 20918 MB/s / 25429 MB/s
[  +0.028026] [0x000000002e000000 - 0x000000002e3fffff] 20936 MB/s / 25429 MB/s
[  +0.028073] [0x000000002e400000 - 0x000000002e7fffff] 20935 MB/s / 25410 MB/s
[  +0.043091] [0x000000002e800000 - 0x000000002ebfffff] 11135 MB/s / 11269 MB/s
[  +0.043344] [0x000000002ec00000 - 0x000000002effffff] 11131 MB/s / 10210 MB/s
[  +0.028620] [0x000000002f000000 - 0x000000002f3fffff] 20821 MB/s / 25431 MB/s
[  +0.028749] [0x000000002f400000 - 0x000000002f7fffff] 20778 MB/s / 25421 MB/s
[  +0.036813] [0x000000002f800000 - 0x000000002fbfffff] 14238 MB/s / 13069 MB/s
[  +0.036828] [0x000000002fc00000 - 0x000000002fffffff] 14249 MB/s / 13077 MB/s
[  +0.043156] [0x0000000030000000 - 0x00000000303fffff] 11567 MB/s / 13074 MB/s
[  +0.043505] [0x0000000030400000 - 0x00000000307fffff] 11567 MB/s / 11294 MB/s
[  +0.028622] [0x0000000030800000 - 0x0000000030bfffff] 20863 MB/s / 25423 MB/s
[  +0.032298] [0x0000000030c00000 - 0x0000000030ffffff] 20599 MB/s / 25428 MB/s
[  +0.043180] [0x0000000031000000 - 0x00000000313fffff] 11402 MB/s / 11159 MB/s
[  +0.028405] [0x0000000031400000 - 0x00000000317fffff] 20883 MB/s / 25424 MB/s
[  +0.037633] [0x0000000031800000 - 0x0000000031bfffff] 11133 MB/s / 25418 MB/s
[  +0.044482] [0x0000000031c00000 - 0x0000000031ffffff] 11133 MB/s / 10170 MB/s[  +0.028641] [0x0000000032000000 - 0x00000000323fffff] 20805 MB/s / 25408 MB/s
[  +0.028095] [0x0000000032400000 - 0x00000000327fffff] 20902 MB/s / 25411 MB/s
[  +0.044080] [0x0000000032800000 - 0x0000000032bfffff] 11140 MB/s / 10168 MB/s
[  +0.043644] [0x0000000032c00000 - 0x0000000032ffffff] 11126 MB/s / 11275 MB/s
[  +0.043163] [0x0000000033000000 - 0x00000000333fffff] 11126 MB/s / 10714 MB/s
[  +0.028254] [0x0000000033400000 - 0x00000000337fffff] 20857 MB/s / 25418 MB/s
[  +0.042822] [0x0000000033800000 - 0x0000000033bfffff] 11134 MB/s / 10834 MB/s
[  +0.028081] [0x0000000033c00000 - 0x0000000033ffffff] 20861 MB/s / 25429 MB/s
[  +0.027947] [0x0000000034000000 - 0x00000000343fffff] 20844 MB/s / 25415 MB/s
[  +0.027761] [0x0000000034400000 - 0x00000000347fffff] 20817 MB/s / 25421 MB/s
[  +0.029429] [0x0000000034800000 - 0x0000000034bfffff] 20914 MB/s / 25406 MB/s
[  +0.040432] [0x0000000034c00000 - 0x0000000034ffffff] 11519 MB/s / 25427 MB/s
[  +0.028862] [0x0000000035000000 - 0x00000000353fffff] 20907 MB/s / 25424 MB/s
[  +0.036704] [0x0000000035400000 - 0x00000000357fffff] 14233 MB/s / 14416 MB/s
[  +0.044154] [0x0000000035800000 - 0x0000000035bfffff] 11130 MB/s / 10543 MB/s
[  +0.043473] [0x0000000035c00000 - 0x0000000035ffffff] 11414 MB/s / 11262 MB/s
[  +0.028591] [0x0000000036000000 - 0x00000000363fffff] 20858 MB/s / 25424 MB/s
[  +0.029090] [0x0000000036400000 - 0x00000000367fffff] 20922 MB/s / 25417 MB/s
[  +0.028577] [0x0000000036800000 - 0x0000000036bfffff] 20903 MB/s / 25407 MB/s
[  +0.029099] [0x0000000036c00000 - 0x0000000036ffffff] 20893 MB/s / 25418 MB/s
[  +0.028087] [0x0000000037000000 - 0x00000000373fffff] 20852 MB/s / 25421 MB/s
[  +0.043403] [0x0000000037400000 - 0x00000000377fffff] 11120 MB/s / 10170 MB/s
[  +0.028625] [0x0000000037800000 - 0x0000000037bfffff] 20827 MB/s / 25420 MB/s
[  +0.043783] [0x0000000037c00000 - 0x0000000037ffffff] 11136 MB/s / 11221 MB/s
[  +0.042522] [0x0000000038000000 - 0x00000000383fffff] 11425 MB/s / 11286 MB/s
[  +0.028379] [0x0000000038400000 - 0x00000000387fffff] 20871 MB/s / 25403 MB/s
[  +0.042465] [0x0000000038800000 - 0x0000000038bfffff] 11467 MB/s / 11043 MB/s[  +0.029633] [0x0000000038c00000 - 0x0000000038ffffff] 20869 MB/s / 25250 MB/s
[  +0.028840] [0x0000000039000000 - 0x00000000393fffff] 20922 MB/s / 25426 MB/s
[  +0.028022] [0x0000000039400000 - 0x00000000397fffff] 20906 MB/s / 25418 MB/s
[  +0.043130] [0x0000000039800000 - 0x0000000039bfffff] 11141 MB/s / 10171 MB/s
[  +0.028306] [0x0000000039c00000 - 0x0000000039ffffff] 20911 MB/s / 25428 MB/s
[  +0.028094] [0x000000003a000000 - 0x000000003a3fffff] 20966 MB/s / 25407 MB/s
[  +0.037128] [0x000000003a400000 - 0x000000003a7fffff] 14252 MB/s / 13075 MB/s
[  +0.043070] [0x000000003a800000 - 0x000000003abfffff] 11132 MB/s / 10533 MB/s
[  +0.043046] [0x000000003ac00000 - 0x000000003affffff] 11403 MB/s / 10477 MB/s
[  +0.028751] [0x000000003b000000 - 0x000000003b3fffff] 20984 MB/s / 25426 MB/s
[  +0.043602] [0x000000003b400000 - 0x000000003b7fffff] 11132 MB/s / 10168 MB/s
[  +0.043462] [0x000000003b800000 - 0x000000003bbfffff] 11139 MB/s / 10839 MB/s
[  +0.042910] [0x000000003bc00000 - 0x000000003bffffff] 11132 MB/s / 11294 MB/s
[  +0.043097] [0x000000003c000000 - 0x000000003c3fffff] 11133 MB/s / 11208 MB/s
[  +0.028005] [0x000000003c400000 - 0x000000003c7fffff] 20898 MB/s / 25414 MB/s
[  +0.028045] [0x000000003c800000 - 0x000000003cbfffff] 20873 MB/s / 25428 MB/s
[  +0.044533] [0x000000003cc00000 - 0x000000003cffffff] 11094 MB/s / 10170 MB/s
[  +0.043077] [0x000000003d000000 - 0x000000003d3fffff] 11343 MB/s / 11294 MB/s
[  +0.043302] [0x000000003d400000 - 0x000000003d7fffff] 11559 MB/s / 11212 MB/s
[  +0.028426] [0x000000003d800000 - 0x000000003dbfffff] 20928 MB/s / 25402 MB/s
[  +0.043057] [0x000000003dc00000 - 0x000000003dffffff] 11542 MB/s / 10663 MB/s
[  +0.041938] [0x000000003e000000 - 0x000000003e3fffff] 11813 MB/s / 11283 MB/s
[  +0.043063] [0x000000003e400000 - 0x000000003e7fffff] 11122 MB/s / 10697 MB/s
[  +0.028567] [0x000000003e800000 - 0x000000003ebfffff] 20909 MB/s / 25423 MB/s
[  +0.043086] [0x000000003ec00000 - 0x000000003effffff] 11132 MB/s / 11258 MB/s
[  +0.043228] [0x000000003f000000 - 0x000000003f3fffff] 11142 MB/s / 10193 MB/s
[  +0.028258] [0x000000003f400000 - 0x000000003f7fffff] 20943 MB/s / 25429 MB/s[  +0.043899] [0x000000003f800000 - 0x000000003fbfffff] 12188 MB/s / 10258 MB/s
[  +0.042532] [0x000000003fc00000 - 0x000000003fffffff] 11412 MB/s / 11292 MB/s
[  +0.028504] [0x0000000040000000 - 0x00000000403fffff] 20840 MB/s / 25411 MB/s
[  +0.043693] [0x0000000040400000 - 0x00000000407fffff] 11122 MB/s / 11239 MB/s
[  +0.028688] [0x0000000040800000 - 0x0000000040bfffff] 20838 MB/s / 25424 MB/s
[  +0.029441] [0x0000000040c00000 - 0x0000000040ffffff] 20808 MB/s / 25421 MB/s
[  +0.028155] [0x0000000041000000 - 0x00000000413fffff] 20914 MB/s / 25429 MB/s
[  +0.043430] [0x0000000041400000 - 0x00000000417fffff] 11128 MB/s / 10164 MB/s
[  +0.043460] [0x0000000041800000 - 0x0000000041bfffff] 11135 MB/s / 11296 MB/s
[  +0.028584] [0x0000000041c00000 - 0x0000000041ffffff] 20951 MB/s / 25416 MB/s
[  +0.028372] [0x0000000042000000 - 0x00000000423fffff] 20920 MB/s / 25425 MB/s
[  +0.028026] [0x0000000042400000 - 0x00000000427fffff] 20839 MB/s / 25424 MB/s
[  +0.028065] [0x0000000042800000 - 0x0000000042bfffff] 20883 MB/s / 25423 MB/s
[  +0.043880] [0x0000000042c00000 - 0x0000000042ffffff] 11121 MB/s / 11297 MB/s
[  +0.042671] [0x0000000043000000 - 0x00000000433fffff] 11352 MB/s / 10695 MB/s
[  +0.028464] [0x0000000043400000 - 0x00000000437fffff] 20929 MB/s / 25411 MB/s
[  +0.028049] [0x0000000043800000 - 0x0000000043bfffff] 20804 MB/s / 25418 MB/s
[  +0.040456] [0x0000000043c00000 - 0x0000000043ffffff] 11121 MB/s / 25401 MB/s
[  +0.028154] [0x0000000044000000 - 0x00000000443fffff] 20913 MB/s / 25422 MB/s
[  +0.027984] [0x0000000044400000 - 0x00000000447fffff] 20945 MB/s / 25406 MB/s
[  +0.043089] [0x0000000044800000 - 0x0000000044bfffff] 11131 MB/s / 10178 MB/s
[  +0.044296] [0x0000000044c00000 - 0x0000000044ffffff] 11581 MB/s / 10686 MB/s
[  +0.028820] [0x0000000045000000 - 0x00000000453fffff] 20854 MB/s / 25427 MB/s
[  +0.042360] [0x0000000045400000 - 0x00000000457fffff] 11356 MB/s / 11296 MB/s
[  +0.028074] [0x0000000045800000 - 0x0000000045bfffff] 20847 MB/s / 25428 MB/s
[  +0.027838] [0x0000000045c00000 - 0x0000000045ffffff] 20872 MB/s / 25429 MB/s
[  +0.028133] [0x0000000046000000 - 0x00000000463fffff] 20883 MB/s / 25423 MB/s[  +0.042703] [0x0000000046400000 - 0x00000000467fffff] 11131 MB/s / 11232 MB/s
[  +0.043913] [0x0000000046800000 - 0x0000000046bfffff] 11129 MB/s / 11299 MB/s
[  +0.028844] [0x0000000046c00000 - 0x0000000046ffffff] 20866 MB/s / 25258 MB/s
[  +0.043902] [0x0000000047000000 - 0x00000000473fffff] 11129 MB/s / 11277 MB/s
[  +0.043181] [0x0000000047400000 - 0x00000000477fffff] 11491 MB/s / 10730 MB/s
[  +0.042817] [0x0000000047800000 - 0x0000000047bfffff] 11416 MB/s / 10694 MB/s
[  +0.043078] [0x0000000047c00000 - 0x0000000047ffffff] 11454 MB/s / 11302 MB/s
[  +0.028805] [0x0000000048000000 - 0x00000000483fffff] 20943 MB/s / 25426 MB/s
[  +0.043100] [0x0000000048400000 - 0x00000000487fffff] 11452 MB/s / 11038 MB/s
[  +0.027878] [0x0000000048800000 - 0x0000000048bfffff] 20917 MB/s / 25423 MB/s
[  +0.028993] [0x0000000048c00000 - 0x0000000048ffffff] 20892 MB/s / 25427 MB/s
[  +0.033301] [0x0000000049000000 - 0x00000000493fffff] 20640 MB/s / 25410 MB/s
[  +0.037367] [0x0000000049400000 - 0x00000000497fffff] 14234 MB/s / 13077 MB/s
[  +0.037100] [0x0000000049800000 - 0x0000000049bfffff] 14234 MB/s / 13077 MB/s
[  +0.044164] [0x0000000049c00000 - 0x0000000049ffffff] 11128 MB/s / 10169 MB/s
[  +0.044020] [0x000000004a000000 - 0x000000004a3fffff] 11217 MB/s / 11299 MB/s
[  +0.037439] [0x000000004a400000 - 0x000000004a7fffff] 14256 MB/s / 13074 MB/s
[  +0.028182] [0x000000004a800000 - 0x000000004abfffff] 20834 MB/s / 25424 MB/s
[  +0.043466] [0x000000004ac00000 - 0x000000004affffff] 11128 MB/s / 10169 MB/s
[  +0.028427] [0x000000004b000000 - 0x000000004b3fffff] 20863 MB/s / 25424 MB/s
[  +0.044243] [0x000000004b400000 - 0x000000004b7fffff] 11125 MB/s / 11290 MB/s
[  +0.043336] [0x000000004b800000 - 0x000000004bbfffff] 11128 MB/s / 11214 MB/s
[  +0.043411] [0x000000004bc00000 - 0x000000004bffffff] 11124 MB/s / 11010 MB/s
[  +0.028461] [0x000000004c000000 - 0x000000004c3fffff] 20803 MB/s / 25420 MB/s
[  +0.028251] [0x000000004c400000 - 0x000000004c7fffff] 20614 MB/s / 25408 MB/s
[  +0.043116] [0x000000004c800000 - 0x000000004cbfffff] 11437 MB/s / 10993 MB/s
[  +0.028998] [0x000000004cc00000 - 0x000000004cffffff] 20847 MB/s / 25425 MB/s[  +0.044286] [0x000000004d000000 - 0x000000004d3fffff] 11127 MB/s / 10168 MB/s
[  +0.042866] [0x000000004d400000 - 0x000000004d7fffff] 11559 MB/s / 10729 MB/s
[  +0.028512] [0x000000004d800000 - 0x000000004dbfffff] 20799 MB/s / 25428 MB/s
[  +0.028172] [0x000000004dc00000 - 0x000000004dffffff] 20846 MB/s / 25421 MB/s
[  +0.028917] [0x000000004e000000 - 0x000000004e3fffff] 20872 MB/s / 25424 MB/s
[  +0.030411] [0x000000004e400000 - 0x000000004e7fffff] 20932 MB/s / 25238 MB/s
[  +0.028431] [0x000000004e800000 - 0x000000004ebfffff] 20911 MB/s / 25431 MB/s
[  +0.043453] [0x000000004ec00000 - 0x000000004effffff] 11137 MB/s / 11288 MB/s
[  +0.028859] [0x000000004f000000 - 0x000000004f3fffff] 20719 MB/s / 25423 MB/s
[  +0.028261] [0x000000004f400000 - 0x000000004f7fffff] 20889 MB/s / 25418 MB/s
[  +0.043521] [0x000000004f800000 - 0x000000004fbfffff] 11107 MB/s / 11298 MB/s
[  +0.044827] [0x000000004fc00000 - 0x000000004fffffff] 11132 MB/s / 10090 MB/s
[  +0.044156] [0x0000000050000000 - 0x00000000503fffff] 11125 MB/s / 10075 MB/s
[  +0.028077] [0x0000000050400000 - 0x00000000507fffff] 20774 MB/s / 25428 MB/s
[  +0.028105] [0x0000000050800000 - 0x0000000050bfffff] 20838 MB/s / 25421 MB/s
[  +0.038411] [0x0000000050c00000 - 0x0000000050ffffff] 11120 MB/s / 25422 MB/s
[  +0.028356] [0x0000000051000000 - 0x00000000513fffff] 20831 MB/s / 25422 MB/s
[  +0.028273] [0x0000000051400000 - 0x00000000517fffff] 20816 MB/s / 25425 MB/s
[  +0.043546] [0x0000000051800000 - 0x0000000051bfffff] 11132 MB/s / 11589 MB/s
[  +0.042743] [0x0000000051c00000 - 0x0000000051ffffff] 11478 MB/s / 11258 MB/s
[  +0.028290] [0x0000000052000000 - 0x00000000523fffff] 20837 MB/s / 25418 MB/s
[  +0.028563] [0x0000000052400000 - 0x00000000527fffff] 20847 MB/s / 25407 MB/s
[  +0.043023] [0x0000000052800000 - 0x0000000052bfffff] 11381 MB/s / 11202 MB/s
[  +0.042813] [0x0000000052c00000 - 0x0000000052ffffff] 11121 MB/s / 11155 MB/s
[  +0.044068] [0x0000000053000000 - 0x00000000533fffff] 11127 MB/s / 11287 MB/s
[  +0.028819] [0x0000000053400000 - 0x00000000537fffff] 20922 MB/s / 25416 MB/s
[  +0.027827] [0x0000000053800000 - 0x0000000053bfffff] 20849 MB/s / 25417 MB/s[  +0.027831] [0x0000000053c00000 - 0x0000000053ffffff] 20564 MB/s / 25427 MB/s
[  +0.042983] [0x0000000054000000 - 0x00000000543fffff] 11533 MB/s / 11303 MB/s
[  +0.028093] [0x0000000054400000 - 0x00000000547fffff] 20844 MB/s / 25426 MB/s
[  +0.027870] [0x0000000054800000 - 0x0000000054bfffff] 20872 MB/s / 25430 MB/s
[  +0.028085] [0x0000000054c00000 - 0x0000000054ffffff] 20907 MB/s / 25424 MB/s
[  +0.042890] [0x0000000055000000 - 0x00000000553fffff] 11517 MB/s / 11295 MB/s
[  +0.043292] [0x0000000055400000 - 0x00000000557fffff] 11130 MB/s / 10170 MB/s
[  +0.028124] [0x0000000055800000 - 0x0000000055bfffff] 20933 MB/s / 25421 MB/s
[  +0.028133] [0x0000000055c00000 - 0x0000000055ffffff] 20884 MB/s / 25405 MB/s
[  +0.041117] [0x0000000056000000 - 0x00000000563fffff] 11130 MB/s / 25408 MB/s
[  +0.044325] [0x0000000056400000 - 0x00000000567fffff] 11127 MB/s / 10169 MB/s
[  +0.043075] [0x0000000056800000 - 0x0000000056bfffff] 11122 MB/s / 11280 MB/s
[  +0.044184] [0x0000000056c00000 - 0x0000000056ffffff] 11128 MB/s / 10242 MB/s
[  +0.028437] [0x0000000057000000 - 0x00000000573fffff] 20875 MB/s / 25419 MB/s
[  +0.027917] [0x0000000057400000 - 0x00000000577fffff] 20892 MB/s / 25428 MB/s
[  +0.028174] [0x0000000057800000 - 0x0000000057bfffff] 20880 MB/s / 25413 MB/s
[  +0.028842] [0x0000000057c00000 - 0x0000000057ffffff] 20725 MB/s / 25234 MB/s
[  +0.027975] [0x0000000058000000 - 0x00000000583fffff] 20726 MB/s / 25404 MB/s
[  +0.043553] [0x0000000058400000 - 0x00000000587fffff] 11123 MB/s / 10168 MB/s
[  +0.044205] [0x0000000058800000 - 0x0000000058bfffff] 11364 MB/s / 11299 MB/s
[  +0.028134] [0x0000000058c00000 - 0x0000000058ffffff] 20900 MB/s / 25422 MB/s
[  +0.027880] [0x0000000059000000 - 0x00000000593fffff] 20835 MB/s / 25420 MB/s
[  +0.027936] [0x0000000059400000 - 0x00000000597fffff] 20888 MB/s / 25425 MB/s
[  +0.043268] [0x0000000059800000 - 0x0000000059bfffff] 11131 MB/s / 11299 MB/s
[  +0.028815] [0x0000000059c00000 - 0x0000000059ffffff] 20817 MB/s / 25424 MB/s
[  +0.043932] [0x000000005a000000 - 0x000000005a3fffff] 11134 MB/s / 11288 MB/s
[  +0.042752] [0x000000005a400000 - 0x000000005a7fffff] 11282 MB/s / 11263 MB/s[  +0.028865] [0x000000005a800000 - 0x000000005abfffff] 20969 MB/s / 25423 MB/s
[  +0.028992] [0x000000005ac00000 - 0x000000005affffff] 20884 MB/s / 25431 MB/s
[  +0.028107] [0x000000005b000000 - 0x000000005b3fffff] 20804 MB/s / 25427 MB/s
[  +0.038531] [0x000000005b400000 - 0x000000005b7fffff] 11205 MB/s / 25406 MB/s
[  +0.043499] [0x000000005b800000 - 0x000000005bbfffff] 11247 MB/s / 10661 MB/s
[  +0.028996] [0x000000005bc00000 - 0x000000005bffffff] 20843 MB/s / 25239 MB/s
[  +0.042870] [0x000000005c000000 - 0x000000005c3fffff] 11516 MB/s / 11280 MB/s
[  +0.028716] [0x000000005c400000 - 0x000000005c7fffff] 20897 MB/s / 25424 MB/s
[  +0.028188] [0x000000005c800000 - 0x000000005cbfffff] 20888 MB/s / 25420 MB/s
[  +0.044204] [0x000000005cc00000 - 0x000000005cffffff] 11135 MB/s / 10896 MB/s
[  +0.028165] [0x000000005d000000 - 0x000000005d3fffff] 20890 MB/s / 25428 MB/s
[  +0.027877] [0x000000005d400000 - 0x000000005d7fffff] 20861 MB/s / 25426 MB/s
[  +0.042994] [0x000000005d800000 - 0x000000005dbfffff] 11422 MB/s / 11218 MB/s
[  +0.028226] [0x000000005dc00000 - 0x000000005dffffff] 20884 MB/s / 25425 MB/s
[  +0.027941] [0x000000005e000000 - 0x000000005e3fffff] 20844 MB/s / 25427 MB/s
[  +0.042955] [0x000000005e400000 - 0x000000005e7fffff] 11127 MB/s / 10657 MB/s
[  +0.028075] [0x000000005e800000 - 0x000000005ebfffff] 20842 MB/s / 25403 MB/s
[  +0.027815] [0x000000005ec00000 - 0x000000005effffff] 20900 MB/s / 25419 MB/s
[  +0.028073] [0x000000005f000000 - 0x000000005f3fffff] 20855 MB/s / 25410 MB/s
[  +0.044388] [0x000000005f400000 - 0x000000005f7fffff] 11133 MB/s / 10169 MB/s
[  +0.042586] [0x000000005f800000 - 0x000000005fbfffff] 11469 MB/s / 10763 MB/s
[  +0.042622] [0x000000005fc00000 - 0x000000005fffffff] 11584 MB/s / 11297 MB/s
[  +0.028296] [0x0000000060000000 - 0x00000000603fffff] 20850 MB/s / 25427 MB/s
[  +0.028524] [0x0000000060400000 - 0x00000000607fffff] 20912 MB/s / 25248 MB/s
[  +0.044021] [0x0000000060800000 - 0x0000000060bfffff] 11128 MB/s / 10162 MB/s
[  +0.028433] [0x0000000060c00000 - 0x0000000060ffffff] 20842 MB/s / 25422 MB/s
[  +0.027841] [0x0000000061000000 - 0x00000000613fffff] 20811 MB/s / 25419 MB/s[  +0.028042] [0x0000000061400000 - 0x00000000617fffff] 20808 MB/s / 25425 MB/s
[  +0.044006] [0x0000000061800000 - 0x0000000061bfffff] 11124 MB/s / 11299 MB/s
[  +0.043110] [0x0000000061c00000 - 0x0000000061ffffff] 11423 MB/s / 11294 MB/s
[  +0.043121] [0x0000000062000000 - 0x00000000623fffff] 11545 MB/s / 11222 MB/s
[  +0.028479] [0x0000000062400000 - 0x00000000627fffff] 20889 MB/s / 25416 MB/s
[  +0.028511] [0x0000000062800000 - 0x0000000062bfffff] 20876 MB/s / 25428 MB/s
[  +0.028392] [0x0000000062c00000 - 0x0000000062ffffff] 20868 MB/s / 25425 MB/s
[  +0.027857] [0x0000000063000000 - 0x00000000633fffff] 20856 MB/s / 25421 MB/s
[  +0.040439] [0x0000000063400000 - 0x00000000637fffff] 11130 MB/s / 16828 MB/s
[  +0.044003] [0x0000000063800000 - 0x0000000063bfffff] 11131 MB/s / 10172 MB/s
[  +0.042839] [0x0000000063c00000 - 0x0000000063ffffff] 11595 MB/s / 11230 MB/s
[  +0.028737] [0x0000000064000000 - 0x00000000643fffff] 20826 MB/s / 25427 MB/s
[  +0.028097] [0x0000000064400000 - 0x00000000647fffff] 20837 MB/s / 25420 MB/s
[  +0.027886] [0x0000000064800000 - 0x0000000064bfffff] 20869 MB/s / 25427 MB/s
[  +0.029479] [0x0000000064c00000 - 0x0000000064ffffff] 20900 MB/s / 25425 MB/s
[  +0.027978] [0x0000000065000000 - 0x00000000653fffff] 20860 MB/s / 25429 MB/s
[  +0.027936] [0x0000000065400000 - 0x00000000657fffff] 20859 MB/s / 25424 MB/s
[  +0.043294] [0x0000000065800000 - 0x0000000065bfffff] 11145 MB/s / 11295 MB/s
[  +0.043005] [0x0000000065c00000 - 0x0000000065ffffff] 11546 MB/s / 10691 MB/s
[  +0.042585] [0x0000000066000000 - 0x00000000663fffff] 11373 MB/s / 11301 MB/s
[  +0.028613] [0x0000000066400000 - 0x00000000667fffff] 20738 MB/s / 25423 MB/s
[  +0.028092] [0x0000000066800000 - 0x0000000066bfffff] 20751 MB/s / 25448 MB/s
[  +0.029248] [0x0000000066c00000 - 0x0000000066ffffff] 20906 MB/s / 25249 MB/s
[  +0.042562] [0x0000000067000000 - 0x00000000673fffff] 11372 MB/s / 11288 MB/s
[  +0.041135] [0x0000000067400000 - 0x00000000677fffff] 11636 MB/s / 25384 MB/s
[  +0.042990] [0x0000000067800000 - 0x0000000067bfffff] 11465 MB/s / 11287 MB/s
[  +0.029251] [0x0000000067c00000 - 0x0000000067ffffff] 20858 MB/s / 25250 MB/s[  +0.042717] [0x0000000068000000 - 0x00000000683fffff] 11459 MB/s / 10781 MB/s
[  +0.028291] [0x0000000068400000 - 0x00000000687fffff] 20855 MB/s / 25427 MB/s
[  +0.028927] [0x0000000068800000 - 0x0000000068bfffff] 20886 MB/s / 25248 MB/s
[  +0.034601] [0x0000000068c00000 - 0x0000000068ffffff] 18164 MB/s / 25430 MB/s
[  +0.028293] [0x0000000069000000 - 0x00000000693fffff] 20729 MB/s / 25407 MB/s
[  +0.027996] [0x0000000069400000 - 0x00000000697fffff] 20792 MB/s / 25421 MB/s
[  +0.027951] [0x0000000069800000 - 0x0000000069bfffff] 20876 MB/s / 25414 MB/s
[  +0.028091] [0x0000000069c00000 - 0x0000000069ffffff] 20847 MB/s / 25417 MB/s
[  +0.043519] [0x000000006a400000 - 0x000000006a7fffff] 11130 MB/s / 10558 MB/s
[  +0.043074] [0x000000006a800000 - 0x000000006abfffff] 11557 MB/s / 10914 MB/s
[  +0.042853] [0x000000006ac00000 - 0x000000006affffff] 11474 MB/s / 11224 MB/s
[  +0.043776] [0x000000006b000000 - 0x000000006b3fffff] 11134 MB/s / 11282 MB/s
[  +0.028437] [0x000000006b400000 - 0x000000006b7fffff] 20850 MB/s / 25428 MB/s
[  +0.028629] [0x000000006b800000 - 0x000000006bbfffff] 20915 MB/s / 25235 MB/s
[  +0.038311] [0x000000006bc00000 - 0x000000006bffffff] 11479 MB/s / 25421 MB/s
[  +0.042807] [0x000000006c000000 - 0x000000006c3fffff] 11488 MB/s / 11279 MB/s
[  +0.028927] [0x000000006c800000 - 0x000000006cbfffff] 20906 MB/s / 25410 MB/s
[  +0.028508] [0x000000006cc00000 - 0x000000006cffffff] 21042 MB/s / 25419 MB/s
[  +0.027925] [0x000000006d000000 - 0x000000006d3fffff] 20822 MB/s / 25429 MB/s
[  +0.028309] [0x000000006d400000 - 0x000000006d7fffff] 20875 MB/s / 25420 MB/s
[  +0.028019] [0x000000006d800000 - 0x000000006dbfffff] 20842 MB/s / 25427 MB/s
[  +0.028727] [0x000000006dc00000 - 0x000000006dffffff] 20933 MB/s / 25249 MB/s
[  +0.033487] [0x000000006e000000 - 0x000000006e3fffff] 14237 MB/s / 25421 MB/s
[  +0.028821] [0x000000006e400000 - 0x000000006e7fffff] 20853 MB/s / 25406 MB/s
[  +0.043941] [0x000000006e800000 - 0x000000006ebfffff] 11453 MB/s / 10673 MB/s
[  +0.043308] [0x000000006ec00000 - 0x000000006effffff] 11483 MB/s / 11291 MB/s
[  +0.028649] [0x000000006f000000 - 0x000000006f3fffff] 20839 MB/s / 25407 MB/s[  +0.029060] [0x000000006f400000 - 0x000000006f7fffff] 20927 MB/s / 25428 MB/s
[  +0.037309] [0x000000006f800000 - 0x000000006fbfffff] 14233 MB/s / 13075 MB/s
[  +0.043923] [0x000000006fc00000 - 0x000000006fffffff] 11034 MB/s / 10156 MB/s
[  +0.028249] [0x0000000074400000 - 0x00000000747fffff] 20801 MB/s / 25427 MB/s
[  +0.037736] [0x0000000074c00000 - 0x0000000074ffffff] 14225 MB/s / 13076 MB/s
[  +0.037580] [0x0000000075000000 - 0x00000000753fffff] 14250 MB/s / 13078 MB/s
[  +0.044078] [0x0000000075400000 - 0x00000000757fffff] 11141 MB/s / 11290 MB/s
[  +0.043304] [0x0000000075800000 - 0x0000000075bfffff] 11568 MB/s / 11087 MB/s
[  +0.044232] [0x0000000075c00000 - 0x0000000075ffffff] 11350 MB/s / 11194 MB/s
[  +0.042906] [0x0000000076000000 - 0x00000000763fffff] 11407 MB/s / 11219 MB/s
[  +0.028698] [0x0000000076400000 - 0x00000000767fffff] 20920 MB/s / 25417 MB/s
[  +0.036847] [0x0000000076800000 - 0x0000000076bfffff] 14205 MB/s / 13073 MB/s
[  +0.028509] [0x0000000076c00000 - 0x0000000076ffffff] 20710 MB/s / 25426 MB/s
[  +0.028023] [0x0000000077000000 - 0x00000000773fffff] 20868 MB/s / 25419 MB/s
[  +0.043103] [0x0000000077400000 - 0x00000000777fffff] 11127 MB/s / 10962 MB/s
[  +0.028241] [0x0000000077c00000 - 0x0000000077ffffff] 20652 MB/s / 25411 MB/s
[  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 25405 MB/s
[  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 MB/s / 222 MB/s
[  +1.562192] [0x0000000100400000 - 0x00000001007fffff] 222 MB/s / 222 MB/s
[  +1.881332] [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s
[  +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 MB/s
[  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 MB/s / 24125 MB/s
[  +0.040278] [0x0000000101400000 - 0x00000001017fffff] 12355 MB/s / 11281 MB/s
[  +0.032952] [0x0000000101800000 - 0x0000000101bfffff] 20107 MB/s / 24524 MB/s
[  +0.037027] [0x0000000101c00000 - 0x0000000101ffffff] 12362 MB/s / 23874 MB/s
[  +0.039704] [0x0000000102000000 - 0x00000001023fffff] 12365 MB/s / 11284 MB/s
[  +0.038938] [0x0000000102400000 - 0x00000001027fffff] 12359 MB/s / 23811 MB/s[  +0.042528] [0x0000000102800000 - 0x0000000102bfffff] 12359 MB/s / 11280 MB/s
[  +0.028478] [0x0000000102c00000 - 0x0000000102ffffff] 20333 MB/s / 25260 MB/s
[  +0.040219] [0x0000000103000000 - 0x00000001033fffff] 12368 MB/s / 11281 MB/s
[  +0.028894] [0x0000000103400000 - 0x00000001037fffff] 19748 MB/s / 23803 MB/s
[  +0.030460] [0x0000000103800000 - 0x0000000103bfffff] 19226 MB/s / 23719 MB/s
[  +0.040254] [0x0000000103c00000 - 0x0000000103ffffff] 12359 MB/s / 11294 MB/s
[  +0.044217] [0x0000000104000000 - 0x00000001043fffff] 12343 MB/s / 11296 MB/s
[  +0.041624] [0x0000000104400000 - 0x00000001047fffff] 12351 MB/s / 11281 MB/s
[  +0.028727] [0x0000000104800000 - 0x0000000104bfffff] 19797 MB/s / 23942 MB/s
[  +0.040078] [0x0000000104c00000 - 0x0000000104ffffff] 12364 MB/s / 11286 MB/s
[  +0.028965] [0x0000000105000000 - 0x00000001053fffff] 20180 MB/s / 24461 MB/s
[  +0.028704] [0x0000000105400000 - 0x00000001057fffff] 20243 MB/s / 24793 MB/s
[  +0.028800] [0x0000000105800000 - 0x0000000105bfffff] 20139 MB/s / 24578 MB/s
[  +0.041245] [0x0000000105c00000 - 0x0000000105ffffff] 12359 MB/s / 11284 MB/s
[  +0.040272] [0x0000000106000000 - 0x00000001063fffff] 12363 MB/s / 11288 MB/s
[  +0.029987] [0x0000000106400000 - 0x00000001067fffff] 18383 MB/s / 21733 MB/s
[  +0.039556] [0x0000000106800000 - 0x0000000106bfffff] 12366 MB/s / 11285 MB/s
[  +0.029063] [0x0000000106c00000 - 0x0000000106ffffff] 19419 MB/s / 24011 MB/s
[  +0.028581] [0x0000000107000000 - 0x00000001073fffff] 20228 MB/s / 23618 MB/s
[  +0.037009] [0x0000000107400000 - 0x00000001077fffff] 12343 MB/s / 22230 MB/s
[  +0.028085] [0x0000000107800000 - 0x0000000107bfffff] 20268 MB/s / 25372 MB/s
[  +0.028167] [0x0000000107c00000 - 0x0000000107ffffff] 20300 MB/s / 25412 MB/s
[  +0.035774] [0x0000000108000000 - 0x00000001083fffff] 13846 MB/s / 25314 MB/s
[  +0.033330] [0x0000000108400000 - 0x00000001087fffff] 16304 MB/s / 25412 MB/s
[  +0.036782] [0x0000000108800000 - 0x0000000108bfffff] 13819 MB/s / 12999 MB/s
[  +0.041941] [0x0000000108c00000 - 0x0000000108ffffff] 12355 MB/s / 12605 MB/s
[  +0.030495] [0x0000000109000000 - 0x00000001093fffff] 19286 MB/s / 23055 MB/s[  +0.044314] [0x0000000109400000 - 0x00000001097fffff] 12049 MB/s / 11281 MB/s
[  +0.029594] [0x0000000109800000 - 0x0000000109bfffff] 20150 MB/s / 25187 MB/s
[  +0.040401] [0x0000000109c00000 - 0x0000000109ffffff] 12359 MB/s / 11293 MB/s
[  +0.033808] [0x000000010a000000 - 0x000000010a3fffff] 20727 MB/s / 25130 MB/s
[  +0.030568] [0x000000010a400000 - 0x000000010a7fffff] 20480 MB/s / 19629 MB/s
[  +0.042656] [0x000000010a800000 - 0x000000010abfffff] 12360 MB/s / 11296 MB/s
[  +0.041198] [0x000000010ac00000 - 0x000000010affffff] 12366 MB/s / 11269 MB/s
[  +0.029063] [0x000000010b000000 - 0x000000010b3fffff] 18987 MB/s / 25361 MB/s
[  +0.039013] [0x000000010b400000 - 0x000000010b7fffff] 13805 MB/s / 12624 MB/s
[  +0.035290] [0x000000010b800000 - 0x000000010bbfffff] 17665 MB/s / 25095 MB/s
[  +0.028581] [0x000000010bc00000 - 0x000000010bffffff] 20969 MB/s / 25430 MB/s
[  +0.028119] [0x000000010c000000 - 0x000000010c3fffff] 20791 MB/s / 25423 MB/s
[  +0.044435] [0x000000010c400000 - 0x000000010c7fffff] 11139 MB/s / 10168 MB/s
[  +0.042939] [0x000000010c800000 - 0x000000010cbfffff] 11567 MB/s / 10670 MB/s
[  +0.028474] [0x000000010cc00000 - 0x000000010cffffff] 20890 MB/s / 25422 MB/s
[  +0.041701] [0x000000010d000000 - 0x000000010d3fffff] 11127 MB/s / 24698 MB/s
[  +0.028149] [0x000000010d400000 - 0x000000010d7fffff] 20869 MB/s / 25430 MB/s
[  +0.043758] [0x000000010d800000 - 0x000000010dbfffff] 11131 MB/s / 11299 MB/s
[  +0.028671] [0x000000010dc00000 - 0x000000010dffffff] 20848 MB/s / 25247 MB/s
[  +0.027761] [0x000000010e000000 - 0x000000010e3fffff] 20886 MB/s / 25424 MB/s
[  +0.028048] [0x000000010e400000 - 0x000000010e7fffff] 20771 MB/s / 25427 MB/s
[  +0.029275] [0x000000010e800000 - 0x000000010ebfffff] 20858 MB/s / 25416 MB/s
[  +0.042942] [0x000000010ec00000 - 0x000000010effffff] 11123 MB/s / 10873 MB/s
[  +0.028261] [0x000000010f000000 - 0x000000010f3fffff] 20566 MB/s / 25424 MB/s
[  +0.027914] [0x000000010f400000 - 0x000000010f7fffff] 20849 MB/s / 25420 MB/s
[  +0.042815] [0x000000010f800000 - 0x000000010fbfffff] 11132 MB/s / 10964 MB/s
[  +0.036790] [0x000000010fc00000 - 0x000000010fffffff] 14232 MB/s / 13077 MB/s[  +0.027983] [0x0000000110000000 - 0x00000001103fffff] 20840 MB/s / 25427 MB/s
[  +0.042967] [0x0000000110400000 - 0x00000001107fffff] 11136 MB/s / 11294 MB/s
[  +0.043846] [0x0000000110800000 - 0x0000000110bfffff] 11131 MB/s / 10687 MB/s
[  +0.027970] [0x0000000110c00000 - 0x0000000110ffffff] 20894 MB/s / 25426 MB/s
[  +0.028293] [0x0000000111000000 - 0x00000001113fffff] 20929 MB/s / 25249 MB/s
[  +0.027782] [0x0000000111400000 - 0x00000001117fffff] 20934 MB/s / 25430 MB/s
[  +0.043225] [0x0000000111800000 - 0x0000000111bfffff] 11122 MB/s / 11294 MB/s
[  +0.041928] [0x0000000111c00000 - 0x0000000111ffffff] 14054 MB/s / 11279 MB/s
[  +0.032777] [0x0000000112000000 - 0x00000001123fffff] 16322 MB/s / 18141 MB/s
[  +0.032233] [0x0000000112400000 - 0x00000001127fffff] 19431 MB/s / 18696 MB/s
[  +0.040294] [0x0000000112800000 - 0x0000000112bfffff] 12359 MB/s / 11261 MB/s
[  +0.034307] [0x0000000112c00000 - 0x0000000112ffffff] 18862 MB/s / 24379 MB/s
[  +0.039968] [0x0000000113000000 - 0x00000001133fffff] 12357 MB/s / 11278 MB/s
[  +0.030432] [0x0000000113400000 - 0x00000001137fffff] 20214 MB/s / 25408 MB/s
[  +0.039283] [0x0000000113800000 - 0x0000000113bfffff] 12339 MB/s / 11277 MB/s
[  +0.037979] [0x0000000113c00000 - 0x0000000113ffffff] 14115 MB/s / 12990 MB/s
[  +0.029494] [0x0000000114000000 - 0x00000001143fffff] 19101 MB/s / 22112 MB/s
[  +0.039357] [0x0000000114400000 - 0x00000001147fffff] 12352 MB/s / 11271 MB/s
[  +0.056363] [0x0000000114800000 - 0x0000000114bfffff] 12362 MB/s / 11236 MB/s
[  +0.029350] [0x0000000114c00000 - 0x0000000114ffffff] 19468 MB/s / 25318 MB/s
[  +0.041550] [0x0000000115000000 - 0x00000001153fffff] 12239 MB/s / 11271 MB/s
[  +0.029027] [0x0000000115400000 - 0x00000001157fffff] 19881 MB/s / 24201 MB/s
[  +0.033085] [0x0000000115800000 - 0x0000000115bfffff] 19239 MB/s / 23065 MB/s
[  +0.034703] [0x0000000115c00000 - 0x0000000115ffffff] 19283 MB/s / 25297 MB/s
[  +0.029753] [0x0000000116000000 - 0x00000001163fffff] 19525 MB/s / 23584 MB/s
[  +0.041242] [0x0000000116400000 - 0x00000001167fffff] 12339 MB/s / 11285 MB/s
[  +0.029692] [0x0000000116800000 - 0x0000000116bfffff] 19970 MB/s / 22277 MB/s[  +0.028719] [0x0000000116c00000 - 0x0000000116ffffff] 20696 MB/s / 25406 MB/s
[  +0.030466] [0x0000000117000000 - 0x00000001173fffff] 18951 MB/s / 22464 MB/s
[  +0.037330] [0x0000000117400000 - 0x00000001177fffff] 13977 MB/s / 15401 MB/s
[  +0.044411] [0x0000000117800000 - 0x0000000117bfffff] 12317 MB/s / 11270 MB/s
[  +0.030635] [0x0000000117c00000 - 0x0000000117ffffff] 20850 MB/s / 23912 MB/s
[  +0.037389] [0x0000000118000000 - 0x00000001183fffff] 14199 MB/s / 21717 MB/s
[  +0.042616] [0x0000000118400000 - 0x00000001187fffff] 12313 MB/s / 11990 MB/s
[  +0.032300] [0x0000000118800000 - 0x0000000118bfffff] 20433 MB/s / 22574 MB/s
[  +0.045059] [0x0000000118c00000 - 0x0000000118ffffff] 13895 MB/s / 11089 MB/s
[  +0.030216] [0x0000000119000000 - 0x00000001193fffff] 20506 MB/s / 25419 MB/s
[  +0.038509] [0x0000000119400000 - 0x00000001197fffff] 14245 MB/s / 12892 MB/s
[  +0.043285] [0x0000000119800000 - 0x0000000119bfffff] 11101 MB/s / 10712 MB/s
[  +0.042686] [0x0000000119c00000 - 0x0000000119ffffff] 11127 MB/s / 16653 MB/s
[  +0.044451] [0x000000011a000000 - 0x000000011a3fffff] 11133 MB/s / 10165 MB/s
[  +0.043453] [0x000000011a400000 - 0x000000011a7fffff] 11130 MB/s / 10170 MB/s
[  +0.034246] [0x000000011a800000 - 0x000000011abfffff] 20830 MB/s / 25426 MB/s
[  +0.028207] [0x000000011ac00000 - 0x000000011affffff] 20628 MB/s / 25428 MB/s
[  +0.028243] [0x000000011b000000 - 0x000000011b3fffff] 20630 MB/s / 25423 MB/s
[  +0.043703] [0x000000011b400000 - 0x000000011b7fffff] 11129 MB/s / 11298 MB/s
[  +0.028284] [0x000000011b800000 - 0x000000011bbfffff] 20872 MB/s / 25425 MB/s
[  +0.028733] [0x000000011bc00000 - 0x000000011bffffff] 20877 MB/s / 25446 MB/s
[  +0.027948] [0x000000011c000000 - 0x000000011c3fffff] 20864 MB/s / 25430 MB/s
[  +0.041913] [0x000000011c400000 - 0x000000011c7fffff] 11355 MB/s / 13070 MB/s
[  +0.043075] [0x000000011c800000 - 0x000000011cbfffff] 11572 MB/s / 10647 MB/s
[  +0.043917] [0x000000011cc00000 - 0x000000011cffffff] 11126 MB/s / 11298 MB/s
[  +0.028323] [0x000000011d000000 - 0x000000011d3fffff] 20880 MB/s / 25426 MB/s
[  +0.028225] [0x000000011d400000 - 0x000000011d7fffff] 20773 MB/s / 25426 MB/s[  +0.042740] [0x000000011d800000 - 0x000000011dbfffff] 11132 MB/s / 21416 MB/s
[  +0.042637] [0x000000011dc00000 - 0x000000011dffffff] 11465 MB/s / 11295 MB/s
[  +0.032096] [0x000000011e000000 - 0x000000011e3fffff] 20793 MB/s / 25425 MB/s
[  +0.043013] [0x000000011e400000 - 0x000000011e7fffff] 11395 MB/s / 11066 MB/s
[  +0.028328] [0x000000011e800000 - 0x000000011ebfffff] 20821 MB/s / 25419 MB/s
[  +0.028477] [0x000000011ec00000 - 0x000000011effffff] 20852 MB/s / 25427 MB/s
[  +0.028577] [0x000000011f000000 - 0x000000011f3fffff] 20781 MB/s / 25247 MB/s
[  +0.043842] [0x000000011f400000 - 0x000000011f7fffff] 11249 MB/s / 11273 MB/s
[  +0.043864] [0x000000011f800000 - 0x000000011fbfffff] 11129 MB/s / 10930 MB/s
[  +0.028666] [0x000000011fc00000 - 0x000000011fffffff] 20877 MB/s / 25234 MB/s
[  +0.038310] [0x0000000120000000 - 0x00000001203fffff] 11385 MB/s / 25431 MB/s
[  +0.042888] [0x0000000120400000 - 0x00000001207fffff] 11509 MB/s / 10913 MB/s
[  +0.037130] [0x0000000120800000 - 0x0000000120bfffff] 14232 MB/s / 13065 MB/s
[  +0.043973] [0x0000000120c00000 - 0x0000000120ffffff] 11321 MB/s / 10168 MB/s
[  +0.028654] [0x0000000121000000 - 0x00000001213fffff] 20912 MB/s / 25241 MB/s
[  +0.028107] [0x0000000121400000 - 0x00000001217fffff] 20888 MB/s / 25429 MB/s
[  +0.028074] [0x0000000121800000 - 0x0000000121bfffff] 20934 MB/s / 25429 MB/s
[  +0.044273] [0x0000000121c00000 - 0x0000000121ffffff] 11133 MB/s / 11258 MB/s
[  +0.028481] [0x0000000122000000 - 0x00000001223fffff] 20859 MB/s / 25423 MB/s
[  +0.028759] [0x0000000122400000 - 0x00000001227fffff] 20934 MB/s / 25412 MB/s
[  +0.028017] [0x0000000122800000 - 0x0000000122bfffff] 20908 MB/s / 25425 MB/s
[  +0.042404] [0x0000000122c00000 - 0x0000000122ffffff] 11140 MB/s / 13073 MB/s
[  +0.044384] [0x0000000123000000 - 0x00000001233fffff] 11132 MB/s / 11298 MB/s
[  +0.028350] [0x0000000123400000 - 0x00000001237fffff] 20800 MB/s / 25424 MB/s
[  +0.028020] [0x0000000123800000 - 0x0000000123bfffff] 20859 MB/s / 25425 MB/s
[  +0.028884] [0x0000000123c00000 - 0x0000000123ffffff] 20920 MB/s / 25429 MB/s
[  +0.038365] [0x0000000124000000 - 0x00000001243fffff] 11122 MB/s / 25409 MB/s[  +0.043823] [0x0000000124400000 - 0x00000001247fffff] 11120 MB/s / 11295 MB/s
[  +0.042914] [0x0000000124800000 - 0x0000000124bfffff] 11394 MB/s / 11304 MB/s
[  +0.028666] [0x0000000124c00000 - 0x0000000124ffffff] 20798 MB/s / 25418 MB/s
[  +0.028269] [0x0000000125000000 - 0x00000001253fffff] 20806 MB/s / 25427 MB/s
[  +0.029026] [0x0000000125400000 - 0x00000001257fffff] 20860 MB/s / 25245 MB/s
[  +0.042647] [0x0000000125800000 - 0x0000000125bfffff] 11457 MB/s / 11289 MB/s
[  +0.028249] [0x0000000125c00000 - 0x0000000125ffffff] 20849 MB/s / 25427 MB/s
[  +0.028194] [0x0000000126000000 - 0x00000001263fffff] 20828 MB/s / 25423 MB/s
[  +0.041530] [0x0000000126400000 - 0x00000001267fffff] 11123 MB/s / 16202 MB/s
[  +0.043925] [0x0000000126800000 - 0x0000000126bfffff] 11126 MB/s / 10169 MB/s
[  +0.042619] [0x0000000126c00000 - 0x0000000126ffffff] 11581 MB/s / 11215 MB/s
[  +0.028354] [0x0000000127000000 - 0x00000001273fffff] 20896 MB/s / 25424 MB/s
[  +0.028035] [0x0000000127400000 - 0x00000001277fffff] 20937 MB/s / 25429 MB/s
[  +0.042399] [0x0000000127800000 - 0x0000000127bfffff] 11510 MB/s / 18304 MB/s
[  +0.043422] [0x0000000127c00000 - 0x0000000127ffffff] 11580 MB/s / 10712 MB/s
[  +0.043287] [0x0000000128000000 - 0x00000001283fffff] 11135 MB/s / 11278 MB/s
[  +0.043755] [0x0000000128400000 - 0x00000001287fffff] 11123 MB/s / 11288 MB/s
[  +0.028104] [0x0000000128800000 - 0x0000000128bfffff] 20887 MB/s / 25421 MB/s
[  +0.028568] [0x0000000128c00000 - 0x0000000128ffffff] 20857 MB/s / 25244 MB/s
[  +0.027962] [0x0000000129000000 - 0x00000001293fffff] 20882 MB/s / 25426 MB/s
[  +0.027842] [0x0000000129400000 - 0x00000001297fffff] 20852 MB/s / 25426 MB/s
[  +0.028076] [0x0000000129800000 - 0x0000000129bfffff] 20887 MB/s / 25424 MB/s
[  +0.028297] [0x0000000129c00000 - 0x0000000129ffffff] 20666 MB/s / 25421 MB/s
[  +0.036162] [0x000000012a000000 - 0x000000012a3fffff] 14242 MB/s / 18483 MB/s
[  +0.043263] [0x000000012a400000 - 0x000000012a7fffff] 11126 MB/s / 10662 MB/s
[  +0.036886] [0x000000012a800000 - 0x000000012abfffff] 14233 MB/s / 13073 MB/s
[  +0.040103] [0x000000012ac00000 - 0x000000012affffff] 11120 MB/s / 25416 MB/s[  +0.028129] [0x000000012b000000 - 0x000000012b3fffff] 20858 MB/s / 25409 MB/s
[  +0.028304] [0x000000012b400000 - 0x000000012b7fffff] 20915 MB/s / 25415 MB/s
[  +0.037080] [0x000000012b800000 - 0x000000012bbfffff] 14228 MB/s / 13072 MB/s
[  +0.042574] [0x000000012bc00000 - 0x000000012bffffff] 11133 MB/s / 12665 MB/s
[  +0.036878] [0x000000012c000000 - 0x000000012c3fffff] 14235 MB/s / 13076 MB/s
[  +0.028782] [0x000000012c400000 - 0x000000012c7fffff] 20867 MB/s / 25423 MB/s
[  +0.042643] [0x000000012c800000 - 0x000000012cbfffff] 11131 MB/s / 11300 MB/s
[  +0.043261] [0x000000012cc00000 - 0x000000012cffffff] 11129 MB/s / 10613 MB/s
[  +0.028219] [0x000000012d000000 - 0x000000012d3fffff] 20876 MB/s / 25422 MB/s
[  +0.027845] [0x000000012d400000 - 0x000000012d7fffff] 20847 MB/s / 25422 MB/s
[  +0.028791] [0x000000012d800000 - 0x000000012dbfffff] 20807 MB/s / 25413 MB/s
[  +0.044030] [0x000000012dc00000 - 0x000000012dffffff] 11315 MB/s / 10170 MB/s
[  +0.028617] [0x000000012e000000 - 0x000000012e3fffff] 20953 MB/s / 25429 MB/s
[  +0.043897] [0x000000012e400000 - 0x000000012e7fffff] 11136 MB/s / 11020 MB/s
[  +0.028756] [0x000000012e800000 - 0x000000012ebfffff] 20696 MB/s / 25406 MB/s
[  +0.028001] [0x000000012ec00000 - 0x000000012effffff] 20854 MB/s / 25427 MB/s
[  +0.042583] [0x000000012f000000 - 0x000000012f3fffff] 11449 MB/s / 11226 MB/s
[  +0.029416] [0x000000012f400000 - 0x000000012f7fffff] 20960 MB/s / 25426 MB/s
[  +0.028176] [0x000000012f800000 - 0x000000012fbfffff] 20915 MB/s / 25425 MB/s
[  +0.042996] [0x000000012fc00000 - 0x000000012fffffff] 11474 MB/s / 10663 MB/s
[  +0.029064] [0x0000000130000000 - 0x00000001303fffff] 20878 MB/s / 25406 MB/s
[  +0.028763] [0x0000000130400000 - 0x00000001307fffff] 20890 MB/s / 25449 MB/s
[  +0.043145] [0x0000000130800000 - 0x0000000130bfffff] 11130 MB/s / 11296 MB/s
[  +0.043114] [0x0000000130c00000 - 0x0000000130ffffff] 11125 MB/s / 11216 MB/s
[  +0.028350] [0x0000000131000000 - 0x00000001313fffff] 20917 MB/s / 25429 MB/s
[  +0.028308] [0x0000000131400000 - 0x00000001317fffff] 20834 MB/s / 25420 MB/s
[  +0.028091] [0x0000000131800000 - 0x0000000131bfffff] 20840 MB/s / 25418 MB/s[  +0.028384] [0x0000000131c00000 - 0x0000000131ffffff] 20751 MB/s / 25249 MB/s
[  +0.027970] [0x0000000132000000 - 0x00000001323fffff] 20886 MB/s / 25423 MB/s
[  +0.028411] [0x0000000132400000 - 0x00000001327fffff] 20831 MB/s / 25427 MB/s
[  +0.028945] [0x0000000132800000 - 0x0000000132bfffff] 20804 MB/s / 25247 MB/s
[  +0.044013] [0x0000000132c00000 - 0x0000000132ffffff] 11144 MB/s / 11258 MB/s
[  +0.028680] [0x0000000133000000 - 0x00000001333fffff] 20953 MB/s / 25246 MB/s
[  +0.028948] [0x0000000133400000 - 0x00000001337fffff] 20932 MB/s / 25405 MB/s
[  +0.028777] [0x0000000133800000 - 0x0000000133bfffff] 20937 MB/s / 25424 MB/s
[  +0.028018] [0x0000000133c00000 - 0x0000000133ffffff] 20838 MB/s / 25426 MB/s
[  +0.028753] [0x0000000134000000 - 0x00000001343fffff] 20814 MB/s / 25425 MB/s
[  +0.043486] [0x0000000134400000 - 0x00000001347fffff] 11125 MB/s / 11299 MB/s
[  +0.028793] [0x0000000134800000 - 0x0000000134bfffff] 20942 MB/s / 25430 MB/s
[  +0.043944] [0x0000000134c00000 - 0x0000000134ffffff] 11131 MB/s / 11299 MB/s
[  +0.028750] [0x0000000135000000 - 0x00000001353fffff] 20916 MB/s / 25443 MB/s
[  +0.027884] [0x0000000135400000 - 0x00000001357fffff] 20863 MB/s / 25421 MB/s
[  +0.029621] [0x0000000135800000 - 0x0000000135bfffff] 20139 MB/s / 25389 MB/s
[  +0.028812] [0x0000000135c00000 - 0x0000000135ffffff] 20927 MB/s / 25430 MB/s
[  +0.028283] [0x0000000136000000 - 0x00000001363fffff] 20901 MB/s / 25429 MB/s
[  +0.027963] [0x0000000136400000 - 0x00000001367fffff] 20882 MB/s / 25422 MB/s
[  +0.028945] [0x0000000136800000 - 0x0000000136bfffff] 20765 MB/s / 25424 MB/s
[  +0.043392] [0x0000000136c00000 - 0x0000000136ffffff] 11458 MB/s / 10689 MB/s
[  +0.043169] [0x0000000137000000 - 0x00000001373fffff] 11129 MB/s / 11299 MB/s
[  +0.028150] [0x0000000137400000 - 0x00000001377fffff] 20880 MB/s / 25425 MB/s
[  +0.028257] [0x0000000137800000 - 0x0000000137bfffff] 20858 MB/s / 25425 MB/s
[  +0.043621] [0x0000000137c00000 - 0x0000000137ffffff] 11135 MB/s / 10171 MB/s
[  +0.028215] [0x0000000138000000 - 0x00000001383fffff] 20942 MB/s / 25424 MB/s
[  +0.027981] [0x0000000138400000 - 0x00000001387fffff] 20921 MB/s / 25421 MB/s[  +0.044424] [0x0000000138800000 - 0x0000000138bfffff] 11132 MB/s / 11186 MB/s
[  +0.033086] [0x0000000138c00000 - 0x0000000138ffffff] 20787 MB/s / 25426 MB/s
[  +0.037917] [0x0000000139000000 - 0x00000001393fffff] 14221 MB/s / 13074 MB/s
[  +0.042973] [0x0000000139400000 - 0x00000001397fffff] 11624 MB/s / 10640 MB/s
[  +0.028546] [0x0000000139800000 - 0x0000000139bfffff] 20930 MB/s / 25422 MB/s
[  +0.042198] [0x0000000139c00000 - 0x0000000139ffffff] 11441 MB/s / 10966 MB/s
[  +0.037912] [0x000000013a000000 - 0x000000013a3fffff] 14250 MB/s / 13069 MB/s
[  +0.043645] [0x000000013a400000 - 0x000000013a7fffff] 11100 MB/s / 10158 MB/s
[  +0.044000] [0x000000013a800000 - 0x000000013abfffff] 11139 MB/s / 10165 MB/s
[  +0.037962] [0x000000013ac00000 - 0x000000013affffff] 14242 MB/s / 13071 MB/s
[  +0.042841] [0x000000013b000000 - 0x000000013b3fffff] 11574 MB/s / 10684 MB/s
[  +0.028494] [0x000000013b400000 - 0x000000013b7fffff] 20853 MB/s / 25428 MB/s
[  +0.028542] [0x000000013b800000 - 0x000000013bbfffff] 20868 MB/s / 25421 MB/s
[  +0.028742] [0x000000013bc00000 - 0x000000013bffffff] 20904 MB/s / 25239 MB/s
[  +0.028112] [0x000000013c000000 - 0x000000013c3fffff] 20986 MB/s / 25428 MB/s
[  +0.043746] [0x000000013c400000 - 0x000000013c7fffff] 11125 MB/s / 11293 MB/s
[  +0.043481] [0x000000013c800000 - 0x000000013cbfffff] 11461 MB/s / 11298 MB/s
[  +0.028634] [0x000000013cc00000 - 0x000000013cffffff] 20769 MB/s / 25242 MB/s
[  +0.028976] [0x000000013d000000 - 0x000000013d3fffff] 20885 MB/s / 25425 MB/s
[  +0.028146] [0x000000013d400000 - 0x000000013d7fffff] 20880 MB/s / 25417 MB/s
[  +0.033825] [0x000000013d800000 - 0x000000013dbfffff] 20865 MB/s / 25423 MB/s
[  +0.043886] [0x000000013dc00000 - 0x000000013dffffff] 11101 MB/s / 10165 MB/s
[  +0.028118] [0x000000013e000000 - 0x000000013e3fffff] 20904 MB/s / 25428 MB/s
[  +0.043012] [0x000000013e400000 - 0x000000013e7fffff] 11124 MB/s / 11283 MB/s
[  +0.028641] [0x000000013e800000 - 0x000000013ebfffff] 20770 MB/s / 25428 MB/s
[  +0.036979] [0x000000013ec00000 - 0x000000013effffff] 14252 MB/s / 13076 MB/s
[  +0.028144] [0x000000013f000000 - 0x000000013f3fffff] 20858 MB/s / 25419 MB/s[  +0.028309] [0x000000013f400000 - 0x000000013f7fffff] 20923 MB/s / 25246 MB/s
[  +0.027900] [0x000000013f800000 - 0x000000013fbfffff] 20841 MB/s / 25423 MB/s
[  +0.027709] [0x000000013fc00000 - 0x000000013fffffff] 20874 MB/s / 25430 MB/s
[  +0.027977] [0x0000000140000000 - 0x00000001403fffff] 20681 MB/s / 25421 MB/s
[  +0.027810] [0x0000000140400000 - 0x00000001407fffff] 20892 MB/s / 25423 MB/s
[  +0.037589] [0x0000000140800000 - 0x0000000140bfffff] 11127 MB/s / 25429 MB/s
[  +0.037264] [0x0000000140c00000 - 0x0000000140ffffff] 14237 MB/s / 13078 MB/s
[  +0.044718] [0x0000000141000000 - 0x00000001413fffff] 11136 MB/s / 10400 MB/s
[  +0.029571] [0x0000000141400000 - 0x00000001417fffff] 20906 MB/s / 25248 MB/s
[  +0.043995] [0x0000000141800000 - 0x0000000141bfffff] 11133 MB/s / 11274 MB/s
[  +0.044533] [0x0000000141c00000 - 0x0000000141ffffff] 11131 MB/s / 11296 MB/s
[  +0.028563] [0x0000000142000000 - 0x00000001423fffff] 20828 MB/s / 25428 MB/s
[  +0.040195] [0x0000000142400000 - 0x00000001427fffff] 11456 MB/s / 25390 MB/s
[  +0.029076] [0x0000000142800000 - 0x0000000142bfffff] 20872 MB/s / 25425 MB/s
[  +0.042891] [0x0000000142c00000 - 0x0000000142ffffff] 11475 MB/s / 11295 MB/s
[  +0.028864] [0x0000000143000000 - 0x00000001433fffff] 20856 MB/s / 25420 MB/s
[  +0.042563] [0x0000000143400000 - 0x00000001437fffff] 11519 MB/s / 11300 MB/s
[  +0.029007] [0x0000000143800000 - 0x0000000143bfffff] 20908 MB/s / 25417 MB/s
[  +0.029083] [0x0000000143c00000 - 0x0000000143ffffff] 20790 MB/s / 25424 MB/s
[  +0.028028] [0x0000000144000000 - 0x00000001443fffff] 20794 MB/s / 25406 MB/s
[  +0.037402] [0x0000000144400000 - 0x00000001447fffff] 11632 MB/s / 25413 MB/s
[  +0.043242] [0x0000000144800000 - 0x0000000144bfffff] 11441 MB/s / 10668 MB/s
[  +0.028096] [0x0000000144c00000 - 0x0000000144ffffff] 20900 MB/s / 25426 MB/s
[  +0.027807] [0x0000000145000000 - 0x00000001453fffff] 20893 MB/s / 25448 MB/s
[  +0.027901] [0x0000000145400000 - 0x00000001457fffff] 20918 MB/s / 25429 MB/s
[  +0.043381] [0x0000000145800000 - 0x0000000145bfffff] 11130 MB/s / 10168 MB/s
[  +0.037114] [0x0000000145c00000 - 0x0000000145ffffff] 14225 MB/s / 13078 MB/s[  +0.042503] [0x0000000146000000 - 0x00000001463fffff] 11129 MB/s / 13073 MB/s
[  +0.028049] [0x0000000146400000 - 0x00000001467fffff] 20916 MB/s / 25428 MB/s
[  +0.028152] [0x0000000146800000 - 0x0000000146bfffff] 20930 MB/s / 25429 MB/s
[  +0.028015] [0x0000000146c00000 - 0x0000000146ffffff] 20889 MB/s / 25424 MB/s
[  +0.043508] [0x0000000147000000 - 0x00000001473fffff] 11119 MB/s / 11246 MB/s
[  +0.028249] [0x0000000147400000 - 0x00000001477fffff] 20896 MB/s / 25425 MB/s
[  +0.037686] [0x0000000147800000 - 0x0000000147bfffff] 14240 MB/s / 13073 MB/s
[  +0.037479] [0x0000000147c00000 - 0x0000000147ffffff] 14254 MB/s / 13078 MB/s
[  +0.043450] [0x0000000148000000 - 0x00000001483fffff] 11133 MB/s / 10161 MB/s
[  +0.043664] [0x0000000148400000 - 0x00000001487fffff] 11131 MB/s / 10169 MB/s
[  +0.028608] [0x0000000148800000 - 0x0000000148bfffff] 20864 MB/s / 25418 MB/s
[  +0.028257] [0x0000000148c00000 - 0x0000000148ffffff] 20663 MB/s / 25429 MB/s
[  +0.041352] [0x0000000149000000 - 0x00000001493fffff] 11126 MB/s / 25365 MB/s
[  +0.044108] [0x0000000149400000 - 0x00000001497fffff] 11460 MB/s / 10735 MB/s
[  +0.043003] [0x0000000149800000 - 0x0000000149bfffff] 11519 MB/s / 11291 MB/s
[  +0.028367] [0x0000000149c00000 - 0x0000000149ffffff] 20629 MB/s / 25424 MB/s
[  +0.028143] [0x000000014a000000 - 0x000000014a3fffff] 20877 MB/s / 25400 MB/s
[  +0.042876] [0x000000014a400000 - 0x000000014a7fffff] 11277 MB/s / 11299 MB/s
[  +0.028323] [0x000000014a800000 - 0x000000014abfffff] 20985 MB/s / 25408 MB/s
[  +0.028812] [0x000000014ac00000 - 0x000000014affffff] 20818 MB/s / 25424 MB/s
[  +0.042944] [0x000000014b000000 - 0x000000014b3fffff] 11470 MB/s / 11289 MB/s
[  +0.028458] [0x000000014b400000 - 0x000000014b7fffff] 20867 MB/s / 25424 MB/s
[  +0.028029] [0x000000014b800000 - 0x000000014bbfffff] 20843 MB/s / 25422 MB/s
[  +0.028049] [0x000000014bc00000 - 0x000000014bffffff] 20889 MB/s / 25423 MB/s
[  +0.041595] [0x000000014c000000 - 0x000000014c3fffff] 11153 MB/s / 15836 MB/s
[  +0.043772] [0x000000014c400000 - 0x000000014c7fffff] 11130 MB/s / 11300 MB/s
[  +0.028494] [0x000000014c800000 - 0x000000014cbfffff] 20842 MB/s / 25426 MB/s[  +0.043575] [0x000000014cc00000 - 0x000000014cffffff] 11134 MB/s / 11297 MB/s
[  +0.043758] [0x000000014d000000 - 0x000000014d3fffff] 11405 MB/s / 11278 MB/s
[  +0.043044] [0x000000014d400000 - 0x000000014d7fffff] 11126 MB/s / 11230 MB/s
[  +0.028116] [0x000000014d800000 - 0x000000014dbfffff] 20909 MB/s / 25429 MB/s
[  +0.043144] [0x000000014dc00000 - 0x000000014dffffff] 11131 MB/s / 11255 MB/s
[  +0.037096] [0x000000014e000000 - 0x000000014e3fffff] 14231 MB/s / 13075 MB/s
[  +0.028720] [0x000000014e400000 - 0x000000014e7fffff] 20945 MB/s / 25245 MB/s
[  +0.028495] [0x000000014e800000 - 0x000000014ebfffff] 20872 MB/s / 25424 MB/s
[  +0.027808] [0x000000014ec00000 - 0x000000014effffff] 20939 MB/s / 25425 MB/s
[  +0.043760] [0x000000014f000000 - 0x000000014f3fffff] 11134 MB/s / 11300 MB/s
[  +0.043045] [0x000000014f400000 - 0x000000014f7fffff] 11127 MB/s / 11301 MB/s
[  +0.043662] [0x000000014f800000 - 0x000000014fbfffff] 11138 MB/s / 11245 MB/s
[  +0.042953] [0x000000014fc00000 - 0x000000014fffffff] 11135 MB/s / 11276 MB/s
[  +0.041697] [0x0000000150000000 - 0x00000001503fffff] 11132 MB/s / 23069 MB/s
[  +0.044409] [0x0000000150400000 - 0x00000001507fffff] 11122 MB/s / 10704 MB/s
[  +0.043528] [0x0000000150800000 - 0x0000000150bfffff] 11127 MB/s / 11235 MB/s
[  +0.028853] [0x0000000150c00000 - 0x0000000150ffffff] 20754 MB/s / 25425 MB/s
[  +0.043833] [0x0000000151000000 - 0x00000001513fffff] 11127 MB/s / 11297 MB/s
[  +0.042958] [0x0000000151400000 - 0x00000001517fffff] 11127 MB/s / 11219 MB/s
[  +0.043189] [0x0000000151800000 - 0x0000000151bfffff] 11131 MB/s / 11277 MB/s
[  +0.028673] [0x0000000151c00000 - 0x0000000151ffffff] 20892 MB/s / 25418 MB/s
[  +0.028386] [0x0000000152000000 - 0x00000001523fffff] 20921 MB/s / 25257 MB/s
[  +0.028484] [0x0000000152400000 - 0x00000001527fffff] 20566 MB/s / 25416 MB/s
[  +0.044131] [0x0000000152800000 - 0x0000000152bfffff] 11135 MB/s / 11290 MB/s
[  +0.028537] [0x0000000152c00000 - 0x0000000152ffffff] 20912 MB/s / 25423 MB/s
[  +0.027839] [0x0000000153000000 - 0x00000001533fffff] 20635 MB/s / 25420 MB/s
[  +0.038115] [0x0000000153400000 - 0x00000001537fffff] 11124 MB/s / 25412 MB/s[  +0.043388] [0x0000000153800000 - 0x0000000153bfffff] 11125 MB/s / 10170 MB/s
[  +0.028475] [0x0000000153c00000 - 0x0000000153ffffff] 20868 MB/s / 25428 MB/s
[  +0.028229] [0x0000000154000000 - 0x00000001543fffff] 20857 MB/s / 25420 MB/s
[  +0.036461] [0x0000000154400000 - 0x00000001547fffff] 14238 MB/s / 16636 MB/s
[  +0.042909] [0x0000000154800000 - 0x0000000154bfffff] 11136 MB/s / 11257 MB/s
[  +0.028202] [0x0000000154c00000 - 0x0000000154ffffff] 20884 MB/s / 25425 MB/s
[  +0.028708] [0x0000000155000000 - 0x00000001553fffff] 20737 MB/s / 25430 MB/s
[  +0.027985] [0x0000000155400000 - 0x00000001557fffff] 20829 MB/s / 25431 MB/s
[  +0.028549] [0x0000000155800000 - 0x0000000155bfffff] 20830 MB/s / 25424 MB/s
[  +0.027988] [0x0000000155c00000 - 0x0000000155ffffff] 20905 MB/s / 25426 MB/s
[  +0.027866] [0x0000000156000000 - 0x00000001563fffff] 20829 MB/s / 25425 MB/s
[  +0.028758] [0x0000000156400000 - 0x00000001567fffff] 20893 MB/s / 25428 MB/s
[  +0.044035] [0x0000000156800000 - 0x0000000156bfffff] 11123 MB/s / 11299 MB/s
[  +0.028468] [0x0000000156c00000 - 0x0000000156ffffff] 20855 MB/s / 25304 MB/s
[  +0.027936] [0x0000000157000000 - 0x00000001573fffff] 20902 MB/s / 25424 MB/s
[  +0.043445] [0x0000000157400000 - 0x00000001577fffff] 11134 MB/s / 11299 MB/s
[  +0.043127] [0x0000000157800000 - 0x0000000157bfffff] 11502 MB/s / 10691 MB/s
[  +0.028232] [0x0000000157c00000 - 0x0000000157ffffff] 20867 MB/s / 25421 MB/s
[  +0.028337] [0x0000000158000000 - 0x00000001583fffff] 20830 MB/s / 25423 MB/s
[  +0.029061] [0x0000000158400000 - 0x00000001587fffff] 20840 MB/s / 25418 MB/s
[  +0.043386] [0x0000000158800000 - 0x0000000158bfffff] 11128 MB/s / 10169 MB/s
[  +0.036808] [0x0000000158c00000 - 0x0000000158ffffff] 14217 MB/s / 13074 MB/s
[  +0.028106] [0x0000000159000000 - 0x00000001593fffff] 20846 MB/s / 25428 MB/s
[  +0.028045] [0x0000000159400000 - 0x00000001597fffff] 20821 MB/s / 25427 MB/s
[  +0.027932] [0x0000000159800000 - 0x0000000159bfffff] 20839 MB/s / 25420 MB/s
[  +0.039354] [0x0000000159c00000 - 0x0000000159ffffff] 11131 MB/s / 25427 MB/s
[  +0.028434] [0x000000015a000000 - 0x000000015a3fffff] 20861 MB/s / 25428 MB/s[  +0.044256] [0x000000015a400000 - 0x000000015a7fffff] 11131 MB/s / 10170 MB/s
[  +0.037357] [0x000000015a800000 - 0x000000015abfffff] 14242 MB/s / 13068 MB/s
[  +0.028264] [0x000000015ac00000 - 0x000000015affffff] 20724 MB/s / 25417 MB/s
[  +0.028092] [0x000000015b000000 - 0x000000015b3fffff] 20865 MB/s / 25406 MB/s
[  +0.042587] [0x000000015b400000 - 0x000000015b7fffff] 11597 MB/s / 11292 MB/s
[  +0.028703] [0x000000015b800000 - 0x000000015bbfffff] 20932 MB/s / 25419 MB/s
[  +0.028037] [0x000000015bc00000 - 0x000000015bffffff] 20938 MB/s / 25424 MB/s
[  +0.028523] [0x000000015c000000 - 0x000000015c3fffff] 20896 MB/s / 25407 MB/s
[  +0.027929] [0x000000015c400000 - 0x000000015c7fffff] 20901 MB/s / 25424 MB/s
[  +0.027915] [0x000000015c800000 - 0x000000015cbfffff] 20878 MB/s / 25430 MB/s
[  +0.028093] [0x000000015cc00000 - 0x000000015cffffff] 20859 MB/s / 25423 MB/s
[  +0.041310] [0x000000015d000000 - 0x000000015d3fffff] 11128 MB/s / 25366 MB/s
[  +0.043864] [0x000000015d400000 - 0x000000015d7fffff] 11120 MB/s / 10927 MB/s
[  +0.028760] [0x000000015d800000 - 0x000000015dbfffff] 20909 MB/s / 25424 MB/s
[  +0.038067] [0x000000015dc00000 - 0x000000015dffffff] 11124 MB/s / 25419 MB/s
[  +0.044569] [0x000000015e000000 - 0x000000015e3fffff] 11124 MB/s / 10743 MB/s
[  +0.042771] [0x000000015e400000 - 0x000000015e7fffff] 11600 MB/s / 11298 MB/s
[  +0.028637] [0x000000015e800000 - 0x000000015ebfffff] 20853 MB/s / 25421 MB/s
[  +0.028956] [0x000000015ec00000 - 0x000000015effffff] 20835 MB/s / 25419 MB/s
[  +0.028282] [0x000000015f000000 - 0x000000015f3fffff] 20849 MB/s / 25429 MB/s
[  +0.043718] [0x000000015f400000 - 0x000000015f7fffff] 11128 MB/s / 10162 MB/s
[  +0.043360] [0x000000015f800000 - 0x000000015fbfffff] 11125 MB/s / 11183 MB/s
[  +0.037824] [0x000000015fc00000 - 0x000000015fffffff] 14221 MB/s / 13077 MB/s
[  +0.044047] [0x0000000160000000 - 0x00000001603fffff] 11134 MB/s / 10507 MB/s
[  +0.028483] [0x0000000160400000 - 0x00000001607fffff] 20886 MB/s / 25412 MB/s
[  +0.038889] [0x0000000160800000 - 0x0000000160bfffff] 11132 MB/s / 25410 MB/s
[  +0.044170] [0x0000000160c00000 - 0x0000000160ffffff] 11122 MB/s / 11299 MB/s[  +0.043754] [0x0000000161000000 - 0x00000001613fffff] 11128 MB/s / 10713 MB/s
[  +0.043138] [0x0000000161400000 - 0x00000001617fffff] 11489 MB/s / 10648 MB/s
[  +0.043914] [0x0000000161800000 - 0x0000000161bfffff] 11495 MB/s / 11269 MB/s
[  +0.042851] [0x0000000161c00000 - 0x0000000161ffffff] 11572 MB/s / 11282 MB/s
[3月16 08:21] [0x0000000162000000 - 0x00000001623fffff] 20954 MB/s / 25423 MB/s
[  +0.028977] [0x0000000162400000 - 0x00000001627fffff] 20929 MB/s / 25422 MB/s
[  +0.028012] [0x0000000162800000 - 0x0000000162bfffff] 20740 MB/s / 25429 MB/s
[  +0.043468] [0x0000000162c00000 - 0x0000000162ffffff] 11130 MB/s / 11265 MB/s
[  +0.044082] [0x0000000163000000 - 0x00000001633fffff] 11128 MB/s / 11302 MB/s
[  +0.028641] [0x0000000163400000 - 0x00000001637fffff] 20920 MB/s / 25260 MB/s
[  +0.027854] [0x0000000163800000 - 0x0000000163bfffff] 20949 MB/s / 25425 MB/s
[  +0.028560] [0x0000000163c00000 - 0x0000000163ffffff] 20687 MB/s / 25425 MB/s
[  +0.043058] [0x0000000164000000 - 0x00000001643fffff] 11501 MB/s / 11243 MB/s
[  +0.042921] [0x0000000164400000 - 0x00000001647fffff] 11503 MB/s / 11302 MB/s
[  +0.028334] [0x0000000164800000 - 0x0000000164bfffff] 20903 MB/s / 25428 MB/s
[  +0.043939] [0x0000000164c00000 - 0x0000000164ffffff] 11374 MB/s / 10675 MB/s
[  +0.028735] [0x0000000165000000 - 0x00000001653fffff] 20800 MB/s / 25419 MB/s
[  +0.028710] [0x0000000165400000 - 0x00000001657fffff] 20923 MB/s / 25420 MB/s
[  +0.027980] [0x0000000165800000 - 0x0000000165bfffff] 20921 MB/s / 25438 MB/s
[  +0.028866] [0x0000000165c00000 - 0x0000000165ffffff] 20738 MB/s / 25426 MB/s
[  +0.043920] [0x0000000166000000 - 0x00000001663fffff] 11122 MB/s / 11292 MB/s
[  +0.037297] [0x0000000166400000 - 0x00000001667fffff] 14245 MB/s / 13070 MB/s
[  +0.028269] [0x0000000166800000 - 0x0000000166bfffff] 20881 MB/s / 25429 MB/s
[  +0.028505] [0x0000000166c00000 - 0x0000000166ffffff] 20824 MB/s / 25428 MB/s
[  +0.041195] [0x0000000167000000 - 0x00000001673fffff] 11126 MB/s / 25367 MB/s
[  +0.044042] [0x0000000167400000 - 0x00000001677fffff] 11125 MB/s / 10169 MB/s
[  +0.028364] [0x0000000167800000 - 0x0000000167bfffff] 20871 MB/s / 25415 MB/s[  +0.038171] [0x0000000167c00000 - 0x0000000167ffffff] 11131 MB/s / 25420 MB/s
[  +0.042695] [0x0000000168000000 - 0x00000001683fffff] 11580 MB/s / 10958 MB/s
[  +0.043587] [0x0000000168400000 - 0x00000001687fffff] 11512 MB/s / 11298 MB/s
[  +0.028476] [0x0000000168800000 - 0x0000000168bfffff] 20872 MB/s / 25428 MB/s
[  +0.028653] [0x0000000168c00000 - 0x0000000168ffffff] 20928 MB/s / 25407 MB/s
[  +0.043921] [0x0000000169000000 - 0x00000001693fffff] 11397 MB/s / 11287 MB/s
[  +0.029033] [0x0000000169400000 - 0x00000001697fffff] 20720 MB/s / 25423 MB/s
[  +0.042759] [0x0000000169800000 - 0x0000000169bfffff] 11781 MB/s / 10907 MB/s
[  +0.029094] [0x0000000169c00000 - 0x0000000169ffffff] 20876 MB/s / 25403 MB/s
[  +0.036191] [0x000000016a000000 - 0x000000016a3fffff] 14238 MB/s / 22182 MB/s
[  +0.036861] [0x000000016a400000 - 0x000000016a7fffff] 14233 MB/s / 13077 MB/s
[  +0.027919] [0x000000016a800000 - 0x000000016abfffff] 20900 MB/s / 25430 MB/s
[  +0.042619] [0x000000016ac00000 - 0x000000016affffff] 11112 MB/s / 11119 MB/s
[  +0.028149] [0x000000016b000000 - 0x000000016b3fffff] 20861 MB/s / 25427 MB/s
[  +0.042987] [0x000000016b400000 - 0x000000016b7fffff] 11130 MB/s / 10836 MB/s
[  +0.027925] [0x000000016b800000 - 0x000000016bbfffff] 20887 MB/s / 25421 MB/s
[  +0.027999] [0x000000016bc00000 - 0x000000016bffffff] 20654 MB/s / 25427 MB/s
[  +0.028636] [0x000000016c000000 - 0x000000016c3fffff] 20899 MB/s / 25245 MB/s
[  +0.043783] [0x000000016c400000 - 0x000000016c7fffff] 11139 MB/s / 10252 MB/s
[  +0.028607] [0x000000016c800000 - 0x000000016cbfffff] 20827 MB/s / 25412 MB/s
[  +0.027964] [0x000000016cc00000 - 0x000000016cffffff] 20883 MB/s / 25422 MB/s
[  +0.043609] [0x000000016d000000 - 0x000000016d3fffff] 11132 MB/s / 10327 MB/s
[  +0.029679] [0x000000016d400000 - 0x000000016d7fffff] 20874 MB/s / 25402 MB/s
[  +0.043394] [0x000000016d800000 - 0x000000016dbfffff] 11132 MB/s / 11300 MB/s
[  +0.044160] [0x000000016dc00000 - 0x000000016dffffff] 11121 MB/s / 10625 MB/s
[  +0.028596] [0x000000016e000000 - 0x000000016e3fffff] 20935 MB/s / 25428 MB/s
[  +0.027994] [0x000000016e400000 - 0x000000016e7fffff] 20865 MB/s / 25428 MB/s[  +0.028156] [0x000000016e800000 - 0x000000016ebfffff] 20941 MB/s / 25428 MB/s
[  +0.028085] [0x000000016ec00000 - 0x000000016effffff] 20923 MB/s / 25423 MB/s
[  +0.044404] [0x000000016f000000 - 0x000000016f3fffff] 11127 MB/s / 10167 MB/s
[  +0.028070] [0x000000016f400000 - 0x000000016f7fffff] 20847 MB/s / 25424 MB/s
[  +0.037577] [0x000000016f800000 - 0x000000016fbfffff] 14244 MB/s / 13076 MB/s
[  +0.029208] [0x000000016fc00000 - 0x000000016fffffff] 20727 MB/s / 25423 MB/s
[  +0.042598] [0x0000000170000000 - 0x00000001703fffff] 11127 MB/s / 11416 MB/s
[  +0.043520] [0x0000000170400000 - 0x00000001707fffff] 11119 MB/s / 10169 MB/s
[  +0.028382] [0x0000000170800000 - 0x0000000170bfffff] 20887 MB/s / 25430 MB/s
[  +0.042549] [0x0000000170c00000 - 0x0000000170ffffff] 11142 MB/s / 11212 MB/s
[  +0.028322] [0x0000000171000000 - 0x00000001713fffff] 20734 MB/s / 25418 MB/s
[  +0.028358] [0x0000000171400000 - 0x00000001717fffff] 20862 MB/s / 25429 MB/s
[  +0.028449] [0x0000000171800000 - 0x0000000171bfffff] 20819 MB/s / 25236 MB/s
[  +0.028041] [0x0000000171c00000 - 0x0000000171ffffff] 20711 MB/s / 25426 MB/s
[  +0.028520] [0x0000000172000000 - 0x00000001723fffff] 20799 MB/s / 25241 MB/s
[  +0.043843] [0x0000000172400000 - 0x00000001727fffff] 11122 MB/s / 11299 MB/s
[  +0.043479] [0x0000000172800000 - 0x0000000172bfffff] 11557 MB/s / 10710 MB/s
[  +0.027970] [0x0000000172c00000 - 0x0000000172ffffff] 20761 MB/s / 25426 MB/s
[  +0.027807] [0x0000000173000000 - 0x00000001733fffff] 20837 MB/s / 25415 MB/s
[  +0.027941] [0x0000000173400000 - 0x00000001737fffff] 20856 MB/s / 25418 MB/s
[  +0.028378] [0x0000000173800000 - 0x0000000173bfffff] 20899 MB/s / 25236 MB/s
[  +0.042117] [0x0000000173c00000 - 0x0000000173ffffff] 11131 MB/s / 13074 MB/s
[  +0.028549] [0x0000000174000000 - 0x00000001743fffff] 20824 MB/s / 25427 MB/s
[  +0.027805] [0x0000000174400000 - 0x00000001747fffff] 20844 MB/s / 25420 MB/s
[  +0.028024] [0x0000000174800000 - 0x0000000174bfffff] 20862 MB/s / 25417 MB/s
[  +0.027971] [0x0000000174c00000 - 0x0000000174ffffff] 20842 MB/s / 25424 MB/s
[  +0.027952] [0x0000000175000000 - 0x00000001753fffff] 20864 MB/s / 25428 MB/s[  +0.027964] [0x0000000175400000 - 0x00000001757fffff] 20834 MB/s / 25427 MB/s
[  +0.027814] [0x0000000175800000 - 0x0000000175bfffff] 20896 MB/s / 25424 MB/s
[  +0.043494] [0x0000000175c00000 - 0x0000000175ffffff] 11137 MB/s / 11149 MB/s
[  +0.028379] [0x0000000176000000 - 0x00000001763fffff] 20889 MB/s / 25419 MB/s
[  +0.029146] [0x0000000176400000 - 0x00000001767fffff] 20800 MB/s / 25232 MB/s
[  +0.043900] [0x0000000176800000 - 0x0000000176bfffff] 11128 MB/s / 11298 MB/s
[  +0.042156] [0x0000000176c00000 - 0x0000000176ffffff] 11573 MB/s / 11294 MB/s
[  +0.028297] [0x0000000177000000 - 0x00000001773fffff] 20868 MB/s / 25417 MB/s
[  +0.041375] [0x0000000177400000 - 0x00000001777fffff] 11118 MB/s / 25384 MB/s
[  +0.043669] [0x0000000177800000 - 0x0000000177bfffff] 11370 MB/s / 10496 MB/s
[  +0.028333] [0x0000000177c00000 - 0x0000000177ffffff] 20846 MB/s / 25426 MB/s
[  +0.043027] [0x0000000178000000 - 0x00000001783fffff] 11351 MB/s / 10763 MB/s
[  +0.042743] [0x0000000178400000 - 0x00000001787fffff] 11524 MB/s / 11215 MB/s
[  +0.028694] [0x0000000178800000 - 0x0000000178bfffff] 20857 MB/s / 25402 MB/s
[  +0.028809] [0x0000000178c00000 - 0x0000000178ffffff] 20877 MB/s / 25427 MB/s
[  +0.043347] [0x0000000179000000 - 0x00000001793fffff] 11404 MB/s / 11257 MB/s
[  +0.043210] [0x0000000179400000 - 0x00000001797fffff] 11126 MB/s / 10751 MB/s
[  +0.028480] [0x0000000179800000 - 0x0000000179bfffff] 20939 MB/s / 25422 MB/s
[  +0.028017] [0x0000000179c00000 - 0x0000000179ffffff] 20862 MB/s / 25421 MB/s
[  +0.028190] [0x000000017a000000 - 0x000000017a3fffff] 20733 MB/s / 25422 MB/s
[  +0.043454] [0x000000017a400000 - 0x000000017a7fffff] 11126 MB/s / 10835 MB/s
[  +0.028825] [0x000000017a800000 - 0x000000017abfffff] 20782 MB/s / 25248 MB/s
[  +0.028106] [0x000000017ac00000 - 0x000000017affffff] 20767 MB/s / 25426 MB/s
[  +0.041884] [0x000000017b000000 - 0x000000017b3fffff] 11106 MB/s / 15531 MB/s
[  +0.043182] [0x000000017b400000 - 0x000000017b7fffff] 11117 MB/s / 10171 MB/s
[  +0.044334] [0x000000017b800000 - 0x000000017bbfffff] 11128 MB/s / 10169 MB/s
[  +0.043154] [0x000000017bc00000 - 0x000000017bffffff] 11455 MB/s / 11190 MB/s[  +0.042966] [0x000000017c000000 - 0x000000017c3fffff] 11505 MB/s / 10703 MB/s
[  +0.044085] [0x000000017c400000 - 0x000000017c7fffff] 11424 MB/s / 10733 MB/s
[  +0.029047] [0x000000017c800000 - 0x000000017cbfffff] 20863 MB/s / 25424 MB/s
[  +0.028566] [0x000000017cc00000 - 0x000000017cffffff] 20929 MB/s / 25429 MB/s
[  +0.037806] [0x000000017d000000 - 0x000000017d3fffff] 11123 MB/s / 25423 MB/s
[  +0.029554] [0x000000017d400000 - 0x000000017d7fffff] 20860 MB/s / 25410 MB/s
[  +0.029266] [0x000000017d800000 - 0x000000017dbfffff] 20749 MB/s / 24124 MB/s
[  +0.042294] [0x000000017dc00000 - 0x000000017dffffff] 11547 MB/s / 11299 MB/s
[  +0.033282] [0x000000017e000000 - 0x000000017e3fffff] 20152 MB/s / 25427 MB/s
[  +0.028740] [0x000000017e400000 - 0x000000017e7fffff] 20888 MB/s / 25418 MB/s
[  +0.042908] [0x000000017e800000 - 0x000000017ebfffff] 11142 MB/s / 11294 MB/s
[  +0.028119] [0x000000017ec00000 - 0x000000017effffff] 20886 MB/s / 25427 MB/s
[  +0.042896] [0x000000017f000000 - 0x000000017f3fffff] 11543 MB/s / 11293 MB/s
[  +0.043522] [0x000000017f400000 - 0x000000017f7fffff] 11130 MB/s / 10169 MB/s
[  +0.044142] [0x000000017f800000 - 0x000000017fbfffff] 11453 MB/s / 10170 MB/s
[  +0.043606] [0x000000017fc00000 - 0x000000017fffffff] 11140 MB/s / 11301 MB/s
[  +0.028610] [0x0000000180000000 - 0x00000001803fffff] 20756 MB/s / 25428 MB/s
[  +0.044113] [0x0000000180400000 - 0x00000001807fffff] 11518 MB/s / 10563 MB/s
[  +0.028737] [0x0000000180800000 - 0x0000000180bfffff] 20862 MB/s / 25426 MB/s
[  +0.027936] [0x0000000180c00000 - 0x0000000180ffffff] 20875 MB/s / 25425 MB/s
[  +0.028772] [0x0000000181000000 - 0x00000001813fffff] 20918 MB/s / 25430 MB/s
[  +0.043392] [0x0000000181400000 - 0x00000001817fffff] 11134 MB/s / 10167 MB/s
[  +0.043262] [0x0000000181800000 - 0x0000000181bfffff] 11549 MB/s / 10600 MB/s
[  +0.028580] [0x0000000181c00000 - 0x0000000181ffffff] 20785 MB/s / 25419 MB/s
[  +0.039952] [0x0000000182000000 - 0x00000001823fffff] 12418 MB/s / 13871 MB/s
[  +0.044368] [0x0000000182400000 - 0x00000001827fffff] 11129 MB/s / 10714 MB/s
[  +0.037393] [0x0000000182800000 - 0x0000000182bfffff] 14240 MB/s / 13075 MB/s[  +0.028567] [0x0000000182c00000 - 0x0000000182ffffff] 20872 MB/s / 25420 MB/s
[  +0.043451] [0x0000000183000000 - 0x00000001833fffff] 11601 MB/s / 10554 MB/s
[  +0.028717] [0x0000000183400000 - 0x00000001837fffff] 20881 MB/s / 25420 MB/s
[  +0.028237] [0x0000000183800000 - 0x0000000183bfffff] 20860 MB/s / 25427 MB/s
[  +0.042951] [0x0000000183c00000 - 0x0000000183ffffff] 11581 MB/s / 10725 MB/s
[  +0.028664] [0x0000000184000000 - 0x00000001843fffff] 20872 MB/s / 25407 MB/s
[  +0.028229] [0x0000000184400000 - 0x00000001847fffff] 20809 MB/s / 25421 MB/s
[  +0.044101] [0x0000000184800000 - 0x0000000184bfffff] 11144 MB/s / 10583 MB/s
[  +0.042670] [0x0000000184c00000 - 0x0000000184ffffff] 11440 MB/s / 11297 MB/s
[  +0.043947] [0x0000000185000000 - 0x00000001853fffff] 11130 MB/s / 10170 MB/s
[  +0.044502] [0x0000000185400000 - 0x00000001857fffff] 11130 MB/s / 10167 MB/s
[  +0.043113] [0x0000000185800000 - 0x0000000185bfffff] 11129 MB/s / 10165 MB/s
[  +0.028330] [0x0000000185c00000 - 0x0000000185ffffff] 20923 MB/s / 25430 MB/s
[  +0.027952] [0x0000000186000000 - 0x00000001863fffff] 20853 MB/s / 25424 MB/s
[  +0.043693] [0x0000000186400000 - 0x00000001867fffff] 11126 MB/s / 11299 MB/s
[  +0.043914] [0x0000000186800000 - 0x0000000186bfffff] 11449 MB/s / 10711 MB/s
[  +0.028467] [0x0000000186c00000 - 0x0000000186ffffff] 20843 MB/s / 25423 MB/s
[  +0.028137] [0x0000000187000000 - 0x00000001873fffff] 20859 MB/s / 25426 MB/s
[  +0.028946] [0x0000000187400000 - 0x00000001877fffff] 20857 MB/s / 25243 MB/s
[  +0.043416] [0x0000000187800000 - 0x0000000187bfffff] 11592 MB/s / 10565 MB/s
[  +0.042540] [0x0000000187c00000 - 0x0000000187ffffff] 11462 MB/s / 10729 MB/s
[  +0.028180] [0x0000000188000000 - 0x00000001883fffff] 20914 MB/s / 25424 MB/s
[  +0.028037] [0x0000000188400000 - 0x00000001887fffff] 20841 MB/s / 25428 MB/s
[  +0.028339] [0x0000000188800000 - 0x0000000188bfffff] 20892 MB/s / 25242 MB/s
[  +0.038110] [0x0000000188c00000 - 0x0000000188ffffff] 11128 MB/s / 25427 MB/s
[  +0.028567] [0x0000000189000000 - 0x00000001893fffff] 20594 MB/s / 25421 MB/s
[  +0.028076] [0x0000000189400000 - 0x00000001897fffff] 20938 MB/s / 25423 MB/s[  +0.042426] [0x0000000189800000 - 0x0000000189bfffff] 11125 MB/s / 11814 MB/s
[  +0.043875] [0x0000000189c00000 - 0x0000000189ffffff] 11116 MB/s / 10170 MB/s
[  +0.044583] [0x000000018a000000 - 0x000000018a3fffff] 11138 MB/s / 10168 MB/s
[  +0.043102] [0x000000018a400000 - 0x000000018a7fffff] 11118 MB/s / 11302 MB/s
[  +0.042818] [0x000000018a800000 - 0x000000018abfffff] 11125 MB/s / 11215 MB/s
[  +0.028040] [0x000000018ac00000 - 0x000000018affffff] 20954 MB/s / 25423 MB/s
[  +0.027806] [0x000000018b000000 - 0x000000018b3fffff] 20882 MB/s / 25420 MB/s
[  +0.043910] [0x000000018b400000 - 0x000000018b7fffff] 11131 MB/s / 11291 MB/s
[  +0.043433] [0x000000018b800000 - 0x000000018bbfffff] 11128 MB/s / 10688 MB/s
[  +0.028388] [0x000000018bc00000 - 0x000000018bffffff] 20882 MB/s / 25426 MB/s
[  +0.044170] [0x000000018c000000 - 0x000000018c3fffff] 11139 MB/s / 11193 MB/s
[  +0.028671] [0x000000018c400000 - 0x000000018c7fffff] 20766 MB/s / 25246 MB/s
[  +0.028071] [0x000000018c800000 - 0x000000018cbfffff] 20632 MB/s / 25430 MB/s
[  +0.042936] [0x000000018cc00000 - 0x000000018cffffff] 11126 MB/s / 11286 MB/s
[  +0.043151] [0x000000018d000000 - 0x000000018d3fffff] 11125 MB/s / 10662 MB/s
[  +0.028589] [0x000000018d400000 - 0x000000018d7fffff] 20874 MB/s / 25402 MB/s
[  +0.028120] [0x000000018d800000 - 0x000000018dbfffff] 20695 MB/s / 25420 MB/s
[  +0.028009] [0x000000018dc00000 - 0x000000018dffffff] 20882 MB/s / 25423 MB/s
[  +0.043284] [0x000000018e000000 - 0x000000018e3fffff] 11127 MB/s / 10163 MB/s
[  +0.043365] [0x000000018e400000 - 0x000000018e7fffff] 11132 MB/s / 10283 MB/s
[  +0.028193] [0x000000018e800000 - 0x000000018ebfffff] 20873 MB/s / 25424 MB/s
[  +0.028382] [0x000000018ec00000 - 0x000000018effffff] 20762 MB/s / 25425 MB/s
[  +0.027863] [0x000000018f000000 - 0x000000018f3fffff] 20862 MB/s / 25418 MB/s
[  +0.028772] [0x000000018f400000 - 0x000000018f7fffff] 20859 MB/s / 25243 MB/s
[  +0.028107] [0x000000018f800000 - 0x000000018fbfffff] 20871 MB/s / 25416 MB/s
[  +0.028337] [0x000000018fc00000 - 0x000000018fffffff] 20811 MB/s / 25427 MB/s
[  +0.036707] [0x0000000190000000 - 0x00000001903fffff] 14239 MB/s / 13669 MB/s[  +0.028214] [0x0000000190400000 - 0x00000001907fffff] 20821 MB/s / 25421 MB/s
[  +0.029347] [0x0000000190800000 - 0x0000000190bfffff] 20753 MB/s / 25424 MB/s
[  +0.036791] [0x0000000190c00000 - 0x0000000190ffffff] 14235 MB/s / 13075 MB/s
[  +0.028644] [0x0000000191000000 - 0x00000001913fffff] 20837 MB/s / 25415 MB/s
[  +0.028252] [0x0000000191400000 - 0x00000001917fffff] 20880 MB/s / 25425 MB/s
[  +0.028060] [0x0000000191800000 - 0x0000000191bfffff] 20871 MB/s / 25417 MB/s
[  +0.043757] [0x0000000191c00000 - 0x0000000191ffffff] 11469 MB/s / 11257 MB/s
[  +0.042503] [0x0000000192000000 - 0x00000001923fffff] 11269 MB/s / 11286 MB/s
[  +0.028421] [0x0000000192400000 - 0x00000001927fffff] 20814 MB/s / 25414 MB/s
[  +0.029312] [0x0000000192800000 - 0x0000000192bfffff] 20874 MB/s / 25246 MB/s
[  +0.027981] [0x0000000192c00000 - 0x0000000192ffffff] 20901 MB/s / 25428 MB/s
[  +0.042755] [0x0000000193000000 - 0x00000001933fffff] 11466 MB/s / 11240 MB/s
[  +0.043164] [0x0000000193400000 - 0x00000001937fffff] 11122 MB/s / 10175 MB/s
[  +0.044524] [0x0000000193800000 - 0x0000000193bfffff] 11129 MB/s / 10170 MB/s
[  +0.043600] [0x0000000193c00000 - 0x0000000193ffffff] 11125 MB/s / 11069 MB/s
[  +0.042871] [0x0000000194000000 - 0x00000001943fffff] 11507 MB/s / 10714 MB/s
[  +0.028338] [0x0000000194400000 - 0x00000001947fffff] 20844 MB/s / 25423 MB/s
[  +0.027800] [0x0000000194800000 - 0x0000000194bfffff] 20860 MB/s / 25419 MB/s
[  +0.043667] [0x0000000194c00000 - 0x0000000194ffffff] 11134 MB/s / 11295 MB/s
[  +0.028370] [0x0000000195000000 - 0x00000001953fffff] 20910 MB/s / 25426 MB/s
[  +0.042946] [0x0000000195400000 - 0x00000001957fffff] 11126 MB/s / 10905 MB/s
[  +0.028333] [0x0000000195800000 - 0x0000000195bfffff] 20824 MB/s / 25423 MB/s
[  +0.027986] [0x0000000195c00000 - 0x0000000195ffffff] 20668 MB/s / 25422 MB/s
[  +0.043588] [0x0000000196000000 - 0x00000001963fffff] 11132 MB/s / 11245 MB/s
[  +0.044078] [0x0000000196400000 - 0x00000001967fffff] 11597 MB/s / 11102 MB/s
[  +0.028731] [0x0000000196800000 - 0x0000000196bfffff] 20956 MB/s / 25238 MB/s
[  +0.027923] [0x0000000196c00000 - 0x0000000196ffffff] 20910 MB/s / 25428 MB/s[  +0.043025] [0x0000000197000000 - 0x00000001973fffff] 11114 MB/s / 11293 MB/s
[  +0.044321] [0x0000000197400000 - 0x00000001977fffff] 11125 MB/s / 11293 MB/s
[  +0.044519] [0x0000000197800000 - 0x0000000197bfffff] 11139 MB/s / 10155 MB/s
[  +0.028423] [0x0000000197c00000 - 0x0000000197ffffff] 20808 MB/s / 25424 MB/s
[  +0.036871] [0x0000000198000000 - 0x00000001983fffff] 14215 MB/s / 13077 MB/s
[  +0.037074] [0x0000000198400000 - 0x00000001987fffff] 14230 MB/s / 13075 MB/s
[  +0.043359] [0x0000000198800000 - 0x0000000198bfffff] 11589 MB/s / 10721 MB/s
[  +0.031829] [0x0000000198c00000 - 0x0000000198ffffff] 20825 MB/s / 25430 MB/s
[  +0.042741] [0x0000000199000000 - 0x00000001993fffff] 11130 MB/s / 10771 MB/s
[  +0.043143] [0x0000000199400000 - 0x00000001997fffff] 11454 MB/s / 10711 MB/s
[  +0.028255] [0x0000000199800000 - 0x0000000199bfffff] 20867 MB/s / 25428 MB/s
[  +0.027871] [0x0000000199c00000 - 0x0000000199ffffff] 20933 MB/s / 25421 MB/s
[  +0.028002] [0x000000019a000000 - 0x000000019a3fffff] 20738 MB/s / 25416 MB/s
[  +0.043168] [0x000000019a400000 - 0x000000019a7fffff] 11129 MB/s / 11255 MB/s
[  +0.037324] [0x000000019a800000 - 0x000000019abfffff] 14240 MB/s / 13075 MB/s
[  +0.029315] [0x000000019ac00000 - 0x000000019affffff] 20826 MB/s / 25430 MB/s
[  +0.036890] [0x000000019b000000 - 0x000000019b3fffff] 14244 MB/s / 13077 MB/s
[  +0.028110] [0x000000019b400000 - 0x000000019b7fffff] 20892 MB/s / 25420 MB/s
[  +0.028118] [0x000000019b800000 - 0x000000019bbfffff] 20941 MB/s / 25422 MB/s
[  +0.041420] [0x000000019bc00000 - 0x000000019bffffff] 11134 MB/s / 25378 MB/s
[  +0.044047] [0x000000019c000000 - 0x000000019c3fffff] 11123 MB/s / 11298 MB/s
[  +0.042924] [0x000000019c400000 - 0x000000019c7fffff] 11328 MB/s / 11299 MB/s
[  +0.028540] [0x000000019c800000 - 0x000000019cbfffff] 20885 MB/s / 25424 MB/s
[  +0.043309] [0x000000019cc00000 - 0x000000019cffffff] 11482 MB/s / 11282 MB/s
[  +0.043539] [0x000000019d000000 - 0x000000019d3fffff] 11404 MB/s / 11215 MB/s
[  +0.044280] [0x000000019d400000 - 0x000000019d7fffff] 11137 MB/s / 10730 MB/s
[  +0.028848] [0x000000019d800000 - 0x000000019dbfffff] 20874 MB/s / 25426 MB/s[  +0.027986] [0x000000019dc00000 - 0x000000019dffffff] 20780 MB/s / 25425 MB/s
[  +0.043846] [0x000000019e000000 - 0x000000019e3fffff] 11136 MB/s / 11277 MB/s
[  +0.043233] [0x000000019e400000 - 0x000000019e7fffff] 11317 MB/s / 11190 MB/s
[  +0.043950] [0x000000019e800000 - 0x000000019ebfffff] 11404 MB/s / 11297 MB/s
[  +0.029067] [0x000000019ec00000 - 0x000000019effffff] 20893 MB/s / 25394 MB/s
[  +0.027831] [0x000000019f000000 - 0x000000019f3fffff] 20901 MB/s / 25424 MB/s
[  +0.027953] [0x000000019f400000 - 0x000000019f7fffff] 20890 MB/s / 25425 MB/s
[  +0.043221] [0x000000019f800000 - 0x000000019fbfffff] 11125 MB/s / 10168 MB/s
[  +0.028543] [0x000000019fc00000 - 0x000000019fffffff] 20838 MB/s / 25410 MB/s
[  +0.037018] [0x00000001a0000000 - 0x00000001a03fffff] 14243 MB/s / 13086 MB/s
[  +0.042417] [0x00000001a0400000 - 0x00000001a07fffff] 11132 MB/s / 13062 MB/s
[  +0.043458] [0x00000001a0800000 - 0x00000001a0bfffff] 11131 MB/s / 10166 MB/s
[  +0.043396] [0x00000001a0c00000 - 0x00000001a0ffffff] 11128 MB/s / 10170 MB/s
[  +0.034482] [0x00000001a1000000 - 0x00000001a13fffff] 18791 MB/s / 25422 MB/s
[  +0.028712] [0x00000001a1400000 - 0x00000001a17fffff] 20924 MB/s / 25418 MB/s
[  +0.036119] [0x00000001a1800000 - 0x00000001a1bfffff] 14216 MB/s / 22615 MB/s
[  +0.028122] [0x00000001a1c00000 - 0x00000001a1ffffff] 20909 MB/s / 25426 MB/s
[  +0.038866] [0x00000001a2000000 - 0x00000001a23fffff] 11133 MB/s / 25417 MB/s
[  +0.037031] [0x00000001a2400000 - 0x00000001a27fffff] 14229 MB/s / 13074 MB/s
[  +0.028088] [0x00000001a2800000 - 0x00000001a2bfffff] 20853 MB/s / 25425 MB/s
[  +0.043672] [0x00000001a2c00000 - 0x00000001a2ffffff] 11133 MB/s / 11295 MB/s
[  +0.028629] [0x00000001a3000000 - 0x00000001a33fffff] 20866 MB/s / 25409 MB/s
[  +0.027753] [0x00000001a3400000 - 0x00000001a37fffff] 20903 MB/s / 25400 MB/s
[  +0.028187] [0x00000001a3800000 - 0x00000001a3bfffff] 20880 MB/s / 25427 MB/s
[  +0.042959] [0x00000001a3c00000 - 0x00000001a3ffffff] 11136 MB/s / 10721 MB/s
[  +0.043091] [0x00000001a4000000 - 0x00000001a43fffff] 11130 MB/s / 11297 MB/s
[  +0.044424] [0x00000001a4400000 - 0x00000001a47fffff] 11126 MB/s / 11297 MB/s[  +0.042894] [0x00000001a4800000 - 0x00000001a4bfffff] 11416 MB/s / 10707 MB/s
[  +0.042958] [0x00000001a4c00000 - 0x00000001a4ffffff] 11352 MB/s / 10769 MB/s
[  +0.028827] [0x00000001a5000000 - 0x00000001a53fffff] 20970 MB/s / 25408 MB/s
[  +0.036224] [0x00000001a5400000 - 0x00000001a57fffff] 11414 MB/s / 25244 MB/s
[  +0.028542] [0x00000001a5800000 - 0x00000001a5bfffff] 20863 MB/s / 25423 MB/s
[  +0.028027] [0x00000001a5c00000 - 0x00000001a5ffffff] 20877 MB/s / 25423 MB/s
[  +0.028140] [0x00000001a6000000 - 0x00000001a63fffff] 20782 MB/s / 25398 MB/s
[  +0.028080] [0x00000001a6400000 - 0x00000001a67fffff] 20839 MB/s / 25420 MB/s
[  +0.036874] [0x00000001a6800000 - 0x00000001a6bfffff] 14244 MB/s / 13078 MB/s
[  +0.036663] [0x00000001a6c00000 - 0x00000001a6ffffff] 14240 MB/s / 13076 MB/s
[  +0.043511] [0x00000001a7000000 - 0x00000001a73fffff] 11139 MB/s / 11191 MB/s
[  +0.043751] [0x00000001a7400000 - 0x00000001a77fffff] 11582 MB/s / 11300 MB/s
[  +0.028522] [0x00000001a7800000 - 0x00000001a7bfffff] 20981 MB/s / 25231 MB/s
[  +0.028487] [0x00000001a7c00000 - 0x00000001a7ffffff] 20853 MB/s / 25430 MB/s
[  +0.043626] [0x00000001a8000000 - 0x00000001a83fffff] 11124 MB/s / 10159 MB/s
[  +0.028158] [0x00000001a8400000 - 0x00000001a87fffff] 20879 MB/s / 25425 MB/s
[  +0.037688] [0x00000001a8800000 - 0x00000001a8bfffff] 14239 MB/s / 13075 MB/s
[  +0.043509] [0x00000001a8c00000 - 0x00000001a8ffffff] 11140 MB/s / 10333 MB/s
[  +0.043211] [0x00000001a9000000 - 0x00000001a93fffff] 11130 MB/s / 10592 MB/s
[  +0.027951] [0x00000001a9400000 - 0x00000001a97fffff] 20973 MB/s / 25427 MB/s
[  +0.027740] [0x00000001a9800000 - 0x00000001a9bfffff] 20932 MB/s / 25420 MB/s
[  +0.038981] [0x00000001a9c00000 - 0x00000001a9ffffff] 11147 MB/s / 25428 MB/s
[  +0.043367] [0x00000001aa000000 - 0x00000001aa3fffff] 11128 MB/s / 10171 MB/s
[  +0.028100] [0x00000001aa400000 - 0x00000001aa7fffff] 20934 MB/s / 25428 MB/s
[  +0.027922] [0x00000001aa800000 - 0x00000001aabfffff] 20879 MB/s / 25421 MB/s
[  +0.028030] [0x00000001aac00000 - 0x00000001aaffffff] 20884 MB/s / 25430 MB/s
[  +0.027990] [0x00000001ab000000 - 0x00000001ab3fffff] 20903 MB/s / 25430 MB/s[  +0.043142] [0x00000001ab400000 - 0x00000001ab7fffff] 11127 MB/s / 10689 MB/s
[  +0.044917] [0x00000001ab800000 - 0x00000001abbfffff] 11137 MB/s / 10159 MB/s
[  +0.028403] [0x00000001abc00000 - 0x00000001abffffff] 20824 MB/s / 25424 MB/s
[  +0.044121] [0x00000001ac000000 - 0x00000001ac3fffff] 11130 MB/s / 11244 MB/s
[  +0.028321] [0x00000001ac400000 - 0x00000001ac7fffff] 20954 MB/s / 25421 MB/s
[  +0.027969] [0x00000001ac800000 - 0x00000001acbfffff] 20845 MB/s / 25426 MB/s
[  +0.037802] [0x00000001acc00000 - 0x00000001acffffff] 11135 MB/s / 25430 MB/s
[  +0.043752] [0x00000001ad000000 - 0x00000001ad3fffff] 11130 MB/s / 10169 MB/s
[  +0.028822] [0x00000001ad400000 - 0x00000001ad7fffff] 20747 MB/s / 25417 MB/s
[  +0.043288] [0x00000001ad800000 - 0x00000001adbfffff] 11593 MB/s / 11287 MB/s
[  +0.044214] [0x00000001adc00000 - 0x00000001adffffff] 11308 MB/s / 10707 MB/s
[  +0.041801] [0x00000001ae000000 - 0x00000001ae3fffff] 12052 MB/s / 11274 MB/s
[  +0.028765] [0x00000001ae400000 - 0x00000001ae7fffff] 20903 MB/s / 25246 MB/s
[  +0.028234] [0x00000001ae800000 - 0x00000001aebfffff] 20875 MB/s / 25425 MB/s
[  +0.027794] [0x00000001aec00000 - 0x00000001aeffffff] 20714 MB/s / 25426 MB/s
[  +0.043614] [0x00000001af000000 - 0x00000001af3fffff] 11138 MB/s / 11025 MB/s
[  +0.043815] [0x00000001af400000 - 0x00000001af7fffff] 11491 MB/s / 11298 MB/s
[  +0.028457] [0x00000001af800000 - 0x00000001afbfffff] 20943 MB/s / 25423 MB/s
[  +0.037915] [0x00000001afc00000 - 0x00000001afffffff] 11546 MB/s / 25423 MB/s
[  +0.042821] [0x00000001b0000000 - 0x00000001b03fffff] 11560 MB/s / 11292 MB/s
[  +0.044203] [0x00000001b0400000 - 0x00000001b07fffff] 11134 MB/s / 11213 MB/s
[  +0.043531] [0x00000001b0800000 - 0x00000001b0bfffff] 11564 MB/s / 10714 MB/s
[  +0.028330] [0x00000001b0c00000 - 0x00000001b0ffffff] 20883 MB/s / 25426 MB/s
[  +0.027743] [0x00000001b1000000 - 0x00000001b13fffff] 20818 MB/s / 25419 MB/s
[  +0.038981] [0x00000001b1400000 - 0x00000001b17fffff] 11406 MB/s / 25418 MB/s
[  +0.036705] [0x00000001b1800000 - 0x00000001b1bfffff] 14239 MB/s / 13074 MB/s
[  +0.028076] [0x00000001b1c00000 - 0x00000001b1ffffff] 20860 MB/s / 25423 MB/s[  +0.043701] [0x00000001b2000000 - 0x00000001b23fffff] 11135 MB/s / 11250 MB/s
[  +0.028596] [0x00000001b2400000 - 0x00000001b27fffff] 20804 MB/s / 25419 MB/s
[  +0.027722] [0x00000001b2800000 - 0x00000001b2bfffff] 20912 MB/s / 25425 MB/s
[  +0.028509] [0x00000001b2c00000 - 0x00000001b2ffffff] 20912 MB/s / 25413 MB/s
[  +0.027868] [0x00000001b3000000 - 0x00000001b33fffff] 20893 MB/s / 25420 MB/s
[  +0.028808] [0x00000001b3400000 - 0x00000001b37fffff] 20895 MB/s / 25418 MB/s
[  +0.027950] [0x00000001b3800000 - 0x00000001b3bfffff] 20886 MB/s / 25402 MB/s
[  +0.043228] [0x00000001b3c00000 - 0x00000001b3ffffff] 11572 MB/s / 10712 MB/s
[  +0.029282] [0x00000001b4000000 - 0x00000001b43fffff] 20922 MB/s / 25255 MB/s
[  +0.028092] [0x00000001b4400000 - 0x00000001b47fffff] 20925 MB/s / 25401 MB/s
[  +0.028651] [0x00000001b4800000 - 0x00000001b4bfffff] 20868 MB/s / 25425 MB/s
[  +0.027938] [0x00000001b4c00000 - 0x00000001b4ffffff] 20888 MB/s / 25423 MB/s
[  +0.028149] [0x00000001b5000000 - 0x00000001b53fffff] 20627 MB/s / 25424 MB/s
[  +0.028249] [0x00000001b5400000 - 0x00000001b57fffff] 20838 MB/s / 25424 MB/s
[  +0.044477] [0x00000001b5800000 - 0x00000001b5bfffff] 11124 MB/s / 10171 MB/s
[  +0.043530] [0x00000001b5c00000 - 0x00000001b5ffffff] 11129 MB/s / 10169 MB/s
[  +0.028260] [0x00000001b6000000 - 0x00000001b63fffff] 20879 MB/s / 25407 MB/s
[  +0.028081] [0x00000001b6400000 - 0x00000001b67fffff] 20830 MB/s / 25427 MB/s
[  +0.027925] [0x00000001b6800000 - 0x00000001b6bfffff] 20572 MB/s / 25424 MB/s
[  +0.028373] [0x00000001b6c00000 - 0x00000001b6ffffff] 20824 MB/s / 25425 MB/s
[  +0.037787] [0x00000001b7000000 - 0x00000001b73fffff] 11130 MB/s / 25421 MB/s
[  +0.043249] [0x00000001b7400000 - 0x00000001b77fffff] 11122 MB/s / 10304 MB/s
[  +0.031035] [0x00000001b7800000 - 0x00000001b7bfffff] 20900 MB/s / 25410 MB/s
[  +0.043745] [0x00000001b7c00000 - 0x00000001b7ffffff] 11113 MB/s / 10169 MB/s
[  +0.044091] [0x00000001b8000000 - 0x00000001b83fffff] 11314 MB/s / 11222 MB/s
[  +0.028490] [0x00000001b8400000 - 0x00000001b87fffff] 20833 MB/s / 25428 MB/s
[  +0.043110] [0x00000001b8800000 - 0x00000001b8bfffff] 11563 MB/s / 11050 MB/s[  +0.043224] [0x00000001b8c00000 - 0x00000001b8ffffff] 11440 MB/s / 11285 MB/s
[  +0.043604] [0x00000001b9000000 - 0x00000001b93fffff] 11593 MB/s / 11278 MB/s
[  +0.028566] [0x00000001b9400000 - 0x00000001b97fffff] 20825 MB/s / 25421 MB/s
[  +0.028565] [0x00000001b9800000 - 0x00000001b9bfffff] 20877 MB/s / 25244 MB/s
[  +0.028835] [0x00000001b9c00000 - 0x00000001b9ffffff] 20663 MB/s / 25250 MB/s
[  +0.028330] [0x00000001ba000000 - 0x00000001ba3fffff] 20865 MB/s / 25428 MB/s
[  +0.037284] [0x00000001ba400000 - 0x00000001ba7fffff] 14235 MB/s / 13075 MB/s
[  +0.043750] [0x00000001ba800000 - 0x00000001babfffff] 11490 MB/s / 10913 MB/s
[  +0.028364] [0x00000001bac00000 - 0x00000001baffffff] 20822 MB/s / 25410 MB/s
[  +0.028266] [0x00000001bb000000 - 0x00000001bb3fffff] 20867 MB/s / 25425 MB/s
[  +0.043448] [0x00000001bb400000 - 0x00000001bb7fffff] 11410 MB/s / 11214 MB/s
[  +0.028437] [0x00000001bb800000 - 0x00000001bbbfffff] 20780 MB/s / 25415 MB/s
[  +0.028659] [0x00000001bbc00000 - 0x00000001bbffffff] 20829 MB/s / 25420 MB/s
[  +0.028587] [0x00000001bc000000 - 0x00000001bc3fffff] 20896 MB/s / 25224 MB/s
[  +0.028226] [0x00000001bc400000 - 0x00000001bc7fffff] 20748 MB/s / 25404 MB/s
[  +0.032274] [0x00000001bc800000 - 0x00000001bcbfffff] 20396 MB/s / 25416 MB/s
[  +0.043352] [0x00000001bcc00000 - 0x00000001bcffffff] 11395 MB/s / 11300 MB/s
[  +0.044068] [0x00000001bd000000 - 0x00000001bd3fffff] 11354 MB/s / 10657 MB/s
[  +0.028273] [0x00000001bd400000 - 0x00000001bd7fffff] 20840 MB/s / 25428 MB/s
[  +0.042792] [0x00000001bd800000 - 0x00000001bdbfffff] 11136 MB/s / 10876 MB/s
[  +0.028613] [0x00000001bdc00000 - 0x00000001bdffffff] 20913 MB/s / 25403 MB/s
[  +0.043818] [0x00000001be000000 - 0x00000001be3fffff] 11595 MB/s / 11043 MB/s
[  +0.042830] [0x00000001be400000 - 0x00000001be7fffff] 11429 MB/s / 11299 MB/s
[  +0.028177] [0x00000001be800000 - 0x00000001bebfffff] 20844 MB/s / 25426 MB/s
[  +0.028057] [0x00000001bec00000 - 0x00000001beffffff] 20870 MB/s / 25428 MB/s
[  +0.028075] [0x00000001bf000000 - 0x00000001bf3fffff] 20840 MB/s / 25421 MB/s
[  +0.044204] [0x00000001bf400000 - 0x00000001bf7fffff] 11131 MB/s / 10171 MB/s[  +0.028359] [0x00000001bf800000 - 0x00000001bfbfffff] 20956 MB/s / 25421 MB/s
[  +0.043800] [0x00000001bfc00000 - 0x00000001bfffffff] 11133 MB/s / 10169 MB/s
[  +0.032933] [0x00000001c0000000 - 0x00000001c03fffff] 20681 MB/s / 25438 MB/s
[  +0.037164] [0x00000001c0400000 - 0x00000001c07fffff] 14233 MB/s / 13078 MB/s
[  +0.036516] [0x00000001c0800000 - 0x00000001c0bfffff] 14239 MB/s / 13077 MB/s
[  +0.027842] [0x00000001c0c00000 - 0x00000001c0ffffff] 20876 MB/s / 25428 MB/s
[  +0.027860] [0x00000001c1000000 - 0x00000001c13fffff] 20888 MB/s / 25420 MB/s
[  +0.038872] [0x00000001c1400000 - 0x00000001c17fffff] 11123 MB/s / 25428 MB/s
[  +0.028305] [0x00000001c1800000 - 0x00000001c1bfffff] 20721 MB/s / 25422 MB/s
[  +0.043418] [0x00000001c1c00000 - 0x00000001c1ffffff] 11127 MB/s / 11218 MB/s
[  +0.044212] [0x00000001c2000000 - 0x00000001c23fffff] 11539 MB/s / 10749 MB/s
[  +0.028762] [0x00000001c2400000 - 0x00000001c27fffff] 20864 MB/s / 25425 MB/s
[  +0.028742] [0x00000001c2800000 - 0x00000001c2bfffff] 20909 MB/s / 25418 MB/s
[  +0.042361] [0x00000001c2c00000 - 0x00000001c2ffffff] 11458 MB/s / 11223 MB/s
[  +0.028295] [0x00000001c3000000 - 0x00000001c33fffff] 20919 MB/s / 25427 MB/s
[  +0.028053] [0x00000001c3400000 - 0x00000001c37fffff] 20862 MB/s / 25420 MB/s
[  +0.042714] [0x00000001c3800000 - 0x00000001c3bfffff] 11571 MB/s / 11245 MB/s
[  +0.028767] [0x00000001c3c00000 - 0x00000001c3ffffff] 20907 MB/s / 25429 MB/s
[  +0.027988] [0x00000001c4000000 - 0x00000001c43fffff] 20886 MB/s / 25430 MB/s
[  +0.027975] [0x00000001c4400000 - 0x00000001c47fffff] 20771 MB/s / 25431 MB/s
[  +0.027856] [0x00000001c4800000 - 0x00000001c4bfffff] 20833 MB/s / 25422 MB/s
[  +0.027962] [0x00000001c4c00000 - 0x00000001c4ffffff] 20946 MB/s / 25430 MB/s
[  +0.027987] [0x00000001c5000000 - 0x00000001c53fffff] 20964 MB/s / 25422 MB/s
[  +0.043409] [0x00000001c5400000 - 0x00000001c57fffff] 11132 MB/s / 11153 MB/s
[  +0.043680] [0x00000001c5800000 - 0x00000001c5bfffff] 11205 MB/s / 10510 MB/s
[  +0.043913] [0x00000001c5c00000 - 0x00000001c5ffffff] 11126 MB/s / 10631 MB/s
[  +0.028529] [0x00000001c6000000 - 0x00000001c63fffff] 20887 MB/s / 25417 MB/s[  +0.041642] [0x00000001c6400000 - 0x00000001c67fffff] 11474 MB/s / 17722 MB/s
[  +0.028410] [0x00000001c6800000 - 0x00000001c6bfffff] 20805 MB/s / 25428 MB/s
[  +0.042922] [0x00000001c6c00000 - 0x00000001c6ffffff] 11363 MB/s / 10667 MB/s
[  +0.042997] [0x00000001c7000000 - 0x00000001c73fffff] 11138 MB/s / 11125 MB/s
[  +0.028506] [0x00000001c7400000 - 0x00000001c77fffff] 20907 MB/s / 25418 MB/s
[  +0.042823] [0x00000001c7800000 - 0x00000001c7bfffff] 11138 MB/s / 11292 MB/s
[  +0.028235] [0x00000001c7c00000 - 0x00000001c7ffffff] 20941 MB/s / 25429 MB/s
[  +0.028929] [0x00000001c8000000 - 0x00000001c83fffff] 20832 MB/s / 25416 MB/s
[  +0.028027] [0x00000001c8400000 - 0x00000001c87fffff] 20881 MB/s / 25417 MB/s
[  +0.028255] [0x00000001c8800000 - 0x00000001c8bfffff] 20925 MB/s / 25425 MB/s
[  +0.027882] [0x00000001c8c00000 - 0x00000001c8ffffff] 20886 MB/s / 25428 MB/s
[  +0.028032] [0x00000001c9000000 - 0x00000001c93fffff] 20944 MB/s / 25429 MB/s
[  +0.028021] [0x00000001c9400000 - 0x00000001c97fffff] 20912 MB/s / 25427 MB/s
[  +0.044112] [0x00000001c9800000 - 0x00000001c9bfffff] 11138 MB/s / 11011 MB/s
[  +0.043147] [0x00000001c9c00000 - 0x00000001c9ffffff] 11126 MB/s / 11067 MB/s
[  +0.043411] [0x00000001ca000000 - 0x00000001ca3fffff] 11136 MB/s / 10351 MB/s
[  +0.037048] [0x00000001ca400000 - 0x00000001ca7fffff] 14226 MB/s / 13074 MB/s
[  +0.028095] [0x00000001ca800000 - 0x00000001cabfffff] 20867 MB/s / 25409 MB/s
[  +0.028089] [0x00000001cac00000 - 0x00000001caffffff] 20912 MB/s / 25412 MB/s
[  +0.042133] [0x00000001cb000000 - 0x00000001cb3fffff] 11141 MB/s / 13021 MB/s
[  +0.028244] [0x00000001cb400000 - 0x00000001cb7fffff] 20851 MB/s / 25418 MB/s
[  +0.027699] [0x00000001cb800000 - 0x00000001cbbfffff] 20992 MB/s / 25410 MB/s
[  +0.029281] [0x00000001cbc00000 - 0x00000001cbffffff] 20809 MB/s / 25241 MB/s
[  +0.041527] [0x00000001cc000000 - 0x00000001cc3fffff] 11363 MB/s / 22302 MB/s
[  +0.028028] [0x00000001cc400000 - 0x00000001cc7fffff] 20919 MB/s / 25425 MB/s
[  +0.027854] [0x00000001cc800000 - 0x00000001ccbfffff] 20828 MB/s / 25421 MB/s
[  +0.028464] [0x00000001ccc00000 - 0x00000001ccffffff] 20673 MB/s / 25242 MB/s[  +0.027909] [0x00000001cd000000 - 0x00000001cd3fffff] 20861 MB/s / 25410 MB/s
[  +0.037661] [0x00000001cd400000 - 0x00000001cd7fffff] 11452 MB/s / 25408 MB/s
[  +0.043450] [0x00000001cd800000 - 0x00000001cdbfffff] 11122 MB/s / 10163 MB/s
[  +0.028318] [0x00000001cdc00000 - 0x00000001cdffffff] 20896 MB/s / 25420 MB/s
[  +0.027992] [0x00000001ce000000 - 0x00000001ce3fffff] 20707 MB/s / 25404 MB/s
[  +0.042774] [0x00000001ce400000 - 0x00000001ce7fffff] 11126 MB/s / 11260 MB/s
[  +0.028277] [0x00000001ce800000 - 0x00000001cebfffff] 20847 MB/s / 25425 MB/s
[  +0.042957] [0x00000001cec00000 - 0x00000001ceffffff] 11476 MB/s / 11254 MB/s
[  +0.028173] [0x00000001cf000000 - 0x00000001cf3fffff] 20794 MB/s / 25425 MB/s
[  +0.027869] [0x00000001cf400000 - 0x00000001cf7fffff] 20870 MB/s / 25419 MB/s
[  +0.027736] [0x00000001cf800000 - 0x00000001cfbfffff] 20865 MB/s / 25424 MB/s
[  +0.042443] [0x00000001cfc00000 - 0x00000001cfffffff] 11330 MB/s / 11299 MB/s
[  +0.028214] [0x00000001d0000000 - 0x00000001d03fffff] 20854 MB/s / 25425 MB/s
[  +0.042840] [0x00000001d0400000 - 0x00000001d07fffff] 11506 MB/s / 11210 MB/s
[  +0.027905] [0x00000001d0800000 - 0x00000001d0bfffff] 20940 MB/s / 25429 MB/s
[  +0.028176] [0x00000001d0c00000 - 0x00000001d0ffffff] 20738 MB/s / 25414 MB/s
[  +0.043994] [0x00000001d1000000 - 0x00000001d13fffff] 11138 MB/s / 11233 MB/s
[  +0.028671] [0x00000001d1400000 - 0x00000001d17fffff] 20857 MB/s / 25421 MB/s
[  +0.028676] [0x00000001d1800000 - 0x00000001d1bfffff] 20847 MB/s / 25243 MB/s
[  +0.028133] [0x00000001d1c00000 - 0x00000001d1ffffff] 20835 MB/s / 25423 MB/s
[  +0.028775] [0x00000001d2000000 - 0x00000001d23fffff] 20813 MB/s / 25429 MB/s
[  +0.027964] [0x00000001d2400000 - 0x00000001d27fffff] 20809 MB/s / 25427 MB/s
[  +0.028375] [0x00000001d2800000 - 0x00000001d2bfffff] 20856 MB/s / 25424 MB/s
[  +0.028052] [0x00000001d2c00000 - 0x00000001d2ffffff] 20847 MB/s / 25424 MB/s
[  +0.027995] [0x00000001d3000000 - 0x00000001d33fffff] 20821 MB/s / 25425 MB/s
[  +0.043137] [0x00000001d3400000 - 0x00000001d37fffff] 11109 MB/s / 11251 MB/s
[  +0.028433] [0x00000001d3800000 - 0x00000001d3bfffff] 20862 MB/s / 25428 MB/s[  +0.043419] [0x00000001d3c00000 - 0x00000001d3ffffff] 11125 MB/s / 11214 MB/s
[  +0.028657] [0x00000001d4000000 - 0x00000001d43fffff] 20913 MB/s / 25401 MB/s
[  +0.028289] [0x00000001d4400000 - 0x00000001d47fffff] 20891 MB/s / 25430 MB/s
[  +0.043884] [0x00000001d4800000 - 0x00000001d4bfffff] 11516 MB/s / 11281 MB/s
[  +0.042158] [0x00000001d4c00000 - 0x00000001d4ffffff] 11828 MB/s / 11122 MB/s
[  +0.043357] [0x00000001d5000000 - 0x00000001d53fffff] 11129 MB/s / 11151 MB/s
[  +0.043725] [0x00000001d5400000 - 0x00000001d57fffff] 11585 MB/s / 11284 MB/s
[  +0.028340] [0x00000001d5800000 - 0x00000001d5bfffff] 20864 MB/s / 25423 MB/s
[  +0.027801] [0x00000001d5c00000 - 0x00000001d5ffffff] 20921 MB/s / 25420 MB/s
[  +0.027728] [0x00000001d6000000 - 0x00000001d63fffff] 20885 MB/s / 25416 MB/s
[  +0.027874] [0x00000001d6400000 - 0x00000001d67fffff] 20926 MB/s / 25424 MB/s
[  +0.043756] [0x00000001d6800000 - 0x00000001d6bfffff] 11135 MB/s / 11294 MB/s
[  +0.028269] [0x00000001d6c00000 - 0x00000001d6ffffff] 21014 MB/s / 25412 MB/s
[  +0.042961] [0x00000001d7000000 - 0x00000001d73fffff] 11133 MB/s / 10964 MB/s
[  +0.043004] [0x00000001d7400000 - 0x00000001d77fffff] 11631 MB/s / 10694 MB/s
[  +0.028752] [0x00000001d7800000 - 0x00000001d7bfffff] 20868 MB/s / 25424 MB/s
[  +0.028043] [0x00000001d7c00000 - 0x00000001d7ffffff] 20842 MB/s / 25425 MB/s
[  +0.028273] [0x00000001d8000000 - 0x00000001d83fffff] 20577 MB/s / 25425 MB/s
[  +0.043485] [0x00000001d8400000 - 0x00000001d87fffff] 11125 MB/s / 10170 MB/s
[  +0.028232] [0x00000001d8800000 - 0x00000001d8bfffff] 20891 MB/s / 25429 MB/s
[  +0.027985] [0x00000001d8c00000 - 0x00000001d8ffffff] 20831 MB/s / 25426 MB/s
[  +0.028156] [0x00000001d9000000 - 0x00000001d93fffff] 20856 MB/s / 25427 MB/s
[  +0.036930] [0x00000001d9400000 - 0x00000001d97fffff] 14229 MB/s / 13077 MB/s
[  +0.028201] [0x00000001d9800000 - 0x00000001d9bfffff] 20842 MB/s / 25424 MB/s
[  +0.027853] [0x00000001d9c00000 - 0x00000001d9ffffff] 20799 MB/s / 25425 MB/s
[  +0.027974] [0x00000001da000000 - 0x00000001da3fffff] 20757 MB/s / 25424 MB/s
[  +0.027986] [0x00000001da400000 - 0x00000001da7fffff] 21032 MB/s / 25417 MB/s[  +0.043719] [0x00000001da800000 - 0x00000001dabfffff] 11135 MB/s / 11299 MB/s
[  +0.043421] [0x00000001dac00000 - 0x00000001daffffff] 11599 MB/s / 11279 MB/s
[  +0.042886] [0x00000001db000000 - 0x00000001db3fffff] 11572 MB/s / 11193 MB/s
[  +0.028559] [0x00000001db400000 - 0x00000001db7fffff] 20810 MB/s / 25412 MB/s
[  +0.028177] [0x00000001db800000 - 0x00000001dbbfffff] 20823 MB/s / 25420 MB/s
[  +0.042697] [0x00000001dbc00000 - 0x00000001dbffffff] 11273 MB/s / 10668 MB/s
[  +0.028212] [0x00000001dc000000 - 0x00000001dc3fffff] 20864 MB/s / 25424 MB/s
[  +0.027942] [0x00000001dc400000 - 0x00000001dc7fffff] 20895 MB/s / 25401 MB/s
[  +0.028019] [0x00000001dc800000 - 0x00000001dcbfffff] 20821 MB/s / 25412 MB/s
[  +0.043765] [0x00000001dcc00000 - 0x00000001dcffffff] 11131 MB/s / 10170 MB/s
[  +0.043635] [0x00000001dd000000 - 0x00000001dd3fffff] 11953 MB/s / 11082 MB/s
[  +0.042514] [0x00000001dd400000 - 0x00000001dd7fffff] 11305 MB/s / 10990 MB/s
[  +0.028719] [0x00000001dd800000 - 0x00000001ddbfffff] 20925 MB/s / 25246 MB/s
[  +0.028110] [0x00000001ddc00000 - 0x00000001ddffffff] 20980 MB/s / 25438 MB/s
[  +0.028340] [0x00000001de000000 - 0x00000001de3fffff] 20889 MB/s / 25417 MB/s
[  +0.027730] [0x00000001de400000 - 0x00000001de7fffff] 20915 MB/s / 25422 MB/s
[  +0.027830] [0x00000001de800000 - 0x00000001debfffff] 20905 MB/s / 25425 MB/s
[  +0.028980] [0x00000001dec00000 - 0x00000001deffffff] 20914 MB/s / 25418 MB/s
[  +0.043371] [0x00000001df000000 - 0x00000001df3fffff] 11498 MB/s / 10709 MB/s
[  +0.028318] [0x00000001df400000 - 0x00000001df7fffff] 20698 MB/s / 25412 MB/s
[  +0.029646] [0x00000001df800000 - 0x00000001dfbfffff] 20806 MB/s / 25247 MB/s
[  +0.042508] [0x00000001dfc00000 - 0x00000001dfffffff] 11461 MB/s / 11298 MB/s
[  +0.028562] [0x00000001e0000000 - 0x00000001e03fffff] 20845 MB/s / 25414 MB/s
[  +0.028027] [0x00000001e0400000 - 0x00000001e07fffff] 20782 MB/s / 25420 MB/s
[  +0.043094] [0x00000001e0800000 - 0x00000001e0bfffff] 11131 MB/s / 10191 MB/s
[  +0.027962] [0x00000001e0c00000 - 0x00000001e0ffffff] 20868 MB/s / 25425 MB/s
[  +0.042455] [0x00000001e1000000 - 0x00000001e13fffff] 11127 MB/s / 11300 MB/s[  +0.028221] [0x00000001e1400000 - 0x00000001e17fffff] 20904 MB/s / 25427 MB/s
[  +0.042722] [0x00000001e1800000 - 0x00000001e1bfffff] 11586 MB/s / 11292 MB/s
[  +0.028603] [0x00000001e1c00000 - 0x00000001e1ffffff] 20953 MB/s / 25418 MB/s
[  +0.027985] [0x00000001e2000000 - 0x00000001e23fffff] 20835 MB/s / 25418 MB/s
[  +0.028035] [0x00000001e2400000 - 0x00000001e27fffff] 20879 MB/s / 25423 MB/s
[  +0.028143] [0x00000001e2800000 - 0x00000001e2bfffff] 20682 MB/s / 25417 MB/s
[  +0.042647] [0x00000001e2c00000 - 0x00000001e2ffffff] 11127 MB/s / 10769 MB/s
[  +0.042604] [0x00000001e3000000 - 0x00000001e33fffff] 11142 MB/s / 12783 MB/s
[  +0.043295] [0x00000001e3400000 - 0x00000001e37fffff] 11130 MB/s / 10168 MB/s
[  +0.043752] [0x00000001e3800000 - 0x00000001e3bfffff] 11134 MB/s / 10622 MB/s
[  +0.043536] [0x00000001e3c00000 - 0x00000001e3ffffff] 11609 MB/s / 11190 MB/s
[  +0.028331] [0x00000001e4000000 - 0x00000001e43fffff] 20946 MB/s / 25424 MB/s
[  +0.028112] [0x00000001e4400000 - 0x00000001e47fffff] 20919 MB/s / 25418 MB/s
[  +0.028626] [0x00000001e4800000 - 0x00000001e4bfffff] 20847 MB/s / 25245 MB/s
[  +0.042995] [0x00000001e4c00000 - 0x00000001e4ffffff] 11578 MB/s / 11295 MB/s
[  +0.028429] [0x00000001e5000000 - 0x00000001e53fffff] 20794 MB/s / 25423 MB/s
[  +0.027846] [0x00000001e5400000 - 0x00000001e57fffff] 20923 MB/s / 25425 MB/s
[  +0.028204] [0x00000001e5800000 - 0x00000001e5bfffff] 20868 MB/s / 25427 MB/s
[  +0.032187] [0x00000001e5c00000 - 0x00000001e5ffffff] 20855 MB/s / 25427 MB/s
[  +0.028490] [0x00000001e6000000 - 0x00000001e63fffff] 20902 MB/s / 25422 MB/s
[  +0.028112] [0x00000001e6400000 - 0x00000001e67fffff] 20789 MB/s / 25418 MB/s
[  +0.028411] [0x00000001e6800000 - 0x00000001e6bfffff] 20839 MB/s / 25428 MB/s
[  +0.027867] [0x00000001e6c00000 - 0x00000001e6ffffff] 20890 MB/s / 25411 MB/s
[  +0.044059] [0x00000001e7000000 - 0x00000001e73fffff] 11358 MB/s / 10467 MB/s
[  +0.037797] [0x00000001e7400000 - 0x00000001e77fffff] 14232 MB/s / 13075 MB/s
[  +0.028717] [0x00000001e7800000 - 0x00000001e7bfffff] 20769 MB/s / 25429 MB/s
[  +0.028734] [0x00000001e7c00000 - 0x00000001e7ffffff] 20845 MB/s / 25426 MB/s[  +0.031344] [0x00000001e8000000 - 0x00000001e83fffff] 20801 MB/s / 25420 MB/s
[  +0.032468] [0x00000001e8400000 - 0x00000001e87fffff] 20699 MB/s / 25427 MB/s
[  +0.029217] [0x00000001e8800000 - 0x00000001e8bfffff] 20839 MB/s / 25425 MB/s
[  +0.029685] [0x00000001e8c00000 - 0x00000001e8ffffff] 20790 MB/s / 25414 MB/s
[  +0.044897] [0x00000001e9000000 - 0x00000001e93fffff] 11137 MB/s / 10171 MB/s
[  +0.039507] [0x00000001e9400000 - 0x00000001e97fffff] 14223 MB/s / 13076 MB/s
[  +0.038920] [0x00000001e9800000 - 0x00000001e9bfffff] 14224 MB/s / 13076 MB/s
[  +0.029514] [0x00000001e9c00000 - 0x00000001e9ffffff] 20879 MB/s / 25428 MB/s
[  +0.036071] [0x00000001ea000000 - 0x00000001ea3fffff] 11757 MB/s / 25420 MB/s
[  +0.029735] [0x00000001ea400000 - 0x00000001ea7fffff] 20806 MB/s / 25426 MB/s
[  +0.040235] [0x00000001ea800000 - 0x00000001eabfffff] 14200 MB/s / 13068 MB/s
[  +0.030010] [0x00000001eac00000 - 0x00000001eaffffff] 20896 MB/s / 25430 MB/s
[  +0.029324] [0x00000001eb000000 - 0x00000001eb3fffff] 20949 MB/s / 25425 MB/s
[  +0.045615] [0x00000001eb400000 - 0x00000001eb7fffff] 11127 MB/s / 10170 MB/s
[  +0.029930] [0x00000001eb800000 - 0x00000001ebbfffff] 20855 MB/s / 25426 MB/s
[  +0.046420] [0x00000001ebc00000 - 0x00000001ebffffff] 11414 MB/s / 10958 MB/s
[  +0.044854] [0x00000001ec000000 - 0x00000001ec3fffff] 11812 MB/s / 11291 MB/s
[  +0.029584] [0x00000001ec400000 - 0x00000001ec7fffff] 20810 MB/s / 25424 MB/s
[  +0.030524] [0x00000001ec800000 - 0x00000001ecbfffff] 20826 MB/s / 25430 MB/s
[  +0.029031] [0x00000001ecc00000 - 0x00000001ecffffff] 20876 MB/s / 25428 MB/s
[  +0.042992] [0x00000001ed000000 - 0x00000001ed3fffff] 11134 MB/s / 25400 MB/s
[  +0.029138] [0x00000001ed400000 - 0x00000001ed7fffff] 20898 MB/s / 25430 MB/s
[  +0.028526] [0x00000001ed800000 - 0x00000001edbfffff] 20929 MB/s / 25423 MB/s
[  +0.028343] [0x00000001edc00000 - 0x00000001edffffff] 20829 MB/s / 25428 MB/s
[  +0.043988] [0x00000001ee000000 - 0x00000001ee3fffff] 11119 MB/s / 10758 MB/s
[  +0.029253] [0x00000001ee400000 - 0x00000001ee7fffff] 20871 MB/s / 25421 MB/s
[  +0.029384] [0x00000001ee800000 - 0x00000001eebfffff] 20855 MB/s / 25430 MB/s[  +0.029546] [0x00000001eec00000 - 0x00000001eeffffff] 20868 MB/s / 25423 MB/s
[  +0.045101] [0x00000001ef000000 - 0x00000001ef3fffff] 11131 MB/s / 10170 MB/s
[  +0.047359] [0x00000001ef400000 - 0x00000001ef7fffff] 11135 MB/s / 10641 MB/s
[  +0.029568] [0x00000001ef800000 - 0x00000001efbfffff] 20609 MB/s / 25428 MB/s
[  +0.029034] [0x00000001f0000000 - 0x00000001f03fffff] 20922 MB/s / 25427 MB/s
[  +0.029214] [0x00000001f0400000 - 0x00000001f07fffff] 20829 MB/s / 25425 MB/s
[  +0.029301] [0x00000001f0800000 - 0x00000001f0bfffff] 20831 MB/s / 25419 MB/s
[  +0.029384] [0x00000001f0c00000 - 0x00000001f0ffffff] 20798 MB/s / 25424 MB/s
[  +0.042865] [0x00000001f1000000 - 0x00000001f13fffff] 11310 MB/s / 25396 MB/s
[  +0.030614] [0x00000001f1400000 - 0x00000001f17fffff] 20146 MB/s / 25408 MB/s
[  +0.045242] [0x00000001f1800000 - 0x00000001f1bfffff] 11129 MB/s / 10172 MB/s
[  +0.046896] [0x00000001f1c00000 - 0x00000001f1ffffff] 11133 MB/s / 10731 MB/s
[  +0.045455] [0x00000001f2000000 - 0x00000001f23fffff] 11761 MB/s / 10652 MB/s
[  +0.035499] [0x00000001f2400000 - 0x00000001f27fffff] 20943 MB/s / 25419 MB/s
[  +0.029990] [0x00000001f2800000 - 0x00000001f2bfffff] 21015 MB/s / 25427 MB/s
[  +0.029924] [0x00000001f2c00000 - 0x00000001f2ffffff] 20960 MB/s / 25416 MB/s
[  +0.029374] [0x00000001f3000000 - 0x00000001f33fffff] 21026 MB/s / 25418 MB/s
[  +0.029825] [0x00000001f3400000 - 0x00000001f37fffff] 21288 MB/s / 25402 MB/s
[  +0.029285] [0x00000001f3800000 - 0x00000001f3bfffff] 20926 MB/s / 25423 MB/s
[  +0.029144] [0x00000001f3c00000 - 0x00000001f3ffffff] 20875 MB/s / 25424 MB/s
[  +0.029955] [0x00000001f4000000 - 0x00000001f43fffff] 20937 MB/s / 25417 MB/s
[  +0.029625] [0x00000001f4400000 - 0x00000001f47fffff] 20958 MB/s / 25419 MB/s
[  +0.029692] [0x00000001f4800000 - 0x00000001f4bfffff] 21003 MB/s / 25391 MB/s
[  +0.040124] [0x00000001f4c00000 - 0x00000001f4ffffff] 14201 MB/s / 13070 MB/s
[  +0.029996] [0x00000001f5000000 - 0x00000001f53fffff] 20873 MB/s / 25427 MB/s
[  +0.044415] [0x00000001f5400000 - 0x00000001f57fffff] 11336 MB/s / 11055 MB/s
[  +0.045400] [0x00000001f5800000 - 0x00000001f5bfffff] 11466 MB/s / 10719 MB/s[  +0.046082] [0x00000001f5c00000 - 0x00000001f5ffffff] 11368 MB/s / 10659 MB/s
[  +0.045398] [0x00000001f6000000 - 0x00000001f63fffff] 11651 MB/s / 11285 MB/s
[  +0.029916] [0x00000001f6400000 - 0x00000001f67fffff] 20817 MB/s / 25426 MB/s
[  +0.040110] [0x00000001f6800000 - 0x00000001f6bfffff] 14239 MB/s / 13078 MB/s
[  +0.029779] [0x00000001f6c00000 - 0x00000001f6ffffff] 20727 MB/s / 25420 MB/s
[  +0.029443] [0x00000001f7000000 - 0x00000001f73fffff] 20874 MB/s / 25431 MB/s
[  +0.043779] [0x00000001f7400000 - 0x00000001f77fffff] 11881 MB/s / 11188 MB/s
[  +0.044095] [0x00000001f7800000 - 0x00000001f7bfffff] 11966 MB/s / 10929 MB/s
[  +0.029600] [0x00000001f7c00000 - 0x00000001f7ffffff] 20852 MB/s / 25429 MB/s
[  +0.028895] [0x00000001f8000000 - 0x00000001f83fffff] 20860 MB/s / 25425 MB/s
[  +0.029572] [0x00000001f8400000 - 0x00000001f87fffff] 20717 MB/s / 25429 MB/s
[  +0.044658] [0x00000001f8800000 - 0x00000001f8bfffff] 11131 MB/s / 10169 MB/s
[  +0.029632] [0x00000001f8c00000 - 0x00000001f8ffffff] 20864 MB/s / 25425 MB/s
[  +0.029682] [0x00000001f9000000 - 0x00000001f93fffff] 20918 MB/s / 25428 MB/s
[  +0.044857] [0x00000001f9400000 - 0x00000001f97fffff] 11130 MB/s / 10163 MB/s
[  +0.029757] [0x00000001f9800000 - 0x00000001f9bfffff] 20827 MB/s / 25427 MB/s
[  +0.046363] [0x00000001f9c00000 - 0x00000001f9ffffff] 11135 MB/s / 10325 MB/s
[  +0.047036] [0x00000001fa000000 - 0x00000001fa3fffff] 11122 MB/s / 10668 MB/s
[  +0.044909] [0x00000001fa400000 - 0x00000001fa7fffff] 11257 MB/s / 10698 MB/s
[  +0.029832] [0x00000001fa800000 - 0x00000001fabfffff] 20834 MB/s / 25426 MB/s
[  +0.029701] [0x00000001fac00000 - 0x00000001faffffff] 20813 MB/s / 25425 MB/s
[  +0.044693] [0x00000001fb000000 - 0x00000001fb3fffff] 11131 MB/s / 10169 MB/s
[  +0.029189] [0x00000001fb400000 - 0x00000001fb7fffff] 20816 MB/s / 25420 MB/s
[  +0.029272] [0x00000001fb800000 - 0x00000001fbbfffff] 20963 MB/s / 25423 MB/s
[  +0.045661] [0x00000001fbc00000 - 0x00000001fbffffff] 11123 MB/s / 10171 MB/s
[  +0.046534] [0x00000001fc000000 - 0x00000001fc3fffff] 11127 MB/s / 10656 MB/s
[  +0.039697] [0x00000001fc400000 - 0x00000001fc7fffff] 14243 MB/s / 13074 MB/s[  +0.044756] [0x00000001fc800000 - 0x00000001fcbfffff] 11129 MB/s / 10539 MB/s
[  +0.029560] [0x00000001fcc00000 - 0x00000001fcffffff] 20899 MB/s / 25422 MB/s
[  +0.029777] [0x00000001fd000000 - 0x00000001fd3fffff] 20839 MB/s / 25418 MB/s
[  +0.043390] [0x00000001fd400000 - 0x00000001fd7fffff] 11125 MB/s / 10582 MB/s
[  +0.029533] [0x00000001fd800000 - 0x00000001fdbfffff] 20805 MB/s / 25424 MB/s
[  +0.029095] [0x00000001fdc00000 - 0x00000001fdffffff] 20840 MB/s / 25411 MB/s
[  +0.029316] [0x00000001fe000000 - 0x00000001fe3fffff] 20896 MB/s / 25421 MB/s
[  +0.044467] [0x00000001fe400000 - 0x00000001fe7fffff] 11135 MB/s / 11896 MB/s
[  +0.029354] [0x00000001fe800000 - 0x00000001febfffff] 20919 MB/s / 25426 MB/s
[  +0.028939] [0x00000001fec00000 - 0x00000001feffffff] 20922 MB/s / 25424 MB/s
[  +0.028443] [0x00000001ff000000 - 0x00000001ff3fffff] 20900 MB/s / 25422 MB/s
[  +0.029506] [0x00000001ff400000 - 0x00000001ff7fffff] 20878 MB/s / 25410 MB/s
[  +0.044608] [0x00000001ff800000 - 0x00000001ffbfffff] 11122 MB/s / 10169 MB/s
[  +0.038743] [0x00000001ffc00000 - 0x00000001ffffffff] 14234 MB/s / 13065 MB/s
[  +0.008117] alloc_contig_range: [200000, 200400) PFNs busy
[  +0.035095] [0x0000000200400000 - 0x00000002007fffff] 20863 MB/s / 25411 MB/s
[  +0.038575] [0x0000000200800000 - 0x0000000200bfffff] 11125 MB/s / 10707 MB/s
[  +0.030374] [0x0000000200c00000 - 0x0000000200ffffff] 20869 MB/s / 25422 MB/s
[  +0.029390] [0x0000000201000000 - 0x00000002013fffff] 20812 MB/s / 25423 MB/s
[  +0.039502] [0x0000000201400000 - 0x00000002017fffff] 14242 MB/s / 13074 MB/s
[  +0.044549] [0x0000000201800000 - 0x0000000201bfffff] 11515 MB/s / 10951 MB/s
[  +0.029945] [0x0000000201c00000 - 0x0000000201ffffff] 20563 MB/s / 25428 MB/s
[  +0.029440] [0x0000000202000000 - 0x00000002023fffff] 20831 MB/s / 25424 MB/s
[  +0.029304] [0x0000000202400000 - 0x00000002027fffff] 20757 MB/s / 25434 MB/s
[  +0.029708] [0x0000000202800000 - 0x0000000202bfffff] 20767 MB/s / 25422 MB/s
[  +0.029671] [0x0000000202c00000 - 0x0000000202ffffff] 20826 MB/s / 25427 MB/s
[  +0.029194] [0x0000000203000000 - 0x00000002033fffff] 20859 MB/s / 25424 MB/s[  +0.047115] [0x0000000203400000 - 0x00000002037fffff] 11120 MB/s / 10825 MB/s
[  +0.029966] [0x0000000203800000 - 0x0000000203bfffff] 20733 MB/s / 25430 MB/s
[  +0.029469] [0x0000000203c00000 - 0x0000000203ffffff] 20842 MB/s / 25428 MB/s
[  +0.029128] [0x0000000204000000 - 0x00000002043fffff] 20815 MB/s / 25421 MB/s
[  +0.040003] [0x0000000204400000 - 0x00000002047fffff] 14200 MB/s / 13076 MB/s
[  +0.030009] [0x0000000204800000 - 0x0000000204bfffff] 21012 MB/s / 25423 MB/s
[  +0.029485] [0x0000000204c00000 - 0x0000000204ffffff] 20830 MB/s / 25427 MB/s
[  +0.029118] [0x0000000205000000 - 0x00000002053fffff] 20945 MB/s / 25428 MB/s
[  +0.028782] [0x0000000205400000 - 0x00000002057fffff] 20936 MB/s / 25421 MB/s
[  +0.046869] [0x0000000205800000 - 0x0000000205bfffff] 11127 MB/s / 10704 MB/s
[  +0.046338] [0x0000000205c00000 - 0x0000000205ffffff] 11606 MB/s / 10765 MB/s
[  +0.029944] [0x0000000206000000 - 0x00000002063fffff] 20832 MB/s / 25416 MB/s
[  +0.044832] [0x0000000206400000 - 0x00000002067fffff] 11302 MB/s / 10703 MB/s
[  +0.029743] [0x0000000206800000 - 0x0000000206bfffff] 20914 MB/s / 25425 MB/s
[  +0.028622] [0x0000000206c00000 - 0x0000000206ffffff] 20908 MB/s / 25425 MB/s
[  +0.045711] [0x0000000207000000 - 0x00000002073fffff] 11134 MB/s / 10168 MB/s
[  +0.029651] [0x0000000207400000 - 0x00000002077fffff] 20835 MB/s / 25425 MB/s
[  +0.028838] [0x0000000207800000 - 0x0000000207bfffff] 20803 MB/s / 25426 MB/s
[  +0.045218] [0x0000000207c00000 - 0x0000000207ffffff] 11129 MB/s / 10593 MB/s
[  +0.029216] [0x0000000208000000 - 0x00000002083fffff] 20722 MB/s / 25447 MB/s
[  +0.028779] [0x0000000208400000 - 0x00000002087fffff] 20834 MB/s / 25408 MB/s
[  +0.041745] [0x0000000208800000 - 0x0000000208bfffff] 14217 MB/s / 13073 MB/s
[  +0.029900] [0x0000000208c00000 - 0x0000000208ffffff] 20860 MB/s / 25417 MB/s
[  +0.028834] [0x0000000209000000 - 0x00000002093fffff] 20778 MB/s / 25423 MB/s
[  +0.028873] [0x0000000209400000 - 0x00000002097fffff] 20847 MB/s / 25426 MB/s
[  +0.047072] [0x0000000209800000 - 0x0000000209bfffff] 11128 MB/s / 10168 MB/s
[  +0.044968] [0x0000000209c00000 - 0x0000000209ffffff] 11503 MB/s / 10709 MB/s[  +0.044460] [0x000000020a000000 - 0x000000020a3fffff] 11414 MB/s / 10747 MB/s
[  +0.029778] [0x000000020a400000 - 0x000000020a7fffff] 20827 MB/s / 25426 MB/s
[  +0.029145] [0x000000020a800000 - 0x000000020abfffff] 20537 MB/s / 25427 MB/s
[  +0.046997] [0x000000020ac00000 - 0x000000020affffff] 11124 MB/s / 10659 MB/s
[  +0.045684] [0x000000020b000000 - 0x000000020b3fffff] 11128 MB/s / 10715 MB/s
[  +0.029782] [0x000000020b400000 - 0x000000020b7fffff] 20893 MB/s / 25418 MB/s
[  +0.029311] [0x000000020b800000 - 0x000000020bbfffff] 20857 MB/s / 25424 MB/s
[  +0.028817] [0x000000020bc00000 - 0x000000020bffffff] 20892 MB/s / 25418 MB/s
[  +0.028846] [0x000000020c000000 - 0x000000020c3fffff] 20854 MB/s / 25417 MB/s
[  +0.028548] [0x000000020c400000 - 0x000000020c7fffff] 20872 MB/s / 25423 MB/s
[  +0.028642] [0x000000020c800000 - 0x000000020cbfffff] 20955 MB/s / 25424 MB/s
[  +0.045305] [0x000000020cc00000 - 0x000000020cffffff] 11141 MB/s / 10708 MB/s
[  +0.043597] [0x000000020d000000 - 0x000000020d3fffff] 11377 MB/s / 10715 MB/s
[  +0.028792] [0x000000020d400000 - 0x000000020d7fffff] 20921 MB/s / 25422 MB/s
[  +0.028363] [0x000000020d800000 - 0x000000020dbfffff] 20917 MB/s / 25425 MB/s
[  +0.028444] [0x000000020dc00000 - 0x000000020dffffff] 20849 MB/s / 25429 MB/s
[  +0.028862] [0x000000020e000000 - 0x000000020e3fffff] 20885 MB/s / 25417 MB/s
[  +0.045488] [0x000000020e400000 - 0x000000020e7fffff] 11500 MB/s / 10710 MB/s
[  +0.044606] [0x000000020e800000 - 0x000000020ebfffff] 11600 MB/s / 10732 MB/s
[  +0.044852] [0x000000020ec00000 - 0x000000020effffff] 11443 MB/s / 10630 MB/s
[  +0.045501] [0x000000020f000000 - 0x000000020f3fffff] 11131 MB/s / 10742 MB/s
[  +0.028951] [0x000000020f400000 - 0x000000020f7fffff] 20868 MB/s / 25420 MB/s
[  +0.028818] [0x000000020f800000 - 0x000000020fbfffff] 20877 MB/s / 25241 MB/s
[  +0.041412] [0x000000020fc00000 - 0x000000020fffffff] 11132 MB/s / 25421 MB/s
[  +0.046565] [0x0000000210000000 - 0x00000002103fffff] 11695 MB/s / 10654 MB/s
[  +0.045821] [0x0000000210400000 - 0x00000002107fffff] 11581 MB/s / 10622 MB/s
[  +0.046715] [0x0000000210800000 - 0x0000000210bfffff] 11568 MB/s / 10749 MB/s[  +0.030724] [0x0000000210c00000 - 0x0000000210ffffff] 20877 MB/s / 25428 MB/s
[  +0.044422] [0x0000000211000000 - 0x00000002113fffff] 11136 MB/s / 10757 MB/s
[  +0.029760] [0x0000000211400000 - 0x00000002117fffff] 20905 MB/s / 25420 MB/s
[  +0.029187] [0x0000000211800000 - 0x0000000211bfffff] 20918 MB/s / 25428 MB/s
[  +0.029432] [0x0000000211c00000 - 0x0000000211ffffff] 20797 MB/s / 25411 MB/s
[  +0.029341] [0x0000000212000000 - 0x00000002123fffff] 20901 MB/s / 25427 MB/s
[  +0.044566] [0x0000000212400000 - 0x00000002127fffff] 11137 MB/s / 10602 MB/s
[  +0.035266] [0x0000000212800000 - 0x0000000212bfffff] 20749 MB/s / 25423 MB/s
[  +0.043780] [0x0000000212c00000 - 0x0000000212ffffff] 11130 MB/s / 10588 MB/s
[  +0.028688] [0x0000000213000000 - 0x00000002133fffff] 20817 MB/s / 25426 MB/s
[  +0.028365] [0x0000000213400000 - 0x00000002137fffff] 20883 MB/s / 25425 MB/s
[  +0.044930] [0x0000000213800000 - 0x0000000213bfffff] 11130 MB/s / 10169 MB/s
[  +0.044355] [0x0000000213c00000 - 0x0000000213ffffff] 11513 MB/s / 10669 MB/s
[  +0.029198] [0x0000000214000000 - 0x00000002143fffff] 20853 MB/s / 25415 MB/s
[  +0.028634] [0x0000000214400000 - 0x00000002147fffff] 20882 MB/s / 25417 MB/s
[  +0.045258] [0x0000000214800000 - 0x0000000214bfffff] 11126 MB/s / 10170 MB/s
[  +0.028993] [0x0000000214c00000 - 0x0000000214ffffff] 20900 MB/s / 25424 MB/s
[  +0.039277] [0x0000000215000000 - 0x00000002153fffff] 11134 MB/s / 25418 MB/s
[  +0.028677] [0x0000000215400000 - 0x00000002157fffff] 20822 MB/s / 25424 MB/s
[  +0.028374] [0x0000000215800000 - 0x0000000215bfffff] 20804 MB/s / 25418 MB/s
[  +0.028447] [0x0000000215c00000 - 0x0000000215ffffff] 20844 MB/s / 25418 MB/s
[  +0.045465] [0x0000000216000000 - 0x00000002163fffff] 11131 MB/s / 10712 MB/s
[  +0.029145] [0x0000000216400000 - 0x00000002167fffff] 20880 MB/s / 25427 MB/s
[  +0.028574] [0x0000000216800000 - 0x0000000216bfffff] 20793 MB/s / 25429 MB/s
[  +0.028591] [0x0000000216c00000 - 0x0000000216ffffff] 20833 MB/s / 25429 MB/s
[  +0.028748] [0x0000000217000000 - 0x00000002173fffff] 20811 MB/s / 25421 MB/s
[  +0.045129] [0x0000000217400000 - 0x00000002177fffff] 11132 MB/s / 10165 MB/s[  +0.029202] [0x0000000217800000 - 0x0000000217bfffff] 20886 MB/s / 25428 MB/s
[  +0.028634] [0x0000000217c00000 - 0x0000000217ffffff] 20861 MB/s / 25420 MB/s
[  +0.029196] [0x0000000218000000 - 0x00000002183fffff] 20774 MB/s / 25423 MB/s
[  +0.029225] [0x0000000218400000 - 0x00000002187fffff] 20909 MB/s / 25425 MB/s
[  +0.029439] [0x0000000218800000 - 0x0000000218bfffff] 20780 MB/s / 25425 MB/s
[  +0.028665] [0x0000000218c00000 - 0x0000000218ffffff] 20948 MB/s / 25414 MB/s
[  +0.045149] [0x0000000219000000 - 0x00000002193fffff] 11128 MB/s / 10171 MB/s
[  +0.036974] [0x0000000219400000 - 0x00000002197fffff] 18668 MB/s / 25428 MB/s
[  +0.045522] [0x0000000219800000 - 0x0000000219bfffff] 11130 MB/s / 10761 MB/s
[  +0.030364] [0x0000000219c00000 - 0x0000000219ffffff] 20860 MB/s / 25428 MB/s
[  +0.029815] [0x000000021a000000 - 0x000000021a3fffff] 20537 MB/s / 25428 MB/s
[  +0.041361] [0x000000021a400000 - 0x000000021a7fffff] 11115 MB/s / 25415 MB/s
[  +0.036192] [0x000000021a800000 - 0x000000021abfffff] 20677 MB/s / 25419 MB/s
[  +0.029689] [0x000000021ac00000 - 0x000000021affffff] 20833 MB/s / 25429 MB/s
[  +0.029435] [0x000000021b000000 - 0x000000021b3fffff] 20774 MB/s / 25411 MB/s
[  +0.039698] [0x000000021b400000 - 0x000000021b7fffff] 14250 MB/s / 13079 MB/s
[  +0.044513] [0x000000021b800000 - 0x000000021bbfffff] 11356 MB/s / 10775 MB/s
[  +0.030093] [0x000000021bc00000 - 0x000000021bffffff] 20808 MB/s / 25245 MB/s
[  +0.045233] [0x000000021c000000 - 0x000000021c3fffff] 11468 MB/s / 10720 MB/s
[  +0.045415] [0x000000021c400000 - 0x000000021c7fffff] 11129 MB/s / 10427 MB/s
[  +0.008744] alloc_contig_range: [21c800, 21cc00) PFNs busy
[  +0.035076] [0x000000021cc00000 - 0x000000021cffffff] 20799 MB/s / 25419 MB/s
[  +0.021640] [0x000000021d000000 - 0x000000021d3fffff] 20758 MB/s / 25423 MB/s
[  +0.044826] [0x000000021d400000 - 0x000000021d7fffff] 11138 MB/s / 10674 MB/s
[  +0.029752] [0x000000021d800000 - 0x000000021dbfffff] 20934 MB/s / 25416 MB/s
[  +0.029164] [0x000000021dc00000 - 0x000000021dffffff] 20853 MB/s / 25406 MB/s
[  +0.046105] [0x000000021e000000 - 0x000000021e3fffff] 11135 MB/s / 10170 MB/s[  +0.045012] [0x000000021e400000 - 0x000000021e7fffff] 11129 MB/s / 10664 MB/s
[  +0.045057] [0x000000021e800000 - 0x000000021ebfffff] 11136 MB/s / 10597 MB/s
[  +0.029961] [0x000000021ec00000 - 0x000000021effffff] 20863 MB/s / 25246 MB/s
[  +0.033583] [0x000000021f000000 - 0x000000021f3fffff] 20559 MB/s / 25424 MB/s
[  +0.029332] [0x000000021f400000 - 0x000000021f7fffff] 20941 MB/s / 25411 MB/s
[  +0.028937] [0x000000021f800000 - 0x000000021fbfffff] 20964 MB/s / 25412 MB/s
[  +0.044501] [0x000000021fc00000 - 0x000000021fffffff] 11132 MB/s / 16762 MB/s
[  +0.036960] [0x0000000220000000 - 0x00000002203fffff] 18542 MB/s / 25431 MB/s
[  +0.049142] [0x0000000220400000 - 0x00000002207fffff] 11408 MB/s / 10710 MB/s
[  +0.030875] [0x0000000220800000 - 0x0000000220bfffff] 20760 MB/s / 25249 MB/s
[  +0.029399] [0x0000000220c00000 - 0x0000000220ffffff] 20763 MB/s / 25429 MB/s
[  +0.030139] [0x0000000221000000 - 0x00000002213fffff] 20851 MB/s / 25423 MB/s
[  +0.029423] [0x0000000221400000 - 0x00000002217fffff] 20888 MB/s / 25426 MB/s
[  +0.030323] [0x0000000221800000 - 0x0000000221bfffff] 20940 MB/s / 25425 MB/s
[  +0.046064] [0x0000000221c00000 - 0x0000000221ffffff] 11140 MB/s / 10715 MB/s
[  +0.044926] [0x0000000222000000 - 0x00000002223fffff] 11553 MB/s / 10710 MB/s
[  +0.028924] [0x0000000222400000 - 0x00000002227fffff] 20804 MB/s / 25427 MB/s
[  +0.028451] [0x0000000222800000 - 0x0000000222bfffff] 20829 MB/s / 25399 MB/s
[  +0.028782] [0x0000000222c00000 - 0x0000000222ffffff] 20805 MB/s / 25419 MB/s
[  +0.028666] [0x0000000223000000 - 0x00000002233fffff] 20807 MB/s / 25426 MB/s
[  +0.028791] [0x0000000223400000 - 0x00000002237fffff] 20679 MB/s / 25420 MB/s
[  +0.042183] [0x0000000223800000 - 0x0000000223bfffff] 11125 MB/s / 25427 MB/s
[  +0.045007] [0x0000000223c00000 - 0x0000000223ffffff] 11519 MB/s / 10709 MB/s
[  +0.028909] [0x0000000224000000 - 0x00000002243fffff] 20949 MB/s / 25423 MB/s
[  +0.029092] [0x0000000224400000 - 0x00000002247fffff] 20910 MB/s / 25423 MB/s
[  +0.029188] [0x0000000224800000 - 0x0000000224bfffff] 20966 MB/s / 25430 MB/s
[  +0.045254] [0x0000000224c00000 - 0x0000000224ffffff] 11120 MB/s / 10281 MB/s[  +0.029951] [0x0000000225000000 - 0x00000002253fffff] 20930 MB/s / 25421 MB/s
[  +0.029631] [0x0000000225400000 - 0x00000002257fffff] 20668 MB/s / 25422 MB/s
[  +0.029149] [0x0000000225800000 - 0x0000000225bfffff] 20942 MB/s / 25428 MB/s
[  +0.030514] [0x0000000225c00000 - 0x0000000225ffffff] 20890 MB/s / 25402 MB/s
[  +0.029099] [0x0000000226000000 - 0x00000002263fffff] 20880 MB/s / 25420 MB/s
[  +0.029690] [0x0000000226400000 - 0x00000002267fffff] 20832 MB/s / 25401 MB/s
[  +0.029905] [0x0000000226800000 - 0x0000000226bfffff] 20868 MB/s / 25412 MB/s
[  +0.044390] [0x0000000226c00000 - 0x0000000226ffffff] 11123 MB/s / 10395 MB/s
[  +0.029416] [0x0000000227000000 - 0x00000002273fffff] 20928 MB/s / 25429 MB/s
[  +0.029433] [0x0000000227400000 - 0x00000002277fffff] 20937 MB/s / 25414 MB/s
[  +0.028815] [0x0000000227800000 - 0x0000000227bfffff] 20825 MB/s / 25421 MB/s
[  +0.029889] [0x0000000227c00000 - 0x0000000227ffffff] 20887 MB/s / 25431 MB/s
[  +0.033024] [0x0000000228000000 - 0x00000002283fffff] 20906 MB/s / 25426 MB/s
[  +0.040200] [0x0000000228400000 - 0x00000002287fffff] 20836 MB/s / 25419 MB/s
[  +0.039964] [0x0000000228800000 - 0x0000000228bfffff] 11128 MB/s / 25426 MB/s
[  +0.051714] [0x0000000228c00000 - 0x0000000228ffffff] 14241 MB/s / 13072 MB/s
[  +0.037994] [0x0000000229c00000 - 0x0000000229ffffff] 20852 MB/s / 25428 MB/s
[  +0.008374] alloc_contig_range: [22a400, 22a800) PFNs busy
^C
scbu@scbu-Chachani:~$ sudo lspci -vv
[sudo] password for scbu: 
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1645
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1645
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Device 1646
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1646
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 255
	Capabilities: [40] Secure device <?>
	Capabilities: [64] MSI: Enable- Count=1/4 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [74] HyperTransport: MSI Mapping Enable+ Fixed+

00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 1647 (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 25
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: 80700000-807fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp+, ExtTPHComp-, ARIFwd+
			 AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis+
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee03000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: LaneErr at lane: 0 1 2 3
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=10us LTR1.2_Threshold=163840ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [380 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 1647 (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 26
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: 80600000-806fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl-MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp+, ExtTPHComp-, ARIFwd+
			 AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis+
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee04000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=60us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=60us LTR1.2_Threshold=196608ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [380 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

00:01.6 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 1647 (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 27
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00002000-00002fff [size=4K]
	Memory behind bridge: 80500000-805fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #5, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp+, ExtTPHComp-, ARIFwd+
			 AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis+
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee05000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: LaneErr at lane: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [380 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 28
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00001000-00001fff [size=4K]
	Memory behind bridge: 80000000-804fffff [size=5M]
	Prefetchable memory behind bridge: 000000f6e0000000-000000f6f01fffff [size=258M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 4
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee06000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 29
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee07000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco

00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1660
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1661
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1662
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1663
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1664
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1665
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1666
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1667
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 (prog-if 02 [NVM Express])
	Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	NUMA node: 0
	Region 0: Memory at 80700000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 75.000W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] MSI-X: Enable+ Count=33 Masked-
		Vector table: BAR=0 offset=00003000
		PBA: BAR=0 offset=00002000
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap+ MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [148 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [158 v1] Power Budgeting <?>
	Capabilities: [168 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [188 v1] Latency Tolerance Reporting
		Max snoop latency: 1048576ns
		Max no snoop latency: 1048576ns
	Capabilities: [190 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=0us LTR1.2_Threshold=163840ns
		L1SubCtl2: T_PwrOn=150us
	Kernel driver in use: nvme
	Kernel modules: nvme

02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
	Subsystem: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 41
	Region 0: Memory at 80600000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee03000  Data: 0023
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Via message/WAKE#, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Device Serial Number 00-00-00-01-00-4c-e0-00
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 1048576ns
		Max no snoop latency: 1048576ns
	Capabilities: [158 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=60us PortTPowerOnTime=60us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=0us LTR1.2_Threshold=196608ns
		L1SubCtl2: T_PwrOn=150us
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

03:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	DeviceName: Broadcom 5762
	Subsystem: Intel Corporation Gigabit CT Desktop Adapter
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at 80580000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at 80500000 (32-bit, non-prefetchable) [size=512K]
	Region 2: I/O ports at 2000 [disabled] [size=32]
	Region 3: Memory at 805a0000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at 805c0000 [disabled] [size=256K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <128ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Device Serial Number 6c-b3-11-ff-ff-0f-44-ad
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] VanGogh (rev ae) (prog-if 00 [VGA controller])
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0123
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 255
	Region 0: Memory at f6e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f6f0000000 (64-bit, prefetchable) [size=2M]
	Region 4: I/O ports at 1000 [disabled] [size=256]
	Region 5: Memory at 80400000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=5 offset=00042000
		PBA: BAR=5 offset=00043000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [2b0 v1] Address Translation Service (ATS)
		ATSCap:	Invalidate Queue Depth: 00
		ATSCtl:	Enable-, Smallest Translation Unit: 00
	Capabilities: [2c0 v1] Page Request Interface (PRI)
		PRICtl: Enable- Reset-
		PRISta: RF- UPRGI- Stopped+
		Page Request Capacity: 00000100, Page Request Allocation: 00000000
	Capabilities: [2d0 v1] Process Address Space ID (PASID)
		PASIDCap: Exec+ Priv+, Max PASID Width: 10
		PASIDCtl: Enable- Exec- Priv-
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel modules: amdgpu

04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1640
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 1640
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 66
	Region 0: Memory at 80488000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee07000  Data: 0024
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

04:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP
	Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 255
	Region 2: Memory at 80300000 (32-bit, non-prefetchable) [disabled] [size=1M]
	Region 5: Memory at 8048e000 (32-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=2 Masked-
		Vector table: BAR=5 offset=00000000
		PBA: BAR=5 offset=00001000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>

04:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Device 163a (prog-if fe [USB Device])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 163a
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 42
	Region 0: Memory at 80000000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: dwc3-pci
	Kernel modules: dwc3_pci

04:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Device 163b (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 163b
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 31
	Region 0: Memory at 80100000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: xhci_hcd

04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 68
	Region 0: Memory at 80480000 (32-bit, non-prefetchable) [size=32K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0024
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

04:00.7 Signal processing controller: Advanced Micro Devices, Inc. [AMD] Device 164a
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 164a
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin D routed to IRQ 255
	Region 2: Memory at 80200000 (32-bit, non-prefetchable) [disabled] [size=1M]
	Region 5: Memory at 8048c000 (32-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=2 Masked-
		Vector table: BAR=5 offset=00000000
		PBA: BAR=5 offset=00001000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>

05:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function (rev 61)
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [d0] SATA HBA v1.0 InCfgSpace
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>

06:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>

scbu@scbu-Chachani:~$lsusb -v -t
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 1a40:0101 Terminus Technology Inc. Hub
        |__ Port 2: Dev 4, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
            ID 10c4:ea60 Silicon Labs CP210x UART Bridge
        |__ Port 4: Dev 6, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 13ba:0018 PCPlay Barcode PCP-BCG4209
        |__ Port 4: Dev 6, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 13ba:0018 PCPlay Barcode PCP-BCG4209
    |__ Port 6: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 1a40:0101 Terminus Technology Inc. Hub
        |__ Port 4: Dev 7, If 0, Class=Vendor Specific Class, Driver=ch341, 12M
            ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
        |__ Port 1: Dev 5, If 0, Class=Hub, Driver=hub/7p, 12M
            ID 0b95:6804 ASIX Electronics Corp. 
            |__ Port 1: Dev 8, If 1, Class=Human Interface Device, Driver=usbhid, 12M
                ID 046d:c534 Logitech, Inc. Unifying Receiver
            |__ Port 1: Dev 8, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                ID 046d:c534 Logitech, Inc. Unifying Receiver
scbu@scbu-Chachani:~$cat /proc/interrupts 
            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
   0:         62          0          0          0          0          0          0          0   IO-APIC    2-edge      timer
   1:          0          9          0          0          0          0          0          0   IO-APIC    1-edge      i8042
   4:          0          0          0          0          0          0          0          0   IO-APIC    4-edge      ttyS0
   7:          0          0          0          0          0          0          0          0   IO-APIC    7-fasteoi   pinctrl_amd
   8:          0          0          1          0          0          0          0          0   IO-APIC    8-edge      rtc0
   9:          0       4121          0          0          0          0          0          0   IO-APIC    9-fasteoi   acpi
  25:          0          0          0          0          0          0          0          0   PCI-MSI 20480-edge      PCIe PME, aerdrv, pcie-dpc
  26:          0          0          0          0          0          0          0          0   PCI-MSI 22528-edge      PCIe PME, aerdrv, pcie-dpc
  27:          0          0          0          0          0          0          0          0   PCI-MSI 28672-edge      PCIe PME, aerdrv, pcie-dpc
  28:          0          0          0          0          0          0          0          0   PCI-MSI 133120-edge      PCIe PME
  29:          0          0          0          0          0          0          0          0   PCI-MSI 135168-edge      PCIe PME
  30:          0          0          0          0          0          0          0          0   PCI-MSI 137216-edge      PCIe PME
  32:          0        324          0          0          0          0          3          0   PCI-MSI 2105344-edge      xhci_hcd
  33:          0          0          0          0          0          0          0          0   PCI-MSI 2105345-edge      xhci_hcd
  34:          0          0          0          0          0          0          0          0   PCI-MSI 2105346-edge      xhci_hcd
  35:          0          0          0          0          0          0          0          0   PCI-MSI 2105347-edge      xhci_hcd
  36:          0          0          0          0          0          0          0          0   PCI-MSI 2105348-edge      xhci_hcd
  37:          0          0          0          0          0          0          0          0   PCI-MSI 2105349-edge      xhci_hcd
  38:          0          0          0          0          0          0          0          0   PCI-MSI 2105350-edge      xhci_hcd
  39:          0          0          0          0          0          0          0          0   PCI-MSI 2105351-edge      xhci_hcd
  41:          0          0          0          6          0          0          0          0   PCI-MSI 1048576-edge      rtsx_pci
  42:          0          0          0          0          0          0          0          0   IO-APIC   25-fasteoi   xhci-hcd:usb3
  44:          0         81          0          0          0          0          0       4401   PCI-MSI 1572864-edge      eno1-rx-0
  45:          0          0         64         40          0          0       2212          0   PCI-MSI 1572865-edge      eno1-tx-0
  46:          0          0          0          2          0          0          0          0   PCI-MSI 1572866-edge      eno1
  48:          0          0          0          0         35          0          0          0   PCI-MSI 524288-edge      nvme0q0
  49:       2007          0          0          0          0          0          0          0   PCI-MSI 524289-edge      nvme0q1
  50:          0       3001          0          0          0          0          0          0   PCI-MSI 524290-edge      nvme0q2
  51:          0          0       1809          0          0          0          0          0   PCI-MSI 524291-edge      nvme0q3
  52:          0          0          0       2115          0          0          0          0   PCI-MSI 524292-edge      nvme0q4
  53:          0          0          0          0       2191          0          0          0   PCI-MSI 524293-edge      nvme0q5
  54:          0          0          0          0          0       1973          0          0   PCI-MSI 524294-edge      nvme0q6
  55:          0          0          0          0          0          0       1743          0   PCI-MSI 524295-edge      nvme0q7
  56:          0          0          0          0          0          0          0       2589   PCI-MSI 524296-edge      nvme0q8
  57:          0          0          0          0          0          0          0          0   PCI-MSI 524297-edge      nvme0q9
  58:          0          0          0          0          0          0          0          0   PCI-MSI 524298-edge      nvme0q10
  59:          0          0          0          0          0          0          0          0   PCI-MSI 524299-edge      nvme0q11
  60:          0          0          0          0          0          0          0          0   PCI-MSI 524300-edge      nvme0q12
  61:          0          0          0          0          0          0          0          0   PCI-MSI 524301-edge      nvme0q13
  62:          0          0          0          0          0          0          0          0   PCI-MSI 524302-edge      nvme0q14
  63:          0          0          0          0          0          0          0          0   PCI-MSI 524303-edge      nvme0q15
  64:          0          0          0          0          0          0          0          0   PCI-MSI 524304-edge      nvme0q16
  66:          0          0          0          0          0          0          0        387   PCI-MSI 2099200-edge      snd_hda_intel:card0
  68:       1785          0          0          0          0          0          0          0   PCI-MSI 2109440-edge      snd_hda_intel:card1
 NMI:          1          0          2          1          1          1          1          1   Non-maskable interrupts
 LOC:       9881       7895      10878      11832      11978      11497      10521      13635   Local timer interrupts
 SPU:          0          0          0          0          0          0          0          0   Spurious interrupts
 PMI:          1          0          2          1          1          1          1          1   Performance monitoring interrupts
 IWI:       7443       3414       3512       5343       4808       4782       4134       5788   IRQ work interrupts
 RTR:          0          0          0          0          0          0          0          0   APIC ICR read retries
 RES:       7954       6173       7731       7022       7287       6570       7258       6124   Rescheduling interrupts
 CAL:      15358       6705       5921       5872       5140       5059       5294       5120   Function call interrupts
 TLB:        591       1204        521        554        350        451        742        543   TLB shootdowns
 TRM:          0          0          0          0          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0          0          0          0          0   Threshold APIC interrupts
 DFR:          0          0          0          0          0          0          0          0   Deferred Error APIC interrupts
 MCE:          0          0          0          0          0          0          0          0   Machine check exceptions
 MCP:          2          2          2          2          2          2          2          2   Machine check polls
 ERR:          0
 MIS:          0
 PIN:          0          0          0          0          0          0          0          0   Posted-interrupt notification event
 NPI:          0          0          0          0          0          0          0          0   Nested posted-interrupt event
 PIW:          0          0          0          0          0          0          0          0   Posted-interrupt wakeup event
scbu@scbu-Chachani:~$

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  0:36                       ` Liang, Liang (Leo)
  0 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  0:36 UTC (permalink / raw)
  To: David Hildenbrand, Mike Rapoport
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

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

[AMD Public Use]

Hi David,

Sorry for late. If revert 7fef431be9c9 (without 7fef431be9c9), the dmesg attached. And looks the exception as below:
[  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 25405 MB/s
[  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 MB/s / 222 MB/s
[  +1.562192] [0x0000000100400000 - 0x00000001007fffff] 222 MB/s / 222 MB/s
[  +1.881332] [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s
[  +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 MB/s
[  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 MB/s / 24125 MB/s

What is the problem here? Do you want to check the acpi tables?

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Monday, March 15, 2021 9:04 PM
To: Mike Rapoport <rppt@linux.ibm.com>
Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 13.03.21 14:48, Mike Rapoport wrote:
> Hi,
> 
> On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
>>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
>>>
>>> Hi David,
>>>
>>> Which benchmark tool you prefer? Memtest86+ or else?
>>
>> Hi Leo,
>>
>> I think you want something that runs under Linux natively.
>>
>> I'm planning on coding up a kernel module to walk all 4MB pages in 
>> the freelists and perform a stream benchmark individually. Then we 
>> might be able to identify the problematic range - if there is a 
>> problematic range :)
> 
> My wild guess would be that the pages that are now at the head of free 
> lists have wrong caching enabled. Might be worth checking in your test 
> module.

I hacked something up real quick:

https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdavidhildenbrand%2Fkstream&amp;data=04%7C01%7Cliang.liang%40amd.com%7C61fb103eeb7647f5228408d8e7b2d7d3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637514102622932303%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=ufUYQRtdSHvEkR61LiJZtsVdYZbtdGbKlzZHOQdct78%3D&amp;reserved=0

Only briefly tested inside a VM. The output looks something like

[...]
[ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s /
38948 MB/s
[ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s /
38946 MB/s
[ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s /
39170 MB/s
[ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s /
39156 MB/s
[ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s /
39159 MB/s
[ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s /
38940 MB/s
[ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s /
38734 MB/s
[ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s /
38941 MB/s
[...]

The benchmark allocates one 4 MiB chunk at a time and runs a simplified STREAM benchmark a) without flushing caches b) flushing caches before every memory access.

It would be great if you could run that with the *old behavior* kernel (IOW, without 7fef431be9c9), so we might still be lucky to catch the problematic area in the freelist.

Let's see if that will indicate anything.

--
Thanks,

David / dhildenb

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

dmesg -wH
[3月16 08:19] Linux version 5.11.0+ (amd@scbuleohost) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1 SMP Mon Mar 15 11:58:17 CST 2021
[  +0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu kgdboc=kms,kbd,ttyS0,115200 console=ttyS0,115200 console=tty1 ignore_loglevel
[  +0.000000] KERNEL supported cpus:
[  +0.000000]   Intel GenuineIntel
[  +0.000000]   AMD AuthenticAMD
[  +0.000000]   Hygon HygonGenuine
[  +0.000000]   Centaur CentaurHauls
[  +0.000000]   zhaoxin   Shanghai  
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[  +0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[  +0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[  +0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[  +0.000000] BIOS-provided physical RAM map:
[  +0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[  +0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[  +0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x0000000009f11000-0x000000006c56efff] usable
[  +0.000000] BIOS-e820: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000006c570000-0x000000007877efff] usable
[  +0.000000] BIOS-e820: [mem 0x000000007877f000-0x000000007af7efff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[  +0.000000] BIOS-e820: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[  +0.000000] BIOS-e820: [mem 0x000000007cfff000-0x000000007cffffff] usable
[  +0.000000] BIOS-e820: [mem 0x000000007d000000-0x000000007dffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x000000007f000000-0x000000007fffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] BIOS-e820: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[  +0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023f37ffff] usable
[  +0.000000] BIOS-e820: [mem 0x000000023f380000-0x000000027fffffff] reserved
[  +0.000000] printk: debug: ignoring loglevel setting.
[  +0.000000] NX (Execute Disable) protection: active
[  +0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[  +0.000000] e820: update [mem 0x6a273018-0x6a281857] usable ==> usable
[  +0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[  +0.000000] e820: update [mem 0x6c572018-0x6c57c657] usable ==> usable
[  +0.000000] extended physical RAM map:
[  +0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[  +0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[  +0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f10fff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x0000000009f11000-0x000000006a273017] usable
[  +0.000000] reserve setup_data: [mem 0x000000006a273018-0x000000006a281857] usable
[  +0.000000] reserve setup_data: [mem 0x000000006a281858-0x000000006c56efff] usable
[  +0.000000] reserve setup_data: [mem 0x000000006c56f000-0x000000006c56ffff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000006c570000-0x000000006c572017] usable
[  +0.000000] reserve setup_data: [mem 0x000000006c572018-0x000000006c57c657] usable
[  +0.000000] reserve setup_data: [mem 0x000000006c57c658-0x000000007877efff] usable
[  +0.000000] reserve setup_data: [mem 0x000000007877f000-0x000000007af7efff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007cf7efff] ACPI NVS
[  +0.000000] reserve setup_data: [mem 0x000000007cf7f000-0x000000007cffefff] ACPI data
[  +0.000000] reserve setup_data: [mem 0x000000007cfff000-0x000000007cffffff] usable
[  +0.000000] reserve setup_data: [mem 0x000000007d000000-0x000000007dffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x000000007f000000-0x000000007fffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000a0000000-0x00000000a00fffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed81fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fedc0000-0x00000000feddffff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[  +0.000000] reserve setup_data: [mem 0x00000000ff080000-0x00000000ffddffff] reserved
[  +0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000023f37ffff] usable
[  +0.000000] reserve setup_data: [mem 0x000000023f380000-0x000000027fffffff] reserved
[  +0.000000] efi: EFI v2.70 by INSYDE Corp.
[  +0.000000] efi: ACPI=0x7cffe000 ACPI 2.0=0x7cffe014 SMBIOS=0x7970c000 SMBIOS 3.0=0x7970a000 ESRT=0x7970d618 MEMATTR=0x7494d018 RNG=0x7970d798 
[  +0.000000] efi: seeding entropy pool
[  +0.000000] random: fast init done
[  +0.000000] SMBIOS 3.1.1 present.
[  +0.000000] DMI: AMD Chachani-VN/Chachani-VN, BIOS WCH1311N 03/11/2021
[  +0.000000] tsc: Fast TSC calibration using PIT
[  +0.000000] tsc: Detected 2400.019 MHz proessor
[  +0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[  +0.000002] e820: remove [mem 0x000a0000-0x000fffff] usable
[  +0.000007] last_pfn = 0x23f380 max_arch_pfn = 0x400000000
[  +0.000006] MTRR default type: uncachable
[  +0.000001] MTRR fixed ranges enabled:
[  +0.000002]   00000-9FFFF write-back
[  +0.000002]   A0000-BFFFF uncachable
[  +0.000001]   C0000-FFFFF write-through
[  +0.000001] MTRR variable ranges enabled:
[  +0.000001]   0 base 000000000000 mask FFFF80000000 write-back
[  +0.000002]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[  +0.000001]   2 base 000100000000 mask FFFFFF000000 write-protect
[  +0.000002]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[  +0.000001]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[  +0.000001]   5 disabled
[  +0.000001]   6 disabled
[  +0.000001]   7 disabled
[  +0.000001] TOM2: 0000000280000000 aka 10240M
[  +0.000229] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[  +0.000499] last_pfn = 0x7d000 max_arch_pfn = 0x400000000
[  +0.004015] esrt: Reserving ESRT space from 0x000000007970d618 to 0x000000007970d650.
[  +0.000010] check: Scanning 1 areas for low memory corruption
[  +0.000007] Using GB pages for direct mapping
[  +0.000865] Secure boot disabled
[  +0.000001] RAMDISK: [mem 0x3d130000-0x3fffdfff]
[  +0.000010] ACPI: Early table checksum verification disabled
[  +0.000005] ACPI: RSDP 0x000000007CFFE014 000024 (v02 AMDYDE)
[  +0.000004] ACPI: XSDT 0x000000007CFCE188 000104 (v01 AMDYDE Celadon  00000002      01000013)
[  +0.000007] ACPI: FACP 0x000000007CFEE000 00010C (v05 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000006] ACPI: DSDT 0x000000007CFDF000 007717 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: FACS 0x000000007BF1F000 000040
[  +0.000003] ACPI: UEFI 0x000000007CF7E000 000236 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SDEV 0x000000007CFFC000 00014E (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFFB000 0001DE (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFF3000 007237 (v02 AMD    Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: IVRS 0x000000007CFF2000 0001A4 (v02 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: ASF! 0x000000007CFF0000 0000A5 (v32 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: BOOT 0x000000007CFEF000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: HPET 0x000000007CFED000 000038 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: APIC 0x000000007CFEC000 000138 (v03 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: MCFG 0x000000007CFEB000 00003C (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: SLIC 0x000000007CFEA000 000176 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: WSMT 0x000000007CFE7000 000028 (v01 AMDYDE Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFDE000 000099 (v01 AMDyde Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: VFCT 0x000000007CFD3000 00A684 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFD2000 0000F8 (v01 AMD    Celadon  00001000 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFD0000 001D0C (v02 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: CRAT 0x000000007CFCF000 0007E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: CDIT 0x000000007CFFD000 000029 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFCD000 000735 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFCB000 0014AE (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFC9000 001525 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFC3000 0051E8 (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: FPDT 0x000000007CFC2000 000044 (v01 AMD    Celadon  00000002 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFE9000 00008D (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFBF000 0013CA (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: SSDT 0x000000007CFE8000 000C4D (v01 AMD    Celadon  00000001 ACPI 00040000)
[  +0.000003] ACPI: BGRT 0x000000007CFC1000 000038 (v01 AMDYDE Celadon  00000001 ACPI 00040000)
[  +0.000007] ACPI: Local APIC address 0xfee00000
[  +0.000136] No NUMA configuration found
[  +0.000001] Faking a node at [mem 0x0000000000000000-0x000000023f37ffff]
[  +0.000009] NODE_DATA(0) allocated [mem 0x23f355000-0x23f37ffff]
[  +0.000265] Zone ranges:
[  +0.000001]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[  +0.000002]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[  +0.000002]   Normal   [mem 0x0000000100000000-0x000000023f37ffff]
[  +0.000002]   Device   empty
[  +0.000001] Movable zone start for each node
[  +0.000002] Early memory node ranges
[  +0.000001]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[  +0.000001]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[  +0.000001]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[  +0.000002]   node   0: [mem 0x0000000009f11000-0x000000006c56efff]
[  +0.000001]   node   0: [mem 0x000000006c570000-0x000000007877efff]
[  +0.000001]   node   0: [mem 0x000000007cfff000-0x000000007cffffff]
[  +0.000001]   node   0: [mem 0x0000000100000000-0x000000023f37ffff]
[  +0.000221] Zeroed struct page in unavailable ranges: 34932 pages
[  +0.000001] Initmem setup node 0 [mem 0x0000000000001000-0x000000023f37ffff]
[  +0.000003] On node 0 totalpages: 1800076
[  +0.000001]   DMA zone: 64 pages used for memmap
[  +0.000001]   DMA zone: 21 pages reserved
[  +0.000001]   DMA zone: 3998 pages, LIFO batch:0
[  +0.000024]   DMA32 zone: 7634 pages used for memmap
[  +0.000001]   DMA32 zone: 488558 pages, LIFO batch:63
[  +0.003387]   Normal zone: 20430 pages used for memmap
[  +0.000006]   Normal zone: 1307520 pages, LIFO batch:63
[  +0.009394] ACPI: PM-Timer IO Port: 0x408
[  +0.000006] ACPI: Local APIC address 0xfee00000
[  +0.000007] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[  +0.000002] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[  +0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[  +0.000001] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[  +0.000015] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[  +0.000006] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[  +0.000003] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[  +0.000002] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[  +0.000002] ACPI: IRQ0 used by override.
[  +0.000001] ACPI: IRQ9 used by override.
[  +0.000002] Using ACPI (MADT) for SMP configuration information
[  +0.000002] ACPI: HPET id: 0x10228210 base: 0xfed00000
[  +0.000010] e820: update [mem 0x74953000-0x74994fff] usable ==> reserved
[  +0.000012] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[  +0.000026] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[  +0.000003] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f10fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6a273000-0x6a273fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6a281000-0x6a281fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6c56f000-0x6c56ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x6c572000-0x6c572fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x6c57c000-0x6c57cfff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x74953000-0x74994fff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7877f000-0x7af7efff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7cf7efff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7cf7f000-0x7cffefff]
[  +0.000002] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7dffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7effffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x7f000000-0x7fffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x9fffffff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xa00fffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xa0100000-0xefffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfec21000-0xfed7ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed81fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfed82000-0xfedbffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfeddffff]
[  +0.000000] PM: hibernation: Registered nosave memory: [mem 0xfede0000-0xfedfffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff07ffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xff080000-0xffddffff]
[  +0.000001] PM: hibernation: Registered nosave memory: [mem 0xffde0000-0xffffffff]
[  +0.000002] [mem 0xa0100000-0xefffffff] available for PCI devices
[  +0.000002] Booting paravirtualized kernel on bare hardware
[  +0.000003] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[  +0.000007] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[  +0.000668] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[  +0.000013] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[  +0.000003] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[  +0.000038] Built 1 zonelists, mobility grouping on.  Total pages: 1771927
[  +0.000002] Policy zone: Normal
[  +0.000002] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0+ root=UUID=459758f3-5106-4173-b9bc-cf9d528828ec ro resume=UUID=23390f67-bbaf-42c1-b31d-64ef7288e39e amd_iommu=off nokaslr modprobe.blacklist=amdgpu kgdboc=kms,kbd,ttyS0,115200 console=ttyS0,115200 console=tty1 ignore_loglevel
[  +0.000973] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[  +0.000432] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[  +0.000058] mem auto-init: stack:off, heap alloc:on, heap free:off
[  +0.019623] Memory: 6869396K/7200304K available (14345K kernel code, 3433K rwdata, 5284K rodata, 2624K init, 6088K bss, 330652K reserved, 0K cma-reserved)
[  +0.000011] random: get_random_u64 called from __kmem_cache_create+0x31/0x430 with crng_init=1
[  +0.000182] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[  +0.000027] ftrace: allocating 47184 entries in 185 pages
[  +0.014404] ftrace: allocated 185 pages with 5 groups
[  +0.000143] rcu: Hierarchical RCU implementation.
[  +0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[  +0.000002] 	Rude variant of Tasks RCU enabled.
[  +0.000001] 	Tracing variant of Tasks RCU enabled.
[  +0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[  +0.000001] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[  +0.002965] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[  +0.000434] random: crng done (trusting CPU's manufacturer)
[  +0.000035] Console: colour dummy device 80x25
[  +0.000303] printk: console [tty1] enabled
[  +1.769063] printk: console [ttyS0] enabled
[  +0.004218] ACPI: Core revision 20201113
[  +0.004238] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[  +0.009154] APIC: Switch to symmetric I/O mode setup
[  +0.006083] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[  +0.006454] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[  +0.006453] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[  +0.006448] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[  +0.006649] AMD-Vi: AMD IOMMU disabled
[  +0.003790] Switched APIC routing to physical flat.
[  +0.005739] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[  +0.022383] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2298499572e, max_idle_ns: 440795279997 ns
[  +0.010530] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.03 BogoMIPS (lpj=9600076)
[  +0.003997] pid_max: default: 32768 minimum: 301
[  +0.008060] LSM: Security Framework initializing
[  +0.003960] Yama: becoming mindful.
[  +0.004014] AppArmor: AppArmor initialized
[  +0.004024] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[  +0.003955] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[  +0.004389] LVT offset 1 assigned for vector 0xf9
[  +0.003684] LVT offset 2 assigned for vector 0xf4
[  +0.003933] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[  +0.003981] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[  +0.004004] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[  +0.003998] Spectre V2 : Mitigation: Full AMD retpoline
[  +0.003998] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[  +0.004000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[  +0.004001] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[  +0.003999] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[  +0.008001] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[  +0.004221] Freeing SMP alternatives memory: 40K
[  +0.117864] smpboot: CPU0: AMD Eng Sample: 100-000000405-03_35/24_N (family: 0x17, model: 0x90, stepping: 0x1)
[  +0.002141] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[  +0.003774] ... version:                0
[  +0.003999] ... bit width:              48
[  +0.004001] ... generic registers:      6
[  +0.003999] ... value mask:             0000ffffffffffff
[  +0.004000] ... max period:             00007fffffffffff
[  +0.004000] ... fixed-purpose events:   0
[  +0.004000] ... event mask:             000000000000003f
[  +0.004074] rcu: Hierarchical SRCU implementation.
[  +0.004486] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[  +0.003619] smp: Bringing up secondary CPUs ...
[  +0.003941] x86: Booting SMP configuration:
[  +0.003883] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[  +0.018307] smp: Brought up 1 node, 8 CPUs
[  +0.005693] smpboot: Max logical packages: 2
[  +0.003997] smpboot: Total of 8 processors activated (38400.30 BogoMIPS)
[  +0.004987] devtmpfs: initialized
[  +0.003086] x86/mm: Memory block size: 128MB
[  +0.004625] PM: Registering ACPI NVS region [mem 0x09f00000-0x09f10fff] (69632 bytes)
[  +0.003304] PM: Registering ACPI NVS region [mem 0x7af7f000-0x7cf7efff] (33554432 bytes)
[  +0.004610] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[  +0.003409] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[  +0.008070] pinctrl core: initialized pinctrl subsystem
[  +0.004026] PM: RTC time: 00:19:21, date: 2021-03-16
[  +0.004092] NET: Registered protocol family 16
[  +0.004026] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[  +0.003859] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[  +0.003998] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[  +0.003917] audit: initializing netlink subsys (disabled)
[  +0.004017] audit: type=2000 audit(1615853959.388:1): state=initialized audit_enabled=0 res=1
[  +0.004109] thermal_sys: Registered thermal governor 'fair_share'
[  +0.003867] thermal_sys: Registered thermal governor 'bang_bang'
[  +0.003998] thermal_sys: Registered thermal governor 'step_wise'
[  +0.004000] thermal_sys: Registered thermal governor 'user_space'
[  +0.004006] EISA bus registered
[  +0.007152] cpuidle: using governor ladder
[  +0.000846] cpuidle: using governor menu
[  +0.004085] Simple Boot Flag at 0x44 set to 0x80
[  +0.003955] ACPI: bus type PCI registered
[  +0.003957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[  +0.004079] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[  +0.003924] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[  +0.004015] PCI: Using configuration type 1 for base access
[  +0.005896] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[  +0.002089] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[  +0.008066] fbcon: Taking over console
[  +0.003975] ACPI: Added _OSI(Module Device)
[  +0.003956] ACPI: Added _OSI(Processor Device)
[  +0.003999] ACPI: Added _OSI(3.0 _SCP Extensions)
[  +0.004000] ACPI: Added _OSI(Processor Aggregator Device)
[  +0.004001] ACPI: Added _OSI(Linux-Dell-Video)
[  +0.004000] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[  +0.003999] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[  +0.025161] ACPI: 13 ACPI AML tables successfully acquired and loaded
[  +0.008565] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[  +0.009652] ACPI: EC: EC started
[  +0.000622] ACPI: EC: interrupt blocked
[  +0.008679] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[  +0.003323] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[  +0.003998] ACPI: Interpreter enabled
[  +0.004022] ACPI: (supports S0 S3 S4 S5)
[  +0.003978] ACPI: Using IOAPIC for interrupt routing
[  +0.004261] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[  +0.004445] ACPI: Enabled 5 GPEs in block 00 to 1F
[  +0.017800] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[  +0.001500] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[  +0.004247] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[  +0.003985] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[  +0.003778] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[  +0.004402] PCI host bridge to bus 0000:00
[  +0.003584] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[  +0.003998] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[  +0.004001] pci_bus 0000:00: root bus resource [mem 0x80000000-0xefffffff window]
[  +0.003999] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfeafffff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[  +0.004000] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[  +0.004001] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[  +0.004002] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[  +0.004010] pci_bus 0000:00: root bus resource [mem 0x2a0200000-0xf6ffffffff window]
[  +0.003989] pci_bus 0000:00: root bus resource [bus 00-ff]
[  +0.004019] pci 0000:00:00.0: [1022:1645] type 00 class 0x060000
[  +0.004090] pci 0000:00:00.2: [1022:1646] type 00 class 0x080600
[  +0.003999] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[  +0.003979] pci 0000:00:01.2: [1022:1647] type 01 class 0x060400
[  +0.003990] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[  +0.004068] pci 0000:00:01.3: [1022:1647] type 01 class 0x060400
[  +0.003929] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[  +0.004057] pci 0000:00:01.6: [1022:1647] type 01 class 0x060400
[  +0.003943] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[  +0.004052] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[  +0.003964] pci 0000:00:08.1: [1022:1648] type 01 class 0x060400
[  +0.003940] pci 0000:00:08.1: enabling Extended Tags
[  +0.004012] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[  +0.004076] pci 0000:00:08.2: [1022:1648] type 01 class 0x060400
[  +0.003911] pci 0000:00:08.2: enabling Extended Tags
[  +0.004013] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[  +0.004073] pci 0000:00:08.3: [1022:1648] type 01 class 0x060400
[  +0.003914] pci 0000:00:08.3: enabling Extended Tags
[  +0.004013] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[  +0.004093] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[  +0.004019] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[  +0.004007] pci 0000:00:18.0: [1022:1660] type 00 class 0x060000
[  +0.003901] pci 0000:00:18.1: [1022:1661] type 00 class 0x060000
[  +0.003998] pci 0000:00:18.2: [1022:1662] type 00 class 0x060000
[  +0.004000] pci 0000:00:18.3: [1022:1663] type 00 class 0x060000
[  +0.003999] pci 0000:00:18.4: [1022:1664] type 00 class 0x060000
[  +0.004000] pci 0000:00:18.5: [1022:1665] type 00 class 0x060000
[  +0.004011] pci 0000:00:18.6: [1022:1666] type 00 class 0x060000
[  +0.003992] pci 0000:00:18.7: [1022:1667] type 00 class 0x060000
[  +0.007966] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[  +0.004214] pci 0000:01:00.0: reg 0x10: [mem 0x80700000-0x80703fff 64bit]
[  +0.004185] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[  +0.004099] pci 0000:00:01.2: PCI bridge to [bus 01]
[  +0.003476] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[  +0.004066] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[  +0.003946] pci 0000:02:00.0: reg 0x10: [mem 0x80600000-0x80600fff]
[  +0.004107] pci 0000:02:00.0: supports D1 D2
[  +0.003877] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[  +0.004158] pci 0000:00:01.3: PCI bridge to [bus 02]
[  +0.003846] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[  +0.008037] pci 0000:03:00.0: [8086:10d3] type 00 class 0x020000
[  +0.003983] pci 0000:03:00.0: reg 0x10: [mem 0x80580000-0x8059ffff]
[  +0.003987] pci 0000:03:00.0: reg 0x14: [mem 0x80500000-0x8057ffff]
[  +0.004000] pci 0000:03:00.0: reg 0x18: [io  0x2000-0x201f]
[  +0.004000] pci 0000:03:00.0: reg 0x1c: [mem 0x805a0000-0x805a3fff]
[  +0.004022] pci 0000:03:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[  +0.004075] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[  +0.004030] pci 0000:00:01.6: PCI bridge to [bus 03]
[  +0.003865] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[  +0.003998] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[  +0.004113] pci 0000:04:00.0: [1002:163f] type 00 class 0x030000
[  +0.003905] pci 0000:04:00.0: reg 0x10: [mem 0xf6e0000000-0xf6efffffff 64bit pref]
[  +0.003995] pci 0000:04:00.0: reg 0x18: [mem 0xf6f0000000-0xf6f01fffff 64bit pref]
[  +0.003996] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
[  +0.004000] pci 0000:04:00.0: reg 0x24: [mem 0x80400000-0x8047ffff]
[  +0.004005] pci 0000:04:00.0: enabling Extended Tags
[  +0.004004] pci 0000:04:00.0: BAR 0: assigned to efifb
[  +0.004037] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[  +0.003993] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[  +0.004029] pci 0000:04:00.1: [1002:1640] type 00 class 0x040300
[  +0.003936] pci 0000:04:00.1: reg 0x10: [mem 0x80488000-0x8048bfff]
[  +0.004019] pci 0000:04:00.1: enabling Extended Tags
[  +0.004012] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[  +0.004048] pci 0000:04:00.2: [1022:1649] type 00 class 0x108000
[  +0.003929] pci 0000:04:00.2: reg 0x18: [mem 0x80300000-0x803fffff]
[  +0.003996] pci 0000:04:00.2: reg 0x24: [mem 0x8048e000-0x8048ffff]
[  +0.003995] pci 0000:04:00.2: enabling Extended Tags
[  +0.004116] pci 0000:04:00.3: [1022:163a] type 00 class 0x0c03fe
[  +0.003888] pci 0000:04:00.3: reg 0x10: [mem 0x80000000-0x800fffff 64bit]
[  +0.004012] pci 0000:04:00.3: enabling Extended Tags
[  +0.004019] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[  +0.004040] pci 0000:04:00.4: [1022:163b] type 00 class 0x0c0330
[  +0.003930] pci 0000:04:00.4: reg 0x10: [mem 0x80100000-0x801fffff 64bit]
[  +0.004019] pci 0000:04:00.4: enabling Extended Tags
[  +0.004011] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[  +0.004040] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[  +0.003925] pci 0000:04:00.6: reg 0x10: [mem 0x80480000-0x80487fff]
[  +0.004020] pci 0000:04:00.6: enabling Extended Tags
[  +0.004012] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[  +0.004040] pci 0000:04:00.7: [1022:164a] type 00 class 0x118000
[  +0.003937] pci 0000:04:00.7: reg 0x18: [mem 0x80200000-0x802fffff]
[  +0.003995] pci 0000:04:00.7: reg 0x24: [mem 0x8048c000-0x8048dfff]
[  +0.003996] pci 0000:04:00.7: enabling Extended Tags
[  +0.004142] pci 0000:00:08.1: PCI bridge to [bus 04]
[  +0.003852] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[  +0.003999] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[  +0.004001] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[  +0.004059] pci 0000:05:00.0: [1022:145a] type 00 class 0x130000
[  +0.003975] pci 0000:05:00.0: enabling Extended Tags
[  +0.004040] pci 0000:05:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[  +0.003982] pci 0000:00:08.2: PCI bridge to [bus 05]
[  +0.003999] pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
[  +0.003979] pci 0000:06:00.0: enabling Extended Tags
[  +0.004035] pci 0000:06:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.3 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[  +0.003986] pci 0000:00:08.3: PCI bridge to [bus 06]
[  +0.004550] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003487] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003973] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.004022] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003991] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.003981] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.004000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.004000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[  +0.006769] ACPI: EC: interrupt unblocked
[  +0.001165] ACPI: EC: event unblocked
[  +0.004000] ACPI: EC: EC_CMD/EC_SC=0x666, EC_DATA=0x662
[  +0.004000] ACPI: EC: GPE=0x5
[  +0.002975] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[  +0.001025] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[  +0.004142] iommu: Default domain type: Translated 
[  +0.003892] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[  +0.003969] pci 0000:04:00.0: vgaarb: bridge control possible
[  +0.003997] pci 0000:04:00.0: vgaarb: setting as boot device
[  +0.004000] vgaarb: loaded
[  +0.004196] SCSI subsystem initialized
[  +0.003819] libata version 3.00 loaded.
[  +0.004006] ACPI: bus type USB registered
[  +0.004002] usbcore: registered new interface driver usbfs
[  +0.003982] usbcore: registered new interface driver hub
[  +0.004002] usbcore: registered new device driver usb
[  +0.004016] pps_core: LinuxPPS API ver. 1 registered
[  +0.003977] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[  +0.004001] PTP clock support registered
[  +0.004019] EDAC MC: Ver: 3.0.0
[  +0.004299] Registered efivars operations
[  +0.003861] NetLabel: Initializing
[  +0.003822] NetLabel:  domain hash size = 128
[  +0.003998] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[  +0.004019] NetLabel:  unlabeled traffic allowed by default
[  +0.004002] PCI: Using ACPI for IRQ routing
[  +0.011824] PCI: pci_cache_line_size set to 64 bytes
[  +0.000484] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[  +0.003672] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[  +0.003999] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x6a273018-0x6bffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x6c56f000-0x6fffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x6c572018-0x6fffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x74953000-0x77ffffff]
[  +0.004000] e820: reserve RAM buffer [mem 0x7877f000-0x7bffffff]
[  +0.004001] e820: reserve RAM buffer [mem 0x7d000000-0x7fffffff]
[  +0.003999] e820: reserve RAM buffer [mem 0x23f380000-0x23fffffff]
[  +0.004105] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[  +0.003896] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[  +0.009063] clocksource: Switched to clocksource tsc-early
[  +0.013091] VFS: Disk quotas dquot_6.6.0
[  +0.003968] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[  +0.007005] AppArmor: AppArmor Filesystem Enabled
[  +0.004754] pnp: PnP ACPI init
[  +0.003341] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[  +0.006974] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[  +0.006619] system 00:00: [mem 0xa0000000-0xa00fffff] has been reserved
[  +0.006628] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.006946] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[  +0.006557] pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
[  +0.007263] system 00:03: [io  0x0400-0x04cf] has been reserved
[  +0.005926] system 00:03: [io  0x04d0-0x04d1] has been reserved
[  +0.005925] system 00:03: [io  0x04d6] has been reserved
[  +0.005318] system 00:03: [io  0x0c00-0x0c01] has been reserved
[  +0.005926] system 00:03: [io  0x0c14] has been reserved
[  +0.005321] system 00:03: [io  0x0c50-0x0c52] has been reserved
[  +0.005927] system 00:03: [io  0x0c6c] has been reserved
[  +0.005317] system 00:03: [io  0x0c6f] has been reserved
[  +0.005321] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[  +0.005928] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[  +0.006872] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[  +0.006967] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[  +0.006965] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[  +0.007839] pnp: PnP ACPI: found 5 devices
[  +0.011468] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[  +0.008966] NET: Registered protocol family 2
[  +0.004576] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[  +0.008598] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[  +0.008090] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[  +0.007518] TCP: Hash tables configured (established 65536 bind 65536)
[  +0.006594] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[  +0.006822] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[  +0.007304] NET: Registered protocol family 1
[  +0.004368] NET: Registered protocol family 44
[  +0.004456] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[  +0.009930] pci 0000:00:01.2: PCI bridge to [bus 01]
[  +0.004976] pci 0000:00:01.2:   bridge window [mem 0x80700000-0x807fffff]
[  +0.006796] pci 0000:00:01.3: PCI bridge to [bus 02]
[  +0.004976] pci 0000:00:01.3:   bridge window [mem 0x80600000-0x806fffff]
[  +0.006799] pci 0000:03:00.0: BAR 6: assigned [mem 0x805c0000-0x805fffff pref]
[  +0.007225] pci 0000:00:01.6: PCI bridge to [bus 03]
[  +0.004970] pci 0000:00:01.6:   bridge window [io  0x2000-0x2fff]
[  +0.006100] pci 0000:00:01.6:   bridge window [mem 0x80500000-0x805fffff]
[  +0.006795] pci 0000:00:08.1: PCI bridge to [bus 04]
[  +0.004977] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[  +0.006104] pci 0000:00:08.1:   bridge window [mem 0x80000000-0x804fffff]
[  +0.006795] pci 0000:00:08.1:   bridge window [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[  +0.008102] pci 0000:00:08.2: PCI bridge to [bus 05]
[  +0.004981] pci 0000:00:08.3: PCI bridge to [bus 06]
[  +0.004983] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[  +0.006185] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[  +0.006187] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[  +0.006882] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[  +0.006880] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[  +0.006882] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[  +0.006877] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[  +0.006964] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[  +0.006965] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[  +0.006967] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[  +0.006963] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[  +0.006963] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[  +0.006967] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[  +0.006965] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[  +0.006966] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[  +0.006966] pci_bus 0000:00: resource 19 [mem 0x80000000-0xefffffff window]
[  +0.006962] pci_bus 0000:00: resource 20 [mem 0xf8000000-0xfeafffff window]
[  +0.006966] pci_bus 0000:00: resource 21 [mem 0xfed45000-0xfed814ff window]
[  +0.006965] pci_bus 0000:00: resource 22 [mem 0xfed81900-0xfed81fff window]
[  +0.006963] pci_bus 0000:00: resource 23 [mem 0xfedc0000-0xfedc0fff window]
[  +0.006962] pci_bus 0000:00: resource 24 [mem 0xfedc6000-0xfedc6fff window]
[  +0.006968] pci_bus 0000:00: resource 25 [mem 0x2a0200000-0xf6ffffffff window]
[  +0.007227] pci_bus 0000:01: resource 1 [mem 0x80700000-0x807fffff]
[  +0.006269] pci_bus 0000:02: resource 1 [mem 0x80600000-0x806fffff]
[  +0.006274] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[  +0.005580] pci_bus 0000:03: resource 1 [mem 0x80500000-0x805fffff]
[  +0.006272] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[  +0.005577] pci_bus 0000:04: resource 1 [mem 0x80000000-0x804fffff]
[  +0.006268] pci_bus 0000:04: resource 2 [mem 0xf6e0000000-0xf6f01fffff 64bit pref]
[  +0.007938] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[  +0.127296] pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x640 took 118087 usecs
[  +0.007506] PCI: CLS 64 bytes, default 64
[  +0.004065] Trying to unpack rootfs image as initramfs...
[  +0.114598] Initramfs unpacking failed: Decoding failed
[  +0.010863] Freeing initrd memory: 47928K
[  +0.004050] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[  +0.006442] software IO TLB: mapped [mem 0x00000000700b9000-0x00000000740b9000] (64MB)
[  +0.007996] amd_uncore: 4  amd_df counters detected
[  +0.004889] amd_uncore: 6  amd_l3 counters detected
[  +0.005173] LVT offset 0 assigned for vector 0x400
[  +0.004930] perf: AMD IBS detected (0x000003ff)
[  +0.004600] check: Scanning for low memory corruption every 60 seconds
[  +0.007073] Initialise system trusted keyrings
[  +0.004487] Key type blacklist registered
[  +0.004089] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[  +0.007337] zbud: loaded
[  +0.002817] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  +0.006049] fuse: init (API version 7.33)
[  +0.004247] integrity: Platform Keyring initialized
[  +0.008251] Key type asymmetric registered
[  +0.004109] Asymmetric key parser 'x509' registered
[  +0.004890] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[  +0.007476] io scheduler mq-deadline registered
[  +0.005439] pcieport 0000:00:01.2: PME: Signaling with IRQ 25
[  +0.005865] pcieport 0000:00:01.2: AER: enabled with IRQ 25
[  +0.005666] pcieport 0000:00:01.2: DPC: enabled with IRQ 25
[  +0.005580] pcieport 0000:00:01.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[  +0.012896] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[  +0.005852] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[  +0.005667] pcieport 0000:00:01.3: DPC: enabled with IRQ 26
[  +0.005583] pcieport 0000:00:01.3: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[  +0.012897] pcieport 0000:00:01.6: PME: Signaling with IRQ 27
[  +0.005840] pcieport 0000:00:01.6: AER: enabled with IRQ 27
[  +0.005665] pcieport 0000:00:01.6: DPC: enabled with IRQ 27
[  +0.005582] pcieport 0000:00:01.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
[  +0.012882] pcieport 0000:00:08.1: PME: Signaling with IRQ 28
[  +0.005948] pcieport 0000:00:08.2: PME: Signaling with IRQ 29
[  +0.005887] pcieport 0000:00:08.3: PME: Signaling with IRQ 30
[  +0.005832] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  +0.006750] efifb: probing for efifb
[  +0.003626] efifb: framebuffer at 0xf6e0000000, using 5120k, total 5120k
[  +0.006703] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[  +0.006095] efifb: scrolling: redraw
[  +0.003580] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[  +0.005698] Console: switching to colour frame buffer device 160x64
[  +0.009090] fb0: EFI VGA frame buffer device
[  +0.005733] ACPI: AC Adapter [ACAD] (on-line)
[  +0.004425] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[  +0.008399] ACPI: Power Button [PWRB]
[  +0.003721] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[  +0.008223] ACPI: Lid Switch [LID]
[  +0.003455] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[  +0.007451] ACPI: Power Button [PWRF]
[  +0.003737] Monitor-Mwait will be used to enter C-1 state
[  +0.005432] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[  +0.005248] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[  +0.005260] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[  +0.005281] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[  +0.005278] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[  +0.005274] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[  +0.005281] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[  +0.005279] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[  +0.005431] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[  +0.000439] battery: ACPI: Battery Slot [BATT] (battery absent)
[  +0.012127] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[  +0.009766] KGDB: Registered I/O driver kgdboc
[  +0.005118] Linux agpgart interface v0.103
[  +0.007582] loop: module loaded
[  +0.003496] libphy: Fixed MDIO Bus: probed
[  +0.004140] tun: Universal TUN/TAP device driver, 1.6
[  +0.005179] PPP generic driver version 2.4.2
[  +0.004438] VFIO - User Level meta-driver version: 0.3
[  +0.005358] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[  +0.006581] ehci-pci: EHCI PCI platform driver
[  +0.004494] ehci-platform: EHCI generic platform driver
[  +0.005300] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[  +0.006229] ohci-pci: OHCI PCI platform driver
[  +0.004503] ohci-platform: OHCI generic platform driver
[  +0.005272] uhci_hcd: USB Universal Host Controller Interface driver
[  +0.006578] xhci_hcd 0000:04:00.4: xHCI Host Controller
[  +0.005268] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 1
[  +0.007574] xhci_hcd 0000:04:00.4: hcc params 0x0128ffe5 hci version 0x110 quirks 0x0000000200000410
[  +0.009452] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[  +0.008293] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.007996] usb usb1: Product: xHCI Host Controller
[  +0.005653] usb usb1: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006276] usb usb1: SerialNumber: 0000:04:00.4
[  +0.005647] hub 1-0:1.0: USB hub found
[  +0.004553] hub 1-0:1.0: 6 ports detected
[  +0.005562] xhci_hcd 0000:04:00.4: xHCI Host Controller
[  +0.006010] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 2
[  +0.008173] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[  +0.007842] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[  +0.008934] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[  +0.009043] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.007998] usb usb2: Product: xHCI Host Controller
[  +0.005689] usb usb2: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006286] usb usb2: SerialNumber: 0000:04:00.4
[  +0.005644] hub 2-0:1.0: USB hub found
[  +0.004546] hub 2-0:1.0: 2 ports detected
[  +0.005588] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[  +0.007585] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[  +0.011309] i8042: Warning: Keylock active
[  +0.005063] serio: i8042 KBD port at 0x60,0x64 irq 1
[  +0.006038] mousedev: PS/2 mouse device common for all mice
[  +0.007088] rtc_cmos 00:01: RTC can wake from S4
[  +0.000507] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[  +0.006295] rtc_cmos 00:01: registered as rtc0
[  +0.014346] rtc_cmos 00:01: setting system clock to 2021-03-16T00:19:24 UTC (1615853964)
[  +0.008940] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[  +0.008029] i2c /dev entries driver
[  +0.004352] device-mapper: uevent: version 1.0.3
[  +0.005558] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[  +0.009302] platform eisa.0: Probing EISA bus 0
[  +0.005311] platform eisa.0: EISA: Cannot allocate resource for mainboard
[  +0.007549] platform eisa.0: Cannot allocate resource for EISA slot 1
[  +0.007198] platform eisa.0: Cannot allocate resource for EISA slot 2
[  +0.007189] platform eisa.0: Cannot allocate resource for EISA slot 3
[  +0.007197] platform eisa.0: Cannot allocate resource for EISA slot 4
[  +0.007179] platform eisa.0: Cannot allocate resource for EISA slot 5
[  +0.007173] platform eisa.0: Cannot allocate resource for EISA slot 6
[  +0.007169] platform eisa.0: Cannot allocate resource for EISA slot 7
[  +0.007162] platform eisa.0: Cannot allocate resource for EISA slot 8
[  +0.007168] platform eisa.0: EISA: Detected 0 cards
[  +0.006031] ledtrig-cpu: registered to indicate activity on CPUs
[  +0.006775] EFI Variables Facility v0.08 2004-May-17
[  +0.007690] drop_monitor: Initializing network drop monitor service
[  +0.007179] NET: Registered protocol family 10
[  +0.012663] Segment Routing with IPv6
[  +0.004896] NET: Registered protocol family 17
[  +0.005359] Key type dns_resolver registered
[  +0.006497] microcode: CPU0: patch_level=0x08900103
[  +0.005644] microcode: CPU1: patch_level=0x08900103
[  +0.005672] microcode: CPU2: patch_level=0x08900103
[  +0.006504] microcode: CPU3: patch_level=0x08900103
[  +0.005614] microcode: CPU4: patch_level=0x08900103
[  +0.005611] microcode: CPU5: patch_level=0x08900103
[  +0.005627] microcode: CPU6: patch_level=0x08900103
[  +0.003391] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[  +0.002400] microcode: CPU7: patch_level=0x08900103
[  +0.012870] microcode: Microcode Update Driver: v2.2.
[  +0.000277] resctrl: L3 allocation detected
[  +0.010609] resctrl: L3DATA allocation detected
[  +0.005196] resctrl: L3CODE allocation detected
[  +0.005188] resctrl: MB allocation detected
[  +0.004836] resctrl: L3 monitoring detected
[  +0.004821] IPI shorthand broadcast: enabled
[  +0.004921] sched_clock: Marking stable (3022323468, 1809768989)->(5389036913, -556944456)
[  +0.009112] registered taskstats version 1
[  +0.004770] Loading compiled-in X.509 certificates
[  +0.006228] Loaded X.509 cert 'Build time autogenerated kernel key: 10b48c03c9a363b0af75ac8001b7268463853ddb'
[  +0.011033] zswap: loaded using pool lzo/zbud
[  +0.005482] Key type ._fscrypt registered
[  +0.004710] Key type .fscrypt registered
[  +0.004576] Key type fscrypt-provisioning registered
[  +0.009311] Key type encrypted registered
[  +0.005492] AppArmor: AppArmor sha1 policy hashing enabled
[  +0.006690] integrity: Loading X.509 certificate: UEFI:MokListRT
[  +0.006743] integrity: Loaded X.509 cert 'SomeOrg: shim: a01ee84e9b37ace407961cc468c5909447878469'
[  +0.009615] integrity: Loading X.509 certificate: UEFI:MokListRT
[  +0.007312] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[  +0.011556] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[  +0.000713] ima: No TPM chip found, activating TPM-bypass!
[  +0.009729] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  +0.006192] ima: Allocated hash algorithm: sha1
[  +0.007787] usb 1-1: Product: USB 2.0 Hub
[  +0.005235] ima: No architecture policies found
[  +0.009872] evm: Initialising EVM extended attributes:
[  +0.005808] evm: security.selinux
[  +0.003976] evm: security.SMACK64
[  +0.003962] evm: security.SMACK64EXEC
[  +0.004297] evm: security.SMACK64TRANSMUTE
[  +0.004728] evm: security.SMACK64MMAP
[  +0.004271] evm: security.apparmor
[  +0.003686] tsc: Refined TSC clocksource calibration: 2399.996 MHz
[  +0.000325] evm: security.ima
[  +0.006228] hub 1-1:1.0: USB hub found
[  +0.000296] hub 1-1:1.0: 4 ports detected
[  +0.000646] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229833f6470, max_idle_ns: 440795327230 ns
[  +0.003595] evm: security.capability
[  +0.000002] evm: HMAC attrs: 0x1
[  +0.000384] PM:   Magic number: 13:450:304
[  +0.032612] clocksource: Switched to clocksource tsc
[  +0.000060] tty tty33: hash matches
[  +0.010669] acpi_cpufreq: overriding BIOS provided _PSD data
[  +0.006906] RAS: Correctable Errors collector initialized.
[  +0.007485] Freeing unused decrypted memory: 2036K
[  +0.005807] Freeing unused kernel image (initmem) memory: 2624K
[  +0.029280] Write protecting the kernel read-only data: 22528k
[  +0.007680] Freeing unused kernel image (text/rodata gap) memory: 2036K
[  +0.007711] Freeing unused kernel image (rodata/data gap) memory: 860K
[  +0.016317] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[  +0.030692] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[  +0.007639] Run /init as init process
[  +0.004530]   with arguments:
[  +0.003819]     /init
[  +0.003125]     nokaslr
[  +0.003295]   with environment:
[  +0.003996]     HOME=/
[  +0.003220]     TERM=linux
[  +0.003564]     BOOT_IMAGE=/boot/vmlinuz-5.11.0+
[  +0.005494]     kgdboc=kms,kbd,ttyS0,115200
[  +0.073644] hid: raw HID events driver (C) Jiri Kosina
[  +0.014204] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[  +0.000329] usb 1-6: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[  +0.016392] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  +0.008423] usb 1-6: Product: USB 2.0 Hub
[  +0.005393] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[  +0.008647] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[  +0.000182] dwc3-pci 0000:04:00.3: enabling device (0000 -> 0002)
[  +0.009313] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[  +0.015068] e1000e: Intel(R) PRO/1000 Network Driver
[  +0.001541] hub 1-6:1.0: USB hub found
[  +0.004439] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[  +0.004889] hub 1-6:1.0: 4 ports detected
[  +0.006617] e1000e 0000:03:00.0: enabling device (0000 -> 0002)
[  +0.011900] e1000e 0000:03:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[  +0.058513] e1000e 0000:03:00.0 0000:03:00.0 (uninitialized): registered PHC clock
[  +0.011929] nvme nvme0: pci function 0000:01:00.0
[  +0.013465] nvme nvme0: missing or invalid SUBNQN field.
[  +0.006642] nvme nvme0: Shutdown timeout set to 8 seconds
[  +0.006643] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd
[  +0.018472] nvme nvme0: 16/0/0 default/read/poll queues
[  +0.004484] e1000e 0000:03:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 6c:b3:11:0f:44:ad
[  +0.005579]  nvme0n1: p1 p2 p3
[  +0.005512] e1000e 0000:03:00.0 eth0: Intel(R) PRO/1000 Network Connection
[  +0.012410] e1000e 0000:03:00.0 eth0: MAC: 3, PHY: 8, PBA No: E42641-005
[  +0.027942] e1000e 0000:03:00.0 eno1: renamed from eth0
[  +0.006820] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[  +0.006885] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 3
[  +0.009002] xhci-hcd xhci-hcd.2.auto: hcc params 0x0110ffe5 hci version 0x110 quirks 0x0000000000010010
[  +0.010627] xhci-hcd xhci-hcd.2.auto: irq 42, io mem 0x80000000
[  +0.007303] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[  +0.009524] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.008529] usb usb3: Product: xHCI Host Controller
[  +0.006223] usb usb3: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006793] usb usb3: SerialNumber: xhci-hcd.2.auto
[  +0.006576] hub 3-0:1.0: USB hub found
[  +0.005373] hub 3-0:1.0: 1 port detected
[  +0.005486] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[  +0.006825] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 4
[  +0.008910] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.1 Enhanced SuperSpeed
[  +0.008641] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[  +0.009629] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[  +0.009603] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  +0.008557] usb usb4: Product: xHCI Host Controller
[  +0.006215] usb usb4: Manufacturer: Linux 5.11.0+ xhci-hcd
[  +0.006812] usb usb4: SerialNumber: xhci-hcd.2.auto
[  +0.007122] hub 4-0:1.0: USB hub found
[  +0.005091] hub 4-0:1.0: 1 port detected
[  +0.009918] usb 1-1.2: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[  +0.009648] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.008610] usb 1-1.2: Product: CP2102N USB to UART Bridge Controller
[  +0.007725] usb 1-1.2: Manufacturer: Silicon Labs
[  +0.005977] usb 1-1.2: SerialNumber: c0354ae3b053ea11aff54db199ea7b59
[  +0.133899] usb 1-6.1: new full-speed USB device number 5 using xhci_hcd
[  +0.247384] usb 1-6.1: New USB device found, idVendor=0b95, idProduct=6804, bcdDevice= 0.12
[  +0.009736] usb 1-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  +0.008624] usb 1-6.1: Product: AX68004
[  +0.005192] usb 1-6.1: Manufacturer: ASIX Electronics
[  +0.006380] usb 1-6.1: SerialNumber: 00000001
[  +0.046219] hub 1-6.1:1.0: USB hub found
[  +0.007855] hub 1-6.1:1.0: 7 ports detected
[  +0.096609] usb 1-1.4: new low-speed USB device number 6 using xhci_hcd
[  +0.242649] usb 1-1.4: New USB device found, idVendor=13ba, idProduct=0018, bcdDevice= 0.01
[  +0.009827] usb 1-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  +0.008649] usb 1-1.4: Product: Barcode Reader 
[  +0.100632] usbcore: registered new interface driver usbhid
[  +0.007285] usbhid: USB HID core driver
[  +0.009713] input: Barcode Reader  as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.0/0003:13BA:0018.0001/input/input4
[  +0.049262] usb 1-6.4: new full-speed USB device number 7 using xhci_hcd
[  +0.024614] hid-generic 0003:13BA:0018.0001: input,hidraw0: USB HID v1.10 Keyboard [Barcode Reader ] on usb-0000:04:00.4-1.4/input0
[  +0.013647] input: Barcode Reader  Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.1/0003:13BA:0018.0002/input/input5
[  +0.015102] input: Barcode Reader  System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.1/0003:13BA:0018.0002/input/input6
[  +0.074982] input: Barcode Reader  Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-1/1-1.4/1-1.4:1.1/0003:13BA:0018.0002/input/input7
[  +0.017788] hid-generic 0003:13BA:0018.0002: input,hidraw1: USB HID v1.10 Mouse [Barcode Reader ] on usb-0000:04:00.4-1.4/input1
[  +0.094977] usb 1-6.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64
[  +0.010169] usb 1-6.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  +0.000004] usb 1-6.4: Product: USB Serial
[  +0.024161] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  +0.052298] usb 1-6.1.1: new full-speed USB device number 8 using xhci_hcd
[  +0.062545] systemd[1]: Inserted module 'autofs4'
[  +0.030370] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[  +0.043506] systemd[1]: Detected architecture x86-64.
[  +0.019209] usb 1-6.1.1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[  +0.010281] usb 1-6.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  +0.009199] usb 1-6.1.1: Product: USB Receiver
[  +0.006154] usb 1-6.1.1: Manufacturer: Logitech
[  +0.021216] systemd[1]: Set hostname to <scbu-Chachani>.
[  +0.078281] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[  +0.025105] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.0/0003:046D:C534.0003/input/input8
[  +0.066246] systemd[1]: Created slice system-modprobe.slice.
[  +0.008016] hid-generic 0003:046D:C534.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[  +0.016809] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/input/input9
[  +0.000153] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  +0.018899] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/input/input10
[  +0.030616] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[  +0.011214] systemd[1]: Created slice User and Session Slice.
[  +0.010308] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  +0.012198] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[  +0.014019] systemd[1]: Reached target User and Group Name Lookups.
[  +0.005801] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/input/input11
[  +0.023038] hid-generic 0003:046D:C534.0004: input,hiddev0,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[  +0.017485] systemd[1]: Reached target Remote File Systems.
[  +0.010363] systemd[1]: Reached target Slices.
[  +0.009335] systemd[1]: Listening on Syslog Socket.
[  +0.009664] systemd[1]: Listening on fsck to fsckd communication Socket.
[  +0.011464] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  +0.011237] systemd[1]: Listening on Journal Audit Socket.
[  +0.010089] systemd[1]: Listening on Journal Socket (/dev/log).
[  +0.010491] systemd[1]: Listening on Journal Socket.
[  +0.009619] systemd[1]: Listening on udev Control Socket.
[  +0.009907] systemd[1]: Listening on udev Kernel Socket.
[  +0.010750] systemd[1]: Mounting Huge Pages File System...
[  +0.011260] systemd[1]: Mounting POSIX Message Queue File System...
[  +0.011915] systemd[1]: Mounting Kernel Debug File System...
[  +0.011242] systemd[1]: Mounting Kernel Trace File System...
[  +0.012230] systemd[1]: Starting Journal Service...
[  +0.012170] systemd[1]: Starting Set the console keyboard layout...
[  +0.011751] systemd[1]: Starting Create list of static device nodes for the current kernel...
[  +0.014178] systemd[1]: Starting Load Kernel Module drm...
[  +0.010301] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[  +0.011473] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[  +0.013075] systemd[1]: Starting Load Kernel Modules...
[  +0.011040] systemd[1]: Starting Remount Root and Kernel File Systems...
[  +0.008920] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[  +0.002849] lp: driver loaded but no devices found
[  +0.016768] systemd[1]: Starting udev Coldplug all Devices...
[  +0.009976] ppdev: user-space parallel port driver
[  +0.000949] systemd[1]: Starting Uncomplicated firewall...
[  +0.016472] systemd[1]: Started Journal Service.
[  +0.041656] systemd-journald[307]: Received client request to flush runtime journal.
[  +0.046011] loop0: detected capacity change from 113424 to 0
[  +0.030700] loop1: detected capacity change from 113592 to 0
[  +0.051915] loop2: detected capacity change from 446248 to 0
[  +0.048063] loop3: detected capacity change from 127160 to 0
[  +0.008509] loop4: detected capacity change from 104496 to 0
[  +0.079459] loop5: detected capacity change from 132648 to 0
[  +0.008063 ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[  +0.000664] acpi device:16: registered as cooling_device8
[  +0.000095] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:01/input/input14
[  +0.051667] loop6: detected capacity change from 448496 to 0
[  +0.025508] usbcore: registered new interface driver usbserial_generic
[  +0.004924] pstore: Using crash dump compression: deflate
[  +0.003191] usbserial: USB Serial support registered for generic
[  +0.007393] pstore: Registered efi as persistent store backend
[  +0.007170] loop7: detected capacity change from 63664 to 0
[  +0.018095] usbcore: registered new interface driver cp210x
[  +0.006628] usbserial: USB Serial support registered for cp210x
[  +0.000286] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[  +0.009828] cp210x 1-1.2:1.0: cp210x converter detected
[  +0.005997] RAPL PMU: hw unit of domain package 2^-16 Joules
[  +0.015620] usb 1-1.2: cp210x converter now attached to ttyUSB0
[  +0.007316] usbcore: registered new interface driver ch341
[  +0.006559] usbserial: USB Serial support registered for ch341-uart
[  +0.007414] ch341 1-6.4:1.0: ch341-uart converter detected
[  +0.011202] loop8: detected capacity change from 104536 to 0
[  +0.000756] cryptd: max_cpu_qlen set to 1000
[  +0.007573] usb 1-6.4: ch341-uart converter now attached to ttyUSB1
[  +0.018599] AVX2 version of gcm_enc/dec engaged.
[  +0.000003] AES CTR mode by8 optimization enabled
[  +0.026970] Adding 12695548k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:12695548k SSFS
[  +0.014750] loop9: detected capacity change from 66104 to 0
[  +0.062999] logitech-djreceiver 0003:046D:C534.0003: hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input0
[  +0.000017] kvm: Nested Virtualization enabled
[  +0.000013] SVM: kvm: Nested Paging enabled
[  +0.000001] SVM: Virtual VMLOAD VMSAVE supported
[  +0.000000] SVM: Virtual GIF supported
[  +0.002431] MCE: In-kernel MCE decoding enabled.
[  +0.087971] audit: type=1400 audit(1615853968.553:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=531 comm="apparmor_parser"
[  +0.000007] audit: type=1400 audit(1615853968.553:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=527 comm="apparmor_parser"
[  +0.000004] audit: type=1400 audit(1615853968.553:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=528 comm="apparmor_parser"
[  +0.000004] audit: type=1400 audit(1615853968.557:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=525 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=532 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=532 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=532 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=534 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=533 comm="apparmor_parser"
[  +0.000003] audit: type=1400 audit(1615853968.557:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=533 comm="apparmor_parser"
[  +0.183095] intel_rapl_common: Found RAPL domain package
[  +0.006951] intel_rapl_common: Found RAPL domain core
[  +0.009891] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[  +0.008221] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[  +0.000220] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[  +0.084854] logitech-djreceiver 0003:046D:C534.0004: hiddev0,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.4-6.1.1/input1
[  +0.000968] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input15
[  +0.027554] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input16
[  +0.012138] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input17
[  +0.000038] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input18
[  +0.030409] logitech-djreceiver 0003:046D:C534.0004: device of type eQUAD nano Lite (0x0a) connected on slot 1
[  +0.000415] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input19
[  +0.012224] logitech-djreceiver 0003:046D:C534.0004: device of type eQUAD nano Lite (0x0a) connected on slot 2
[  +0.033231] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input20
[  +0.000362] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input21
[  +0.000094] hid-generic 0003:046D:4023.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[  +0.000878] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4054.0006/input/input26
[  +0.078718] hid-generic 0003:046D:4054.0006: input,hidraw5: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.4-6.1.1/input1:2
[  +0.033053] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC701: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  +0.012169] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  +0.000004] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[  +0.000002] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[  +0.000000] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[  +0.000001] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[  +0.000241] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[  +0.047215] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[  +0.742027] loop10: detected capacity change from 8 to 0
[  +0.085510] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input30
[  +0.011497] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input31
[  +0.498417] logitech-hidpp-device 0003:046D:4023.0005: HID++ 2.0 device connected.
[  +1.600708] e1000e 0000:03:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  +0.010205] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  +0.219761] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4023.0005/input/input32
[  +0.020083] logitech-hidpp-device 0003:046D:4023.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:04:00.4-6.1.1/input1:1
[  +0.069414] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb1/1-6/1-6.1/1-6.1.1/1-6.1.1:1.1/0003:046D:C534.0004/0003:046D:4054.0006/input/input33
[  +0.019500] logitech-hidpp-device 0003:046D:4054.0006: input,hidraw5: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.4-6.1.1/input1:2
[ +10.537030] rfkill: input handler disabled[3月16 08:20] kstream: loading out-of-tree module taints kernel.
[  +0.005952] kstream: module verification failed: signature and/or required key missing - tainting kernel
[  +0.046232] [0x0000000000400000 - 0x00000000007fffff] 13229 MB/s / 13063 MB/s
[  +0.027444] [0x0000000000800000 - 0x0000000000bfffff] 15853 MB/s / 14712 MB/s
[  +0.044541] [0x0000000000c00000 - 0x0000000000ffffff] 11138 MB/s / 10105 MB/s
[  +0.043869] [0x0000000001000000 - 0x00000000013fffff] 11131 MB/s / 10170 MB/s
[  +0.044404] [0x0000000001400000 - 0x00000000017fffff] 11144 MB/s / 10165 MB/s
[  +0.034731] [0x0000000001800000 - 0x0000000001bfffff] 15826 MB/s / 14710 MB/s
[  +0.044317] [0x0000000001c00000 - 0x0000000001ffffff] 11139 MB/s / 10169 MB/s
[  +0.044864] [0x0000000002000000 - 0x00000000023fffff] 10744 MB/s / 9952 MB/s
[  +0.034743] [0x0000000002400000 - 0x00000000027fffff] 15982 MB/s / 14706 MB/s
[  +0.033987] [0x0000000002800000 - 0x0000000002bfffff] 16319 MB/s / 15073 MB/s
[  +0.033404] [0x0000000002c00000 - 0x0000000002ffffff] 16775 MB/s / 15602 MB/s
[  +0.032939] [0x0000000003000000 - 0x00000000033fffff] 17112 MB/s / 15978 MB/s
[  +0.032463] [0x0000000003400000 - 0x00000000037fffff] 17468 MB/s / 16523 MB/s
[  +0.043436] [0x0000000003800000 - 0x0000000003bfffff] 11125 MB/s / 10170 MB/s
[  +0.032178] [0x0000000006400000 - 0x00000000067fffff] 18321 MB/s / 17433 MB/s
[  +0.031265] [0x0000000006800000 - 0x0000000006bfffff] 18511 MB/s / 17965 MB/s
[  +0.031095] [0x0000000006c00000 - 0x0000000006ffffff] 18788 MB/s / 18514 MB/s
[  +0.044561] [0x0000000007000000 - 0x00000000073fffff] 11130 MB/s / 10171 MB/s
[  +0.030865] [0x0000000007400000 - 0x00000000077fffff] 19177 MB/s / 19252 MB/s
[  +0.030596] [0x0000000007800000 - 0x0000000007bfffff] 19438 MB/s / 19614 MB/s
[  +0.030035] [0x0000000007c00000 - 0x0000000007ffffff] 19625 MB/s / 19975 MB/s
[  +0.044330] [0x0000000008000000 - 0x00000000083fffff] 11135 MB/s / 10167 MB/s
[  +0.044785] [0x0000000008400000 - 0x00000000087fffff] 11133 MB/s / 10021 MB/s
[  +0.043761] [0x0000000008800000 - 0x0000000008bfffff] 10984 MB/s / 10172 MB/s
[  +0.043952] [0x0000000008c00000 - 0x0000000008ffffff] 11033 MB/s / 10157 MB/s[  +0.029697] [0x0000000009000000 - 0x00000000093fffff] 20515 MB/s / 22524 MB/s
[  +0.028878] [0x0000000009400000 - 0x00000000097fffff] 20549 MB/s / 22877 MB/s
[  +0.028655] [0x000000000a000000 - 0x000000000a3fffff] 20371 MB/s / 23233 MB/s
[  +0.044184] [0x000000000a400000 - 0x000000000a7fffff] 11132 MB/s / 10397 MB/s
[  +0.029127] [0x000000000a800000 - 0x000000000abfffff] 20740 MB/s / 24148 MB/s
[  +0.029112] [0x000000000ac00000 - 0x000000000affffff] 20883 MB/s / 24518 MB/s
[  +0.028763] [0x000000000b000000 - 0x000000000b3fffff] 20731 MB/s / 24692 MB/s
[  +0.031646] [0x000000000b400000 - 0x000000000b7fffff] 20801 MB/s / 25054 MB/s
[  +0.043547] [0x000000000b800000 - 0x000000000bbfffff] 11125 MB/s / 10168 MB/s
[  +0.043178] [0x000000000bc00000 - 0x000000000bffffff] 11133 MB/s / 10701 MB/s
[  +0.043640] [0x000000000c000000 - 0x000000000c3fffff] 11445 MB/s / 11269 MB/s
[  +0.028863] [0x000000000c400000 - 0x000000000c7fffff] 20854 MB/s / 25417 MB/s
[  +0.028346] [0x000000000c800000 - 0x000000000cbfffff] 20850 MB/s / 25426 MB/s
[  +0.027899] [0x000000000cc00000 - 0x000000000cffffff] 20925 MB/s / 25418 MB/s
[  +0.028691] [0x000000000d000000 - 0x000000000d3fffff] 20812 MB/s / 25421 MB/s
[  +0.041786] [0x000000000d400000 - 0x000000000d7fffff] 11127 MB/s / 13073 MB/s
[  +0.044328] [0x000000000d800000 - 0x000000000dbfffff] 11131 MB/s / 10171 MB/s
[  +0.028651] [0x000000000dc00000 - 0x000000000dffffff] 20645 MB/s / 25425 MB/s
[  +0.028648] [0x000000000e000000 - 0x000000000e3fffff] 20926 MB/s / 25246 MB/s
[  +0.028088] [0x000000000e400000 - 0x000000000e7fffff] 20929 MB/s / 25424 MB/s
[  +0.043824] [0x000000000e800000 - 0x000000000ebfffff] 11128 MB/s / 10157 MB/s
[  +0.029510] [0x000000000ec00000 - 0x000000000effffff] 20791 MB/s / 25420 MB/s
[  +0.037886] [0x000000000f000000 - 0x000000000f3fffff] 14243 MB/s / 13078 MB/s
[  +0.028725] [0x000000000f400000 - 0x000000000f7fffff] 20813 MB/s / 25418 MB/s
[  +0.040479] [0x000000000f800000 - 0x000000000fbfffff] 11128 MB/s / 14130 MB/s
[  +0.043439] [0x000000000fc00000 - 0x000000000fffffff] 11346 MB/s / 11299 MB/s
[  +0.037725] [0x0000000010000000 - 0x00000000103fffff] 14238 MB/s / 13077 MB/s[  +0.029144] [0x0000000010400000 - 0x00000000107fffff] 20865 MB/s / 25427 MB/s
[  +0.028181] [0x0000000010800000 - 0x0000000010bfffff] 20849 MB/s / 25407 MB/s
[  +0.043302] [0x0000000010c00000 - 0x0000000010ffffff] 11123 MB/s / 10171 MB/s
[  +0.033873] [0x0000000011000000 - 0x00000000113fffff] 20846 MB/s / 25430 MB/s
[  +0.043176] [0x0000000011400000 - 0x00000000117fffff] 11130 MB/s / 11300 MB/s
[  +0.028574] [0x0000000011800000 - 0x0000000011bfffff] 20921 MB/s / 25266 MB/s
[  +0.028253] [0x0000000011c00000 - 0x0000000011ffffff] 20702 MB/s / 25421 MB/s
[  +0.043492] [0x0000000012000000 - 0x00000000123fffff] 11130 MB/s / 11276 MB/s
[  +0.037156] [0x0000000012400000 - 0x00000000127fffff] 14238 MB/s / 13076 MB/s
[  +0.039597] [0x0000000012800000 - 0x0000000012bfffff] 11115 MB/s / 25407 MB/s
[  +0.043866] [0x0000000012c00000 - 0x0000000012ffffff] 11130 MB/s / 11274 MB/s
[  +0.028581] [0x0000000013000000 - 0x00000000133fffff] 20749 MB/s / 25247 MB/s
[  +0.027940] [0x0000000013400000 - 0x00000000137fffff] 20908 MB/s / 25429 MB/s
[  +0.027911] [0x0000000013800000 - 0x0000000013bfffff] 20917 MB/s / 25426 MB/s
[  +0.028084] [0x0000000013c00000 - 0x0000000013ffffff] 20817 MB/s / 25425 MB/s
[  +0.028063] [0x0000000014000000 - 0x00000000143fffff] 20753 MB/s / 25425 MB/s
[  +0.038248] [0x0000000014400000 - 0x00000000147fffff] 11129 MB/s / 25418 MB/s
[  +0.034485] [0x0000000014800000 - 0x0000000014bfffff] 20852 MB/s / 25422 MB/s
[  +0.028018] [0x0000000014c00000 - 0x0000000014ffffff] 20901 MB/s / 25419 MB/s
[  +0.042706] [0x0000000015000000 - 0x00000000153fffff] 11471 MB/s / 11297 MB/s
[  +0.028105] [0x0000000015400000 - 0x00000000157fffff] 20790 MB/s / 25421 MB/s
[  +0.043163] [0x0000000015800000 - 0x0000000015bfffff] 11125 MB/s / 11292 MB/s
[  +0.044374] [0x0000000015c00000 - 0x0000000015ffffff] 11129 MB/s / 11201 MB/s
[  +0.043040] [0x0000000016000000 - 0x00000000163fffff] 11124 MB/s / 10699 MB/s
[  +0.028468] [0x0000000016400000 - 0x00000000167fffff] 20800 MB/s / 25405 MB/s
[  +0.042916] [0x0000000016800000 - 0x0000000016bfffff] 11125 MB/s / 11273 MB/s
[  +0.028163] [0x0000000016c00000 - 0x0000000016ffffff] 20924 MB/s / 25425 MB/s[  +0.028103] [0x0000000017000000 - 0x00000000173fffff] 20833 MB/s / 25425 MB/s
[  +0.028615] [0x0000000017400000 - 0x00000000177fffff] 20915 MB/s / 25419 MB/s
[  +0.044186] [0x0000000017800000 - 0x0000000017bfffff] 11125 MB/s / 10169 MB/s
[  +0.042939] [0x0000000017c00000 - 0x0000000017ffffff] 11119 MB/s / 11218 MB/s
[  +0.028191] [0x0000000018000000 - 0x00000000183fffff] 20906 MB/s / 25431 MB/s
[  +0.028739] [0x0000000018400000 - 0x00000000187fffff] 20830 MB/s / 25417 MB/s
[  +0.028398] [0x0000000018800000 - 0x0000000018bfffff] 20894 MB/s / 25248 MB/s
[  +0.043090] [0x0000000018c00000 - 0x0000000018ffffff] 11125 MB/s / 11293 MB/s
[  +0.028872] [0x0000000019000000 - 0x00000000193fffff] 20871 MB/s / 25244 MB/s
[  +0.042626] [0x0000000019400000 - 0x00000000197fffff] 11237 MB/s / 11273 MB/s
[  +0.028293] [0x0000000019800000 - 0x0000000019bfffff] 20866 MB/s / 25426 MB/s
[  +0.029036] [0x0000000019c00000 - 0x0000000019ffffff] 20933 MB/s / 25249 MB/s
[  +0.042827] [0x000000001a000000 - 0x000000001a3fffff] 11126 MB/s / 10821 MB/s
[  +0.043124] [0x000000001a400000 - 0x000000001a7fffff] 11119 MB/s / 11098 MB/s
[  +0.037275] [0x000000001a800000 - 0x000000001abfffff] 14211 MB/s / 13075 MB/s
[  +0.042905] [0x000000001ac00000 - 0x000000001affffff] 11436 MB/s / 10700 MB/s
[  +0.028067] [0x000000001b000000 - 0x000000001b3fffff] 20922 MB/s / 25424 MB/s
[  +0.028168] [0x000000001b400000 - 0x000000001b7fffff] 20296 MB/s / 25424 MB/s
[  +0.043621] [0x000000001b800000 - 0x000000001bbfffff] 11123 MB/s / 12606 MB/s
[  +0.043260] [0x000000001bc00000 - 0x000000001bffffff] 11132 MB/s / 11060 MB/s
[  +0.043694] [0x000000001c000000 - 0x000000001c3fffff] 11402 MB/s / 10712 MB/s
[  +0.028514] [0x000000001c400000 - 0x000000001c7fffff] 20727 MB/s / 25425 MB/s
[  +0.027797] [0x000000001c800000 - 0x000000001cbfffff] 20831 MB/s / 25419 MB/s
[  +0.028025] [0x000000001cc00000 - 0x000000001cffffff] 20803 MB/s / 25423 MB/s
[  +0.043724] [0x000000001d000000 - 0x000000001d3fffff] 11126 MB/s / 11207 MB/s
[  +0.042818] [0x000000001d400000 - 0x000000001d7fffff] 11554 MB/s / 11155 MB/s
[  +0.028505] [0x000000001d800000 - 0x000000001dbfffff] 20784 MB/s / 25424 MB/s[  +0.043742] [0x000000001dc00000 - 0x000000001dffffff] 11132 MB/s / 10166 MB/s
[  +0.043335] [0x000000001e000000 - 0x000000001e3fffff] 11554 MB/s / 11281 MB/s
[  +0.028416] [0x000000001e400000 - 0x000000001e7fffff] 20815 MB/s / 25425 MB/s
[  +0.028228] [0x000000001e800000 - 0x000000001ebfffff] 20884 MB/s / 25429 MB/s
[  +0.043010] [0x000000001ec00000 - 0x000000001effffff] 11116 MB/s / 11609 MB/s
[  +0.044048] [0x000000001f000000 - 0x000000001f3fffff] 11130 MB/s / 10168 MB/s
[  +0.042647] [0x000000001f400000 - 0x000000001f7fffff] 11426 MB/s / 11300 MB/s
[  +0.042687] [0x000000001f800000 - 0x000000001fbfffff] 11589 MB/s / 11226 MB/s
[  +0.028358] [0x000000001fc00000 - 0x000000001fffffff] 20681 MB/s / 25428 MB/s
[  +0.028539] [0x0000000020000000 - 0x00000000203fffff] 20692 MB/s / 25426 MB/s
[  +0.027850] [0x0000000020400000 - 0x00000000207fffff] 20862 MB/s / 25416 MB/s
[  +0.038099] [0x0000000020800000 - 0x0000000020bfffff] 11381 MB/s / 25424 MB/s
[  +0.028588] [0x0000000020c00000 - 0x0000000020ffffff] 20935 MB/s / 25429 MB/s
[  +0.028035] [0x0000000021000000 - 0x00000000213fffff] 20875 MB/s / 25403 MB/s
[  +0.028285] [0x0000000021400000 - 0x00000000217fffff] 20876 MB/s / 25407 MB/s
[  +0.027979] [0x0000000021800000 - 0x0000000021bfffff] 20791 MB/s / 25427 MB/s
[  +0.043320] [0x0000000021c00000 - 0x0000000021ffffff] 11130 MB/s / 11109 MB/s
[  +0.043455] [0x0000000022000000 - 0x00000000223fffff] 11135 MB/s / 11295 MB/s
[  +0.043038] [0x0000000022400000 - 0x00000000227fffff] 11122 MB/s / 10994 MB/s
[  +0.036824] [0x0000000022800000 - 0x0000000022bfffff] 14214 MB/s / 13075 MB/s
[  +0.028174] [0x0000000022c00000 - 0x0000000022ffffff] 20876 MB/s / 25427 MB/s
[  +0.027992] [0x0000000023000000 - 0x00000000233fffff] 20822 MB/s / 25427 MB/s
[  +0.043581] [0x0000000023400000 - 0x00000000237fffff] 11126 MB/s / 10168 MB/s
[  +0.042679] [0x0000000023800000 - 0x0000000023bfffff] 11571 MB/s / 10708 MB/s
[  +0.042519] [0x0000000023c00000 - 0x0000000023ffffff] 11557 MB/s / 11009 MB/s
[  +0.042903] [0x0000000024000000 - 0x00000000243fffff] 12017 MB/s / 11295 MB/s
[  +0.028682] [0x0000000024400000 - 0x00000000247fffff] 20788 MB/s / 25242 MB/s[  +0.036621] [0x0000000024800000 - 0x0000000024bfffff] 14228 MB/s / 14781 MB/s
[  +0.028425] [0x0000000024c00000 - 0x0000000024ffffff] 20779 MB/s / 25426 MB/s
[  +0.043336] [0x0000000025000000 - 0x00000000253fffff] 11491 MB/s / 11198 MB/s
[  +0.028482] [0x0000000025400000 - 0x00000000257fffff] 20890 MB/s / 25431 MB/s
[  +0.027877] [0x0000000025800000 - 0x0000000025bfffff] 20907 MB/s / 25426 MB/s
[  +0.028397] [0x0000000025c00000 - 0x0000000025ffffff] 20847 MB/s / 25425 MB/s
[  +0.028598] [0x0000000026000000 - 0x00000000263fffff] 20960 MB/s / 25239 MB/s
[  +0.027885] [0x0000000026400000 - 0x00000000267fffff] 20915 MB/s / 25426 MB/s
[  +0.028523] [0x0000000026800000 - 0x0000000026bfffff] 20847 MB/s / 25413 MB/s
[  +0.027960] [0x0000000026c00000 - 0x0000000026ffffff] 20809 MB/s / 25420 MB/s
[  +0.028423] [0x0000000027000000 - 0x00000000273fffff] 20875 MB/s / 25243 MB/s
[  +0.043160] [0x0000000027400000 - 0x00000000277fffff] 11147 MB/s / 11292 MB/s
[  +0.042743] [0x0000000027800000 - 0x0000000027bfffff] 11507 MB/s / 11300 MB/s
[  +0.042470] [0x0000000027c00000 - 0x0000000027ffffff] 11587 MB/s / 11219 MB/s
[  +0.043032] [0x0000000028000000 - 0x00000000283fffff] 11482 MB/s / 10788 MB/s
[  +0.028302] [0x0000000028400000 - 0x00000000287fffff] 20830 MB/s / 25419 MB/s
[  +0.029020] [0x0000000028800000 - 0x0000000028bfffff] 20894 MB/s / 25410 MB/s
[  +0.028837] [0x0000000028c00000 - 0x0000000028ffffff] 20836 MB/s / 25431 MB/s
[  +0.043340] [0x0000000029000000 - 0x00000000293fffff] 11131 MB/s / 10170 MB/s
[  +0.043907] [0x0000000029400000 - 0x00000000297fffff] 11498 MB/s / 10182 MB/s
[  +0.037293] [0x0000000029800000 - 0x0000000029bfffff] 14241 MB/s / 13072 MB/s
[  +0.036972] [0x0000000029c00000 - 0x0000000029ffffff] 14235 MB/s / 13076 MB/s
[  +0.043648] [0x000000002a000000 - 0x000000002a3fffff] 11123 MB/s / 11283 MB/s
[  +0.037136] [0x000000002a400000 - 0x000000002a7fffff] 14237 MB/s / 13073 MB/s
[  +0.028447] [0x000000002a800000 - 0x000000002abfffff] 20917 MB/s / 25246 MB/s
[  +0.042610] [0x000000002ac00000 - 0x000000002affffff] 11222 MB/s / 11258 MB/s
[  +0.044095] [0x000000002b000000 - 0x000000002b3fffff] 11134 MB/s / 11294 MB/s[  +0.028282] [0x000000002b400000 - 0x000000002b7fffff] 20913 MB/s / 25423 MB/s
[  +0.042519] [0x000000002b800000 - 0x000000002bbfffff] 11548 MB/s / 11301 MB/s
[  +0.028353] [0x000000002bc00000 - 0x000000002bffffff] 20791 MB/s / 25427 MB/s
[  +0.027890] [0x000000002c000000 - 0x000000002c3fffff] 20851 MB/s / 25427 MB/s
[  +0.042706] [0x000000002c400000 - 0x000000002c7fffff] 11532 MB/s / 11302 MB/s
[  +0.028646] [0x000000002c800000 - 0x000000002cbfffff] 20961 MB/s / 25239 MB/s
[  +0.027979] [0x000000002cc00000 - 0x000000002cffffff] 20852 MB/s / 25424 MB/s
[  +0.028162] [0x000000002d000000 - 0x000000002d3fffff] 20911 MB/s / 25406 MB/s
[  +0.041361] [0x000000002d400000 - 0x000000002d7fffff] 11123 MB/s / 25371 MB/s
[  +0.043235] [0x000000002d800000 - 0x000000002dbfffff] 11129 MB/s / 10170 MB/s
[  +0.028086] [0x000000002dc00000 - 0x000000002dffffff] 20918 MB/s / 25429 MB/s
[  +0.028026] [0x000000002e000000 - 0x000000002e3fffff] 20936 MB/s / 25429 MB/s
[  +0.028073] [0x000000002e400000 - 0x000000002e7fffff] 20935 MB/s / 25410 MB/s
[  +0.043091] [0x000000002e800000 - 0x000000002ebfffff] 11135 MB/s / 11269 MB/s
[  +0.043344] [0x000000002ec00000 - 0x000000002effffff] 11131 MB/s / 10210 MB/s
[  +0.028620] [0x000000002f000000 - 0x000000002f3fffff] 20821 MB/s / 25431 MB/s
[  +0.028749] [0x000000002f400000 - 0x000000002f7fffff] 20778 MB/s / 25421 MB/s
[  +0.036813] [0x000000002f800000 - 0x000000002fbfffff] 14238 MB/s / 13069 MB/s
[  +0.036828] [0x000000002fc00000 - 0x000000002fffffff] 14249 MB/s / 13077 MB/s
[  +0.043156] [0x0000000030000000 - 0x00000000303fffff] 11567 MB/s / 13074 MB/s
[  +0.043505] [0x0000000030400000 - 0x00000000307fffff] 11567 MB/s / 11294 MB/s
[  +0.028622] [0x0000000030800000 - 0x0000000030bfffff] 20863 MB/s / 25423 MB/s
[  +0.032298] [0x0000000030c00000 - 0x0000000030ffffff] 20599 MB/s / 25428 MB/s
[  +0.043180] [0x0000000031000000 - 0x00000000313fffff] 11402 MB/s / 11159 MB/s
[  +0.028405] [0x0000000031400000 - 0x00000000317fffff] 20883 MB/s / 25424 MB/s
[  +0.037633] [0x0000000031800000 - 0x0000000031bfffff] 11133 MB/s / 25418 MB/s
[  +0.044482] [0x0000000031c00000 - 0x0000000031ffffff] 11133 MB/s / 10170 MB/s[  +0.028641] [0x0000000032000000 - 0x00000000323fffff] 20805 MB/s / 25408 MB/s
[  +0.028095] [0x0000000032400000 - 0x00000000327fffff] 20902 MB/s / 25411 MB/s
[  +0.044080] [0x0000000032800000 - 0x0000000032bfffff] 11140 MB/s / 10168 MB/s
[  +0.043644] [0x0000000032c00000 - 0x0000000032ffffff] 11126 MB/s / 11275 MB/s
[  +0.043163] [0x0000000033000000 - 0x00000000333fffff] 11126 MB/s / 10714 MB/s
[  +0.028254] [0x0000000033400000 - 0x00000000337fffff] 20857 MB/s / 25418 MB/s
[  +0.042822] [0x0000000033800000 - 0x0000000033bfffff] 11134 MB/s / 10834 MB/s
[  +0.028081] [0x0000000033c00000 - 0x0000000033ffffff] 20861 MB/s / 25429 MB/s
[  +0.027947] [0x0000000034000000 - 0x00000000343fffff] 20844 MB/s / 25415 MB/s
[  +0.027761] [0x0000000034400000 - 0x00000000347fffff] 20817 MB/s / 25421 MB/s
[  +0.029429] [0x0000000034800000 - 0x0000000034bfffff] 20914 MB/s / 25406 MB/s
[  +0.040432] [0x0000000034c00000 - 0x0000000034ffffff] 11519 MB/s / 25427 MB/s
[  +0.028862] [0x0000000035000000 - 0x00000000353fffff] 20907 MB/s / 25424 MB/s
[  +0.036704] [0x0000000035400000 - 0x00000000357fffff] 14233 MB/s / 14416 MB/s
[  +0.044154] [0x0000000035800000 - 0x0000000035bfffff] 11130 MB/s / 10543 MB/s
[  +0.043473] [0x0000000035c00000 - 0x0000000035ffffff] 11414 MB/s / 11262 MB/s
[  +0.028591] [0x0000000036000000 - 0x00000000363fffff] 20858 MB/s / 25424 MB/s
[  +0.029090] [0x0000000036400000 - 0x00000000367fffff] 20922 MB/s / 25417 MB/s
[  +0.028577] [0x0000000036800000 - 0x0000000036bfffff] 20903 MB/s / 25407 MB/s
[  +0.029099] [0x0000000036c00000 - 0x0000000036ffffff] 20893 MB/s / 25418 MB/s
[  +0.028087] [0x0000000037000000 - 0x00000000373fffff] 20852 MB/s / 25421 MB/s
[  +0.043403] [0x0000000037400000 - 0x00000000377fffff] 11120 MB/s / 10170 MB/s
[  +0.028625] [0x0000000037800000 - 0x0000000037bfffff] 20827 MB/s / 25420 MB/s
[  +0.043783] [0x0000000037c00000 - 0x0000000037ffffff] 11136 MB/s / 11221 MB/s
[  +0.042522] [0x0000000038000000 - 0x00000000383fffff] 11425 MB/s / 11286 MB/s
[  +0.028379] [0x0000000038400000 - 0x00000000387fffff] 20871 MB/s / 25403 MB/s
[  +0.042465] [0x0000000038800000 - 0x0000000038bfffff] 11467 MB/s / 11043 MB/s[  +0.029633] [0x0000000038c00000 - 0x0000000038ffffff] 20869 MB/s / 25250 MB/s
[  +0.028840] [0x0000000039000000 - 0x00000000393fffff] 20922 MB/s / 25426 MB/s
[  +0.028022] [0x0000000039400000 - 0x00000000397fffff] 20906 MB/s / 25418 MB/s
[  +0.043130] [0x0000000039800000 - 0x0000000039bfffff] 11141 MB/s / 10171 MB/s
[  +0.028306] [0x0000000039c00000 - 0x0000000039ffffff] 20911 MB/s / 25428 MB/s
[  +0.028094] [0x000000003a000000 - 0x000000003a3fffff] 20966 MB/s / 25407 MB/s
[  +0.037128] [0x000000003a400000 - 0x000000003a7fffff] 14252 MB/s / 13075 MB/s
[  +0.043070] [0x000000003a800000 - 0x000000003abfffff] 11132 MB/s / 10533 MB/s
[  +0.043046] [0x000000003ac00000 - 0x000000003affffff] 11403 MB/s / 10477 MB/s
[  +0.028751] [0x000000003b000000 - 0x000000003b3fffff] 20984 MB/s / 25426 MB/s
[  +0.043602] [0x000000003b400000 - 0x000000003b7fffff] 11132 MB/s / 10168 MB/s
[  +0.043462] [0x000000003b800000 - 0x000000003bbfffff] 11139 MB/s / 10839 MB/s
[  +0.042910] [0x000000003bc00000 - 0x000000003bffffff] 11132 MB/s / 11294 MB/s
[  +0.043097] [0x000000003c000000 - 0x000000003c3fffff] 11133 MB/s / 11208 MB/s
[  +0.028005] [0x000000003c400000 - 0x000000003c7fffff] 20898 MB/s / 25414 MB/s
[  +0.028045] [0x000000003c800000 - 0x000000003cbfffff] 20873 MB/s / 25428 MB/s
[  +0.044533] [0x000000003cc00000 - 0x000000003cffffff] 11094 MB/s / 10170 MB/s
[  +0.043077] [0x000000003d000000 - 0x000000003d3fffff] 11343 MB/s / 11294 MB/s
[  +0.043302] [0x000000003d400000 - 0x000000003d7fffff] 11559 MB/s / 11212 MB/s
[  +0.028426] [0x000000003d800000 - 0x000000003dbfffff] 20928 MB/s / 25402 MB/s
[  +0.043057] [0x000000003dc00000 - 0x000000003dffffff] 11542 MB/s / 10663 MB/s
[  +0.041938] [0x000000003e000000 - 0x000000003e3fffff] 11813 MB/s / 11283 MB/s
[  +0.043063] [0x000000003e400000 - 0x000000003e7fffff] 11122 MB/s / 10697 MB/s
[  +0.028567] [0x000000003e800000 - 0x000000003ebfffff] 20909 MB/s / 25423 MB/s
[  +0.043086] [0x000000003ec00000 - 0x000000003effffff] 11132 MB/s / 11258 MB/s
[  +0.043228] [0x000000003f000000 - 0x000000003f3fffff] 11142 MB/s / 10193 MB/s
[  +0.028258] [0x000000003f400000 - 0x000000003f7fffff] 20943 MB/s / 25429 MB/s[  +0.043899] [0x000000003f800000 - 0x000000003fbfffff] 12188 MB/s / 10258 MB/s
[  +0.042532] [0x000000003fc00000 - 0x000000003fffffff] 11412 MB/s / 11292 MB/s
[  +0.028504] [0x0000000040000000 - 0x00000000403fffff] 20840 MB/s / 25411 MB/s
[  +0.043693] [0x0000000040400000 - 0x00000000407fffff] 11122 MB/s / 11239 MB/s
[  +0.028688] [0x0000000040800000 - 0x0000000040bfffff] 20838 MB/s / 25424 MB/s
[  +0.029441] [0x0000000040c00000 - 0x0000000040ffffff] 20808 MB/s / 25421 MB/s
[  +0.028155] [0x0000000041000000 - 0x00000000413fffff] 20914 MB/s / 25429 MB/s
[  +0.043430] [0x0000000041400000 - 0x00000000417fffff] 11128 MB/s / 10164 MB/s
[  +0.043460] [0x0000000041800000 - 0x0000000041bfffff] 11135 MB/s / 11296 MB/s
[  +0.028584] [0x0000000041c00000 - 0x0000000041ffffff] 20951 MB/s / 25416 MB/s
[  +0.028372] [0x0000000042000000 - 0x00000000423fffff] 20920 MB/s / 25425 MB/s
[  +0.028026] [0x0000000042400000 - 0x00000000427fffff] 20839 MB/s / 25424 MB/s
[  +0.028065] [0x0000000042800000 - 0x0000000042bfffff] 20883 MB/s / 25423 MB/s
[  +0.043880] [0x0000000042c00000 - 0x0000000042ffffff] 11121 MB/s / 11297 MB/s
[  +0.042671] [0x0000000043000000 - 0x00000000433fffff] 11352 MB/s / 10695 MB/s
[  +0.028464] [0x0000000043400000 - 0x00000000437fffff] 20929 MB/s / 25411 MB/s
[  +0.028049] [0x0000000043800000 - 0x0000000043bfffff] 20804 MB/s / 25418 MB/s
[  +0.040456] [0x0000000043c00000 - 0x0000000043ffffff] 11121 MB/s / 25401 MB/s
[  +0.028154] [0x0000000044000000 - 0x00000000443fffff] 20913 MB/s / 25422 MB/s
[  +0.027984] [0x0000000044400000 - 0x00000000447fffff] 20945 MB/s / 25406 MB/s
[  +0.043089] [0x0000000044800000 - 0x0000000044bfffff] 11131 MB/s / 10178 MB/s
[  +0.044296] [0x0000000044c00000 - 0x0000000044ffffff] 11581 MB/s / 10686 MB/s
[  +0.028820] [0x0000000045000000 - 0x00000000453fffff] 20854 MB/s / 25427 MB/s
[  +0.042360] [0x0000000045400000 - 0x00000000457fffff] 11356 MB/s / 11296 MB/s
[  +0.028074] [0x0000000045800000 - 0x0000000045bfffff] 20847 MB/s / 25428 MB/s
[  +0.027838] [0x0000000045c00000 - 0x0000000045ffffff] 20872 MB/s / 25429 MB/s
[  +0.028133] [0x0000000046000000 - 0x00000000463fffff] 20883 MB/s / 25423 MB/s[  +0.042703] [0x0000000046400000 - 0x00000000467fffff] 11131 MB/s / 11232 MB/s
[  +0.043913] [0x0000000046800000 - 0x0000000046bfffff] 11129 MB/s / 11299 MB/s
[  +0.028844] [0x0000000046c00000 - 0x0000000046ffffff] 20866 MB/s / 25258 MB/s
[  +0.043902] [0x0000000047000000 - 0x00000000473fffff] 11129 MB/s / 11277 MB/s
[  +0.043181] [0x0000000047400000 - 0x00000000477fffff] 11491 MB/s / 10730 MB/s
[  +0.042817] [0x0000000047800000 - 0x0000000047bfffff] 11416 MB/s / 10694 MB/s
[  +0.043078] [0x0000000047c00000 - 0x0000000047ffffff] 11454 MB/s / 11302 MB/s
[  +0.028805] [0x0000000048000000 - 0x00000000483fffff] 20943 MB/s / 25426 MB/s
[  +0.043100] [0x0000000048400000 - 0x00000000487fffff] 11452 MB/s / 11038 MB/s
[  +0.027878] [0x0000000048800000 - 0x0000000048bfffff] 20917 MB/s / 25423 MB/s
[  +0.028993] [0x0000000048c00000 - 0x0000000048ffffff] 20892 MB/s / 25427 MB/s
[  +0.033301] [0x0000000049000000 - 0x00000000493fffff] 20640 MB/s / 25410 MB/s
[  +0.037367] [0x0000000049400000 - 0x00000000497fffff] 14234 MB/s / 13077 MB/s
[  +0.037100] [0x0000000049800000 - 0x0000000049bfffff] 14234 MB/s / 13077 MB/s
[  +0.044164] [0x0000000049c00000 - 0x0000000049ffffff] 11128 MB/s / 10169 MB/s
[  +0.044020] [0x000000004a000000 - 0x000000004a3fffff] 11217 MB/s / 11299 MB/s
[  +0.037439] [0x000000004a400000 - 0x000000004a7fffff] 14256 MB/s / 13074 MB/s
[  +0.028182] [0x000000004a800000 - 0x000000004abfffff] 20834 MB/s / 25424 MB/s
[  +0.043466] [0x000000004ac00000 - 0x000000004affffff] 11128 MB/s / 10169 MB/s
[  +0.028427] [0x000000004b000000 - 0x000000004b3fffff] 20863 MB/s / 25424 MB/s
[  +0.044243] [0x000000004b400000 - 0x000000004b7fffff] 11125 MB/s / 11290 MB/s
[  +0.043336] [0x000000004b800000 - 0x000000004bbfffff] 11128 MB/s / 11214 MB/s
[  +0.043411] [0x000000004bc00000 - 0x000000004bffffff] 11124 MB/s / 11010 MB/s
[  +0.028461] [0x000000004c000000 - 0x000000004c3fffff] 20803 MB/s / 25420 MB/s
[  +0.028251] [0x000000004c400000 - 0x000000004c7fffff] 20614 MB/s / 25408 MB/s
[  +0.043116] [0x000000004c800000 - 0x000000004cbfffff] 11437 MB/s / 10993 MB/s
[  +0.028998] [0x000000004cc00000 - 0x000000004cffffff] 20847 MB/s / 25425 MB/s[  +0.044286] [0x000000004d000000 - 0x000000004d3fffff] 11127 MB/s / 10168 MB/s
[  +0.042866] [0x000000004d400000 - 0x000000004d7fffff] 11559 MB/s / 10729 MB/s
[  +0.028512] [0x000000004d800000 - 0x000000004dbfffff] 20799 MB/s / 25428 MB/s
[  +0.028172] [0x000000004dc00000 - 0x000000004dffffff] 20846 MB/s / 25421 MB/s
[  +0.028917] [0x000000004e000000 - 0x000000004e3fffff] 20872 MB/s / 25424 MB/s
[  +0.030411] [0x000000004e400000 - 0x000000004e7fffff] 20932 MB/s / 25238 MB/s
[  +0.028431] [0x000000004e800000 - 0x000000004ebfffff] 20911 MB/s / 25431 MB/s
[  +0.043453] [0x000000004ec00000 - 0x000000004effffff] 11137 MB/s / 11288 MB/s
[  +0.028859] [0x000000004f000000 - 0x000000004f3fffff] 20719 MB/s / 25423 MB/s
[  +0.028261] [0x000000004f400000 - 0x000000004f7fffff] 20889 MB/s / 25418 MB/s
[  +0.043521] [0x000000004f800000 - 0x000000004fbfffff] 11107 MB/s / 11298 MB/s
[  +0.044827] [0x000000004fc00000 - 0x000000004fffffff] 11132 MB/s / 10090 MB/s
[  +0.044156] [0x0000000050000000 - 0x00000000503fffff] 11125 MB/s / 10075 MB/s
[  +0.028077] [0x0000000050400000 - 0x00000000507fffff] 20774 MB/s / 25428 MB/s
[  +0.028105] [0x0000000050800000 - 0x0000000050bfffff] 20838 MB/s / 25421 MB/s
[  +0.038411] [0x0000000050c00000 - 0x0000000050ffffff] 11120 MB/s / 25422 MB/s
[  +0.028356] [0x0000000051000000 - 0x00000000513fffff] 20831 MB/s / 25422 MB/s
[  +0.028273] [0x0000000051400000 - 0x00000000517fffff] 20816 MB/s / 25425 MB/s
[  +0.043546] [0x0000000051800000 - 0x0000000051bfffff] 11132 MB/s / 11589 MB/s
[  +0.042743] [0x0000000051c00000 - 0x0000000051ffffff] 11478 MB/s / 11258 MB/s
[  +0.028290] [0x0000000052000000 - 0x00000000523fffff] 20837 MB/s / 25418 MB/s
[  +0.028563] [0x0000000052400000 - 0x00000000527fffff] 20847 MB/s / 25407 MB/s
[  +0.043023] [0x0000000052800000 - 0x0000000052bfffff] 11381 MB/s / 11202 MB/s
[  +0.042813] [0x0000000052c00000 - 0x0000000052ffffff] 11121 MB/s / 11155 MB/s
[  +0.044068] [0x0000000053000000 - 0x00000000533fffff] 11127 MB/s / 11287 MB/s
[  +0.028819] [0x0000000053400000 - 0x00000000537fffff] 20922 MB/s / 25416 MB/s
[  +0.027827] [0x0000000053800000 - 0x0000000053bfffff] 20849 MB/s / 25417 MB/s[  +0.027831] [0x0000000053c00000 - 0x0000000053ffffff] 20564 MB/s / 25427 MB/s
[  +0.042983] [0x0000000054000000 - 0x00000000543fffff] 11533 MB/s / 11303 MB/s
[  +0.028093] [0x0000000054400000 - 0x00000000547fffff] 20844 MB/s / 25426 MB/s
[  +0.027870] [0x0000000054800000 - 0x0000000054bfffff] 20872 MB/s / 25430 MB/s
[  +0.028085] [0x0000000054c00000 - 0x0000000054ffffff] 20907 MB/s / 25424 MB/s
[  +0.042890] [0x0000000055000000 - 0x00000000553fffff] 11517 MB/s / 11295 MB/s
[  +0.043292] [0x0000000055400000 - 0x00000000557fffff] 11130 MB/s / 10170 MB/s
[  +0.028124] [0x0000000055800000 - 0x0000000055bfffff] 20933 MB/s / 25421 MB/s
[  +0.028133] [0x0000000055c00000 - 0x0000000055ffffff] 20884 MB/s / 25405 MB/s
[  +0.041117] [0x0000000056000000 - 0x00000000563fffff] 11130 MB/s / 25408 MB/s
[  +0.044325] [0x0000000056400000 - 0x00000000567fffff] 11127 MB/s / 10169 MB/s
[  +0.043075] [0x0000000056800000 - 0x0000000056bfffff] 11122 MB/s / 11280 MB/s
[  +0.044184] [0x0000000056c00000 - 0x0000000056ffffff] 11128 MB/s / 10242 MB/s
[  +0.028437] [0x0000000057000000 - 0x00000000573fffff] 20875 MB/s / 25419 MB/s
[  +0.027917] [0x0000000057400000 - 0x00000000577fffff] 20892 MB/s / 25428 MB/s
[  +0.028174] [0x0000000057800000 - 0x0000000057bfffff] 20880 MB/s / 25413 MB/s
[  +0.028842] [0x0000000057c00000 - 0x0000000057ffffff] 20725 MB/s / 25234 MB/s
[  +0.027975] [0x0000000058000000 - 0x00000000583fffff] 20726 MB/s / 25404 MB/s
[  +0.043553] [0x0000000058400000 - 0x00000000587fffff] 11123 MB/s / 10168 MB/s
[  +0.044205] [0x0000000058800000 - 0x0000000058bfffff] 11364 MB/s / 11299 MB/s
[  +0.028134] [0x0000000058c00000 - 0x0000000058ffffff] 20900 MB/s / 25422 MB/s
[  +0.027880] [0x0000000059000000 - 0x00000000593fffff] 20835 MB/s / 25420 MB/s
[  +0.027936] [0x0000000059400000 - 0x00000000597fffff] 20888 MB/s / 25425 MB/s
[  +0.043268] [0x0000000059800000 - 0x0000000059bfffff] 11131 MB/s / 11299 MB/s
[  +0.028815] [0x0000000059c00000 - 0x0000000059ffffff] 20817 MB/s / 25424 MB/s
[  +0.043932] [0x000000005a000000 - 0x000000005a3fffff] 11134 MB/s / 11288 MB/s
[  +0.042752] [0x000000005a400000 - 0x000000005a7fffff] 11282 MB/s / 11263 MB/s[  +0.028865] [0x000000005a800000 - 0x000000005abfffff] 20969 MB/s / 25423 MB/s
[  +0.028992] [0x000000005ac00000 - 0x000000005affffff] 20884 MB/s / 25431 MB/s
[  +0.028107] [0x000000005b000000 - 0x000000005b3fffff] 20804 MB/s / 25427 MB/s
[  +0.038531] [0x000000005b400000 - 0x000000005b7fffff] 11205 MB/s / 25406 MB/s
[  +0.043499] [0x000000005b800000 - 0x000000005bbfffff] 11247 MB/s / 10661 MB/s
[  +0.028996] [0x000000005bc00000 - 0x000000005bffffff] 20843 MB/s / 25239 MB/s
[  +0.042870] [0x000000005c000000 - 0x000000005c3fffff] 11516 MB/s / 11280 MB/s
[  +0.028716] [0x000000005c400000 - 0x000000005c7fffff] 20897 MB/s / 25424 MB/s
[  +0.028188] [0x000000005c800000 - 0x000000005cbfffff] 20888 MB/s / 25420 MB/s
[  +0.044204] [0x000000005cc00000 - 0x000000005cffffff] 11135 MB/s / 10896 MB/s
[  +0.028165] [0x000000005d000000 - 0x000000005d3fffff] 20890 MB/s / 25428 MB/s
[  +0.027877] [0x000000005d400000 - 0x000000005d7fffff] 20861 MB/s / 25426 MB/s
[  +0.042994] [0x000000005d800000 - 0x000000005dbfffff] 11422 MB/s / 11218 MB/s
[  +0.028226] [0x000000005dc00000 - 0x000000005dffffff] 20884 MB/s / 25425 MB/s
[  +0.027941] [0x000000005e000000 - 0x000000005e3fffff] 20844 MB/s / 25427 MB/s
[  +0.042955] [0x000000005e400000 - 0x000000005e7fffff] 11127 MB/s / 10657 MB/s
[  +0.028075] [0x000000005e800000 - 0x000000005ebfffff] 20842 MB/s / 25403 MB/s
[  +0.027815] [0x000000005ec00000 - 0x000000005effffff] 20900 MB/s / 25419 MB/s
[  +0.028073] [0x000000005f000000 - 0x000000005f3fffff] 20855 MB/s / 25410 MB/s
[  +0.044388] [0x000000005f400000 - 0x000000005f7fffff] 11133 MB/s / 10169 MB/s
[  +0.042586] [0x000000005f800000 - 0x000000005fbfffff] 11469 MB/s / 10763 MB/s
[  +0.042622] [0x000000005fc00000 - 0x000000005fffffff] 11584 MB/s / 11297 MB/s
[  +0.028296] [0x0000000060000000 - 0x00000000603fffff] 20850 MB/s / 25427 MB/s
[  +0.028524] [0x0000000060400000 - 0x00000000607fffff] 20912 MB/s / 25248 MB/s
[  +0.044021] [0x0000000060800000 - 0x0000000060bfffff] 11128 MB/s / 10162 MB/s
[  +0.028433] [0x0000000060c00000 - 0x0000000060ffffff] 20842 MB/s / 25422 MB/s
[  +0.027841] [0x0000000061000000 - 0x00000000613fffff] 20811 MB/s / 25419 MB/s[  +0.028042] [0x0000000061400000 - 0x00000000617fffff] 20808 MB/s / 25425 MB/s
[  +0.044006] [0x0000000061800000 - 0x0000000061bfffff] 11124 MB/s / 11299 MB/s
[  +0.043110] [0x0000000061c00000 - 0x0000000061ffffff] 11423 MB/s / 11294 MB/s
[  +0.043121] [0x0000000062000000 - 0x00000000623fffff] 11545 MB/s / 11222 MB/s
[  +0.028479] [0x0000000062400000 - 0x00000000627fffff] 20889 MB/s / 25416 MB/s
[  +0.028511] [0x0000000062800000 - 0x0000000062bfffff] 20876 MB/s / 25428 MB/s
[  +0.028392] [0x0000000062c00000 - 0x0000000062ffffff] 20868 MB/s / 25425 MB/s
[  +0.027857] [0x0000000063000000 - 0x00000000633fffff] 20856 MB/s / 25421 MB/s
[  +0.040439] [0x0000000063400000 - 0x00000000637fffff] 11130 MB/s / 16828 MB/s
[  +0.044003] [0x0000000063800000 - 0x0000000063bfffff] 11131 MB/s / 10172 MB/s
[  +0.042839] [0x0000000063c00000 - 0x0000000063ffffff] 11595 MB/s / 11230 MB/s
[  +0.028737] [0x0000000064000000 - 0x00000000643fffff] 20826 MB/s / 25427 MB/s
[  +0.028097] [0x0000000064400000 - 0x00000000647fffff] 20837 MB/s / 25420 MB/s
[  +0.027886] [0x0000000064800000 - 0x0000000064bfffff] 20869 MB/s / 25427 MB/s
[  +0.029479] [0x0000000064c00000 - 0x0000000064ffffff] 20900 MB/s / 25425 MB/s
[  +0.027978] [0x0000000065000000 - 0x00000000653fffff] 20860 MB/s / 25429 MB/s
[  +0.027936] [0x0000000065400000 - 0x00000000657fffff] 20859 MB/s / 25424 MB/s
[  +0.043294] [0x0000000065800000 - 0x0000000065bfffff] 11145 MB/s / 11295 MB/s
[  +0.043005] [0x0000000065c00000 - 0x0000000065ffffff] 11546 MB/s / 10691 MB/s
[  +0.042585] [0x0000000066000000 - 0x00000000663fffff] 11373 MB/s / 11301 MB/s
[  +0.028613] [0x0000000066400000 - 0x00000000667fffff] 20738 MB/s / 25423 MB/s
[  +0.028092] [0x0000000066800000 - 0x0000000066bfffff] 20751 MB/s / 25448 MB/s
[  +0.029248] [0x0000000066c00000 - 0x0000000066ffffff] 20906 MB/s / 25249 MB/s
[  +0.042562] [0x0000000067000000 - 0x00000000673fffff] 11372 MB/s / 11288 MB/s
[  +0.041135] [0x0000000067400000 - 0x00000000677fffff] 11636 MB/s / 25384 MB/s
[  +0.042990] [0x0000000067800000 - 0x0000000067bfffff] 11465 MB/s / 11287 MB/s
[  +0.029251] [0x0000000067c00000 - 0x0000000067ffffff] 20858 MB/s / 25250 MB/s[  +0.042717] [0x0000000068000000 - 0x00000000683fffff] 11459 MB/s / 10781 MB/s
[  +0.028291] [0x0000000068400000 - 0x00000000687fffff] 20855 MB/s / 25427 MB/s
[  +0.028927] [0x0000000068800000 - 0x0000000068bfffff] 20886 MB/s / 25248 MB/s
[  +0.034601] [0x0000000068c00000 - 0x0000000068ffffff] 18164 MB/s / 25430 MB/s
[  +0.028293] [0x0000000069000000 - 0x00000000693fffff] 20729 MB/s / 25407 MB/s
[  +0.027996] [0x0000000069400000 - 0x00000000697fffff] 20792 MB/s / 25421 MB/s
[  +0.027951] [0x0000000069800000 - 0x0000000069bfffff] 20876 MB/s / 25414 MB/s
[  +0.028091] [0x0000000069c00000 - 0x0000000069ffffff] 20847 MB/s / 25417 MB/s
[  +0.043519] [0x000000006a400000 - 0x000000006a7fffff] 11130 MB/s / 10558 MB/s
[  +0.043074] [0x000000006a800000 - 0x000000006abfffff] 11557 MB/s / 10914 MB/s
[  +0.042853] [0x000000006ac00000 - 0x000000006affffff] 11474 MB/s / 11224 MB/s
[  +0.043776] [0x000000006b000000 - 0x000000006b3fffff] 11134 MB/s / 11282 MB/s
[  +0.028437] [0x000000006b400000 - 0x000000006b7fffff] 20850 MB/s / 25428 MB/s
[  +0.028629] [0x000000006b800000 - 0x000000006bbfffff] 20915 MB/s / 25235 MB/s
[  +0.038311] [0x000000006bc00000 - 0x000000006bffffff] 11479 MB/s / 25421 MB/s
[  +0.042807] [0x000000006c000000 - 0x000000006c3fffff] 11488 MB/s / 11279 MB/s
[  +0.028927] [0x000000006c800000 - 0x000000006cbfffff] 20906 MB/s / 25410 MB/s
[  +0.028508] [0x000000006cc00000 - 0x000000006cffffff] 21042 MB/s / 25419 MB/s
[  +0.027925] [0x000000006d000000 - 0x000000006d3fffff] 20822 MB/s / 25429 MB/s
[  +0.028309] [0x000000006d400000 - 0x000000006d7fffff] 20875 MB/s / 25420 MB/s
[  +0.028019] [0x000000006d800000 - 0x000000006dbfffff] 20842 MB/s / 25427 MB/s
[  +0.028727] [0x000000006dc00000 - 0x000000006dffffff] 20933 MB/s / 25249 MB/s
[  +0.033487] [0x000000006e000000 - 0x000000006e3fffff] 14237 MB/s / 25421 MB/s
[  +0.028821] [0x000000006e400000 - 0x000000006e7fffff] 20853 MB/s / 25406 MB/s
[  +0.043941] [0x000000006e800000 - 0x000000006ebfffff] 11453 MB/s / 10673 MB/s
[  +0.043308] [0x000000006ec00000 - 0x000000006effffff] 11483 MB/s / 11291 MB/s
[  +0.028649] [0x000000006f000000 - 0x000000006f3fffff] 20839 MB/s / 25407 MB/s[  +0.029060] [0x000000006f400000 - 0x000000006f7fffff] 20927 MB/s / 25428 MB/s
[  +0.037309] [0x000000006f800000 - 0x000000006fbfffff] 14233 MB/s / 13075 MB/s
[  +0.043923] [0x000000006fc00000 - 0x000000006fffffff] 11034 MB/s / 10156 MB/s
[  +0.028249] [0x0000000074400000 - 0x00000000747fffff] 20801 MB/s / 25427 MB/s
[  +0.037736] [0x0000000074c00000 - 0x0000000074ffffff] 14225 MB/s / 13076 MB/s
[  +0.037580] [0x0000000075000000 - 0x00000000753fffff] 14250 MB/s / 13078 MB/s
[  +0.044078] [0x0000000075400000 - 0x00000000757fffff] 11141 MB/s / 11290 MB/s
[  +0.043304] [0x0000000075800000 - 0x0000000075bfffff] 11568 MB/s / 11087 MB/s
[  +0.044232] [0x0000000075c00000 - 0x0000000075ffffff] 11350 MB/s / 11194 MB/s
[  +0.042906] [0x0000000076000000 - 0x00000000763fffff] 11407 MB/s / 11219 MB/s
[  +0.028698] [0x0000000076400000 - 0x00000000767fffff] 20920 MB/s / 25417 MB/s
[  +0.036847] [0x0000000076800000 - 0x0000000076bfffff] 14205 MB/s / 13073 MB/s
[  +0.028509] [0x0000000076c00000 - 0x0000000076ffffff] 20710 MB/s / 25426 MB/s
[  +0.028023] [0x0000000077000000 - 0x00000000773fffff] 20868 MB/s / 25419 MB/s
[  +0.043103] [0x0000000077400000 - 0x00000000777fffff] 11127 MB/s / 10962 MB/s
[  +0.028241] [0x0000000077c00000 - 0x0000000077ffffff] 20652 MB/s / 25411 MB/s
[  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 25405 MB/s
[  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 MB/s / 222 MB/s
[  +1.562192] [0x0000000100400000 - 0x00000001007fffff] 222 MB/s / 222 MB/s
[  +1.881332] [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s
[  +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 MB/s
[  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 MB/s / 24125 MB/s
[  +0.040278] [0x0000000101400000 - 0x00000001017fffff] 12355 MB/s / 11281 MB/s
[  +0.032952] [0x0000000101800000 - 0x0000000101bfffff] 20107 MB/s / 24524 MB/s
[  +0.037027] [0x0000000101c00000 - 0x0000000101ffffff] 12362 MB/s / 23874 MB/s
[  +0.039704] [0x0000000102000000 - 0x00000001023fffff] 12365 MB/s / 11284 MB/s
[  +0.038938] [0x0000000102400000 - 0x00000001027fffff] 12359 MB/s / 23811 MB/s[  +0.042528] [0x0000000102800000 - 0x0000000102bfffff] 12359 MB/s / 11280 MB/s
[  +0.028478] [0x0000000102c00000 - 0x0000000102ffffff] 20333 MB/s / 25260 MB/s
[  +0.040219] [0x0000000103000000 - 0x00000001033fffff] 12368 MB/s / 11281 MB/s
[  +0.028894] [0x0000000103400000 - 0x00000001037fffff] 19748 MB/s / 23803 MB/s
[  +0.030460] [0x0000000103800000 - 0x0000000103bfffff] 19226 MB/s / 23719 MB/s
[  +0.040254] [0x0000000103c00000 - 0x0000000103ffffff] 12359 MB/s / 11294 MB/s
[  +0.044217] [0x0000000104000000 - 0x00000001043fffff] 12343 MB/s / 11296 MB/s
[  +0.041624] [0x0000000104400000 - 0x00000001047fffff] 12351 MB/s / 11281 MB/s
[  +0.028727] [0x0000000104800000 - 0x0000000104bfffff] 19797 MB/s / 23942 MB/s
[  +0.040078] [0x0000000104c00000 - 0x0000000104ffffff] 12364 MB/s / 11286 MB/s
[  +0.028965] [0x0000000105000000 - 0x00000001053fffff] 20180 MB/s / 24461 MB/s
[  +0.028704] [0x0000000105400000 - 0x00000001057fffff] 20243 MB/s / 24793 MB/s
[  +0.028800] [0x0000000105800000 - 0x0000000105bfffff] 20139 MB/s / 24578 MB/s
[  +0.041245] [0x0000000105c00000 - 0x0000000105ffffff] 12359 MB/s / 11284 MB/s
[  +0.040272] [0x0000000106000000 - 0x00000001063fffff] 12363 MB/s / 11288 MB/s
[  +0.029987] [0x0000000106400000 - 0x00000001067fffff] 18383 MB/s / 21733 MB/s
[  +0.039556] [0x0000000106800000 - 0x0000000106bfffff] 12366 MB/s / 11285 MB/s
[  +0.029063] [0x0000000106c00000 - 0x0000000106ffffff] 19419 MB/s / 24011 MB/s
[  +0.028581] [0x0000000107000000 - 0x00000001073fffff] 20228 MB/s / 23618 MB/s
[  +0.037009] [0x0000000107400000 - 0x00000001077fffff] 12343 MB/s / 22230 MB/s
[  +0.028085] [0x0000000107800000 - 0x0000000107bfffff] 20268 MB/s / 25372 MB/s
[  +0.028167] [0x0000000107c00000 - 0x0000000107ffffff] 20300 MB/s / 25412 MB/s
[  +0.035774] [0x0000000108000000 - 0x00000001083fffff] 13846 MB/s / 25314 MB/s
[  +0.033330] [0x0000000108400000 - 0x00000001087fffff] 16304 MB/s / 25412 MB/s
[  +0.036782] [0x0000000108800000 - 0x0000000108bfffff] 13819 MB/s / 12999 MB/s
[  +0.041941] [0x0000000108c00000 - 0x0000000108ffffff] 12355 MB/s / 12605 MB/s
[  +0.030495] [0x0000000109000000 - 0x00000001093fffff] 19286 MB/s / 23055 MB/s[  +0.044314] [0x0000000109400000 - 0x00000001097fffff] 12049 MB/s / 11281 MB/s
[  +0.029594] [0x0000000109800000 - 0x0000000109bfffff] 20150 MB/s / 25187 MB/s
[  +0.040401] [0x0000000109c00000 - 0x0000000109ffffff] 12359 MB/s / 11293 MB/s
[  +0.033808] [0x000000010a000000 - 0x000000010a3fffff] 20727 MB/s / 25130 MB/s
[  +0.030568] [0x000000010a400000 - 0x000000010a7fffff] 20480 MB/s / 19629 MB/s
[  +0.042656] [0x000000010a800000 - 0x000000010abfffff] 12360 MB/s / 11296 MB/s
[  +0.041198] [0x000000010ac00000 - 0x000000010affffff] 12366 MB/s / 11269 MB/s
[  +0.029063] [0x000000010b000000 - 0x000000010b3fffff] 18987 MB/s / 25361 MB/s
[  +0.039013] [0x000000010b400000 - 0x000000010b7fffff] 13805 MB/s / 12624 MB/s
[  +0.035290] [0x000000010b800000 - 0x000000010bbfffff] 17665 MB/s / 25095 MB/s
[  +0.028581] [0x000000010bc00000 - 0x000000010bffffff] 20969 MB/s / 25430 MB/s
[  +0.028119] [0x000000010c000000 - 0x000000010c3fffff] 20791 MB/s / 25423 MB/s
[  +0.044435] [0x000000010c400000 - 0x000000010c7fffff] 11139 MB/s / 10168 MB/s
[  +0.042939] [0x000000010c800000 - 0x000000010cbfffff] 11567 MB/s / 10670 MB/s
[  +0.028474] [0x000000010cc00000 - 0x000000010cffffff] 20890 MB/s / 25422 MB/s
[  +0.041701] [0x000000010d000000 - 0x000000010d3fffff] 11127 MB/s / 24698 MB/s
[  +0.028149] [0x000000010d400000 - 0x000000010d7fffff] 20869 MB/s / 25430 MB/s
[  +0.043758] [0x000000010d800000 - 0x000000010dbfffff] 11131 MB/s / 11299 MB/s
[  +0.028671] [0x000000010dc00000 - 0x000000010dffffff] 20848 MB/s / 25247 MB/s
[  +0.027761] [0x000000010e000000 - 0x000000010e3fffff] 20886 MB/s / 25424 MB/s
[  +0.028048] [0x000000010e400000 - 0x000000010e7fffff] 20771 MB/s / 25427 MB/s
[  +0.029275] [0x000000010e800000 - 0x000000010ebfffff] 20858 MB/s / 25416 MB/s
[  +0.042942] [0x000000010ec00000 - 0x000000010effffff] 11123 MB/s / 10873 MB/s
[  +0.028261] [0x000000010f000000 - 0x000000010f3fffff] 20566 MB/s / 25424 MB/s
[  +0.027914] [0x000000010f400000 - 0x000000010f7fffff] 20849 MB/s / 25420 MB/s
[  +0.042815] [0x000000010f800000 - 0x000000010fbfffff] 11132 MB/s / 10964 MB/s
[  +0.036790] [0x000000010fc00000 - 0x000000010fffffff] 14232 MB/s / 13077 MB/s[  +0.027983] [0x0000000110000000 - 0x00000001103fffff] 20840 MB/s / 25427 MB/s
[  +0.042967] [0x0000000110400000 - 0x00000001107fffff] 11136 MB/s / 11294 MB/s
[  +0.043846] [0x0000000110800000 - 0x0000000110bfffff] 11131 MB/s / 10687 MB/s
[  +0.027970] [0x0000000110c00000 - 0x0000000110ffffff] 20894 MB/s / 25426 MB/s
[  +0.028293] [0x0000000111000000 - 0x00000001113fffff] 20929 MB/s / 25249 MB/s
[  +0.027782] [0x0000000111400000 - 0x00000001117fffff] 20934 MB/s / 25430 MB/s
[  +0.043225] [0x0000000111800000 - 0x0000000111bfffff] 11122 MB/s / 11294 MB/s
[  +0.041928] [0x0000000111c00000 - 0x0000000111ffffff] 14054 MB/s / 11279 MB/s
[  +0.032777] [0x0000000112000000 - 0x00000001123fffff] 16322 MB/s / 18141 MB/s
[  +0.032233] [0x0000000112400000 - 0x00000001127fffff] 19431 MB/s / 18696 MB/s
[  +0.040294] [0x0000000112800000 - 0x0000000112bfffff] 12359 MB/s / 11261 MB/s
[  +0.034307] [0x0000000112c00000 - 0x0000000112ffffff] 18862 MB/s / 24379 MB/s
[  +0.039968] [0x0000000113000000 - 0x00000001133fffff] 12357 MB/s / 11278 MB/s
[  +0.030432] [0x0000000113400000 - 0x00000001137fffff] 20214 MB/s / 25408 MB/s
[  +0.039283] [0x0000000113800000 - 0x0000000113bfffff] 12339 MB/s / 11277 MB/s
[  +0.037979] [0x0000000113c00000 - 0x0000000113ffffff] 14115 MB/s / 12990 MB/s
[  +0.029494] [0x0000000114000000 - 0x00000001143fffff] 19101 MB/s / 22112 MB/s
[  +0.039357] [0x0000000114400000 - 0x00000001147fffff] 12352 MB/s / 11271 MB/s
[  +0.056363] [0x0000000114800000 - 0x0000000114bfffff] 12362 MB/s / 11236 MB/s
[  +0.029350] [0x0000000114c00000 - 0x0000000114ffffff] 19468 MB/s / 25318 MB/s
[  +0.041550] [0x0000000115000000 - 0x00000001153fffff] 12239 MB/s / 11271 MB/s
[  +0.029027] [0x0000000115400000 - 0x00000001157fffff] 19881 MB/s / 24201 MB/s
[  +0.033085] [0x0000000115800000 - 0x0000000115bfffff] 19239 MB/s / 23065 MB/s
[  +0.034703] [0x0000000115c00000 - 0x0000000115ffffff] 19283 MB/s / 25297 MB/s
[  +0.029753] [0x0000000116000000 - 0x00000001163fffff] 19525 MB/s / 23584 MB/s
[  +0.041242] [0x0000000116400000 - 0x00000001167fffff] 12339 MB/s / 11285 MB/s
[  +0.029692] [0x0000000116800000 - 0x0000000116bfffff] 19970 MB/s / 22277 MB/s[  +0.028719] [0x0000000116c00000 - 0x0000000116ffffff] 20696 MB/s / 25406 MB/s
[  +0.030466] [0x0000000117000000 - 0x00000001173fffff] 18951 MB/s / 22464 MB/s
[  +0.037330] [0x0000000117400000 - 0x00000001177fffff] 13977 MB/s / 15401 MB/s
[  +0.044411] [0x0000000117800000 - 0x0000000117bfffff] 12317 MB/s / 11270 MB/s
[  +0.030635] [0x0000000117c00000 - 0x0000000117ffffff] 20850 MB/s / 23912 MB/s
[  +0.037389] [0x0000000118000000 - 0x00000001183fffff] 14199 MB/s / 21717 MB/s
[  +0.042616] [0x0000000118400000 - 0x00000001187fffff] 12313 MB/s / 11990 MB/s
[  +0.032300] [0x0000000118800000 - 0x0000000118bfffff] 20433 MB/s / 22574 MB/s
[  +0.045059] [0x0000000118c00000 - 0x0000000118ffffff] 13895 MB/s / 11089 MB/s
[  +0.030216] [0x0000000119000000 - 0x00000001193fffff] 20506 MB/s / 25419 MB/s
[  +0.038509] [0x0000000119400000 - 0x00000001197fffff] 14245 MB/s / 12892 MB/s
[  +0.043285] [0x0000000119800000 - 0x0000000119bfffff] 11101 MB/s / 10712 MB/s
[  +0.042686] [0x0000000119c00000 - 0x0000000119ffffff] 11127 MB/s / 16653 MB/s
[  +0.044451] [0x000000011a000000 - 0x000000011a3fffff] 11133 MB/s / 10165 MB/s
[  +0.043453] [0x000000011a400000 - 0x000000011a7fffff] 11130 MB/s / 10170 MB/s
[  +0.034246] [0x000000011a800000 - 0x000000011abfffff] 20830 MB/s / 25426 MB/s
[  +0.028207] [0x000000011ac00000 - 0x000000011affffff] 20628 MB/s / 25428 MB/s
[  +0.028243] [0x000000011b000000 - 0x000000011b3fffff] 20630 MB/s / 25423 MB/s
[  +0.043703] [0x000000011b400000 - 0x000000011b7fffff] 11129 MB/s / 11298 MB/s
[  +0.028284] [0x000000011b800000 - 0x000000011bbfffff] 20872 MB/s / 25425 MB/s
[  +0.028733] [0x000000011bc00000 - 0x000000011bffffff] 20877 MB/s / 25446 MB/s
[  +0.027948] [0x000000011c000000 - 0x000000011c3fffff] 20864 MB/s / 25430 MB/s
[  +0.041913] [0x000000011c400000 - 0x000000011c7fffff] 11355 MB/s / 13070 MB/s
[  +0.043075] [0x000000011c800000 - 0x000000011cbfffff] 11572 MB/s / 10647 MB/s
[  +0.043917] [0x000000011cc00000 - 0x000000011cffffff] 11126 MB/s / 11298 MB/s
[  +0.028323] [0x000000011d000000 - 0x000000011d3fffff] 20880 MB/s / 25426 MB/s
[  +0.028225] [0x000000011d400000 - 0x000000011d7fffff] 20773 MB/s / 25426 MB/s[  +0.042740] [0x000000011d800000 - 0x000000011dbfffff] 11132 MB/s / 21416 MB/s
[  +0.042637] [0x000000011dc00000 - 0x000000011dffffff] 11465 MB/s / 11295 MB/s
[  +0.032096] [0x000000011e000000 - 0x000000011e3fffff] 20793 MB/s / 25425 MB/s
[  +0.043013] [0x000000011e400000 - 0x000000011e7fffff] 11395 MB/s / 11066 MB/s
[  +0.028328] [0x000000011e800000 - 0x000000011ebfffff] 20821 MB/s / 25419 MB/s
[  +0.028477] [0x000000011ec00000 - 0x000000011effffff] 20852 MB/s / 25427 MB/s
[  +0.028577] [0x000000011f000000 - 0x000000011f3fffff] 20781 MB/s / 25247 MB/s
[  +0.043842] [0x000000011f400000 - 0x000000011f7fffff] 11249 MB/s / 11273 MB/s
[  +0.043864] [0x000000011f800000 - 0x000000011fbfffff] 11129 MB/s / 10930 MB/s
[  +0.028666] [0x000000011fc00000 - 0x000000011fffffff] 20877 MB/s / 25234 MB/s
[  +0.038310] [0x0000000120000000 - 0x00000001203fffff] 11385 MB/s / 25431 MB/s
[  +0.042888] [0x0000000120400000 - 0x00000001207fffff] 11509 MB/s / 10913 MB/s
[  +0.037130] [0x0000000120800000 - 0x0000000120bfffff] 14232 MB/s / 13065 MB/s
[  +0.043973] [0x0000000120c00000 - 0x0000000120ffffff] 11321 MB/s / 10168 MB/s
[  +0.028654] [0x0000000121000000 - 0x00000001213fffff] 20912 MB/s / 25241 MB/s
[  +0.028107] [0x0000000121400000 - 0x00000001217fffff] 20888 MB/s / 25429 MB/s
[  +0.028074] [0x0000000121800000 - 0x0000000121bfffff] 20934 MB/s / 25429 MB/s
[  +0.044273] [0x0000000121c00000 - 0x0000000121ffffff] 11133 MB/s / 11258 MB/s
[  +0.028481] [0x0000000122000000 - 0x00000001223fffff] 20859 MB/s / 25423 MB/s
[  +0.028759] [0x0000000122400000 - 0x00000001227fffff] 20934 MB/s / 25412 MB/s
[  +0.028017] [0x0000000122800000 - 0x0000000122bfffff] 20908 MB/s / 25425 MB/s
[  +0.042404] [0x0000000122c00000 - 0x0000000122ffffff] 11140 MB/s / 13073 MB/s
[  +0.044384] [0x0000000123000000 - 0x00000001233fffff] 11132 MB/s / 11298 MB/s
[  +0.028350] [0x0000000123400000 - 0x00000001237fffff] 20800 MB/s / 25424 MB/s
[  +0.028020] [0x0000000123800000 - 0x0000000123bfffff] 20859 MB/s / 25425 MB/s
[  +0.028884] [0x0000000123c00000 - 0x0000000123ffffff] 20920 MB/s / 25429 MB/s
[  +0.038365] [0x0000000124000000 - 0x00000001243fffff] 11122 MB/s / 25409 MB/s[  +0.043823] [0x0000000124400000 - 0x00000001247fffff] 11120 MB/s / 11295 MB/s
[  +0.042914] [0x0000000124800000 - 0x0000000124bfffff] 11394 MB/s / 11304 MB/s
[  +0.028666] [0x0000000124c00000 - 0x0000000124ffffff] 20798 MB/s / 25418 MB/s
[  +0.028269] [0x0000000125000000 - 0x00000001253fffff] 20806 MB/s / 25427 MB/s
[  +0.029026] [0x0000000125400000 - 0x00000001257fffff] 20860 MB/s / 25245 MB/s
[  +0.042647] [0x0000000125800000 - 0x0000000125bfffff] 11457 MB/s / 11289 MB/s
[  +0.028249] [0x0000000125c00000 - 0x0000000125ffffff] 20849 MB/s / 25427 MB/s
[  +0.028194] [0x0000000126000000 - 0x00000001263fffff] 20828 MB/s / 25423 MB/s
[  +0.041530] [0x0000000126400000 - 0x00000001267fffff] 11123 MB/s / 16202 MB/s
[  +0.043925] [0x0000000126800000 - 0x0000000126bfffff] 11126 MB/s / 10169 MB/s
[  +0.042619] [0x0000000126c00000 - 0x0000000126ffffff] 11581 MB/s / 11215 MB/s
[  +0.028354] [0x0000000127000000 - 0x00000001273fffff] 20896 MB/s / 25424 MB/s
[  +0.028035] [0x0000000127400000 - 0x00000001277fffff] 20937 MB/s / 25429 MB/s
[  +0.042399] [0x0000000127800000 - 0x0000000127bfffff] 11510 MB/s / 18304 MB/s
[  +0.043422] [0x0000000127c00000 - 0x0000000127ffffff] 11580 MB/s / 10712 MB/s
[  +0.043287] [0x0000000128000000 - 0x00000001283fffff] 11135 MB/s / 11278 MB/s
[  +0.043755] [0x0000000128400000 - 0x00000001287fffff] 11123 MB/s / 11288 MB/s
[  +0.028104] [0x0000000128800000 - 0x0000000128bfffff] 20887 MB/s / 25421 MB/s
[  +0.028568] [0x0000000128c00000 - 0x0000000128ffffff] 20857 MB/s / 25244 MB/s
[  +0.027962] [0x0000000129000000 - 0x00000001293fffff] 20882 MB/s / 25426 MB/s
[  +0.027842] [0x0000000129400000 - 0x00000001297fffff] 20852 MB/s / 25426 MB/s
[  +0.028076] [0x0000000129800000 - 0x0000000129bfffff] 20887 MB/s / 25424 MB/s
[  +0.028297] [0x0000000129c00000 - 0x0000000129ffffff] 20666 MB/s / 25421 MB/s
[  +0.036162] [0x000000012a000000 - 0x000000012a3fffff] 14242 MB/s / 18483 MB/s
[  +0.043263] [0x000000012a400000 - 0x000000012a7fffff] 11126 MB/s / 10662 MB/s
[  +0.036886] [0x000000012a800000 - 0x000000012abfffff] 14233 MB/s / 13073 MB/s
[  +0.040103] [0x000000012ac00000 - 0x000000012affffff] 11120 MB/s / 25416 MB/s[  +0.028129] [0x000000012b000000 - 0x000000012b3fffff] 20858 MB/s / 25409 MB/s
[  +0.028304] [0x000000012b400000 - 0x000000012b7fffff] 20915 MB/s / 25415 MB/s
[  +0.037080] [0x000000012b800000 - 0x000000012bbfffff] 14228 MB/s / 13072 MB/s
[  +0.042574] [0x000000012bc00000 - 0x000000012bffffff] 11133 MB/s / 12665 MB/s
[  +0.036878] [0x000000012c000000 - 0x000000012c3fffff] 14235 MB/s / 13076 MB/s
[  +0.028782] [0x000000012c400000 - 0x000000012c7fffff] 20867 MB/s / 25423 MB/s
[  +0.042643] [0x000000012c800000 - 0x000000012cbfffff] 11131 MB/s / 11300 MB/s
[  +0.043261] [0x000000012cc00000 - 0x000000012cffffff] 11129 MB/s / 10613 MB/s
[  +0.028219] [0x000000012d000000 - 0x000000012d3fffff] 20876 MB/s / 25422 MB/s
[  +0.027845] [0x000000012d400000 - 0x000000012d7fffff] 20847 MB/s / 25422 MB/s
[  +0.028791] [0x000000012d800000 - 0x000000012dbfffff] 20807 MB/s / 25413 MB/s
[  +0.044030] [0x000000012dc00000 - 0x000000012dffffff] 11315 MB/s / 10170 MB/s
[  +0.028617] [0x000000012e000000 - 0x000000012e3fffff] 20953 MB/s / 25429 MB/s
[  +0.043897] [0x000000012e400000 - 0x000000012e7fffff] 11136 MB/s / 11020 MB/s
[  +0.028756] [0x000000012e800000 - 0x000000012ebfffff] 20696 MB/s / 25406 MB/s
[  +0.028001] [0x000000012ec00000 - 0x000000012effffff] 20854 MB/s / 25427 MB/s
[  +0.042583] [0x000000012f000000 - 0x000000012f3fffff] 11449 MB/s / 11226 MB/s
[  +0.029416] [0x000000012f400000 - 0x000000012f7fffff] 20960 MB/s / 25426 MB/s
[  +0.028176] [0x000000012f800000 - 0x000000012fbfffff] 20915 MB/s / 25425 MB/s
[  +0.042996] [0x000000012fc00000 - 0x000000012fffffff] 11474 MB/s / 10663 MB/s
[  +0.029064] [0x0000000130000000 - 0x00000001303fffff] 20878 MB/s / 25406 MB/s
[  +0.028763] [0x0000000130400000 - 0x00000001307fffff] 20890 MB/s / 25449 MB/s
[  +0.043145] [0x0000000130800000 - 0x0000000130bfffff] 11130 MB/s / 11296 MB/s
[  +0.043114] [0x0000000130c00000 - 0x0000000130ffffff] 11125 MB/s / 11216 MB/s
[  +0.028350] [0x0000000131000000 - 0x00000001313fffff] 20917 MB/s / 25429 MB/s
[  +0.028308] [0x0000000131400000 - 0x00000001317fffff] 20834 MB/s / 25420 MB/s
[  +0.028091] [0x0000000131800000 - 0x0000000131bfffff] 20840 MB/s / 25418 MB/s[  +0.028384] [0x0000000131c00000 - 0x0000000131ffffff] 20751 MB/s / 25249 MB/s
[  +0.027970] [0x0000000132000000 - 0x00000001323fffff] 20886 MB/s / 25423 MB/s
[  +0.028411] [0x0000000132400000 - 0x00000001327fffff] 20831 MB/s / 25427 MB/s
[  +0.028945] [0x0000000132800000 - 0x0000000132bfffff] 20804 MB/s / 25247 MB/s
[  +0.044013] [0x0000000132c00000 - 0x0000000132ffffff] 11144 MB/s / 11258 MB/s
[  +0.028680] [0x0000000133000000 - 0x00000001333fffff] 20953 MB/s / 25246 MB/s
[  +0.028948] [0x0000000133400000 - 0x00000001337fffff] 20932 MB/s / 25405 MB/s
[  +0.028777] [0x0000000133800000 - 0x0000000133bfffff] 20937 MB/s / 25424 MB/s
[  +0.028018] [0x0000000133c00000 - 0x0000000133ffffff] 20838 MB/s / 25426 MB/s
[  +0.028753] [0x0000000134000000 - 0x00000001343fffff] 20814 MB/s / 25425 MB/s
[  +0.043486] [0x0000000134400000 - 0x00000001347fffff] 11125 MB/s / 11299 MB/s
[  +0.028793] [0x0000000134800000 - 0x0000000134bfffff] 20942 MB/s / 25430 MB/s
[  +0.043944] [0x0000000134c00000 - 0x0000000134ffffff] 11131 MB/s / 11299 MB/s
[  +0.028750] [0x0000000135000000 - 0x00000001353fffff] 20916 MB/s / 25443 MB/s
[  +0.027884] [0x0000000135400000 - 0x00000001357fffff] 20863 MB/s / 25421 MB/s
[  +0.029621] [0x0000000135800000 - 0x0000000135bfffff] 20139 MB/s / 25389 MB/s
[  +0.028812] [0x0000000135c00000 - 0x0000000135ffffff] 20927 MB/s / 25430 MB/s
[  +0.028283] [0x0000000136000000 - 0x00000001363fffff] 20901 MB/s / 25429 MB/s
[  +0.027963] [0x0000000136400000 - 0x00000001367fffff] 20882 MB/s / 25422 MB/s
[  +0.028945] [0x0000000136800000 - 0x0000000136bfffff] 20765 MB/s / 25424 MB/s
[  +0.043392] [0x0000000136c00000 - 0x0000000136ffffff] 11458 MB/s / 10689 MB/s
[  +0.043169] [0x0000000137000000 - 0x00000001373fffff] 11129 MB/s / 11299 MB/s
[  +0.028150] [0x0000000137400000 - 0x00000001377fffff] 20880 MB/s / 25425 MB/s
[  +0.028257] [0x0000000137800000 - 0x0000000137bfffff] 20858 MB/s / 25425 MB/s
[  +0.043621] [0x0000000137c00000 - 0x0000000137ffffff] 11135 MB/s / 10171 MB/s
[  +0.028215] [0x0000000138000000 - 0x00000001383fffff] 20942 MB/s / 25424 MB/s
[  +0.027981] [0x0000000138400000 - 0x00000001387fffff] 20921 MB/s / 25421 MB/s[  +0.044424] [0x0000000138800000 - 0x0000000138bfffff] 11132 MB/s / 11186 MB/s
[  +0.033086] [0x0000000138c00000 - 0x0000000138ffffff] 20787 MB/s / 25426 MB/s
[  +0.037917] [0x0000000139000000 - 0x00000001393fffff] 14221 MB/s / 13074 MB/s
[  +0.042973] [0x0000000139400000 - 0x00000001397fffff] 11624 MB/s / 10640 MB/s
[  +0.028546] [0x0000000139800000 - 0x0000000139bfffff] 20930 MB/s / 25422 MB/s
[  +0.042198] [0x0000000139c00000 - 0x0000000139ffffff] 11441 MB/s / 10966 MB/s
[  +0.037912] [0x000000013a000000 - 0x000000013a3fffff] 14250 MB/s / 13069 MB/s
[  +0.043645] [0x000000013a400000 - 0x000000013a7fffff] 11100 MB/s / 10158 MB/s
[  +0.044000] [0x000000013a800000 - 0x000000013abfffff] 11139 MB/s / 10165 MB/s
[  +0.037962] [0x000000013ac00000 - 0x000000013affffff] 14242 MB/s / 13071 MB/s
[  +0.042841] [0x000000013b000000 - 0x000000013b3fffff] 11574 MB/s / 10684 MB/s
[  +0.028494] [0x000000013b400000 - 0x000000013b7fffff] 20853 MB/s / 25428 MB/s
[  +0.028542] [0x000000013b800000 - 0x000000013bbfffff] 20868 MB/s / 25421 MB/s
[  +0.028742] [0x000000013bc00000 - 0x000000013bffffff] 20904 MB/s / 25239 MB/s
[  +0.028112] [0x000000013c000000 - 0x000000013c3fffff] 20986 MB/s / 25428 MB/s
[  +0.043746] [0x000000013c400000 - 0x000000013c7fffff] 11125 MB/s / 11293 MB/s
[  +0.043481] [0x000000013c800000 - 0x000000013cbfffff] 11461 MB/s / 11298 MB/s
[  +0.028634] [0x000000013cc00000 - 0x000000013cffffff] 20769 MB/s / 25242 MB/s
[  +0.028976] [0x000000013d000000 - 0x000000013d3fffff] 20885 MB/s / 25425 MB/s
[  +0.028146] [0x000000013d400000 - 0x000000013d7fffff] 20880 MB/s / 25417 MB/s
[  +0.033825] [0x000000013d800000 - 0x000000013dbfffff] 20865 MB/s / 25423 MB/s
[  +0.043886] [0x000000013dc00000 - 0x000000013dffffff] 11101 MB/s / 10165 MB/s
[  +0.028118] [0x000000013e000000 - 0x000000013e3fffff] 20904 MB/s / 25428 MB/s
[  +0.043012] [0x000000013e400000 - 0x000000013e7fffff] 11124 MB/s / 11283 MB/s
[  +0.028641] [0x000000013e800000 - 0x000000013ebfffff] 20770 MB/s / 25428 MB/s
[  +0.036979] [0x000000013ec00000 - 0x000000013effffff] 14252 MB/s / 13076 MB/s
[  +0.028144] [0x000000013f000000 - 0x000000013f3fffff] 20858 MB/s / 25419 MB/s[  +0.028309] [0x000000013f400000 - 0x000000013f7fffff] 20923 MB/s / 25246 MB/s
[  +0.027900] [0x000000013f800000 - 0x000000013fbfffff] 20841 MB/s / 25423 MB/s
[  +0.027709] [0x000000013fc00000 - 0x000000013fffffff] 20874 MB/s / 25430 MB/s
[  +0.027977] [0x0000000140000000 - 0x00000001403fffff] 20681 MB/s / 25421 MB/s
[  +0.027810] [0x0000000140400000 - 0x00000001407fffff] 20892 MB/s / 25423 MB/s
[  +0.037589] [0x0000000140800000 - 0x0000000140bfffff] 11127 MB/s / 25429 MB/s
[  +0.037264] [0x0000000140c00000 - 0x0000000140ffffff] 14237 MB/s / 13078 MB/s
[  +0.044718] [0x0000000141000000 - 0x00000001413fffff] 11136 MB/s / 10400 MB/s
[  +0.029571] [0x0000000141400000 - 0x00000001417fffff] 20906 MB/s / 25248 MB/s
[  +0.043995] [0x0000000141800000 - 0x0000000141bfffff] 11133 MB/s / 11274 MB/s
[  +0.044533] [0x0000000141c00000 - 0x0000000141ffffff] 11131 MB/s / 11296 MB/s
[  +0.028563] [0x0000000142000000 - 0x00000001423fffff] 20828 MB/s / 25428 MB/s
[  +0.040195] [0x0000000142400000 - 0x00000001427fffff] 11456 MB/s / 25390 MB/s
[  +0.029076] [0x0000000142800000 - 0x0000000142bfffff] 20872 MB/s / 25425 MB/s
[  +0.042891] [0x0000000142c00000 - 0x0000000142ffffff] 11475 MB/s / 11295 MB/s
[  +0.028864] [0x0000000143000000 - 0x00000001433fffff] 20856 MB/s / 25420 MB/s
[  +0.042563] [0x0000000143400000 - 0x00000001437fffff] 11519 MB/s / 11300 MB/s
[  +0.029007] [0x0000000143800000 - 0x0000000143bfffff] 20908 MB/s / 25417 MB/s
[  +0.029083] [0x0000000143c00000 - 0x0000000143ffffff] 20790 MB/s / 25424 MB/s
[  +0.028028] [0x0000000144000000 - 0x00000001443fffff] 20794 MB/s / 25406 MB/s
[  +0.037402] [0x0000000144400000 - 0x00000001447fffff] 11632 MB/s / 25413 MB/s
[  +0.043242] [0x0000000144800000 - 0x0000000144bfffff] 11441 MB/s / 10668 MB/s
[  +0.028096] [0x0000000144c00000 - 0x0000000144ffffff] 20900 MB/s / 25426 MB/s
[  +0.027807] [0x0000000145000000 - 0x00000001453fffff] 20893 MB/s / 25448 MB/s
[  +0.027901] [0x0000000145400000 - 0x00000001457fffff] 20918 MB/s / 25429 MB/s
[  +0.043381] [0x0000000145800000 - 0x0000000145bfffff] 11130 MB/s / 10168 MB/s
[  +0.037114] [0x0000000145c00000 - 0x0000000145ffffff] 14225 MB/s / 13078 MB/s[  +0.042503] [0x0000000146000000 - 0x00000001463fffff] 11129 MB/s / 13073 MB/s
[  +0.028049] [0x0000000146400000 - 0x00000001467fffff] 20916 MB/s / 25428 MB/s
[  +0.028152] [0x0000000146800000 - 0x0000000146bfffff] 20930 MB/s / 25429 MB/s
[  +0.028015] [0x0000000146c00000 - 0x0000000146ffffff] 20889 MB/s / 25424 MB/s
[  +0.043508] [0x0000000147000000 - 0x00000001473fffff] 11119 MB/s / 11246 MB/s
[  +0.028249] [0x0000000147400000 - 0x00000001477fffff] 20896 MB/s / 25425 MB/s
[  +0.037686] [0x0000000147800000 - 0x0000000147bfffff] 14240 MB/s / 13073 MB/s
[  +0.037479] [0x0000000147c00000 - 0x0000000147ffffff] 14254 MB/s / 13078 MB/s
[  +0.043450] [0x0000000148000000 - 0x00000001483fffff] 11133 MB/s / 10161 MB/s
[  +0.043664] [0x0000000148400000 - 0x00000001487fffff] 11131 MB/s / 10169 MB/s
[  +0.028608] [0x0000000148800000 - 0x0000000148bfffff] 20864 MB/s / 25418 MB/s
[  +0.028257] [0x0000000148c00000 - 0x0000000148ffffff] 20663 MB/s / 25429 MB/s
[  +0.041352] [0x0000000149000000 - 0x00000001493fffff] 11126 MB/s / 25365 MB/s
[  +0.044108] [0x0000000149400000 - 0x00000001497fffff] 11460 MB/s / 10735 MB/s
[  +0.043003] [0x0000000149800000 - 0x0000000149bfffff] 11519 MB/s / 11291 MB/s
[  +0.028367] [0x0000000149c00000 - 0x0000000149ffffff] 20629 MB/s / 25424 MB/s
[  +0.028143] [0x000000014a000000 - 0x000000014a3fffff] 20877 MB/s / 25400 MB/s
[  +0.042876] [0x000000014a400000 - 0x000000014a7fffff] 11277 MB/s / 11299 MB/s
[  +0.028323] [0x000000014a800000 - 0x000000014abfffff] 20985 MB/s / 25408 MB/s
[  +0.028812] [0x000000014ac00000 - 0x000000014affffff] 20818 MB/s / 25424 MB/s
[  +0.042944] [0x000000014b000000 - 0x000000014b3fffff] 11470 MB/s / 11289 MB/s
[  +0.028458] [0x000000014b400000 - 0x000000014b7fffff] 20867 MB/s / 25424 MB/s
[  +0.028029] [0x000000014b800000 - 0x000000014bbfffff] 20843 MB/s / 25422 MB/s
[  +0.028049] [0x000000014bc00000 - 0x000000014bffffff] 20889 MB/s / 25423 MB/s
[  +0.041595] [0x000000014c000000 - 0x000000014c3fffff] 11153 MB/s / 15836 MB/s
[  +0.043772] [0x000000014c400000 - 0x000000014c7fffff] 11130 MB/s / 11300 MB/s
[  +0.028494] [0x000000014c800000 - 0x000000014cbfffff] 20842 MB/s / 25426 MB/s[  +0.043575] [0x000000014cc00000 - 0x000000014cffffff] 11134 MB/s / 11297 MB/s
[  +0.043758] [0x000000014d000000 - 0x000000014d3fffff] 11405 MB/s / 11278 MB/s
[  +0.043044] [0x000000014d400000 - 0x000000014d7fffff] 11126 MB/s / 11230 MB/s
[  +0.028116] [0x000000014d800000 - 0x000000014dbfffff] 20909 MB/s / 25429 MB/s
[  +0.043144] [0x000000014dc00000 - 0x000000014dffffff] 11131 MB/s / 11255 MB/s
[  +0.037096] [0x000000014e000000 - 0x000000014e3fffff] 14231 MB/s / 13075 MB/s
[  +0.028720] [0x000000014e400000 - 0x000000014e7fffff] 20945 MB/s / 25245 MB/s
[  +0.028495] [0x000000014e800000 - 0x000000014ebfffff] 20872 MB/s / 25424 MB/s
[  +0.027808] [0x000000014ec00000 - 0x000000014effffff] 20939 MB/s / 25425 MB/s
[  +0.043760] [0x000000014f000000 - 0x000000014f3fffff] 11134 MB/s / 11300 MB/s
[  +0.043045] [0x000000014f400000 - 0x000000014f7fffff] 11127 MB/s / 11301 MB/s
[  +0.043662] [0x000000014f800000 - 0x000000014fbfffff] 11138 MB/s / 11245 MB/s
[  +0.042953] [0x000000014fc00000 - 0x000000014fffffff] 11135 MB/s / 11276 MB/s
[  +0.041697] [0x0000000150000000 - 0x00000001503fffff] 11132 MB/s / 23069 MB/s
[  +0.044409] [0x0000000150400000 - 0x00000001507fffff] 11122 MB/s / 10704 MB/s
[  +0.043528] [0x0000000150800000 - 0x0000000150bfffff] 11127 MB/s / 11235 MB/s
[  +0.028853] [0x0000000150c00000 - 0x0000000150ffffff] 20754 MB/s / 25425 MB/s
[  +0.043833] [0x0000000151000000 - 0x00000001513fffff] 11127 MB/s / 11297 MB/s
[  +0.042958] [0x0000000151400000 - 0x00000001517fffff] 11127 MB/s / 11219 MB/s
[  +0.043189] [0x0000000151800000 - 0x0000000151bfffff] 11131 MB/s / 11277 MB/s
[  +0.028673] [0x0000000151c00000 - 0x0000000151ffffff] 20892 MB/s / 25418 MB/s
[  +0.028386] [0x0000000152000000 - 0x00000001523fffff] 20921 MB/s / 25257 MB/s
[  +0.028484] [0x0000000152400000 - 0x00000001527fffff] 20566 MB/s / 25416 MB/s
[  +0.044131] [0x0000000152800000 - 0x0000000152bfffff] 11135 MB/s / 11290 MB/s
[  +0.028537] [0x0000000152c00000 - 0x0000000152ffffff] 20912 MB/s / 25423 MB/s
[  +0.027839] [0x0000000153000000 - 0x00000001533fffff] 20635 MB/s / 25420 MB/s
[  +0.038115] [0x0000000153400000 - 0x00000001537fffff] 11124 MB/s / 25412 MB/s[  +0.043388] [0x0000000153800000 - 0x0000000153bfffff] 11125 MB/s / 10170 MB/s
[  +0.028475] [0x0000000153c00000 - 0x0000000153ffffff] 20868 MB/s / 25428 MB/s
[  +0.028229] [0x0000000154000000 - 0x00000001543fffff] 20857 MB/s / 25420 MB/s
[  +0.036461] [0x0000000154400000 - 0x00000001547fffff] 14238 MB/s / 16636 MB/s
[  +0.042909] [0x0000000154800000 - 0x0000000154bfffff] 11136 MB/s / 11257 MB/s
[  +0.028202] [0x0000000154c00000 - 0x0000000154ffffff] 20884 MB/s / 25425 MB/s
[  +0.028708] [0x0000000155000000 - 0x00000001553fffff] 20737 MB/s / 25430 MB/s
[  +0.027985] [0x0000000155400000 - 0x00000001557fffff] 20829 MB/s / 25431 MB/s
[  +0.028549] [0x0000000155800000 - 0x0000000155bfffff] 20830 MB/s / 25424 MB/s
[  +0.027988] [0x0000000155c00000 - 0x0000000155ffffff] 20905 MB/s / 25426 MB/s
[  +0.027866] [0x0000000156000000 - 0x00000001563fffff] 20829 MB/s / 25425 MB/s
[  +0.028758] [0x0000000156400000 - 0x00000001567fffff] 20893 MB/s / 25428 MB/s
[  +0.044035] [0x0000000156800000 - 0x0000000156bfffff] 11123 MB/s / 11299 MB/s
[  +0.028468] [0x0000000156c00000 - 0x0000000156ffffff] 20855 MB/s / 25304 MB/s
[  +0.027936] [0x0000000157000000 - 0x00000001573fffff] 20902 MB/s / 25424 MB/s
[  +0.043445] [0x0000000157400000 - 0x00000001577fffff] 11134 MB/s / 11299 MB/s
[  +0.043127] [0x0000000157800000 - 0x0000000157bfffff] 11502 MB/s / 10691 MB/s
[  +0.028232] [0x0000000157c00000 - 0x0000000157ffffff] 20867 MB/s / 25421 MB/s
[  +0.028337] [0x0000000158000000 - 0x00000001583fffff] 20830 MB/s / 25423 MB/s
[  +0.029061] [0x0000000158400000 - 0x00000001587fffff] 20840 MB/s / 25418 MB/s
[  +0.043386] [0x0000000158800000 - 0x0000000158bfffff] 11128 MB/s / 10169 MB/s
[  +0.036808] [0x0000000158c00000 - 0x0000000158ffffff] 14217 MB/s / 13074 MB/s
[  +0.028106] [0x0000000159000000 - 0x00000001593fffff] 20846 MB/s / 25428 MB/s
[  +0.028045] [0x0000000159400000 - 0x00000001597fffff] 20821 MB/s / 25427 MB/s
[  +0.027932] [0x0000000159800000 - 0x0000000159bfffff] 20839 MB/s / 25420 MB/s
[  +0.039354] [0x0000000159c00000 - 0x0000000159ffffff] 11131 MB/s / 25427 MB/s
[  +0.028434] [0x000000015a000000 - 0x000000015a3fffff] 20861 MB/s / 25428 MB/s[  +0.044256] [0x000000015a400000 - 0x000000015a7fffff] 11131 MB/s / 10170 MB/s
[  +0.037357] [0x000000015a800000 - 0x000000015abfffff] 14242 MB/s / 13068 MB/s
[  +0.028264] [0x000000015ac00000 - 0x000000015affffff] 20724 MB/s / 25417 MB/s
[  +0.028092] [0x000000015b000000 - 0x000000015b3fffff] 20865 MB/s / 25406 MB/s
[  +0.042587] [0x000000015b400000 - 0x000000015b7fffff] 11597 MB/s / 11292 MB/s
[  +0.028703] [0x000000015b800000 - 0x000000015bbfffff] 20932 MB/s / 25419 MB/s
[  +0.028037] [0x000000015bc00000 - 0x000000015bffffff] 20938 MB/s / 25424 MB/s
[  +0.028523] [0x000000015c000000 - 0x000000015c3fffff] 20896 MB/s / 25407 MB/s
[  +0.027929] [0x000000015c400000 - 0x000000015c7fffff] 20901 MB/s / 25424 MB/s
[  +0.027915] [0x000000015c800000 - 0x000000015cbfffff] 20878 MB/s / 25430 MB/s
[  +0.028093] [0x000000015cc00000 - 0x000000015cffffff] 20859 MB/s / 25423 MB/s
[  +0.041310] [0x000000015d000000 - 0x000000015d3fffff] 11128 MB/s / 25366 MB/s
[  +0.043864] [0x000000015d400000 - 0x000000015d7fffff] 11120 MB/s / 10927 MB/s
[  +0.028760] [0x000000015d800000 - 0x000000015dbfffff] 20909 MB/s / 25424 MB/s
[  +0.038067] [0x000000015dc00000 - 0x000000015dffffff] 11124 MB/s / 25419 MB/s
[  +0.044569] [0x000000015e000000 - 0x000000015e3fffff] 11124 MB/s / 10743 MB/s
[  +0.042771] [0x000000015e400000 - 0x000000015e7fffff] 11600 MB/s / 11298 MB/s
[  +0.028637] [0x000000015e800000 - 0x000000015ebfffff] 20853 MB/s / 25421 MB/s
[  +0.028956] [0x000000015ec00000 - 0x000000015effffff] 20835 MB/s / 25419 MB/s
[  +0.028282] [0x000000015f000000 - 0x000000015f3fffff] 20849 MB/s / 25429 MB/s
[  +0.043718] [0x000000015f400000 - 0x000000015f7fffff] 11128 MB/s / 10162 MB/s
[  +0.043360] [0x000000015f800000 - 0x000000015fbfffff] 11125 MB/s / 11183 MB/s
[  +0.037824] [0x000000015fc00000 - 0x000000015fffffff] 14221 MB/s / 13077 MB/s
[  +0.044047] [0x0000000160000000 - 0x00000001603fffff] 11134 MB/s / 10507 MB/s
[  +0.028483] [0x0000000160400000 - 0x00000001607fffff] 20886 MB/s / 25412 MB/s
[  +0.038889] [0x0000000160800000 - 0x0000000160bfffff] 11132 MB/s / 25410 MB/s
[  +0.044170] [0x0000000160c00000 - 0x0000000160ffffff] 11122 MB/s / 11299 MB/s[  +0.043754] [0x0000000161000000 - 0x00000001613fffff] 11128 MB/s / 10713 MB/s
[  +0.043138] [0x0000000161400000 - 0x00000001617fffff] 11489 MB/s / 10648 MB/s
[  +0.043914] [0x0000000161800000 - 0x0000000161bfffff] 11495 MB/s / 11269 MB/s
[  +0.042851] [0x0000000161c00000 - 0x0000000161ffffff] 11572 MB/s / 11282 MB/s
[3月16 08:21] [0x0000000162000000 - 0x00000001623fffff] 20954 MB/s / 25423 MB/s
[  +0.028977] [0x0000000162400000 - 0x00000001627fffff] 20929 MB/s / 25422 MB/s
[  +0.028012] [0x0000000162800000 - 0x0000000162bfffff] 20740 MB/s / 25429 MB/s
[  +0.043468] [0x0000000162c00000 - 0x0000000162ffffff] 11130 MB/s / 11265 MB/s
[  +0.044082] [0x0000000163000000 - 0x00000001633fffff] 11128 MB/s / 11302 MB/s
[  +0.028641] [0x0000000163400000 - 0x00000001637fffff] 20920 MB/s / 25260 MB/s
[  +0.027854] [0x0000000163800000 - 0x0000000163bfffff] 20949 MB/s / 25425 MB/s
[  +0.028560] [0x0000000163c00000 - 0x0000000163ffffff] 20687 MB/s / 25425 MB/s
[  +0.043058] [0x0000000164000000 - 0x00000001643fffff] 11501 MB/s / 11243 MB/s
[  +0.042921] [0x0000000164400000 - 0x00000001647fffff] 11503 MB/s / 11302 MB/s
[  +0.028334] [0x0000000164800000 - 0x0000000164bfffff] 20903 MB/s / 25428 MB/s
[  +0.043939] [0x0000000164c00000 - 0x0000000164ffffff] 11374 MB/s / 10675 MB/s
[  +0.028735] [0x0000000165000000 - 0x00000001653fffff] 20800 MB/s / 25419 MB/s
[  +0.028710] [0x0000000165400000 - 0x00000001657fffff] 20923 MB/s / 25420 MB/s
[  +0.027980] [0x0000000165800000 - 0x0000000165bfffff] 20921 MB/s / 25438 MB/s
[  +0.028866] [0x0000000165c00000 - 0x0000000165ffffff] 20738 MB/s / 25426 MB/s
[  +0.043920] [0x0000000166000000 - 0x00000001663fffff] 11122 MB/s / 11292 MB/s
[  +0.037297] [0x0000000166400000 - 0x00000001667fffff] 14245 MB/s / 13070 MB/s
[  +0.028269] [0x0000000166800000 - 0x0000000166bfffff] 20881 MB/s / 25429 MB/s
[  +0.028505] [0x0000000166c00000 - 0x0000000166ffffff] 20824 MB/s / 25428 MB/s
[  +0.041195] [0x0000000167000000 - 0x00000001673fffff] 11126 MB/s / 25367 MB/s
[  +0.044042] [0x0000000167400000 - 0x00000001677fffff] 11125 MB/s / 10169 MB/s
[  +0.028364] [0x0000000167800000 - 0x0000000167bfffff] 20871 MB/s / 25415 MB/s[  +0.038171] [0x0000000167c00000 - 0x0000000167ffffff] 11131 MB/s / 25420 MB/s
[  +0.042695] [0x0000000168000000 - 0x00000001683fffff] 11580 MB/s / 10958 MB/s
[  +0.043587] [0x0000000168400000 - 0x00000001687fffff] 11512 MB/s / 11298 MB/s
[  +0.028476] [0x0000000168800000 - 0x0000000168bfffff] 20872 MB/s / 25428 MB/s
[  +0.028653] [0x0000000168c00000 - 0x0000000168ffffff] 20928 MB/s / 25407 MB/s
[  +0.043921] [0x0000000169000000 - 0x00000001693fffff] 11397 MB/s / 11287 MB/s
[  +0.029033] [0x0000000169400000 - 0x00000001697fffff] 20720 MB/s / 25423 MB/s
[  +0.042759] [0x0000000169800000 - 0x0000000169bfffff] 11781 MB/s / 10907 MB/s
[  +0.029094] [0x0000000169c00000 - 0x0000000169ffffff] 20876 MB/s / 25403 MB/s
[  +0.036191] [0x000000016a000000 - 0x000000016a3fffff] 14238 MB/s / 22182 MB/s
[  +0.036861] [0x000000016a400000 - 0x000000016a7fffff] 14233 MB/s / 13077 MB/s
[  +0.027919] [0x000000016a800000 - 0x000000016abfffff] 20900 MB/s / 25430 MB/s
[  +0.042619] [0x000000016ac00000 - 0x000000016affffff] 11112 MB/s / 11119 MB/s
[  +0.028149] [0x000000016b000000 - 0x000000016b3fffff] 20861 MB/s / 25427 MB/s
[  +0.042987] [0x000000016b400000 - 0x000000016b7fffff] 11130 MB/s / 10836 MB/s
[  +0.027925] [0x000000016b800000 - 0x000000016bbfffff] 20887 MB/s / 25421 MB/s
[  +0.027999] [0x000000016bc00000 - 0x000000016bffffff] 20654 MB/s / 25427 MB/s
[  +0.028636] [0x000000016c000000 - 0x000000016c3fffff] 20899 MB/s / 25245 MB/s
[  +0.043783] [0x000000016c400000 - 0x000000016c7fffff] 11139 MB/s / 10252 MB/s
[  +0.028607] [0x000000016c800000 - 0x000000016cbfffff] 20827 MB/s / 25412 MB/s
[  +0.027964] [0x000000016cc00000 - 0x000000016cffffff] 20883 MB/s / 25422 MB/s
[  +0.043609] [0x000000016d000000 - 0x000000016d3fffff] 11132 MB/s / 10327 MB/s
[  +0.029679] [0x000000016d400000 - 0x000000016d7fffff] 20874 MB/s / 25402 MB/s
[  +0.043394] [0x000000016d800000 - 0x000000016dbfffff] 11132 MB/s / 11300 MB/s
[  +0.044160] [0x000000016dc00000 - 0x000000016dffffff] 11121 MB/s / 10625 MB/s
[  +0.028596] [0x000000016e000000 - 0x000000016e3fffff] 20935 MB/s / 25428 MB/s
[  +0.027994] [0x000000016e400000 - 0x000000016e7fffff] 20865 MB/s / 25428 MB/s[  +0.028156] [0x000000016e800000 - 0x000000016ebfffff] 20941 MB/s / 25428 MB/s
[  +0.028085] [0x000000016ec00000 - 0x000000016effffff] 20923 MB/s / 25423 MB/s
[  +0.044404] [0x000000016f000000 - 0x000000016f3fffff] 11127 MB/s / 10167 MB/s
[  +0.028070] [0x000000016f400000 - 0x000000016f7fffff] 20847 MB/s / 25424 MB/s
[  +0.037577] [0x000000016f800000 - 0x000000016fbfffff] 14244 MB/s / 13076 MB/s
[  +0.029208] [0x000000016fc00000 - 0x000000016fffffff] 20727 MB/s / 25423 MB/s
[  +0.042598] [0x0000000170000000 - 0x00000001703fffff] 11127 MB/s / 11416 MB/s
[  +0.043520] [0x0000000170400000 - 0x00000001707fffff] 11119 MB/s / 10169 MB/s
[  +0.028382] [0x0000000170800000 - 0x0000000170bfffff] 20887 MB/s / 25430 MB/s
[  +0.042549] [0x0000000170c00000 - 0x0000000170ffffff] 11142 MB/s / 11212 MB/s
[  +0.028322] [0x0000000171000000 - 0x00000001713fffff] 20734 MB/s / 25418 MB/s
[  +0.028358] [0x0000000171400000 - 0x00000001717fffff] 20862 MB/s / 25429 MB/s
[  +0.028449] [0x0000000171800000 - 0x0000000171bfffff] 20819 MB/s / 25236 MB/s
[  +0.028041] [0x0000000171c00000 - 0x0000000171ffffff] 20711 MB/s / 25426 MB/s
[  +0.028520] [0x0000000172000000 - 0x00000001723fffff] 20799 MB/s / 25241 MB/s
[  +0.043843] [0x0000000172400000 - 0x00000001727fffff] 11122 MB/s / 11299 MB/s
[  +0.043479] [0x0000000172800000 - 0x0000000172bfffff] 11557 MB/s / 10710 MB/s
[  +0.027970] [0x0000000172c00000 - 0x0000000172ffffff] 20761 MB/s / 25426 MB/s
[  +0.027807] [0x0000000173000000 - 0x00000001733fffff] 20837 MB/s / 25415 MB/s
[  +0.027941] [0x0000000173400000 - 0x00000001737fffff] 20856 MB/s / 25418 MB/s
[  +0.028378] [0x0000000173800000 - 0x0000000173bfffff] 20899 MB/s / 25236 MB/s
[  +0.042117] [0x0000000173c00000 - 0x0000000173ffffff] 11131 MB/s / 13074 MB/s
[  +0.028549] [0x0000000174000000 - 0x00000001743fffff] 20824 MB/s / 25427 MB/s
[  +0.027805] [0x0000000174400000 - 0x00000001747fffff] 20844 MB/s / 25420 MB/s
[  +0.028024] [0x0000000174800000 - 0x0000000174bfffff] 20862 MB/s / 25417 MB/s
[  +0.027971] [0x0000000174c00000 - 0x0000000174ffffff] 20842 MB/s / 25424 MB/s
[  +0.027952] [0x0000000175000000 - 0x00000001753fffff] 20864 MB/s / 25428 MB/s[  +0.027964] [0x0000000175400000 - 0x00000001757fffff] 20834 MB/s / 25427 MB/s
[  +0.027814] [0x0000000175800000 - 0x0000000175bfffff] 20896 MB/s / 25424 MB/s
[  +0.043494] [0x0000000175c00000 - 0x0000000175ffffff] 11137 MB/s / 11149 MB/s
[  +0.028379] [0x0000000176000000 - 0x00000001763fffff] 20889 MB/s / 25419 MB/s
[  +0.029146] [0x0000000176400000 - 0x00000001767fffff] 20800 MB/s / 25232 MB/s
[  +0.043900] [0x0000000176800000 - 0x0000000176bfffff] 11128 MB/s / 11298 MB/s
[  +0.042156] [0x0000000176c00000 - 0x0000000176ffffff] 11573 MB/s / 11294 MB/s
[  +0.028297] [0x0000000177000000 - 0x00000001773fffff] 20868 MB/s / 25417 MB/s
[  +0.041375] [0x0000000177400000 - 0x00000001777fffff] 11118 MB/s / 25384 MB/s
[  +0.043669] [0x0000000177800000 - 0x0000000177bfffff] 11370 MB/s / 10496 MB/s
[  +0.028333] [0x0000000177c00000 - 0x0000000177ffffff] 20846 MB/s / 25426 MB/s
[  +0.043027] [0x0000000178000000 - 0x00000001783fffff] 11351 MB/s / 10763 MB/s
[  +0.042743] [0x0000000178400000 - 0x00000001787fffff] 11524 MB/s / 11215 MB/s
[  +0.028694] [0x0000000178800000 - 0x0000000178bfffff] 20857 MB/s / 25402 MB/s
[  +0.028809] [0x0000000178c00000 - 0x0000000178ffffff] 20877 MB/s / 25427 MB/s
[  +0.043347] [0x0000000179000000 - 0x00000001793fffff] 11404 MB/s / 11257 MB/s
[  +0.043210] [0x0000000179400000 - 0x00000001797fffff] 11126 MB/s / 10751 MB/s
[  +0.028480] [0x0000000179800000 - 0x0000000179bfffff] 20939 MB/s / 25422 MB/s
[  +0.028017] [0x0000000179c00000 - 0x0000000179ffffff] 20862 MB/s / 25421 MB/s
[  +0.028190] [0x000000017a000000 - 0x000000017a3fffff] 20733 MB/s / 25422 MB/s
[  +0.043454] [0x000000017a400000 - 0x000000017a7fffff] 11126 MB/s / 10835 MB/s
[  +0.028825] [0x000000017a800000 - 0x000000017abfffff] 20782 MB/s / 25248 MB/s
[  +0.028106] [0x000000017ac00000 - 0x000000017affffff] 20767 MB/s / 25426 MB/s
[  +0.041884] [0x000000017b000000 - 0x000000017b3fffff] 11106 MB/s / 15531 MB/s
[  +0.043182] [0x000000017b400000 - 0x000000017b7fffff] 11117 MB/s / 10171 MB/s
[  +0.044334] [0x000000017b800000 - 0x000000017bbfffff] 11128 MB/s / 10169 MB/s
[  +0.043154] [0x000000017bc00000 - 0x000000017bffffff] 11455 MB/s / 11190 MB/s[  +0.042966] [0x000000017c000000 - 0x000000017c3fffff] 11505 MB/s / 10703 MB/s
[  +0.044085] [0x000000017c400000 - 0x000000017c7fffff] 11424 MB/s / 10733 MB/s
[  +0.029047] [0x000000017c800000 - 0x000000017cbfffff] 20863 MB/s / 25424 MB/s
[  +0.028566] [0x000000017cc00000 - 0x000000017cffffff] 20929 MB/s / 25429 MB/s
[  +0.037806] [0x000000017d000000 - 0x000000017d3fffff] 11123 MB/s / 25423 MB/s
[  +0.029554] [0x000000017d400000 - 0x000000017d7fffff] 20860 MB/s / 25410 MB/s
[  +0.029266] [0x000000017d800000 - 0x000000017dbfffff] 20749 MB/s / 24124 MB/s
[  +0.042294] [0x000000017dc00000 - 0x000000017dffffff] 11547 MB/s / 11299 MB/s
[  +0.033282] [0x000000017e000000 - 0x000000017e3fffff] 20152 MB/s / 25427 MB/s
[  +0.028740] [0x000000017e400000 - 0x000000017e7fffff] 20888 MB/s / 25418 MB/s
[  +0.042908] [0x000000017e800000 - 0x000000017ebfffff] 11142 MB/s / 11294 MB/s
[  +0.028119] [0x000000017ec00000 - 0x000000017effffff] 20886 MB/s / 25427 MB/s
[  +0.042896] [0x000000017f000000 - 0x000000017f3fffff] 11543 MB/s / 11293 MB/s
[  +0.043522] [0x000000017f400000 - 0x000000017f7fffff] 11130 MB/s / 10169 MB/s
[  +0.044142] [0x000000017f800000 - 0x000000017fbfffff] 11453 MB/s / 10170 MB/s
[  +0.043606] [0x000000017fc00000 - 0x000000017fffffff] 11140 MB/s / 11301 MB/s
[  +0.028610] [0x0000000180000000 - 0x00000001803fffff] 20756 MB/s / 25428 MB/s
[  +0.044113] [0x0000000180400000 - 0x00000001807fffff] 11518 MB/s / 10563 MB/s
[  +0.028737] [0x0000000180800000 - 0x0000000180bfffff] 20862 MB/s / 25426 MB/s
[  +0.027936] [0x0000000180c00000 - 0x0000000180ffffff] 20875 MB/s / 25425 MB/s
[  +0.028772] [0x0000000181000000 - 0x00000001813fffff] 20918 MB/s / 25430 MB/s
[  +0.043392] [0x0000000181400000 - 0x00000001817fffff] 11134 MB/s / 10167 MB/s
[  +0.043262] [0x0000000181800000 - 0x0000000181bfffff] 11549 MB/s / 10600 MB/s
[  +0.028580] [0x0000000181c00000 - 0x0000000181ffffff] 20785 MB/s / 25419 MB/s
[  +0.039952] [0x0000000182000000 - 0x00000001823fffff] 12418 MB/s / 13871 MB/s
[  +0.044368] [0x0000000182400000 - 0x00000001827fffff] 11129 MB/s / 10714 MB/s
[  +0.037393] [0x0000000182800000 - 0x0000000182bfffff] 14240 MB/s / 13075 MB/s[  +0.028567] [0x0000000182c00000 - 0x0000000182ffffff] 20872 MB/s / 25420 MB/s
[  +0.043451] [0x0000000183000000 - 0x00000001833fffff] 11601 MB/s / 10554 MB/s
[  +0.028717] [0x0000000183400000 - 0x00000001837fffff] 20881 MB/s / 25420 MB/s
[  +0.028237] [0x0000000183800000 - 0x0000000183bfffff] 20860 MB/s / 25427 MB/s
[  +0.042951] [0x0000000183c00000 - 0x0000000183ffffff] 11581 MB/s / 10725 MB/s
[  +0.028664] [0x0000000184000000 - 0x00000001843fffff] 20872 MB/s / 25407 MB/s
[  +0.028229] [0x0000000184400000 - 0x00000001847fffff] 20809 MB/s / 25421 MB/s
[  +0.044101] [0x0000000184800000 - 0x0000000184bfffff] 11144 MB/s / 10583 MB/s
[  +0.042670] [0x0000000184c00000 - 0x0000000184ffffff] 11440 MB/s / 11297 MB/s
[  +0.043947] [0x0000000185000000 - 0x00000001853fffff] 11130 MB/s / 10170 MB/s
[  +0.044502] [0x0000000185400000 - 0x00000001857fffff] 11130 MB/s / 10167 MB/s
[  +0.043113] [0x0000000185800000 - 0x0000000185bfffff] 11129 MB/s / 10165 MB/s
[  +0.028330] [0x0000000185c00000 - 0x0000000185ffffff] 20923 MB/s / 25430 MB/s
[  +0.027952] [0x0000000186000000 - 0x00000001863fffff] 20853 MB/s / 25424 MB/s
[  +0.043693] [0x0000000186400000 - 0x00000001867fffff] 11126 MB/s / 11299 MB/s
[  +0.043914] [0x0000000186800000 - 0x0000000186bfffff] 11449 MB/s / 10711 MB/s
[  +0.028467] [0x0000000186c00000 - 0x0000000186ffffff] 20843 MB/s / 25423 MB/s
[  +0.028137] [0x0000000187000000 - 0x00000001873fffff] 20859 MB/s / 25426 MB/s
[  +0.028946] [0x0000000187400000 - 0x00000001877fffff] 20857 MB/s / 25243 MB/s
[  +0.043416] [0x0000000187800000 - 0x0000000187bfffff] 11592 MB/s / 10565 MB/s
[  +0.042540] [0x0000000187c00000 - 0x0000000187ffffff] 11462 MB/s / 10729 MB/s
[  +0.028180] [0x0000000188000000 - 0x00000001883fffff] 20914 MB/s / 25424 MB/s
[  +0.028037] [0x0000000188400000 - 0x00000001887fffff] 20841 MB/s / 25428 MB/s
[  +0.028339] [0x0000000188800000 - 0x0000000188bfffff] 20892 MB/s / 25242 MB/s
[  +0.038110] [0x0000000188c00000 - 0x0000000188ffffff] 11128 MB/s / 25427 MB/s
[  +0.028567] [0x0000000189000000 - 0x00000001893fffff] 20594 MB/s / 25421 MB/s
[  +0.028076] [0x0000000189400000 - 0x00000001897fffff] 20938 MB/s / 25423 MB/s[  +0.042426] [0x0000000189800000 - 0x0000000189bfffff] 11125 MB/s / 11814 MB/s
[  +0.043875] [0x0000000189c00000 - 0x0000000189ffffff] 11116 MB/s / 10170 MB/s
[  +0.044583] [0x000000018a000000 - 0x000000018a3fffff] 11138 MB/s / 10168 MB/s
[  +0.043102] [0x000000018a400000 - 0x000000018a7fffff] 11118 MB/s / 11302 MB/s
[  +0.042818] [0x000000018a800000 - 0x000000018abfffff] 11125 MB/s / 11215 MB/s
[  +0.028040] [0x000000018ac00000 - 0x000000018affffff] 20954 MB/s / 25423 MB/s
[  +0.027806] [0x000000018b000000 - 0x000000018b3fffff] 20882 MB/s / 25420 MB/s
[  +0.043910] [0x000000018b400000 - 0x000000018b7fffff] 11131 MB/s / 11291 MB/s
[  +0.043433] [0x000000018b800000 - 0x000000018bbfffff] 11128 MB/s / 10688 MB/s
[  +0.028388] [0x000000018bc00000 - 0x000000018bffffff] 20882 MB/s / 25426 MB/s
[  +0.044170] [0x000000018c000000 - 0x000000018c3fffff] 11139 MB/s / 11193 MB/s
[  +0.028671] [0x000000018c400000 - 0x000000018c7fffff] 20766 MB/s / 25246 MB/s
[  +0.028071] [0x000000018c800000 - 0x000000018cbfffff] 20632 MB/s / 25430 MB/s
[  +0.042936] [0x000000018cc00000 - 0x000000018cffffff] 11126 MB/s / 11286 MB/s
[  +0.043151] [0x000000018d000000 - 0x000000018d3fffff] 11125 MB/s / 10662 MB/s
[  +0.028589] [0x000000018d400000 - 0x000000018d7fffff] 20874 MB/s / 25402 MB/s
[  +0.028120] [0x000000018d800000 - 0x000000018dbfffff] 20695 MB/s / 25420 MB/s
[  +0.028009] [0x000000018dc00000 - 0x000000018dffffff] 20882 MB/s / 25423 MB/s
[  +0.043284] [0x000000018e000000 - 0x000000018e3fffff] 11127 MB/s / 10163 MB/s
[  +0.043365] [0x000000018e400000 - 0x000000018e7fffff] 11132 MB/s / 10283 MB/s
[  +0.028193] [0x000000018e800000 - 0x000000018ebfffff] 20873 MB/s / 25424 MB/s
[  +0.028382] [0x000000018ec00000 - 0x000000018effffff] 20762 MB/s / 25425 MB/s
[  +0.027863] [0x000000018f000000 - 0x000000018f3fffff] 20862 MB/s / 25418 MB/s
[  +0.028772] [0x000000018f400000 - 0x000000018f7fffff] 20859 MB/s / 25243 MB/s
[  +0.028107] [0x000000018f800000 - 0x000000018fbfffff] 20871 MB/s / 25416 MB/s
[  +0.028337] [0x000000018fc00000 - 0x000000018fffffff] 20811 MB/s / 25427 MB/s
[  +0.036707] [0x0000000190000000 - 0x00000001903fffff] 14239 MB/s / 13669 MB/s[  +0.028214] [0x0000000190400000 - 0x00000001907fffff] 20821 MB/s / 25421 MB/s
[  +0.029347] [0x0000000190800000 - 0x0000000190bfffff] 20753 MB/s / 25424 MB/s
[  +0.036791] [0x0000000190c00000 - 0x0000000190ffffff] 14235 MB/s / 13075 MB/s
[  +0.028644] [0x0000000191000000 - 0x00000001913fffff] 20837 MB/s / 25415 MB/s
[  +0.028252] [0x0000000191400000 - 0x00000001917fffff] 20880 MB/s / 25425 MB/s
[  +0.028060] [0x0000000191800000 - 0x0000000191bfffff] 20871 MB/s / 25417 MB/s
[  +0.043757] [0x0000000191c00000 - 0x0000000191ffffff] 11469 MB/s / 11257 MB/s
[  +0.042503] [0x0000000192000000 - 0x00000001923fffff] 11269 MB/s / 11286 MB/s
[  +0.028421] [0x0000000192400000 - 0x00000001927fffff] 20814 MB/s / 25414 MB/s
[  +0.029312] [0x0000000192800000 - 0x0000000192bfffff] 20874 MB/s / 25246 MB/s
[  +0.027981] [0x0000000192c00000 - 0x0000000192ffffff] 20901 MB/s / 25428 MB/s
[  +0.042755] [0x0000000193000000 - 0x00000001933fffff] 11466 MB/s / 11240 MB/s
[  +0.043164] [0x0000000193400000 - 0x00000001937fffff] 11122 MB/s / 10175 MB/s
[  +0.044524] [0x0000000193800000 - 0x0000000193bfffff] 11129 MB/s / 10170 MB/s
[  +0.043600] [0x0000000193c00000 - 0x0000000193ffffff] 11125 MB/s / 11069 MB/s
[  +0.042871] [0x0000000194000000 - 0x00000001943fffff] 11507 MB/s / 10714 MB/s
[  +0.028338] [0x0000000194400000 - 0x00000001947fffff] 20844 MB/s / 25423 MB/s
[  +0.027800] [0x0000000194800000 - 0x0000000194bfffff] 20860 MB/s / 25419 MB/s
[  +0.043667] [0x0000000194c00000 - 0x0000000194ffffff] 11134 MB/s / 11295 MB/s
[  +0.028370] [0x0000000195000000 - 0x00000001953fffff] 20910 MB/s / 25426 MB/s
[  +0.042946] [0x0000000195400000 - 0x00000001957fffff] 11126 MB/s / 10905 MB/s
[  +0.028333] [0x0000000195800000 - 0x0000000195bfffff] 20824 MB/s / 25423 MB/s
[  +0.027986] [0x0000000195c00000 - 0x0000000195ffffff] 20668 MB/s / 25422 MB/s
[  +0.043588] [0x0000000196000000 - 0x00000001963fffff] 11132 MB/s / 11245 MB/s
[  +0.044078] [0x0000000196400000 - 0x00000001967fffff] 11597 MB/s / 11102 MB/s
[  +0.028731] [0x0000000196800000 - 0x0000000196bfffff] 20956 MB/s / 25238 MB/s
[  +0.027923] [0x0000000196c00000 - 0x0000000196ffffff] 20910 MB/s / 25428 MB/s[  +0.043025] [0x0000000197000000 - 0x00000001973fffff] 11114 MB/s / 11293 MB/s
[  +0.044321] [0x0000000197400000 - 0x00000001977fffff] 11125 MB/s / 11293 MB/s
[  +0.044519] [0x0000000197800000 - 0x0000000197bfffff] 11139 MB/s / 10155 MB/s
[  +0.028423] [0x0000000197c00000 - 0x0000000197ffffff] 20808 MB/s / 25424 MB/s
[  +0.036871] [0x0000000198000000 - 0x00000001983fffff] 14215 MB/s / 13077 MB/s
[  +0.037074] [0x0000000198400000 - 0x00000001987fffff] 14230 MB/s / 13075 MB/s
[  +0.043359] [0x0000000198800000 - 0x0000000198bfffff] 11589 MB/s / 10721 MB/s
[  +0.031829] [0x0000000198c00000 - 0x0000000198ffffff] 20825 MB/s / 25430 MB/s
[  +0.042741] [0x0000000199000000 - 0x00000001993fffff] 11130 MB/s / 10771 MB/s
[  +0.043143] [0x0000000199400000 - 0x00000001997fffff] 11454 MB/s / 10711 MB/s
[  +0.028255] [0x0000000199800000 - 0x0000000199bfffff] 20867 MB/s / 25428 MB/s
[  +0.027871] [0x0000000199c00000 - 0x0000000199ffffff] 20933 MB/s / 25421 MB/s
[  +0.028002] [0x000000019a000000 - 0x000000019a3fffff] 20738 MB/s / 25416 MB/s
[  +0.043168] [0x000000019a400000 - 0x000000019a7fffff] 11129 MB/s / 11255 MB/s
[  +0.037324] [0x000000019a800000 - 0x000000019abfffff] 14240 MB/s / 13075 MB/s
[  +0.029315] [0x000000019ac00000 - 0x000000019affffff] 20826 MB/s / 25430 MB/s
[  +0.036890] [0x000000019b000000 - 0x000000019b3fffff] 14244 MB/s / 13077 MB/s
[  +0.028110] [0x000000019b400000 - 0x000000019b7fffff] 20892 MB/s / 25420 MB/s
[  +0.028118] [0x000000019b800000 - 0x000000019bbfffff] 20941 MB/s / 25422 MB/s
[  +0.041420] [0x000000019bc00000 - 0x000000019bffffff] 11134 MB/s / 25378 MB/s
[  +0.044047] [0x000000019c000000 - 0x000000019c3fffff] 11123 MB/s / 11298 MB/s
[  +0.042924] [0x000000019c400000 - 0x000000019c7fffff] 11328 MB/s / 11299 MB/s
[  +0.028540] [0x000000019c800000 - 0x000000019cbfffff] 20885 MB/s / 25424 MB/s
[  +0.043309] [0x000000019cc00000 - 0x000000019cffffff] 11482 MB/s / 11282 MB/s
[  +0.043539] [0x000000019d000000 - 0x000000019d3fffff] 11404 MB/s / 11215 MB/s
[  +0.044280] [0x000000019d400000 - 0x000000019d7fffff] 11137 MB/s / 10730 MB/s
[  +0.028848] [0x000000019d800000 - 0x000000019dbfffff] 20874 MB/s / 25426 MB/s[  +0.027986] [0x000000019dc00000 - 0x000000019dffffff] 20780 MB/s / 25425 MB/s
[  +0.043846] [0x000000019e000000 - 0x000000019e3fffff] 11136 MB/s / 11277 MB/s
[  +0.043233] [0x000000019e400000 - 0x000000019e7fffff] 11317 MB/s / 11190 MB/s
[  +0.043950] [0x000000019e800000 - 0x000000019ebfffff] 11404 MB/s / 11297 MB/s
[  +0.029067] [0x000000019ec00000 - 0x000000019effffff] 20893 MB/s / 25394 MB/s
[  +0.027831] [0x000000019f000000 - 0x000000019f3fffff] 20901 MB/s / 25424 MB/s
[  +0.027953] [0x000000019f400000 - 0x000000019f7fffff] 20890 MB/s / 25425 MB/s
[  +0.043221] [0x000000019f800000 - 0x000000019fbfffff] 11125 MB/s / 10168 MB/s
[  +0.028543] [0x000000019fc00000 - 0x000000019fffffff] 20838 MB/s / 25410 MB/s
[  +0.037018] [0x00000001a0000000 - 0x00000001a03fffff] 14243 MB/s / 13086 MB/s
[  +0.042417] [0x00000001a0400000 - 0x00000001a07fffff] 11132 MB/s / 13062 MB/s
[  +0.043458] [0x00000001a0800000 - 0x00000001a0bfffff] 11131 MB/s / 10166 MB/s
[  +0.043396] [0x00000001a0c00000 - 0x00000001a0ffffff] 11128 MB/s / 10170 MB/s
[  +0.034482] [0x00000001a1000000 - 0x00000001a13fffff] 18791 MB/s / 25422 MB/s
[  +0.028712] [0x00000001a1400000 - 0x00000001a17fffff] 20924 MB/s / 25418 MB/s
[  +0.036119] [0x00000001a1800000 - 0x00000001a1bfffff] 14216 MB/s / 22615 MB/s
[  +0.028122] [0x00000001a1c00000 - 0x00000001a1ffffff] 20909 MB/s / 25426 MB/s
[  +0.038866] [0x00000001a2000000 - 0x00000001a23fffff] 11133 MB/s / 25417 MB/s
[  +0.037031] [0x00000001a2400000 - 0x00000001a27fffff] 14229 MB/s / 13074 MB/s
[  +0.028088] [0x00000001a2800000 - 0x00000001a2bfffff] 20853 MB/s / 25425 MB/s
[  +0.043672] [0x00000001a2c00000 - 0x00000001a2ffffff] 11133 MB/s / 11295 MB/s
[  +0.028629] [0x00000001a3000000 - 0x00000001a33fffff] 20866 MB/s / 25409 MB/s
[  +0.027753] [0x00000001a3400000 - 0x00000001a37fffff] 20903 MB/s / 25400 MB/s
[  +0.028187] [0x00000001a3800000 - 0x00000001a3bfffff] 20880 MB/s / 25427 MB/s
[  +0.042959] [0x00000001a3c00000 - 0x00000001a3ffffff] 11136 MB/s / 10721 MB/s
[  +0.043091] [0x00000001a4000000 - 0x00000001a43fffff] 11130 MB/s / 11297 MB/s
[  +0.044424] [0x00000001a4400000 - 0x00000001a47fffff] 11126 MB/s / 11297 MB/s[  +0.042894] [0x00000001a4800000 - 0x00000001a4bfffff] 11416 MB/s / 10707 MB/s
[  +0.042958] [0x00000001a4c00000 - 0x00000001a4ffffff] 11352 MB/s / 10769 MB/s
[  +0.028827] [0x00000001a5000000 - 0x00000001a53fffff] 20970 MB/s / 25408 MB/s
[  +0.036224] [0x00000001a5400000 - 0x00000001a57fffff] 11414 MB/s / 25244 MB/s
[  +0.028542] [0x00000001a5800000 - 0x00000001a5bfffff] 20863 MB/s / 25423 MB/s
[  +0.028027] [0x00000001a5c00000 - 0x00000001a5ffffff] 20877 MB/s / 25423 MB/s
[  +0.028140] [0x00000001a6000000 - 0x00000001a63fffff] 20782 MB/s / 25398 MB/s
[  +0.028080] [0x00000001a6400000 - 0x00000001a67fffff] 20839 MB/s / 25420 MB/s
[  +0.036874] [0x00000001a6800000 - 0x00000001a6bfffff] 14244 MB/s / 13078 MB/s
[  +0.036663] [0x00000001a6c00000 - 0x00000001a6ffffff] 14240 MB/s / 13076 MB/s
[  +0.043511] [0x00000001a7000000 - 0x00000001a73fffff] 11139 MB/s / 11191 MB/s
[  +0.043751] [0x00000001a7400000 - 0x00000001a77fffff] 11582 MB/s / 11300 MB/s
[  +0.028522] [0x00000001a7800000 - 0x00000001a7bfffff] 20981 MB/s / 25231 MB/s
[  +0.028487] [0x00000001a7c00000 - 0x00000001a7ffffff] 20853 MB/s / 25430 MB/s
[  +0.043626] [0x00000001a8000000 - 0x00000001a83fffff] 11124 MB/s / 10159 MB/s
[  +0.028158] [0x00000001a8400000 - 0x00000001a87fffff] 20879 MB/s / 25425 MB/s
[  +0.037688] [0x00000001a8800000 - 0x00000001a8bfffff] 14239 MB/s / 13075 MB/s
[  +0.043509] [0x00000001a8c00000 - 0x00000001a8ffffff] 11140 MB/s / 10333 MB/s
[  +0.043211] [0x00000001a9000000 - 0x00000001a93fffff] 11130 MB/s / 10592 MB/s
[  +0.027951] [0x00000001a9400000 - 0x00000001a97fffff] 20973 MB/s / 25427 MB/s
[  +0.027740] [0x00000001a9800000 - 0x00000001a9bfffff] 20932 MB/s / 25420 MB/s
[  +0.038981] [0x00000001a9c00000 - 0x00000001a9ffffff] 11147 MB/s / 25428 MB/s
[  +0.043367] [0x00000001aa000000 - 0x00000001aa3fffff] 11128 MB/s / 10171 MB/s
[  +0.028100] [0x00000001aa400000 - 0x00000001aa7fffff] 20934 MB/s / 25428 MB/s
[  +0.027922] [0x00000001aa800000 - 0x00000001aabfffff] 20879 MB/s / 25421 MB/s
[  +0.028030] [0x00000001aac00000 - 0x00000001aaffffff] 20884 MB/s / 25430 MB/s
[  +0.027990] [0x00000001ab000000 - 0x00000001ab3fffff] 20903 MB/s / 25430 MB/s[  +0.043142] [0x00000001ab400000 - 0x00000001ab7fffff] 11127 MB/s / 10689 MB/s
[  +0.044917] [0x00000001ab800000 - 0x00000001abbfffff] 11137 MB/s / 10159 MB/s
[  +0.028403] [0x00000001abc00000 - 0x00000001abffffff] 20824 MB/s / 25424 MB/s
[  +0.044121] [0x00000001ac000000 - 0x00000001ac3fffff] 11130 MB/s / 11244 MB/s
[  +0.028321] [0x00000001ac400000 - 0x00000001ac7fffff] 20954 MB/s / 25421 MB/s
[  +0.027969] [0x00000001ac800000 - 0x00000001acbfffff] 20845 MB/s / 25426 MB/s
[  +0.037802] [0x00000001acc00000 - 0x00000001acffffff] 11135 MB/s / 25430 MB/s
[  +0.043752] [0x00000001ad000000 - 0x00000001ad3fffff] 11130 MB/s / 10169 MB/s
[  +0.028822] [0x00000001ad400000 - 0x00000001ad7fffff] 20747 MB/s / 25417 MB/s
[  +0.043288] [0x00000001ad800000 - 0x00000001adbfffff] 11593 MB/s / 11287 MB/s
[  +0.044214] [0x00000001adc00000 - 0x00000001adffffff] 11308 MB/s / 10707 MB/s
[  +0.041801] [0x00000001ae000000 - 0x00000001ae3fffff] 12052 MB/s / 11274 MB/s
[  +0.028765] [0x00000001ae400000 - 0x00000001ae7fffff] 20903 MB/s / 25246 MB/s
[  +0.028234] [0x00000001ae800000 - 0x00000001aebfffff] 20875 MB/s / 25425 MB/s
[  +0.027794] [0x00000001aec00000 - 0x00000001aeffffff] 20714 MB/s / 25426 MB/s
[  +0.043614] [0x00000001af000000 - 0x00000001af3fffff] 11138 MB/s / 11025 MB/s
[  +0.043815] [0x00000001af400000 - 0x00000001af7fffff] 11491 MB/s / 11298 MB/s
[  +0.028457] [0x00000001af800000 - 0x00000001afbfffff] 20943 MB/s / 25423 MB/s
[  +0.037915] [0x00000001afc00000 - 0x00000001afffffff] 11546 MB/s / 25423 MB/s
[  +0.042821] [0x00000001b0000000 - 0x00000001b03fffff] 11560 MB/s / 11292 MB/s
[  +0.044203] [0x00000001b0400000 - 0x00000001b07fffff] 11134 MB/s / 11213 MB/s
[  +0.043531] [0x00000001b0800000 - 0x00000001b0bfffff] 11564 MB/s / 10714 MB/s
[  +0.028330] [0x00000001b0c00000 - 0x00000001b0ffffff] 20883 MB/s / 25426 MB/s
[  +0.027743] [0x00000001b1000000 - 0x00000001b13fffff] 20818 MB/s / 25419 MB/s
[  +0.038981] [0x00000001b1400000 - 0x00000001b17fffff] 11406 MB/s / 25418 MB/s
[  +0.036705] [0x00000001b1800000 - 0x00000001b1bfffff] 14239 MB/s / 13074 MB/s
[  +0.028076] [0x00000001b1c00000 - 0x00000001b1ffffff] 20860 MB/s / 25423 MB/s[  +0.043701] [0x00000001b2000000 - 0x00000001b23fffff] 11135 MB/s / 11250 MB/s
[  +0.028596] [0x00000001b2400000 - 0x00000001b27fffff] 20804 MB/s / 25419 MB/s
[  +0.027722] [0x00000001b2800000 - 0x00000001b2bfffff] 20912 MB/s / 25425 MB/s
[  +0.028509] [0x00000001b2c00000 - 0x00000001b2ffffff] 20912 MB/s / 25413 MB/s
[  +0.027868] [0x00000001b3000000 - 0x00000001b33fffff] 20893 MB/s / 25420 MB/s
[  +0.028808] [0x00000001b3400000 - 0x00000001b37fffff] 20895 MB/s / 25418 MB/s
[  +0.027950] [0x00000001b3800000 - 0x00000001b3bfffff] 20886 MB/s / 25402 MB/s
[  +0.043228] [0x00000001b3c00000 - 0x00000001b3ffffff] 11572 MB/s / 10712 MB/s
[  +0.029282] [0x00000001b4000000 - 0x00000001b43fffff] 20922 MB/s / 25255 MB/s
[  +0.028092] [0x00000001b4400000 - 0x00000001b47fffff] 20925 MB/s / 25401 MB/s
[  +0.028651] [0x00000001b4800000 - 0x00000001b4bfffff] 20868 MB/s / 25425 MB/s
[  +0.027938] [0x00000001b4c00000 - 0x00000001b4ffffff] 20888 MB/s / 25423 MB/s
[  +0.028149] [0x00000001b5000000 - 0x00000001b53fffff] 20627 MB/s / 25424 MB/s
[  +0.028249] [0x00000001b5400000 - 0x00000001b57fffff] 20838 MB/s / 25424 MB/s
[  +0.044477] [0x00000001b5800000 - 0x00000001b5bfffff] 11124 MB/s / 10171 MB/s
[  +0.043530] [0x00000001b5c00000 - 0x00000001b5ffffff] 11129 MB/s / 10169 MB/s
[  +0.028260] [0x00000001b6000000 - 0x00000001b63fffff] 20879 MB/s / 25407 MB/s
[  +0.028081] [0x00000001b6400000 - 0x00000001b67fffff] 20830 MB/s / 25427 MB/s
[  +0.027925] [0x00000001b6800000 - 0x00000001b6bfffff] 20572 MB/s / 25424 MB/s
[  +0.028373] [0x00000001b6c00000 - 0x00000001b6ffffff] 20824 MB/s / 25425 MB/s
[  +0.037787] [0x00000001b7000000 - 0x00000001b73fffff] 11130 MB/s / 25421 MB/s
[  +0.043249] [0x00000001b7400000 - 0x00000001b77fffff] 11122 MB/s / 10304 MB/s
[  +0.031035] [0x00000001b7800000 - 0x00000001b7bfffff] 20900 MB/s / 25410 MB/s
[  +0.043745] [0x00000001b7c00000 - 0x00000001b7ffffff] 11113 MB/s / 10169 MB/s
[  +0.044091] [0x00000001b8000000 - 0x00000001b83fffff] 11314 MB/s / 11222 MB/s
[  +0.028490] [0x00000001b8400000 - 0x00000001b87fffff] 20833 MB/s / 25428 MB/s
[  +0.043110] [0x00000001b8800000 - 0x00000001b8bfffff] 11563 MB/s / 11050 MB/s[  +0.043224] [0x00000001b8c00000 - 0x00000001b8ffffff] 11440 MB/s / 11285 MB/s
[  +0.043604] [0x00000001b9000000 - 0x00000001b93fffff] 11593 MB/s / 11278 MB/s
[  +0.028566] [0x00000001b9400000 - 0x00000001b97fffff] 20825 MB/s / 25421 MB/s
[  +0.028565] [0x00000001b9800000 - 0x00000001b9bfffff] 20877 MB/s / 25244 MB/s
[  +0.028835] [0x00000001b9c00000 - 0x00000001b9ffffff] 20663 MB/s / 25250 MB/s
[  +0.028330] [0x00000001ba000000 - 0x00000001ba3fffff] 20865 MB/s / 25428 MB/s
[  +0.037284] [0x00000001ba400000 - 0x00000001ba7fffff] 14235 MB/s / 13075 MB/s
[  +0.043750] [0x00000001ba800000 - 0x00000001babfffff] 11490 MB/s / 10913 MB/s
[  +0.028364] [0x00000001bac00000 - 0x00000001baffffff] 20822 MB/s / 25410 MB/s
[  +0.028266] [0x00000001bb000000 - 0x00000001bb3fffff] 20867 MB/s / 25425 MB/s
[  +0.043448] [0x00000001bb400000 - 0x00000001bb7fffff] 11410 MB/s / 11214 MB/s
[  +0.028437] [0x00000001bb800000 - 0x00000001bbbfffff] 20780 MB/s / 25415 MB/s
[  +0.028659] [0x00000001bbc00000 - 0x00000001bbffffff] 20829 MB/s / 25420 MB/s
[  +0.028587] [0x00000001bc000000 - 0x00000001bc3fffff] 20896 MB/s / 25224 MB/s
[  +0.028226] [0x00000001bc400000 - 0x00000001bc7fffff] 20748 MB/s / 25404 MB/s
[  +0.032274] [0x00000001bc800000 - 0x00000001bcbfffff] 20396 MB/s / 25416 MB/s
[  +0.043352] [0x00000001bcc00000 - 0x00000001bcffffff] 11395 MB/s / 11300 MB/s
[  +0.044068] [0x00000001bd000000 - 0x00000001bd3fffff] 11354 MB/s / 10657 MB/s
[  +0.028273] [0x00000001bd400000 - 0x00000001bd7fffff] 20840 MB/s / 25428 MB/s
[  +0.042792] [0x00000001bd800000 - 0x00000001bdbfffff] 11136 MB/s / 10876 MB/s
[  +0.028613] [0x00000001bdc00000 - 0x00000001bdffffff] 20913 MB/s / 25403 MB/s
[  +0.043818] [0x00000001be000000 - 0x00000001be3fffff] 11595 MB/s / 11043 MB/s
[  +0.042830] [0x00000001be400000 - 0x00000001be7fffff] 11429 MB/s / 11299 MB/s
[  +0.028177] [0x00000001be800000 - 0x00000001bebfffff] 20844 MB/s / 25426 MB/s
[  +0.028057] [0x00000001bec00000 - 0x00000001beffffff] 20870 MB/s / 25428 MB/s
[  +0.028075] [0x00000001bf000000 - 0x00000001bf3fffff] 20840 MB/s / 25421 MB/s
[  +0.044204] [0x00000001bf400000 - 0x00000001bf7fffff] 11131 MB/s / 10171 MB/s[  +0.028359] [0x00000001bf800000 - 0x00000001bfbfffff] 20956 MB/s / 25421 MB/s
[  +0.043800] [0x00000001bfc00000 - 0x00000001bfffffff] 11133 MB/s / 10169 MB/s
[  +0.032933] [0x00000001c0000000 - 0x00000001c03fffff] 20681 MB/s / 25438 MB/s
[  +0.037164] [0x00000001c0400000 - 0x00000001c07fffff] 14233 MB/s / 13078 MB/s
[  +0.036516] [0x00000001c0800000 - 0x00000001c0bfffff] 14239 MB/s / 13077 MB/s
[  +0.027842] [0x00000001c0c00000 - 0x00000001c0ffffff] 20876 MB/s / 25428 MB/s
[  +0.027860] [0x00000001c1000000 - 0x00000001c13fffff] 20888 MB/s / 25420 MB/s
[  +0.038872] [0x00000001c1400000 - 0x00000001c17fffff] 11123 MB/s / 25428 MB/s
[  +0.028305] [0x00000001c1800000 - 0x00000001c1bfffff] 20721 MB/s / 25422 MB/s
[  +0.043418] [0x00000001c1c00000 - 0x00000001c1ffffff] 11127 MB/s / 11218 MB/s
[  +0.044212] [0x00000001c2000000 - 0x00000001c23fffff] 11539 MB/s / 10749 MB/s
[  +0.028762] [0x00000001c2400000 - 0x00000001c27fffff] 20864 MB/s / 25425 MB/s
[  +0.028742] [0x00000001c2800000 - 0x00000001c2bfffff] 20909 MB/s / 25418 MB/s
[  +0.042361] [0x00000001c2c00000 - 0x00000001c2ffffff] 11458 MB/s / 11223 MB/s
[  +0.028295] [0x00000001c3000000 - 0x00000001c33fffff] 20919 MB/s / 25427 MB/s
[  +0.028053] [0x00000001c3400000 - 0x00000001c37fffff] 20862 MB/s / 25420 MB/s
[  +0.042714] [0x00000001c3800000 - 0x00000001c3bfffff] 11571 MB/s / 11245 MB/s
[  +0.028767] [0x00000001c3c00000 - 0x00000001c3ffffff] 20907 MB/s / 25429 MB/s
[  +0.027988] [0x00000001c4000000 - 0x00000001c43fffff] 20886 MB/s / 25430 MB/s
[  +0.027975] [0x00000001c4400000 - 0x00000001c47fffff] 20771 MB/s / 25431 MB/s
[  +0.027856] [0x00000001c4800000 - 0x00000001c4bfffff] 20833 MB/s / 25422 MB/s
[  +0.027962] [0x00000001c4c00000 - 0x00000001c4ffffff] 20946 MB/s / 25430 MB/s
[  +0.027987] [0x00000001c5000000 - 0x00000001c53fffff] 20964 MB/s / 25422 MB/s
[  +0.043409] [0x00000001c5400000 - 0x00000001c57fffff] 11132 MB/s / 11153 MB/s
[  +0.043680] [0x00000001c5800000 - 0x00000001c5bfffff] 11205 MB/s / 10510 MB/s
[  +0.043913] [0x00000001c5c00000 - 0x00000001c5ffffff] 11126 MB/s / 10631 MB/s
[  +0.028529] [0x00000001c6000000 - 0x00000001c63fffff] 20887 MB/s / 25417 MB/s[  +0.041642] [0x00000001c6400000 - 0x00000001c67fffff] 11474 MB/s / 17722 MB/s
[  +0.028410] [0x00000001c6800000 - 0x00000001c6bfffff] 20805 MB/s / 25428 MB/s
[  +0.042922] [0x00000001c6c00000 - 0x00000001c6ffffff] 11363 MB/s / 10667 MB/s
[  +0.042997] [0x00000001c7000000 - 0x00000001c73fffff] 11138 MB/s / 11125 MB/s
[  +0.028506] [0x00000001c7400000 - 0x00000001c77fffff] 20907 MB/s / 25418 MB/s
[  +0.042823] [0x00000001c7800000 - 0x00000001c7bfffff] 11138 MB/s / 11292 MB/s
[  +0.028235] [0x00000001c7c00000 - 0x00000001c7ffffff] 20941 MB/s / 25429 MB/s
[  +0.028929] [0x00000001c8000000 - 0x00000001c83fffff] 20832 MB/s / 25416 MB/s
[  +0.028027] [0x00000001c8400000 - 0x00000001c87fffff] 20881 MB/s / 25417 MB/s
[  +0.028255] [0x00000001c8800000 - 0x00000001c8bfffff] 20925 MB/s / 25425 MB/s
[  +0.027882] [0x00000001c8c00000 - 0x00000001c8ffffff] 20886 MB/s / 25428 MB/s
[  +0.028032] [0x00000001c9000000 - 0x00000001c93fffff] 20944 MB/s / 25429 MB/s
[  +0.028021] [0x00000001c9400000 - 0x00000001c97fffff] 20912 MB/s / 25427 MB/s
[  +0.044112] [0x00000001c9800000 - 0x00000001c9bfffff] 11138 MB/s / 11011 MB/s
[  +0.043147] [0x00000001c9c00000 - 0x00000001c9ffffff] 11126 MB/s / 11067 MB/s
[  +0.043411] [0x00000001ca000000 - 0x00000001ca3fffff] 11136 MB/s / 10351 MB/s
[  +0.037048] [0x00000001ca400000 - 0x00000001ca7fffff] 14226 MB/s / 13074 MB/s
[  +0.028095] [0x00000001ca800000 - 0x00000001cabfffff] 20867 MB/s / 25409 MB/s
[  +0.028089] [0x00000001cac00000 - 0x00000001caffffff] 20912 MB/s / 25412 MB/s
[  +0.042133] [0x00000001cb000000 - 0x00000001cb3fffff] 11141 MB/s / 13021 MB/s
[  +0.028244] [0x00000001cb400000 - 0x00000001cb7fffff] 20851 MB/s / 25418 MB/s
[  +0.027699] [0x00000001cb800000 - 0x00000001cbbfffff] 20992 MB/s / 25410 MB/s
[  +0.029281] [0x00000001cbc00000 - 0x00000001cbffffff] 20809 MB/s / 25241 MB/s
[  +0.041527] [0x00000001cc000000 - 0x00000001cc3fffff] 11363 MB/s / 22302 MB/s
[  +0.028028] [0x00000001cc400000 - 0x00000001cc7fffff] 20919 MB/s / 25425 MB/s
[  +0.027854] [0x00000001cc800000 - 0x00000001ccbfffff] 20828 MB/s / 25421 MB/s
[  +0.028464] [0x00000001ccc00000 - 0x00000001ccffffff] 20673 MB/s / 25242 MB/s[  +0.027909] [0x00000001cd000000 - 0x00000001cd3fffff] 20861 MB/s / 25410 MB/s
[  +0.037661] [0x00000001cd400000 - 0x00000001cd7fffff] 11452 MB/s / 25408 MB/s
[  +0.043450] [0x00000001cd800000 - 0x00000001cdbfffff] 11122 MB/s / 10163 MB/s
[  +0.028318] [0x00000001cdc00000 - 0x00000001cdffffff] 20896 MB/s / 25420 MB/s
[  +0.027992] [0x00000001ce000000 - 0x00000001ce3fffff] 20707 MB/s / 25404 MB/s
[  +0.042774] [0x00000001ce400000 - 0x00000001ce7fffff] 11126 MB/s / 11260 MB/s
[  +0.028277] [0x00000001ce800000 - 0x00000001cebfffff] 20847 MB/s / 25425 MB/s
[  +0.042957] [0x00000001cec00000 - 0x00000001ceffffff] 11476 MB/s / 11254 MB/s
[  +0.028173] [0x00000001cf000000 - 0x00000001cf3fffff] 20794 MB/s / 25425 MB/s
[  +0.027869] [0x00000001cf400000 - 0x00000001cf7fffff] 20870 MB/s / 25419 MB/s
[  +0.027736] [0x00000001cf800000 - 0x00000001cfbfffff] 20865 MB/s / 25424 MB/s
[  +0.042443] [0x00000001cfc00000 - 0x00000001cfffffff] 11330 MB/s / 11299 MB/s
[  +0.028214] [0x00000001d0000000 - 0x00000001d03fffff] 20854 MB/s / 25425 MB/s
[  +0.042840] [0x00000001d0400000 - 0x00000001d07fffff] 11506 MB/s / 11210 MB/s
[  +0.027905] [0x00000001d0800000 - 0x00000001d0bfffff] 20940 MB/s / 25429 MB/s
[  +0.028176] [0x00000001d0c00000 - 0x00000001d0ffffff] 20738 MB/s / 25414 MB/s
[  +0.043994] [0x00000001d1000000 - 0x00000001d13fffff] 11138 MB/s / 11233 MB/s
[  +0.028671] [0x00000001d1400000 - 0x00000001d17fffff] 20857 MB/s / 25421 MB/s
[  +0.028676] [0x00000001d1800000 - 0x00000001d1bfffff] 20847 MB/s / 25243 MB/s
[  +0.028133] [0x00000001d1c00000 - 0x00000001d1ffffff] 20835 MB/s / 25423 MB/s
[  +0.028775] [0x00000001d2000000 - 0x00000001d23fffff] 20813 MB/s / 25429 MB/s
[  +0.027964] [0x00000001d2400000 - 0x00000001d27fffff] 20809 MB/s / 25427 MB/s
[  +0.028375] [0x00000001d2800000 - 0x00000001d2bfffff] 20856 MB/s / 25424 MB/s
[  +0.028052] [0x00000001d2c00000 - 0x00000001d2ffffff] 20847 MB/s / 25424 MB/s
[  +0.027995] [0x00000001d3000000 - 0x00000001d33fffff] 20821 MB/s / 25425 MB/s
[  +0.043137] [0x00000001d3400000 - 0x00000001d37fffff] 11109 MB/s / 11251 MB/s
[  +0.028433] [0x00000001d3800000 - 0x00000001d3bfffff] 20862 MB/s / 25428 MB/s[  +0.043419] [0x00000001d3c00000 - 0x00000001d3ffffff] 11125 MB/s / 11214 MB/s
[  +0.028657] [0x00000001d4000000 - 0x00000001d43fffff] 20913 MB/s / 25401 MB/s
[  +0.028289] [0x00000001d4400000 - 0x00000001d47fffff] 20891 MB/s / 25430 MB/s
[  +0.043884] [0x00000001d4800000 - 0x00000001d4bfffff] 11516 MB/s / 11281 MB/s
[  +0.042158] [0x00000001d4c00000 - 0x00000001d4ffffff] 11828 MB/s / 11122 MB/s
[  +0.043357] [0x00000001d5000000 - 0x00000001d53fffff] 11129 MB/s / 11151 MB/s
[  +0.043725] [0x00000001d5400000 - 0x00000001d57fffff] 11585 MB/s / 11284 MB/s
[  +0.028340] [0x00000001d5800000 - 0x00000001d5bfffff] 20864 MB/s / 25423 MB/s
[  +0.027801] [0x00000001d5c00000 - 0x00000001d5ffffff] 20921 MB/s / 25420 MB/s
[  +0.027728] [0x00000001d6000000 - 0x00000001d63fffff] 20885 MB/s / 25416 MB/s
[  +0.027874] [0x00000001d6400000 - 0x00000001d67fffff] 20926 MB/s / 25424 MB/s
[  +0.043756] [0x00000001d6800000 - 0x00000001d6bfffff] 11135 MB/s / 11294 MB/s
[  +0.028269] [0x00000001d6c00000 - 0x00000001d6ffffff] 21014 MB/s / 25412 MB/s
[  +0.042961] [0x00000001d7000000 - 0x00000001d73fffff] 11133 MB/s / 10964 MB/s
[  +0.043004] [0x00000001d7400000 - 0x00000001d77fffff] 11631 MB/s / 10694 MB/s
[  +0.028752] [0x00000001d7800000 - 0x00000001d7bfffff] 20868 MB/s / 25424 MB/s
[  +0.028043] [0x00000001d7c00000 - 0x00000001d7ffffff] 20842 MB/s / 25425 MB/s
[  +0.028273] [0x00000001d8000000 - 0x00000001d83fffff] 20577 MB/s / 25425 MB/s
[  +0.043485] [0x00000001d8400000 - 0x00000001d87fffff] 11125 MB/s / 10170 MB/s
[  +0.028232] [0x00000001d8800000 - 0x00000001d8bfffff] 20891 MB/s / 25429 MB/s
[  +0.027985] [0x00000001d8c00000 - 0x00000001d8ffffff] 20831 MB/s / 25426 MB/s
[  +0.028156] [0x00000001d9000000 - 0x00000001d93fffff] 20856 MB/s / 25427 MB/s
[  +0.036930] [0x00000001d9400000 - 0x00000001d97fffff] 14229 MB/s / 13077 MB/s
[  +0.028201] [0x00000001d9800000 - 0x00000001d9bfffff] 20842 MB/s / 25424 MB/s
[  +0.027853] [0x00000001d9c00000 - 0x00000001d9ffffff] 20799 MB/s / 25425 MB/s
[  +0.027974] [0x00000001da000000 - 0x00000001da3fffff] 20757 MB/s / 25424 MB/s
[  +0.027986] [0x00000001da400000 - 0x00000001da7fffff] 21032 MB/s / 25417 MB/s[  +0.043719] [0x00000001da800000 - 0x00000001dabfffff] 11135 MB/s / 11299 MB/s
[  +0.043421] [0x00000001dac00000 - 0x00000001daffffff] 11599 MB/s / 11279 MB/s
[  +0.042886] [0x00000001db000000 - 0x00000001db3fffff] 11572 MB/s / 11193 MB/s
[  +0.028559] [0x00000001db400000 - 0x00000001db7fffff] 20810 MB/s / 25412 MB/s
[  +0.028177] [0x00000001db800000 - 0x00000001dbbfffff] 20823 MB/s / 25420 MB/s
[  +0.042697] [0x00000001dbc00000 - 0x00000001dbffffff] 11273 MB/s / 10668 MB/s
[  +0.028212] [0x00000001dc000000 - 0x00000001dc3fffff] 20864 MB/s / 25424 MB/s
[  +0.027942] [0x00000001dc400000 - 0x00000001dc7fffff] 20895 MB/s / 25401 MB/s
[  +0.028019] [0x00000001dc800000 - 0x00000001dcbfffff] 20821 MB/s / 25412 MB/s
[  +0.043765] [0x00000001dcc00000 - 0x00000001dcffffff] 11131 MB/s / 10170 MB/s
[  +0.043635] [0x00000001dd000000 - 0x00000001dd3fffff] 11953 MB/s / 11082 MB/s
[  +0.042514] [0x00000001dd400000 - 0x00000001dd7fffff] 11305 MB/s / 10990 MB/s
[  +0.028719] [0x00000001dd800000 - 0x00000001ddbfffff] 20925 MB/s / 25246 MB/s
[  +0.028110] [0x00000001ddc00000 - 0x00000001ddffffff] 20980 MB/s / 25438 MB/s
[  +0.028340] [0x00000001de000000 - 0x00000001de3fffff] 20889 MB/s / 25417 MB/s
[  +0.027730] [0x00000001de400000 - 0x00000001de7fffff] 20915 MB/s / 25422 MB/s
[  +0.027830] [0x00000001de800000 - 0x00000001debfffff] 20905 MB/s / 25425 MB/s
[  +0.028980] [0x00000001dec00000 - 0x00000001deffffff] 20914 MB/s / 25418 MB/s
[  +0.043371] [0x00000001df000000 - 0x00000001df3fffff] 11498 MB/s / 10709 MB/s
[  +0.028318] [0x00000001df400000 - 0x00000001df7fffff] 20698 MB/s / 25412 MB/s
[  +0.029646] [0x00000001df800000 - 0x00000001dfbfffff] 20806 MB/s / 25247 MB/s
[  +0.042508] [0x00000001dfc00000 - 0x00000001dfffffff] 11461 MB/s / 11298 MB/s
[  +0.028562] [0x00000001e0000000 - 0x00000001e03fffff] 20845 MB/s / 25414 MB/s
[  +0.028027] [0x00000001e0400000 - 0x00000001e07fffff] 20782 MB/s / 25420 MB/s
[  +0.043094] [0x00000001e0800000 - 0x00000001e0bfffff] 11131 MB/s / 10191 MB/s
[  +0.027962] [0x00000001e0c00000 - 0x00000001e0ffffff] 20868 MB/s / 25425 MB/s
[  +0.042455] [0x00000001e1000000 - 0x00000001e13fffff] 11127 MB/s / 11300 MB/s[  +0.028221] [0x00000001e1400000 - 0x00000001e17fffff] 20904 MB/s / 25427 MB/s
[  +0.042722] [0x00000001e1800000 - 0x00000001e1bfffff] 11586 MB/s / 11292 MB/s
[  +0.028603] [0x00000001e1c00000 - 0x00000001e1ffffff] 20953 MB/s / 25418 MB/s
[  +0.027985] [0x00000001e2000000 - 0x00000001e23fffff] 20835 MB/s / 25418 MB/s
[  +0.028035] [0x00000001e2400000 - 0x00000001e27fffff] 20879 MB/s / 25423 MB/s
[  +0.028143] [0x00000001e2800000 - 0x00000001e2bfffff] 20682 MB/s / 25417 MB/s
[  +0.042647] [0x00000001e2c00000 - 0x00000001e2ffffff] 11127 MB/s / 10769 MB/s
[  +0.042604] [0x00000001e3000000 - 0x00000001e33fffff] 11142 MB/s / 12783 MB/s
[  +0.043295] [0x00000001e3400000 - 0x00000001e37fffff] 11130 MB/s / 10168 MB/s
[  +0.043752] [0x00000001e3800000 - 0x00000001e3bfffff] 11134 MB/s / 10622 MB/s
[  +0.043536] [0x00000001e3c00000 - 0x00000001e3ffffff] 11609 MB/s / 11190 MB/s
[  +0.028331] [0x00000001e4000000 - 0x00000001e43fffff] 20946 MB/s / 25424 MB/s
[  +0.028112] [0x00000001e4400000 - 0x00000001e47fffff] 20919 MB/s / 25418 MB/s
[  +0.028626] [0x00000001e4800000 - 0x00000001e4bfffff] 20847 MB/s / 25245 MB/s
[  +0.042995] [0x00000001e4c00000 - 0x00000001e4ffffff] 11578 MB/s / 11295 MB/s
[  +0.028429] [0x00000001e5000000 - 0x00000001e53fffff] 20794 MB/s / 25423 MB/s
[  +0.027846] [0x00000001e5400000 - 0x00000001e57fffff] 20923 MB/s / 25425 MB/s
[  +0.028204] [0x00000001e5800000 - 0x00000001e5bfffff] 20868 MB/s / 25427 MB/s
[  +0.032187] [0x00000001e5c00000 - 0x00000001e5ffffff] 20855 MB/s / 25427 MB/s
[  +0.028490] [0x00000001e6000000 - 0x00000001e63fffff] 20902 MB/s / 25422 MB/s
[  +0.028112] [0x00000001e6400000 - 0x00000001e67fffff] 20789 MB/s / 25418 MB/s
[  +0.028411] [0x00000001e6800000 - 0x00000001e6bfffff] 20839 MB/s / 25428 MB/s
[  +0.027867] [0x00000001e6c00000 - 0x00000001e6ffffff] 20890 MB/s / 25411 MB/s
[  +0.044059] [0x00000001e7000000 - 0x00000001e73fffff] 11358 MB/s / 10467 MB/s
[  +0.037797] [0x00000001e7400000 - 0x00000001e77fffff] 14232 MB/s / 13075 MB/s
[  +0.028717] [0x00000001e7800000 - 0x00000001e7bfffff] 20769 MB/s / 25429 MB/s
[  +0.028734] [0x00000001e7c00000 - 0x00000001e7ffffff] 20845 MB/s / 25426 MB/s[  +0.031344] [0x00000001e8000000 - 0x00000001e83fffff] 20801 MB/s / 25420 MB/s
[  +0.032468] [0x00000001e8400000 - 0x00000001e87fffff] 20699 MB/s / 25427 MB/s
[  +0.029217] [0x00000001e8800000 - 0x00000001e8bfffff] 20839 MB/s / 25425 MB/s
[  +0.029685] [0x00000001e8c00000 - 0x00000001e8ffffff] 20790 MB/s / 25414 MB/s
[  +0.044897] [0x00000001e9000000 - 0x00000001e93fffff] 11137 MB/s / 10171 MB/s
[  +0.039507] [0x00000001e9400000 - 0x00000001e97fffff] 14223 MB/s / 13076 MB/s
[  +0.038920] [0x00000001e9800000 - 0x00000001e9bfffff] 14224 MB/s / 13076 MB/s
[  +0.029514] [0x00000001e9c00000 - 0x00000001e9ffffff] 20879 MB/s / 25428 MB/s
[  +0.036071] [0x00000001ea000000 - 0x00000001ea3fffff] 11757 MB/s / 25420 MB/s
[  +0.029735] [0x00000001ea400000 - 0x00000001ea7fffff] 20806 MB/s / 25426 MB/s
[  +0.040235] [0x00000001ea800000 - 0x00000001eabfffff] 14200 MB/s / 13068 MB/s
[  +0.030010] [0x00000001eac00000 - 0x00000001eaffffff] 20896 MB/s / 25430 MB/s
[  +0.029324] [0x00000001eb000000 - 0x00000001eb3fffff] 20949 MB/s / 25425 MB/s
[  +0.045615] [0x00000001eb400000 - 0x00000001eb7fffff] 11127 MB/s / 10170 MB/s
[  +0.029930] [0x00000001eb800000 - 0x00000001ebbfffff] 20855 MB/s / 25426 MB/s
[  +0.046420] [0x00000001ebc00000 - 0x00000001ebffffff] 11414 MB/s / 10958 MB/s
[  +0.044854] [0x00000001ec000000 - 0x00000001ec3fffff] 11812 MB/s / 11291 MB/s
[  +0.029584] [0x00000001ec400000 - 0x00000001ec7fffff] 20810 MB/s / 25424 MB/s
[  +0.030524] [0x00000001ec800000 - 0x00000001ecbfffff] 20826 MB/s / 25430 MB/s
[  +0.029031] [0x00000001ecc00000 - 0x00000001ecffffff] 20876 MB/s / 25428 MB/s
[  +0.042992] [0x00000001ed000000 - 0x00000001ed3fffff] 11134 MB/s / 25400 MB/s
[  +0.029138] [0x00000001ed400000 - 0x00000001ed7fffff] 20898 MB/s / 25430 MB/s
[  +0.028526] [0x00000001ed800000 - 0x00000001edbfffff] 20929 MB/s / 25423 MB/s
[  +0.028343] [0x00000001edc00000 - 0x00000001edffffff] 20829 MB/s / 25428 MB/s
[  +0.043988] [0x00000001ee000000 - 0x00000001ee3fffff] 11119 MB/s / 10758 MB/s
[  +0.029253] [0x00000001ee400000 - 0x00000001ee7fffff] 20871 MB/s / 25421 MB/s
[  +0.029384] [0x00000001ee800000 - 0x00000001eebfffff] 20855 MB/s / 25430 MB/s[  +0.029546] [0x00000001eec00000 - 0x00000001eeffffff] 20868 MB/s / 25423 MB/s
[  +0.045101] [0x00000001ef000000 - 0x00000001ef3fffff] 11131 MB/s / 10170 MB/s
[  +0.047359] [0x00000001ef400000 - 0x00000001ef7fffff] 11135 MB/s / 10641 MB/s
[  +0.029568] [0x00000001ef800000 - 0x00000001efbfffff] 20609 MB/s / 25428 MB/s
[  +0.029034] [0x00000001f0000000 - 0x00000001f03fffff] 20922 MB/s / 25427 MB/s
[  +0.029214] [0x00000001f0400000 - 0x00000001f07fffff] 20829 MB/s / 25425 MB/s
[  +0.029301] [0x00000001f0800000 - 0x00000001f0bfffff] 20831 MB/s / 25419 MB/s
[  +0.029384] [0x00000001f0c00000 - 0x00000001f0ffffff] 20798 MB/s / 25424 MB/s
[  +0.042865] [0x00000001f1000000 - 0x00000001f13fffff] 11310 MB/s / 25396 MB/s
[  +0.030614] [0x00000001f1400000 - 0x00000001f17fffff] 20146 MB/s / 25408 MB/s
[  +0.045242] [0x00000001f1800000 - 0x00000001f1bfffff] 11129 MB/s / 10172 MB/s
[  +0.046896] [0x00000001f1c00000 - 0x00000001f1ffffff] 11133 MB/s / 10731 MB/s
[  +0.045455] [0x00000001f2000000 - 0x00000001f23fffff] 11761 MB/s / 10652 MB/s
[  +0.035499] [0x00000001f2400000 - 0x00000001f27fffff] 20943 MB/s / 25419 MB/s
[  +0.029990] [0x00000001f2800000 - 0x00000001f2bfffff] 21015 MB/s / 25427 MB/s
[  +0.029924] [0x00000001f2c00000 - 0x00000001f2ffffff] 20960 MB/s / 25416 MB/s
[  +0.029374] [0x00000001f3000000 - 0x00000001f33fffff] 21026 MB/s / 25418 MB/s
[  +0.029825] [0x00000001f3400000 - 0x00000001f37fffff] 21288 MB/s / 25402 MB/s
[  +0.029285] [0x00000001f3800000 - 0x00000001f3bfffff] 20926 MB/s / 25423 MB/s
[  +0.029144] [0x00000001f3c00000 - 0x00000001f3ffffff] 20875 MB/s / 25424 MB/s
[  +0.029955] [0x00000001f4000000 - 0x00000001f43fffff] 20937 MB/s / 25417 MB/s
[  +0.029625] [0x00000001f4400000 - 0x00000001f47fffff] 20958 MB/s / 25419 MB/s
[  +0.029692] [0x00000001f4800000 - 0x00000001f4bfffff] 21003 MB/s / 25391 MB/s
[  +0.040124] [0x00000001f4c00000 - 0x00000001f4ffffff] 14201 MB/s / 13070 MB/s
[  +0.029996] [0x00000001f5000000 - 0x00000001f53fffff] 20873 MB/s / 25427 MB/s
[  +0.044415] [0x00000001f5400000 - 0x00000001f57fffff] 11336 MB/s / 11055 MB/s
[  +0.045400] [0x00000001f5800000 - 0x00000001f5bfffff] 11466 MB/s / 10719 MB/s[  +0.046082] [0x00000001f5c00000 - 0x00000001f5ffffff] 11368 MB/s / 10659 MB/s
[  +0.045398] [0x00000001f6000000 - 0x00000001f63fffff] 11651 MB/s / 11285 MB/s
[  +0.029916] [0x00000001f6400000 - 0x00000001f67fffff] 20817 MB/s / 25426 MB/s
[  +0.040110] [0x00000001f6800000 - 0x00000001f6bfffff] 14239 MB/s / 13078 MB/s
[  +0.029779] [0x00000001f6c00000 - 0x00000001f6ffffff] 20727 MB/s / 25420 MB/s
[  +0.029443] [0x00000001f7000000 - 0x00000001f73fffff] 20874 MB/s / 25431 MB/s
[  +0.043779] [0x00000001f7400000 - 0x00000001f77fffff] 11881 MB/s / 11188 MB/s
[  +0.044095] [0x00000001f7800000 - 0x00000001f7bfffff] 11966 MB/s / 10929 MB/s
[  +0.029600] [0x00000001f7c00000 - 0x00000001f7ffffff] 20852 MB/s / 25429 MB/s
[  +0.028895] [0x00000001f8000000 - 0x00000001f83fffff] 20860 MB/s / 25425 MB/s
[  +0.029572] [0x00000001f8400000 - 0x00000001f87fffff] 20717 MB/s / 25429 MB/s
[  +0.044658] [0x00000001f8800000 - 0x00000001f8bfffff] 11131 MB/s / 10169 MB/s
[  +0.029632] [0x00000001f8c00000 - 0x00000001f8ffffff] 20864 MB/s / 25425 MB/s
[  +0.029682] [0x00000001f9000000 - 0x00000001f93fffff] 20918 MB/s / 25428 MB/s
[  +0.044857] [0x00000001f9400000 - 0x00000001f97fffff] 11130 MB/s / 10163 MB/s
[  +0.029757] [0x00000001f9800000 - 0x00000001f9bfffff] 20827 MB/s / 25427 MB/s
[  +0.046363] [0x00000001f9c00000 - 0x00000001f9ffffff] 11135 MB/s / 10325 MB/s
[  +0.047036] [0x00000001fa000000 - 0x00000001fa3fffff] 11122 MB/s / 10668 MB/s
[  +0.044909] [0x00000001fa400000 - 0x00000001fa7fffff] 11257 MB/s / 10698 MB/s
[  +0.029832] [0x00000001fa800000 - 0x00000001fabfffff] 20834 MB/s / 25426 MB/s
[  +0.029701] [0x00000001fac00000 - 0x00000001faffffff] 20813 MB/s / 25425 MB/s
[  +0.044693] [0x00000001fb000000 - 0x00000001fb3fffff] 11131 MB/s / 10169 MB/s
[  +0.029189] [0x00000001fb400000 - 0x00000001fb7fffff] 20816 MB/s / 25420 MB/s
[  +0.029272] [0x00000001fb800000 - 0x00000001fbbfffff] 20963 MB/s / 25423 MB/s
[  +0.045661] [0x00000001fbc00000 - 0x00000001fbffffff] 11123 MB/s / 10171 MB/s
[  +0.046534] [0x00000001fc000000 - 0x00000001fc3fffff] 11127 MB/s / 10656 MB/s
[  +0.039697] [0x00000001fc400000 - 0x00000001fc7fffff] 14243 MB/s / 13074 MB/s[  +0.044756] [0x00000001fc800000 - 0x00000001fcbfffff] 11129 MB/s / 10539 MB/s
[  +0.029560] [0x00000001fcc00000 - 0x00000001fcffffff] 20899 MB/s / 25422 MB/s
[  +0.029777] [0x00000001fd000000 - 0x00000001fd3fffff] 20839 MB/s / 25418 MB/s
[  +0.043390] [0x00000001fd400000 - 0x00000001fd7fffff] 11125 MB/s / 10582 MB/s
[  +0.029533] [0x00000001fd800000 - 0x00000001fdbfffff] 20805 MB/s / 25424 MB/s
[  +0.029095] [0x00000001fdc00000 - 0x00000001fdffffff] 20840 MB/s / 25411 MB/s
[  +0.029316] [0x00000001fe000000 - 0x00000001fe3fffff] 20896 MB/s / 25421 MB/s
[  +0.044467] [0x00000001fe400000 - 0x00000001fe7fffff] 11135 MB/s / 11896 MB/s
[  +0.029354] [0x00000001fe800000 - 0x00000001febfffff] 20919 MB/s / 25426 MB/s
[  +0.028939] [0x00000001fec00000 - 0x00000001feffffff] 20922 MB/s / 25424 MB/s
[  +0.028443] [0x00000001ff000000 - 0x00000001ff3fffff] 20900 MB/s / 25422 MB/s
[  +0.029506] [0x00000001ff400000 - 0x00000001ff7fffff] 20878 MB/s / 25410 MB/s
[  +0.044608] [0x00000001ff800000 - 0x00000001ffbfffff] 11122 MB/s / 10169 MB/s
[  +0.038743] [0x00000001ffc00000 - 0x00000001ffffffff] 14234 MB/s / 13065 MB/s
[  +0.008117] alloc_contig_range: [200000, 200400) PFNs busy
[  +0.035095] [0x0000000200400000 - 0x00000002007fffff] 20863 MB/s / 25411 MB/s
[  +0.038575] [0x0000000200800000 - 0x0000000200bfffff] 11125 MB/s / 10707 MB/s
[  +0.030374] [0x0000000200c00000 - 0x0000000200ffffff] 20869 MB/s / 25422 MB/s
[  +0.029390] [0x0000000201000000 - 0x00000002013fffff] 20812 MB/s / 25423 MB/s
[  +0.039502] [0x0000000201400000 - 0x00000002017fffff] 14242 MB/s / 13074 MB/s
[  +0.044549] [0x0000000201800000 - 0x0000000201bfffff] 11515 MB/s / 10951 MB/s
[  +0.029945] [0x0000000201c00000 - 0x0000000201ffffff] 20563 MB/s / 25428 MB/s
[  +0.029440] [0x0000000202000000 - 0x00000002023fffff] 20831 MB/s / 25424 MB/s
[  +0.029304] [0x0000000202400000 - 0x00000002027fffff] 20757 MB/s / 25434 MB/s
[  +0.029708] [0x0000000202800000 - 0x0000000202bfffff] 20767 MB/s / 25422 MB/s
[  +0.029671] [0x0000000202c00000 - 0x0000000202ffffff] 20826 MB/s / 25427 MB/s
[  +0.029194] [0x0000000203000000 - 0x00000002033fffff] 20859 MB/s / 25424 MB/s[  +0.047115] [0x0000000203400000 - 0x00000002037fffff] 11120 MB/s / 10825 MB/s
[  +0.029966] [0x0000000203800000 - 0x0000000203bfffff] 20733 MB/s / 25430 MB/s
[  +0.029469] [0x0000000203c00000 - 0x0000000203ffffff] 20842 MB/s / 25428 MB/s
[  +0.029128] [0x0000000204000000 - 0x00000002043fffff] 20815 MB/s / 25421 MB/s
[  +0.040003] [0x0000000204400000 - 0x00000002047fffff] 14200 MB/s / 13076 MB/s
[  +0.030009] [0x0000000204800000 - 0x0000000204bfffff] 21012 MB/s / 25423 MB/s
[  +0.029485] [0x0000000204c00000 - 0x0000000204ffffff] 20830 MB/s / 25427 MB/s
[  +0.029118] [0x0000000205000000 - 0x00000002053fffff] 20945 MB/s / 25428 MB/s
[  +0.028782] [0x0000000205400000 - 0x00000002057fffff] 20936 MB/s / 25421 MB/s
[  +0.046869] [0x0000000205800000 - 0x0000000205bfffff] 11127 MB/s / 10704 MB/s
[  +0.046338] [0x0000000205c00000 - 0x0000000205ffffff] 11606 MB/s / 10765 MB/s
[  +0.029944] [0x0000000206000000 - 0x00000002063fffff] 20832 MB/s / 25416 MB/s
[  +0.044832] [0x0000000206400000 - 0x00000002067fffff] 11302 MB/s / 10703 MB/s
[  +0.029743] [0x0000000206800000 - 0x0000000206bfffff] 20914 MB/s / 25425 MB/s
[  +0.028622] [0x0000000206c00000 - 0x0000000206ffffff] 20908 MB/s / 25425 MB/s
[  +0.045711] [0x0000000207000000 - 0x00000002073fffff] 11134 MB/s / 10168 MB/s
[  +0.029651] [0x0000000207400000 - 0x00000002077fffff] 20835 MB/s / 25425 MB/s
[  +0.028838] [0x0000000207800000 - 0x0000000207bfffff] 20803 MB/s / 25426 MB/s
[  +0.045218] [0x0000000207c00000 - 0x0000000207ffffff] 11129 MB/s / 10593 MB/s
[  +0.029216] [0x0000000208000000 - 0x00000002083fffff] 20722 MB/s / 25447 MB/s
[  +0.028779] [0x0000000208400000 - 0x00000002087fffff] 20834 MB/s / 25408 MB/s
[  +0.041745] [0x0000000208800000 - 0x0000000208bfffff] 14217 MB/s / 13073 MB/s
[  +0.029900] [0x0000000208c00000 - 0x0000000208ffffff] 20860 MB/s / 25417 MB/s
[  +0.028834] [0x0000000209000000 - 0x00000002093fffff] 20778 MB/s / 25423 MB/s
[  +0.028873] [0x0000000209400000 - 0x00000002097fffff] 20847 MB/s / 25426 MB/s
[  +0.047072] [0x0000000209800000 - 0x0000000209bfffff] 11128 MB/s / 10168 MB/s
[  +0.044968] [0x0000000209c00000 - 0x0000000209ffffff] 11503 MB/s / 10709 MB/s[  +0.044460] [0x000000020a000000 - 0x000000020a3fffff] 11414 MB/s / 10747 MB/s
[  +0.029778] [0x000000020a400000 - 0x000000020a7fffff] 20827 MB/s / 25426 MB/s
[  +0.029145] [0x000000020a800000 - 0x000000020abfffff] 20537 MB/s / 25427 MB/s
[  +0.046997] [0x000000020ac00000 - 0x000000020affffff] 11124 MB/s / 10659 MB/s
[  +0.045684] [0x000000020b000000 - 0x000000020b3fffff] 11128 MB/s / 10715 MB/s
[  +0.029782] [0x000000020b400000 - 0x000000020b7fffff] 20893 MB/s / 25418 MB/s
[  +0.029311] [0x000000020b800000 - 0x000000020bbfffff] 20857 MB/s / 25424 MB/s
[  +0.028817] [0x000000020bc00000 - 0x000000020bffffff] 20892 MB/s / 25418 MB/s
[  +0.028846] [0x000000020c000000 - 0x000000020c3fffff] 20854 MB/s / 25417 MB/s
[  +0.028548] [0x000000020c400000 - 0x000000020c7fffff] 20872 MB/s / 25423 MB/s
[  +0.028642] [0x000000020c800000 - 0x000000020cbfffff] 20955 MB/s / 25424 MB/s
[  +0.045305] [0x000000020cc00000 - 0x000000020cffffff] 11141 MB/s / 10708 MB/s
[  +0.043597] [0x000000020d000000 - 0x000000020d3fffff] 11377 MB/s / 10715 MB/s
[  +0.028792] [0x000000020d400000 - 0x000000020d7fffff] 20921 MB/s / 25422 MB/s
[  +0.028363] [0x000000020d800000 - 0x000000020dbfffff] 20917 MB/s / 25425 MB/s
[  +0.028444] [0x000000020dc00000 - 0x000000020dffffff] 20849 MB/s / 25429 MB/s
[  +0.028862] [0x000000020e000000 - 0x000000020e3fffff] 20885 MB/s / 25417 MB/s
[  +0.045488] [0x000000020e400000 - 0x000000020e7fffff] 11500 MB/s / 10710 MB/s
[  +0.044606] [0x000000020e800000 - 0x000000020ebfffff] 11600 MB/s / 10732 MB/s
[  +0.044852] [0x000000020ec00000 - 0x000000020effffff] 11443 MB/s / 10630 MB/s
[  +0.045501] [0x000000020f000000 - 0x000000020f3fffff] 11131 MB/s / 10742 MB/s
[  +0.028951] [0x000000020f400000 - 0x000000020f7fffff] 20868 MB/s / 25420 MB/s
[  +0.028818] [0x000000020f800000 - 0x000000020fbfffff] 20877 MB/s / 25241 MB/s
[  +0.041412] [0x000000020fc00000 - 0x000000020fffffff] 11132 MB/s / 25421 MB/s
[  +0.046565] [0x0000000210000000 - 0x00000002103fffff] 11695 MB/s / 10654 MB/s
[  +0.045821] [0x0000000210400000 - 0x00000002107fffff] 11581 MB/s / 10622 MB/s
[  +0.046715] [0x0000000210800000 - 0x0000000210bfffff] 11568 MB/s / 10749 MB/s[  +0.030724] [0x0000000210c00000 - 0x0000000210ffffff] 20877 MB/s / 25428 MB/s
[  +0.044422] [0x0000000211000000 - 0x00000002113fffff] 11136 MB/s / 10757 MB/s
[  +0.029760] [0x0000000211400000 - 0x00000002117fffff] 20905 MB/s / 25420 MB/s
[  +0.029187] [0x0000000211800000 - 0x0000000211bfffff] 20918 MB/s / 25428 MB/s
[  +0.029432] [0x0000000211c00000 - 0x0000000211ffffff] 20797 MB/s / 25411 MB/s
[  +0.029341] [0x0000000212000000 - 0x00000002123fffff] 20901 MB/s / 25427 MB/s
[  +0.044566] [0x0000000212400000 - 0x00000002127fffff] 11137 MB/s / 10602 MB/s
[  +0.035266] [0x0000000212800000 - 0x0000000212bfffff] 20749 MB/s / 25423 MB/s
[  +0.043780] [0x0000000212c00000 - 0x0000000212ffffff] 11130 MB/s / 10588 MB/s
[  +0.028688] [0x0000000213000000 - 0x00000002133fffff] 20817 MB/s / 25426 MB/s
[  +0.028365] [0x0000000213400000 - 0x00000002137fffff] 20883 MB/s / 25425 MB/s
[  +0.044930] [0x0000000213800000 - 0x0000000213bfffff] 11130 MB/s / 10169 MB/s
[  +0.044355] [0x0000000213c00000 - 0x0000000213ffffff] 11513 MB/s / 10669 MB/s
[  +0.029198] [0x0000000214000000 - 0x00000002143fffff] 20853 MB/s / 25415 MB/s
[  +0.028634] [0x0000000214400000 - 0x00000002147fffff] 20882 MB/s / 25417 MB/s
[  +0.045258] [0x0000000214800000 - 0x0000000214bfffff] 11126 MB/s / 10170 MB/s
[  +0.028993] [0x0000000214c00000 - 0x0000000214ffffff] 20900 MB/s / 25424 MB/s
[  +0.039277] [0x0000000215000000 - 0x00000002153fffff] 11134 MB/s / 25418 MB/s
[  +0.028677] [0x0000000215400000 - 0x00000002157fffff] 20822 MB/s / 25424 MB/s
[  +0.028374] [0x0000000215800000 - 0x0000000215bfffff] 20804 MB/s / 25418 MB/s
[  +0.028447] [0x0000000215c00000 - 0x0000000215ffffff] 20844 MB/s / 25418 MB/s
[  +0.045465] [0x0000000216000000 - 0x00000002163fffff] 11131 MB/s / 10712 MB/s
[  +0.029145] [0x0000000216400000 - 0x00000002167fffff] 20880 MB/s / 25427 MB/s
[  +0.028574] [0x0000000216800000 - 0x0000000216bfffff] 20793 MB/s / 25429 MB/s
[  +0.028591] [0x0000000216c00000 - 0x0000000216ffffff] 20833 MB/s / 25429 MB/s
[  +0.028748] [0x0000000217000000 - 0x00000002173fffff] 20811 MB/s / 25421 MB/s
[  +0.045129] [0x0000000217400000 - 0x00000002177fffff] 11132 MB/s / 10165 MB/s[  +0.029202] [0x0000000217800000 - 0x0000000217bfffff] 20886 MB/s / 25428 MB/s
[  +0.028634] [0x0000000217c00000 - 0x0000000217ffffff] 20861 MB/s / 25420 MB/s
[  +0.029196] [0x0000000218000000 - 0x00000002183fffff] 20774 MB/s / 25423 MB/s
[  +0.029225] [0x0000000218400000 - 0x00000002187fffff] 20909 MB/s / 25425 MB/s
[  +0.029439] [0x0000000218800000 - 0x0000000218bfffff] 20780 MB/s / 25425 MB/s
[  +0.028665] [0x0000000218c00000 - 0x0000000218ffffff] 20948 MB/s / 25414 MB/s
[  +0.045149] [0x0000000219000000 - 0x00000002193fffff] 11128 MB/s / 10171 MB/s
[  +0.036974] [0x0000000219400000 - 0x00000002197fffff] 18668 MB/s / 25428 MB/s
[  +0.045522] [0x0000000219800000 - 0x0000000219bfffff] 11130 MB/s / 10761 MB/s
[  +0.030364] [0x0000000219c00000 - 0x0000000219ffffff] 20860 MB/s / 25428 MB/s
[  +0.029815] [0x000000021a000000 - 0x000000021a3fffff] 20537 MB/s / 25428 MB/s
[  +0.041361] [0x000000021a400000 - 0x000000021a7fffff] 11115 MB/s / 25415 MB/s
[  +0.036192] [0x000000021a800000 - 0x000000021abfffff] 20677 MB/s / 25419 MB/s
[  +0.029689] [0x000000021ac00000 - 0x000000021affffff] 20833 MB/s / 25429 MB/s
[  +0.029435] [0x000000021b000000 - 0x000000021b3fffff] 20774 MB/s / 25411 MB/s
[  +0.039698] [0x000000021b400000 - 0x000000021b7fffff] 14250 MB/s / 13079 MB/s
[  +0.044513] [0x000000021b800000 - 0x000000021bbfffff] 11356 MB/s / 10775 MB/s
[  +0.030093] [0x000000021bc00000 - 0x000000021bffffff] 20808 MB/s / 25245 MB/s
[  +0.045233] [0x000000021c000000 - 0x000000021c3fffff] 11468 MB/s / 10720 MB/s
[  +0.045415] [0x000000021c400000 - 0x000000021c7fffff] 11129 MB/s / 10427 MB/s
[  +0.008744] alloc_contig_range: [21c800, 21cc00) PFNs busy
[  +0.035076] [0x000000021cc00000 - 0x000000021cffffff] 20799 MB/s / 25419 MB/s
[  +0.021640] [0x000000021d000000 - 0x000000021d3fffff] 20758 MB/s / 25423 MB/s
[  +0.044826] [0x000000021d400000 - 0x000000021d7fffff] 11138 MB/s / 10674 MB/s
[  +0.029752] [0x000000021d800000 - 0x000000021dbfffff] 20934 MB/s / 25416 MB/s
[  +0.029164] [0x000000021dc00000 - 0x000000021dffffff] 20853 MB/s / 25406 MB/s
[  +0.046105] [0x000000021e000000 - 0x000000021e3fffff] 11135 MB/s / 10170 MB/s[  +0.045012] [0x000000021e400000 - 0x000000021e7fffff] 11129 MB/s / 10664 MB/s
[  +0.045057] [0x000000021e800000 - 0x000000021ebfffff] 11136 MB/s / 10597 MB/s
[  +0.029961] [0x000000021ec00000 - 0x000000021effffff] 20863 MB/s / 25246 MB/s
[  +0.033583] [0x000000021f000000 - 0x000000021f3fffff] 20559 MB/s / 25424 MB/s
[  +0.029332] [0x000000021f400000 - 0x000000021f7fffff] 20941 MB/s / 25411 MB/s
[  +0.028937] [0x000000021f800000 - 0x000000021fbfffff] 20964 MB/s / 25412 MB/s
[  +0.044501] [0x000000021fc00000 - 0x000000021fffffff] 11132 MB/s / 16762 MB/s
[  +0.036960] [0x0000000220000000 - 0x00000002203fffff] 18542 MB/s / 25431 MB/s
[  +0.049142] [0x0000000220400000 - 0x00000002207fffff] 11408 MB/s / 10710 MB/s
[  +0.030875] [0x0000000220800000 - 0x0000000220bfffff] 20760 MB/s / 25249 MB/s
[  +0.029399] [0x0000000220c00000 - 0x0000000220ffffff] 20763 MB/s / 25429 MB/s
[  +0.030139] [0x0000000221000000 - 0x00000002213fffff] 20851 MB/s / 25423 MB/s
[  +0.029423] [0x0000000221400000 - 0x00000002217fffff] 20888 MB/s / 25426 MB/s
[  +0.030323] [0x0000000221800000 - 0x0000000221bfffff] 20940 MB/s / 25425 MB/s
[  +0.046064] [0x0000000221c00000 - 0x0000000221ffffff] 11140 MB/s / 10715 MB/s
[  +0.044926] [0x0000000222000000 - 0x00000002223fffff] 11553 MB/s / 10710 MB/s
[  +0.028924] [0x0000000222400000 - 0x00000002227fffff] 20804 MB/s / 25427 MB/s
[  +0.028451] [0x0000000222800000 - 0x0000000222bfffff] 20829 MB/s / 25399 MB/s
[  +0.028782] [0x0000000222c00000 - 0x0000000222ffffff] 20805 MB/s / 25419 MB/s
[  +0.028666] [0x0000000223000000 - 0x00000002233fffff] 20807 MB/s / 25426 MB/s
[  +0.028791] [0x0000000223400000 - 0x00000002237fffff] 20679 MB/s / 25420 MB/s
[  +0.042183] [0x0000000223800000 - 0x0000000223bfffff] 11125 MB/s / 25427 MB/s
[  +0.045007] [0x0000000223c00000 - 0x0000000223ffffff] 11519 MB/s / 10709 MB/s
[  +0.028909] [0x0000000224000000 - 0x00000002243fffff] 20949 MB/s / 25423 MB/s
[  +0.029092] [0x0000000224400000 - 0x00000002247fffff] 20910 MB/s / 25423 MB/s
[  +0.029188] [0x0000000224800000 - 0x0000000224bfffff] 20966 MB/s / 25430 MB/s
[  +0.045254] [0x0000000224c00000 - 0x0000000224ffffff] 11120 MB/s / 10281 MB/s[  +0.029951] [0x0000000225000000 - 0x00000002253fffff] 20930 MB/s / 25421 MB/s
[  +0.029631] [0x0000000225400000 - 0x00000002257fffff] 20668 MB/s / 25422 MB/s
[  +0.029149] [0x0000000225800000 - 0x0000000225bfffff] 20942 MB/s / 25428 MB/s
[  +0.030514] [0x0000000225c00000 - 0x0000000225ffffff] 20890 MB/s / 25402 MB/s
[  +0.029099] [0x0000000226000000 - 0x00000002263fffff] 20880 MB/s / 25420 MB/s
[  +0.029690] [0x0000000226400000 - 0x00000002267fffff] 20832 MB/s / 25401 MB/s
[  +0.029905] [0x0000000226800000 - 0x0000000226bfffff] 20868 MB/s / 25412 MB/s
[  +0.044390] [0x0000000226c00000 - 0x0000000226ffffff] 11123 MB/s / 10395 MB/s
[  +0.029416] [0x0000000227000000 - 0x00000002273fffff] 20928 MB/s / 25429 MB/s
[  +0.029433] [0x0000000227400000 - 0x00000002277fffff] 20937 MB/s / 25414 MB/s
[  +0.028815] [0x0000000227800000 - 0x0000000227bfffff] 20825 MB/s / 25421 MB/s
[  +0.029889] [0x0000000227c00000 - 0x0000000227ffffff] 20887 MB/s / 25431 MB/s
[  +0.033024] [0x0000000228000000 - 0x00000002283fffff] 20906 MB/s / 25426 MB/s
[  +0.040200] [0x0000000228400000 - 0x00000002287fffff] 20836 MB/s / 25419 MB/s
[  +0.039964] [0x0000000228800000 - 0x0000000228bfffff] 11128 MB/s / 25426 MB/s
[  +0.051714] [0x0000000228c00000 - 0x0000000228ffffff] 14241 MB/s / 13072 MB/s
[  +0.037994] [0x0000000229c00000 - 0x0000000229ffffff] 20852 MB/s / 25428 MB/s
[  +0.008374] alloc_contig_range: [22a400, 22a800) PFNs busy
^C
scbu@scbu-Chachani:~$ sudo lspci -vv
[sudo] password for scbu: 
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1645
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1645
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Device 1646
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1646
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 255
	Capabilities: [40] Secure device <?>
	Capabilities: [64] MSI: Enable- Count=1/4 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [74] HyperTransport: MSI Mapping Enable+ Fixed+

00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 1647 (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 25
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: 80700000-807fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp+, ExtTPHComp-, ARIFwd+
			 AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis+
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee03000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: LaneErr at lane: 0 1 2 3
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=10us LTR1.2_Threshold=163840ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [380 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 1647 (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 26
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: 80600000-806fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl-MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp+, ExtTPHComp-, ARIFwd+
			 AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis+
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee04000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=60us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=60us LTR1.2_Threshold=196608ns
		L1SubCtl2: T_PwrOn=150us
	Capabilities: [380 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

00:01.6 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 1647 (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin ? routed to IRQ 27
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00002000-00002fff [size=4K]
	Memory behind bridge: 80500000-805fffff [size=1M]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #5, Speed 8GT/s, Width x1, ASPM L1, Exit Latency L1 <64us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 75.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp+, ExtTPHComp-, ARIFwd+
			 AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis+
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee05000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1453
	Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP- SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP- ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
		RootCmd: CERptEn+ NFERptEn+ FERptEn+
		RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
			 FirstFatal- NonFatalMsg- FatalMsg- IntMsg 0
		ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: LaneErr at lane: 0
	Capabilities: [2a0 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [370 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [380 v1] Downstream Port Containment
		DpcCap:	INT Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 6, DL_ActiveErr+
		DpcCtl:	Trigger:1 Cmpl- INT+ ErrCor- PoisonedTLP- SwTrigger- DL_ActiveErr-
		DpcSta:	Trigger- Reason:00 INT- RPBusy- TriggerExt:00 RP PIO ErrPtr:1f
		Source:	0000
	Kernel driver in use: pcieport

00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 28
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00001000-00001fff [size=4K]
	Memory behind bridge: 80000000-804fffff [size=5M]
	Prefetchable memory behind bridge: 000000f6e0000000-000000f6f01fffff [size=258M]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 4
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee06000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 29
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee07000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: [disabled]
	Memory behind bridge: [disabled]
	Prefetchable memory behind bridge: [disabled]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCap: CRSVisible+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, LN System CLS Not Supported, TPHComp-, ExtTPHComp-, ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0021
	Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh Root Complex
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [400 v1] Data Link Feature <?>
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel driver in use: pcieport

00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco

00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1660
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1661
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1662
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1663
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1664
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1665
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1666
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1667
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 (prog-if 02 [NVM Express])
	Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	NUMA node: 0
	Region 0: Memory at 80700000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 75.000W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (downgraded), Width x4 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b0] MSI-X: Enable+ Count=33 Masked-
		Vector table: BAR=0 offset=00003000
		PBA: BAR=0 offset=00002000
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap+ MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [148 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [158 v1] Power Budgeting <?>
	Capabilities: [168 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [188 v1] Latency Tolerance Reporting
		Max snoop latency: 1048576ns
		Max no snoop latency: 1048576ns
	Capabilities: [190 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=10us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=0us LTR1.2_Threshold=163840ns
		L1SubCtl2: T_PwrOn=150us
	Kernel driver in use: nvme
	Kernel modules: nvme

02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
	Subsystem: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 41
	Region 0: Memory at 80600000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee03000  Data: 0023
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 75.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, NROPrPrP-, LTR+
			 10BitTagComp-, 10BitTagReq-, OBFF Via message/WAKE#, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Device Serial Number 00-00-00-01-00-4c-e0-00
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 1048576ns
		Max no snoop latency: 1048576ns
	Capabilities: [158 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=60us PortTPowerOnTime=60us
		L1SubCtl1: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+
			   T_CommonMode=0us LTR1.2_Threshold=196608ns
		L1SubCtl2: T_PwrOn=150us
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci

03:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	DeviceName: Broadcom 5762
	Subsystem: Intel Corporation Gigabit CT Desktop Adapter
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at 80580000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at 80500000 (32-bit, non-prefetchable) [size=512K]
	Region 2: I/O ports at 2000 [disabled] [size=32]
	Region 3: Memory at 805a0000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at 805c0000 [disabled] [size=256K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <128ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s (ok), Width x1 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Device Serial Number 6c-b3-11-ff-ff-0f-44-ad
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] VanGogh (rev ae) (prog-if 00 [VGA controller])
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 0123
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 255
	Region 0: Memory at f6e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f6f0000000 (64-bit, prefetchable) [size=2M]
	Region 4: I/O ports at 1000 [disabled] [size=256]
	Region 5: Memory at 80400000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=5 offset=00042000
		PBA: BAR=5 offset=00043000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [2b0 v1] Address Translation Service (ATS)
		ATSCap:	Invalidate Queue Depth: 00
		ATSCtl:	Enable-, Smallest Translation Unit: 00
	Capabilities: [2c0 v1] Page Request Interface (PRI)
		PRICtl: Enable- Reset-
		PRISta: RF- UPRGI- Stopped+
		Page Request Capacity: 00000100, Page Request Allocation: 00000000
	Capabilities: [2d0 v1] Process Address Space ID (PASID)
		PASIDCap: Exec+ Priv+, Max PASID Width: 10
		PASIDCtl: Enable- Exec- Priv-
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>
	Kernel modules: amdgpu

04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1640
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 1640
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 66
	Region 0: Memory at 80488000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee07000  Data: 0024
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

04:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP
	Subsystem: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 255
	Region 2: Memory at 80300000 (32-bit, non-prefetchable) [disabled] [size=1M]
	Region 5: Memory at 8048e000 (32-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=2 Masked-
		Vector table: BAR=5 offset=00000000
		PBA: BAR=5 offset=00001000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>

04:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Device 163a (prog-if fe [USB Device])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 163a
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 42
	Region 0: Memory at 80000000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: dwc3-pci
	Kernel modules: dwc3_pci

04:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Device 163b (prog-if 30 [XHCI])
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 163b
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 31
	Region 0: Memory at 80100000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=000fe000
		PBA: BAR=0 offset=000ff000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: xhci_hcd

04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 68
	Region 0: Memory at 80480000 (32-bit, non-prefetchable) [size=32K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst+ PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 0024
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

04:00.7 Signal processing controller: Advanced Micro Devices, Inc. [AMD] Device 164a
	Subsystem: Advanced Micro Devices, Inc. [AMD] Device 164a
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin D routed to IRQ 255
	Region 2: Memory at 80200000 (32-bit, non-prefetchable) [disabled] [size=1M]
	Region 5: Memory at 8048c000 (32-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable- Count=2 Masked-
		Vector table: BAR=5 offset=00000000
		PBA: BAR=5 offset=00001000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>

05:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function (rev 61)
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [d0] SATA HBA v1.0 InCfgSpace
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>

06:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
	Subsystem: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [64] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s (ok), Width x16 (ok)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, NROPrPrP-, LTR-
			 10BitTagComp+, 10BitTagReq-, OBFF Not Supported, ExtFmt-, EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-, TPHComp-, ExtTPHComp-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
			 AtomicOpsCtl: ReqEn-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+, EqualizationPhase1+
			 EqualizationPhase2+, EqualizationPhase3+, LinkEqualizationRequest-
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
		LaneErrStat: 0
	Capabilities: [410 v1] Physical Layer 16.0 GT/s <?>
	Capabilities: [440 v1] Lane Margining at the Receiver <?>

scbu@scbu-Chachani:~$lsusb -v -t
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 1a40:0101 Terminus Technology Inc. Hub
        |__ Port 2: Dev 4, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
            ID 10c4:ea60 Silicon Labs CP210x UART Bridge
        |__ Port 4: Dev 6, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 13ba:0018 PCPlay Barcode PCP-BCG4209
        |__ Port 4: Dev 6, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 13ba:0018 PCPlay Barcode PCP-BCG4209
    |__ Port 6: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 1a40:0101 Terminus Technology Inc. Hub
        |__ Port 4: Dev 7, If 0, Class=Vendor Specific Class, Driver=ch341, 12M
            ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
        |__ Port 1: Dev 5, If 0, Class=Hub, Driver=hub/7p, 12M
            ID 0b95:6804 ASIX Electronics Corp. 
            |__ Port 1: Dev 8, If 1, Class=Human Interface Device, Driver=usbhid, 12M
                ID 046d:c534 Logitech, Inc. Unifying Receiver
            |__ Port 1: Dev 8, If 0, Class=Human Interface Device, Driver=usbhid, 12M
                ID 046d:c534 Logitech, Inc. Unifying Receiver
scbu@scbu-Chachani:~$cat /proc/interrupts 
            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7       
   0:         62          0          0          0          0          0          0          0   IO-APIC    2-edge      timer
   1:          0          9          0          0          0          0          0          0   IO-APIC    1-edge      i8042
   4:          0          0          0          0          0          0          0          0   IO-APIC    4-edge      ttyS0
   7:          0          0          0          0          0          0          0          0   IO-APIC    7-fasteoi   pinctrl_amd
   8:          0          0          1          0          0          0          0          0   IO-APIC    8-edge      rtc0
   9:          0       4121          0          0          0          0          0          0   IO-APIC    9-fasteoi   acpi
  25:          0          0          0          0          0          0          0          0   PCI-MSI 20480-edge      PCIe PME, aerdrv, pcie-dpc
  26:          0          0          0          0          0          0          0          0   PCI-MSI 22528-edge      PCIe PME, aerdrv, pcie-dpc
  27:          0          0          0          0          0          0          0          0   PCI-MSI 28672-edge      PCIe PME, aerdrv, pcie-dpc
  28:          0          0          0          0          0          0          0          0   PCI-MSI 133120-edge      PCIe PME
  29:          0          0          0          0          0          0          0          0   PCI-MSI 135168-edge      PCIe PME
  30:          0          0          0          0          0          0          0          0   PCI-MSI 137216-edge      PCIe PME
  32:          0        324          0          0          0          0          3          0   PCI-MSI 2105344-edge      xhci_hcd
  33:          0          0          0          0          0          0          0          0   PCI-MSI 2105345-edge      xhci_hcd
  34:          0          0          0          0          0          0          0          0   PCI-MSI 2105346-edge      xhci_hcd
  35:          0          0          0          0          0          0          0          0   PCI-MSI 2105347-edge      xhci_hcd
  36:          0          0          0          0          0          0          0          0   PCI-MSI 2105348-edge      xhci_hcd
  37:          0          0          0          0          0          0          0          0   PCI-MSI 2105349-edge      xhci_hcd
  38:          0          0          0          0          0          0          0          0   PCI-MSI 2105350-edge      xhci_hcd
  39:          0          0          0          0          0          0          0          0   PCI-MSI 2105351-edge      xhci_hcd
  41:          0          0          0          6          0          0          0          0   PCI-MSI 1048576-edge      rtsx_pci
  42:          0          0          0          0          0          0          0          0   IO-APIC   25-fasteoi   xhci-hcd:usb3
  44:          0         81          0          0          0          0          0       4401   PCI-MSI 1572864-edge      eno1-rx-0
  45:          0          0         64         40          0          0       2212          0   PCI-MSI 1572865-edge      eno1-tx-0
  46:          0          0          0          2          0          0          0          0   PCI-MSI 1572866-edge      eno1
  48:          0          0          0          0         35          0          0          0   PCI-MSI 524288-edge      nvme0q0
  49:       2007          0          0          0          0          0          0          0   PCI-MSI 524289-edge      nvme0q1
  50:          0       3001          0          0          0          0          0          0   PCI-MSI 524290-edge      nvme0q2
  51:          0          0       1809          0          0          0          0          0   PCI-MSI 524291-edge      nvme0q3
  52:          0          0          0       2115          0          0          0          0   PCI-MSI 524292-edge      nvme0q4
  53:          0          0          0          0       2191          0          0          0   PCI-MSI 524293-edge      nvme0q5
  54:          0          0          0          0          0       1973          0          0   PCI-MSI 524294-edge      nvme0q6
  55:          0          0          0          0          0          0       1743          0   PCI-MSI 524295-edge      nvme0q7
  56:          0          0          0          0          0          0          0       2589   PCI-MSI 524296-edge      nvme0q8
  57:          0          0          0          0          0          0          0          0   PCI-MSI 524297-edge      nvme0q9
  58:          0          0          0          0          0          0          0          0   PCI-MSI 524298-edge      nvme0q10
  59:          0          0          0          0          0          0          0          0   PCI-MSI 524299-edge      nvme0q11
  60:          0          0          0          0          0          0          0          0   PCI-MSI 524300-edge      nvme0q12
  61:          0          0          0          0          0          0          0          0   PCI-MSI 524301-edge      nvme0q13
  62:          0          0          0          0          0          0          0          0   PCI-MSI 524302-edge      nvme0q14
  63:          0          0          0          0          0          0          0          0   PCI-MSI 524303-edge      nvme0q15
  64:          0          0          0          0          0          0          0          0   PCI-MSI 524304-edge      nvme0q16
  66:          0          0          0          0          0          0          0        387   PCI-MSI 2099200-edge      snd_hda_intel:card0
  68:       1785          0          0          0          0          0          0          0   PCI-MSI 2109440-edge      snd_hda_intel:card1
 NMI:          1          0          2          1          1          1          1          1   Non-maskable interrupts
 LOC:       9881       7895      10878      11832      11978      11497      10521      13635   Local timer interrupts
 SPU:          0          0          0          0          0          0          0          0   Spurious interrupts
 PMI:          1          0          2          1          1          1          1          1   Performance monitoring interrupts
 IWI:       7443       3414       3512       5343       4808       4782       4134       5788   IRQ work interrupts
 RTR:          0          0          0          0          0          0          0          0   APIC ICR read retries
 RES:       7954       6173       7731       7022       7287       6570       7258       6124   Rescheduling interrupts
 CAL:      15358       6705       5921       5872       5140       5059       5294       5120   Function call interrupts
 TLB:        591       1204        521        554        350        451        742        543   TLB shootdowns
 TRM:          0          0          0          0          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0          0          0          0          0   Threshold APIC interrupts
 DFR:          0          0          0          0          0          0          0          0   Deferred Error APIC interrupts
 MCE:          0          0          0          0          0          0          0          0   Machine check exceptions
 MCP:          2          2          2          2          2          2          2          2   Machine check polls
 ERR:          0
 MIS:          0
 PIN:          0          0          0          0          0          0          0          0   Posted-interrupt notification event
 NPI:          0          0          0          0          0          0          0          0   Nested posted-interrupt event
 PIW:          0          0          0          0          0          0          0          0   Posted-interrupt wakeup event
scbu@scbu-Chachani:~$

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

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  0:36                       ` Liang, Liang (Leo)
@ 2021-03-16  6:50                         ` Mike Rapoport
  -1 siblings, 0 replies; 48+ messages in thread
From: Mike Rapoport @ 2021-03-16  6:50 UTC (permalink / raw)
  To: Liang, Liang (Leo)
  Cc: David Hildenbrand, Deucher, Alexander, linux-kernel,
	amd-gfx list, Andrew Morton, Huang, Ray, Koenig, Christian,
	Rafael J. Wysocki, George Kennedy

Hi Leo,

On Tue, Mar 16, 2021 at 12:36:29AM +0000, Liang, Liang (Leo) wrote:
> 
> Hi David,
> 
> Sorry for late. If revert 7fef431be9c9 (without 7fef431be9c9), the dmesg attached. And looks the exception as below:
> [  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 25405 MB/s
> [  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 MB/s / 222 MB/s
> [  +1.562192] [0x0000000100400000 - 0x00000001007fffff] 222 MB/s / 222 MB/s
> [  +1.881332] [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s
> [  +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 MB/s
> [  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 MB/s / 24125 MB/s
> 
> What is the problem here? Do you want to check the acpi tables?

As it seems the first 16M at 0x0000000100000000 are two orders of magnitude
slower than the rest of the memory as if there is a different memory device
there.

This would explain why with 7fef431be9c9 everything gets slower as we
allocate the first (and probably quite critical) data from those 16M.

No idea how this could be related to ACPI and why ACPI initialization
causes the huge slowdown on its own.

Can you please try booting with 7fef431be9c9 still applied and with this
patch (not even compile tested):

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index d883176ef2ce..780f11ca14c9 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -778,6 +778,7 @@ void __init setup_arch(char **cmdline_p)
 	 * L1TF its contents can be leaked to user processes.
 	 */
 	memblock_reserve(0, PAGE_SIZE);
+	memblock_reserve(0x0000000100000000, SZ_16M);
 
 	early_reserve_initrd();
 
 
> BRs,
> Leo
> -----Original Message-----
> From: David Hildenbrand <david@redhat.com> 
> Sent: Monday, March 15, 2021 9:04 PM
> To: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
> 
> On 13.03.21 14:48, Mike Rapoport wrote:
> > Hi,
> > 
> > On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
> >>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> >>>
> >>> Hi David,
> >>>
> >>> Which benchmark tool you prefer? Memtest86+ or else?
> >>
> >> Hi Leo,
> >>
> >> I think you want something that runs under Linux natively.
> >>
> >> I'm planning on coding up a kernel module to walk all 4MB pages in 
> >> the freelists and perform a stream benchmark individually. Then we 
> >> might be able to identify the problematic range - if there is a 
> >> problematic range :)
> > 
> > My wild guess would be that the pages that are now at the head of free 
> > lists have wrong caching enabled. Might be worth checking in your test 
> > module.
> 
> I hacked something up real quick:
> 
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdavidhildenbrand%2Fkstream&amp;data=04%7C01%7Cliang.liang%40amd.com%7C61fb103eeb7647f5228408d8e7b2d7d3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637514102622932303%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=ufUYQRtdSHvEkR61LiJZtsVdYZbtdGbKlzZHOQdct78%3D&amp;reserved=0
> 
> Only briefly tested inside a VM. The output looks something like
> 
> [...]
> [ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s /
> 38948 MB/s
> [ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s /
> 38946 MB/s
> [ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s /
> 39170 MB/s
> [ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s /
> 39156 MB/s
> [ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s /
> 39159 MB/s
> [ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s /
> 38940 MB/s
> [ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s /
> 38734 MB/s
> [ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s /
> 38941 MB/s
> [...]
> 
> The benchmark allocates one 4 MiB chunk at a time and runs a simplified STREAM benchmark a) without flushing caches b) flushing caches before every memory access.
> 
> It would be great if you could run that with the *old behavior* kernel (IOW, without 7fef431be9c9), so we might still be lucky to catch the problematic area in the freelist.
> 
> Let's see if that will indicate anything.
> 
> --
> Thanks,
> 
> David / dhildenb



-- 
Sincerely yours,
Mike.

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  6:50                         ` Mike Rapoport
  0 siblings, 0 replies; 48+ messages in thread
From: Mike Rapoport @ 2021-03-16  6:50 UTC (permalink / raw)
  To: Liang, Liang (Leo)
  Cc: David Hildenbrand, Rafael J. Wysocki, linux-kernel, amd-gfx list,
	George Kennedy, Huang, Ray, Deucher, Alexander, Andrew Morton,
	Koenig, Christian

Hi Leo,

On Tue, Mar 16, 2021 at 12:36:29AM +0000, Liang, Liang (Leo) wrote:
> 
> Hi David,
> 
> Sorry for late. If revert 7fef431be9c9 (without 7fef431be9c9), the dmesg attached. And looks the exception as below:
> [  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 25405 MB/s
> [  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 MB/s / 222 MB/s
> [  +1.562192] [0x0000000100400000 - 0x00000001007fffff] 222 MB/s / 222 MB/s
> [  +1.881332] [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s
> [  +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 MB/s
> [  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 MB/s / 24125 MB/s
> 
> What is the problem here? Do you want to check the acpi tables?

As it seems the first 16M at 0x0000000100000000 are two orders of magnitude
slower than the rest of the memory as if there is a different memory device
there.

This would explain why with 7fef431be9c9 everything gets slower as we
allocate the first (and probably quite critical) data from those 16M.

No idea how this could be related to ACPI and why ACPI initialization
causes the huge slowdown on its own.

Can you please try booting with 7fef431be9c9 still applied and with this
patch (not even compile tested):

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index d883176ef2ce..780f11ca14c9 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -778,6 +778,7 @@ void __init setup_arch(char **cmdline_p)
 	 * L1TF its contents can be leaked to user processes.
 	 */
 	memblock_reserve(0, PAGE_SIZE);
+	memblock_reserve(0x0000000100000000, SZ_16M);
 
 	early_reserve_initrd();
 
 
> BRs,
> Leo
> -----Original Message-----
> From: David Hildenbrand <david@redhat.com> 
> Sent: Monday, March 15, 2021 9:04 PM
> To: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
> 
> On 13.03.21 14:48, Mike Rapoport wrote:
> > Hi,
> > 
> > On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
> >>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> >>>
> >>> Hi David,
> >>>
> >>> Which benchmark tool you prefer? Memtest86+ or else?
> >>
> >> Hi Leo,
> >>
> >> I think you want something that runs under Linux natively.
> >>
> >> I'm planning on coding up a kernel module to walk all 4MB pages in 
> >> the freelists and perform a stream benchmark individually. Then we 
> >> might be able to identify the problematic range - if there is a 
> >> problematic range :)
> > 
> > My wild guess would be that the pages that are now at the head of free 
> > lists have wrong caching enabled. Might be worth checking in your test 
> > module.
> 
> I hacked something up real quick:
> 
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdavidhildenbrand%2Fkstream&amp;data=04%7C01%7Cliang.liang%40amd.com%7C61fb103eeb7647f5228408d8e7b2d7d3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637514102622932303%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=ufUYQRtdSHvEkR61LiJZtsVdYZbtdGbKlzZHOQdct78%3D&amp;reserved=0
> 
> Only briefly tested inside a VM. The output looks something like
> 
> [...]
> [ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s /
> 38948 MB/s
> [ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s /
> 38946 MB/s
> [ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s /
> 39170 MB/s
> [ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s /
> 39156 MB/s
> [ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s /
> 39159 MB/s
> [ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s /
> 38940 MB/s
> [ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s /
> 38734 MB/s
> [ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s /
> 38941 MB/s
> [...]
> 
> The benchmark allocates one 4 MiB chunk at a time and runs a simplified STREAM benchmark a) without flushing caches b) flushing caches before every memory access.
> 
> It would be great if you could run that with the *old behavior* kernel (IOW, without 7fef431be9c9), so we might still be lucky to catch the problematic area in the freelist.
> 
> Let's see if that will indicate anything.
> 
> --
> Thanks,
> 
> David / dhildenb



-- 
Sincerely yours,
Mike.
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  6:50                         ` Mike Rapoport
@ 2021-03-16  8:00                           ` Liang, Liang (Leo)
  -1 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  8:00 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: David Hildenbrand, Deucher, Alexander, linux-kernel,
	amd-gfx list, Andrew Morton, Huang, Ray, Koenig, Christian,
	Rafael J. Wysocki, George Kennedy

[AMD Public Use]

Hi Mike,

Thanks for help. The patch works for me and boot time back to normal. So it's a fix, or just WA?

BRs,
Leo
-----Original Message-----
From: Mike Rapoport <rppt@linux.ibm.com> 
Sent: Tuesday, March 16, 2021 2:50 PM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>
Cc: David Hildenbrand <david@redhat.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

Hi Leo,

On Tue, Mar 16, 2021 at 12:36:29AM +0000, Liang, Liang (Leo) wrote:
> 
> Hi David,
> 
> Sorry for late. If revert 7fef431be9c9 (without 7fef431be9c9), the dmesg attached. And looks the exception as below:
> [  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 
> 25405 MB/s [  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 
> MB/s / 222 MB/s [  +1.562192] [0x0000000100400000 - 
> 0x00000001007fffff] 222 MB/s / 222 MB/s [  +1.881332] 
> [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s [  
> +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 
> MB/s [  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 
> MB/s / 24125 MB/s
> 
> What is the problem here? Do you want to check the acpi tables?

As it seems the first 16M at 0x0000000100000000 are two orders of magnitude slower than the rest of the memory as if there is a different memory device there.

This would explain why with 7fef431be9c9 everything gets slower as we allocate the first (and probably quite critical) data from those 16M.

No idea how this could be related to ACPI and why ACPI initialization causes the huge slowdown on its own.

Can you please try booting with 7fef431be9c9 still applied and with this patch (not even compile tested):

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index d883176ef2ce..780f11ca14c9 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -778,6 +778,7 @@ void __init setup_arch(char **cmdline_p)
 	 * L1TF its contents can be leaked to user processes.
 	 */
 	memblock_reserve(0, PAGE_SIZE);
+	memblock_reserve(0x0000000100000000, SZ_16M);
 
 	early_reserve_initrd();
 
 
> BRs,
> Leo
> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Monday, March 15, 2021 9:04 PM
> To: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander 
> <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx 
> list <amd-gfx@lists.freedesktop.org>; Andrew Morton 
> <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, 
> Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki 
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages 
> to tail in __free_pages_core()")
> 
> On 13.03.21 14:48, Mike Rapoport wrote:
> > Hi,
> > 
> > On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
> >>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> >>>
> >>> Hi David,
> >>>
> >>> Which benchmark tool you prefer? Memtest86+ or else?
> >>
> >> Hi Leo,
> >>
> >> I think you want something that runs under Linux natively.
> >>
> >> I'm planning on coding up a kernel module to walk all 4MB pages in 
> >> the freelists and perform a stream benchmark individually. Then we 
> >> might be able to identify the problematic range - if there is a 
> >> problematic range :)
> > 
> > My wild guess would be that the pages that are now at the head of 
> > free lists have wrong caching enabled. Might be worth checking in 
> > your test module.
> 
> I hacked something up real quick:
> 
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
> ub.com%2Fdavidhildenbrand%2Fkstream&amp;data=04%7C01%7CLiang.Liang%40a
> md.com%7Cb569c2890cd14a555dcd08d8e847cea6%7C3dd8961fe4884e608e11a82d99
> 4e183d%7C0%7C0%7C637514742399803857%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC
> 4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sd
> ata=7Mj%2BBlp%2BDZNg3grEYMnDyx%2FLGkZYu0YPfstiByD6UCk%3D&amp;reserved=
> 0
> 
> Only briefly tested inside a VM. The output looks something like
> 
> [...]
> [ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s /
> 38948 MB/s
> [ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s /
> 38946 MB/s
> [ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s /
> 39170 MB/s
> [ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s /
> 39156 MB/s
> [ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s /
> 39159 MB/s
> [ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s /
> 38940 MB/s
> [ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s /
> 38734 MB/s
> [ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s /
> 38941 MB/s
> [...]
> 
> The benchmark allocates one 4 MiB chunk at a time and runs a simplified STREAM benchmark a) without flushing caches b) flushing caches before every memory access.
> 
> It would be great if you could run that with the *old behavior* kernel (IOW, without 7fef431be9c9), so we might still be lucky to catch the problematic area in the freelist.
> 
> Let's see if that will indicate anything.
> 
> --
> Thanks,
> 
> David / dhildenb



--
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  8:00                           ` Liang, Liang (Leo)
  0 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  8:00 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: David Hildenbrand, Rafael J. Wysocki, linux-kernel, amd-gfx list,
	George Kennedy, Huang, Ray, Deucher, Alexander, Andrew Morton,
	Koenig, Christian

[AMD Public Use]

Hi Mike,

Thanks for help. The patch works for me and boot time back to normal. So it's a fix, or just WA?

BRs,
Leo
-----Original Message-----
From: Mike Rapoport <rppt@linux.ibm.com> 
Sent: Tuesday, March 16, 2021 2:50 PM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>
Cc: David Hildenbrand <david@redhat.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

Hi Leo,

On Tue, Mar 16, 2021 at 12:36:29AM +0000, Liang, Liang (Leo) wrote:
> 
> Hi David,
> 
> Sorry for late. If revert 7fef431be9c9 (without 7fef431be9c9), the dmesg attached. And looks the exception as below:
> [  +0.027833] [0x0000000078000000 - 0x00000000783fffff] 20925 MB/s / 
> 25405 MB/s [  +1.363596] [0x0000000100000000 - 0x00000001003fffff] 222 
> MB/s / 222 MB/s [  +1.562192] [0x0000000100400000 - 
> 0x00000001007fffff] 222 MB/s / 222 MB/s [  +1.881332] 
> [0x0000000100800000 - 0x0000000100bfffff] 195 MB/s / 159 MB/s [  
> +1.383388] [0x0000000100c00000 - 0x0000000100ffffff] 219 MB/s / 221 
> MB/s [  +0.029342] [0x0000000101000000 - 0x00000001013fffff] 19807 
> MB/s / 24125 MB/s
> 
> What is the problem here? Do you want to check the acpi tables?

As it seems the first 16M at 0x0000000100000000 are two orders of magnitude slower than the rest of the memory as if there is a different memory device there.

This would explain why with 7fef431be9c9 everything gets slower as we allocate the first (and probably quite critical) data from those 16M.

No idea how this could be related to ACPI and why ACPI initialization causes the huge slowdown on its own.

Can you please try booting with 7fef431be9c9 still applied and with this patch (not even compile tested):

diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index d883176ef2ce..780f11ca14c9 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -778,6 +778,7 @@ void __init setup_arch(char **cmdline_p)
 	 * L1TF its contents can be leaked to user processes.
 	 */
 	memblock_reserve(0, PAGE_SIZE);
+	memblock_reserve(0x0000000100000000, SZ_16M);
 
 	early_reserve_initrd();
 
 
> BRs,
> Leo
> -----Original Message-----
> From: David Hildenbrand <david@redhat.com>
> Sent: Monday, March 15, 2021 9:04 PM
> To: Mike Rapoport <rppt@linux.ibm.com>
> Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander 
> <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx 
> list <amd-gfx@lists.freedesktop.org>; Andrew Morton 
> <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, 
> Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki 
> <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
> Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages 
> to tail in __free_pages_core()")
> 
> On 13.03.21 14:48, Mike Rapoport wrote:
> > Hi,
> > 
> > On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote:
> >>> Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) <Liang.Liang@amd.com>:
> >>>
> >>> Hi David,
> >>>
> >>> Which benchmark tool you prefer? Memtest86+ or else?
> >>
> >> Hi Leo,
> >>
> >> I think you want something that runs under Linux natively.
> >>
> >> I'm planning on coding up a kernel module to walk all 4MB pages in 
> >> the freelists and perform a stream benchmark individually. Then we 
> >> might be able to identify the problematic range - if there is a 
> >> problematic range :)
> > 
> > My wild guess would be that the pages that are now at the head of 
> > free lists have wrong caching enabled. Might be worth checking in 
> > your test module.
> 
> I hacked something up real quick:
> 
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith
> ub.com%2Fdavidhildenbrand%2Fkstream&amp;data=04%7C01%7CLiang.Liang%40a
> md.com%7Cb569c2890cd14a555dcd08d8e847cea6%7C3dd8961fe4884e608e11a82d99
> 4e183d%7C0%7C0%7C637514742399803857%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC
> 4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sd
> ata=7Mj%2BBlp%2BDZNg3grEYMnDyx%2FLGkZYu0YPfstiByD6UCk%3D&amp;reserved=
> 0
> 
> Only briefly tested inside a VM. The output looks something like
> 
> [...]
> [ 8396.432225] [0x0000000045800000 - 0x0000000045bfffff] 25322 MB/s /
> 38948 MB/s
> [ 8396.448749] [0x0000000045c00000 - 0x0000000045ffffff] 24481 MB/s /
> 38946 MB/s
> [ 8396.465197] [0x0000000046000000 - 0x00000000463fffff] 24892 MB/s /
> 39170 MB/s
> [ 8396.481552] [0x0000000046400000 - 0x00000000467fffff] 25222 MB/s /
> 39156 MB/s
> [ 8396.498012] [0x0000000046800000 - 0x0000000046bfffff] 24416 MB/s /
> 39159 MB/s
> [ 8396.514397] [0x0000000046c00000 - 0x0000000046ffffff] 25469 MB/s /
> 38940 MB/s
> [ 8396.530849] [0x0000000047000000 - 0x00000000473fffff] 24885 MB/s /
> 38734 MB/s
> [ 8396.547195] [0x0000000047400000 - 0x00000000477fffff] 25458 MB/s /
> 38941 MB/s
> [...]
> 
> The benchmark allocates one 4 MiB chunk at a time and runs a simplified STREAM benchmark a) without flushing caches b) flushing caches before every memory access.
> 
> It would be great if you could run that with the *old behavior* kernel (IOW, without 7fef431be9c9), so we might still be lucky to catch the problematic area in the freelist.
> 
> Let's see if that will indicate anything.
> 
> --
> Thanks,
> 
> David / dhildenb



--
Sincerely yours,
Mike.
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  8:00                           ` Liang, Liang (Leo)
@ 2021-03-16  8:37                             ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16  8:37 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

On 16.03.21 09:00, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi Mike,
> 
> Thanks for help. The patch works for me and boot time back to normal. So it's a fix, or just WA?

Hi Leo,

excluding up to 16 MiB of memory on every system just because that 
single platform is weird is not acceptable.

I think we have to figure out

a) why that memory is so special. This is weird.
b) why the platform doesn't indicate it in a special way. Why is it 
ordinary system RAM but still *that* slow?
c) how we can reliably identify such memory and exclude it.

I'll have a peek at the memory layout of that machine from boot logs 
next to figure out if we can answer any of these questions.

Just to verify: this does happen on multiple machines, not just a single 
one? (i.e., we're not dealing with faulty RAM)

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  8:37                             ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16  8:37 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

On 16.03.21 09:00, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi Mike,
> 
> Thanks for help. The patch works for me and boot time back to normal. So it's a fix, or just WA?

Hi Leo,

excluding up to 16 MiB of memory on every system just because that 
single platform is weird is not acceptable.

I think we have to figure out

a) why that memory is so special. This is weird.
b) why the platform doesn't indicate it in a special way. Why is it 
ordinary system RAM but still *that* slow?
c) how we can reliably identify such memory and exclude it.

I'll have a peek at the memory layout of that machine from boot logs 
next to figure out if we can answer any of these questions.

Just to verify: this does happen on multiple machines, not just a single 
one? (i.e., we're not dealing with faulty RAM)

-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  8:37                             ` David Hildenbrand
@ 2021-03-16  8:43                               ` Liang, Liang (Leo)
  -1 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  8:43 UTC (permalink / raw)
  To: David Hildenbrand, Mike Rapoport
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

[AMD Public Use]

Hi David,

Thanks for your explanation. We saw slow boot issue on our farm/QA's machines and mine. All of machines are same SoC/board.

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Tuesday, March 16, 2021 4:38 PM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Mike Rapoport <rppt@linux.ibm.com>
Cc: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 16.03.21 09:00, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi Mike,
> 
> Thanks for help. The patch works for me and boot time back to normal. So it's a fix, or just WA?

Hi Leo,

excluding up to 16 MiB of memory on every system just because that single platform is weird is not acceptable.

I think we have to figure out

a) why that memory is so special. This is weird.
b) why the platform doesn't indicate it in a special way. Why is it ordinary system RAM but still *that* slow?
c) how we can reliably identify such memory and exclude it.

I'll have a peek at the memory layout of that machine from boot logs next to figure out if we can answer any of these questions.

Just to verify: this does happen on multiple machines, not just a single one? (i.e., we're not dealing with faulty RAM)

--
Thanks,

David / dhildenb

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  8:43                               ` Liang, Liang (Leo)
  0 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  8:43 UTC (permalink / raw)
  To: David Hildenbrand, Mike Rapoport
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

[AMD Public Use]

Hi David,

Thanks for your explanation. We saw slow boot issue on our farm/QA's machines and mine. All of machines are same SoC/board.

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Tuesday, March 16, 2021 4:38 PM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Mike Rapoport <rppt@linux.ibm.com>
Cc: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 16.03.21 09:00, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi Mike,
> 
> Thanks for help. The patch works for me and boot time back to normal. So it's a fix, or just WA?

Hi Leo,

excluding up to 16 MiB of memory on every system just because that single platform is weird is not acceptable.

I think we have to figure out

a) why that memory is so special. This is weird.
b) why the platform doesn't indicate it in a special way. Why is it ordinary system RAM but still *that* slow?
c) how we can reliably identify such memory and exclude it.

I'll have a peek at the memory layout of that machine from boot logs next to figure out if we can answer any of these questions.

Just to verify: this does happen on multiple machines, not just a single one? (i.e., we're not dealing with faulty RAM)

--
Thanks,

David / dhildenb
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  8:43                               ` Liang, Liang (Leo)
@ 2021-03-16  8:54                                 ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16  8:54 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

On 16.03.21 09:43, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David,
> 
> Thanks for your explanation. We saw slow boot issue on our farm/QA's machines and mine. All of machines are same SoC/board.

I cannot spot anything really special in the logs -- it's just ordinary 
system ram -- except:

[    0.000027] MTRR fixed ranges enabled:
[    0.000028]   00000-9FFFF write-back
[    0.000029]   A0000-BFFFF uncachable
[    0.000030]   C0000-FFFFF write-through
[    0.000031] MTRR variable ranges enabled:
[    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000039]   5 disabled
[    0.000039]   6 disabled
[    0.000040]   7 disabled

Not sure if "2 base 000100000000" indicates something nasty. Not sure 
how to interpret the masks.

Can you provide the output of "cat /proc/mtrr" ?

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  8:54                                 ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16  8:54 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

On 16.03.21 09:43, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David,
> 
> Thanks for your explanation. We saw slow boot issue on our farm/QA's machines and mine. All of machines are same SoC/board.

I cannot spot anything really special in the logs -- it's just ordinary 
system ram -- except:

[    0.000027] MTRR fixed ranges enabled:
[    0.000028]   00000-9FFFF write-back
[    0.000029]   A0000-BFFFF uncachable
[    0.000030]   C0000-FFFFF write-through
[    0.000031] MTRR variable ranges enabled:
[    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000039]   5 disabled
[    0.000039]   6 disabled
[    0.000040]   7 disabled

Not sure if "2 base 000100000000" indicates something nasty. Not sure 
how to interpret the masks.

Can you provide the output of "cat /proc/mtrr" ?

-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  8:54                                 ` David Hildenbrand
@ 2021-03-16  8:58                                   ` Liang, Liang (Leo)
  -1 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  8:58 UTC (permalink / raw)
  To: David Hildenbrand, Mike Rapoport
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

[AMD Public Use]

Hi David,

root@scbu-Chachani:~# cat /proc/mtrr
reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect
reg03: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
reg04: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Tuesday, March 16, 2021 4:54 PM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Mike Rapoport <rppt@linux.ibm.com>
Cc: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 16.03.21 09:43, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David,
> 
> Thanks for your explanation. We saw slow boot issue on our farm/QA's machines and mine. All of machines are same SoC/board.

I cannot spot anything really special in the logs -- it's just ordinary system ram -- except:

[    0.000027] MTRR fixed ranges enabled:
[    0.000028]   00000-9FFFF write-back
[    0.000029]   A0000-BFFFF uncachable
[    0.000030]   C0000-FFFFF write-through
[    0.000031] MTRR variable ranges enabled:
[    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000039]   5 disabled
[    0.000039]   6 disabled
[    0.000040]   7 disabled

Not sure if "2 base 000100000000" indicates something nasty. Not sure how to interpret the masks.

Can you provide the output of "cat /proc/mtrr" ?

--
Thanks,

David / dhildenb

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  8:58                                   ` Liang, Liang (Leo)
  0 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16  8:58 UTC (permalink / raw)
  To: David Hildenbrand, Mike Rapoport
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

[AMD Public Use]

Hi David,

root@scbu-Chachani:~# cat /proc/mtrr
reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect
reg03: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
reg04: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect

BRs,
Leo
-----Original Message-----
From: David Hildenbrand <david@redhat.com> 
Sent: Tuesday, March 16, 2021 4:54 PM
To: Liang, Liang (Leo) <Liang.Liang@amd.com>; Mike Rapoport <rppt@linux.ibm.com>
Cc: Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On 16.03.21 09:43, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David,
> 
> Thanks for your explanation. We saw slow boot issue on our farm/QA's machines and mine. All of machines are same SoC/board.

I cannot spot anything really special in the logs -- it's just ordinary system ram -- except:

[    0.000027] MTRR fixed ranges enabled:
[    0.000028]   00000-9FFFF write-back
[    0.000029]   A0000-BFFFF uncachable
[    0.000030]   C0000-FFFFF write-through
[    0.000031] MTRR variable ranges enabled:
[    0.000032]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000034]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000035]   2 base 000100000000 mask FFFFFF000000 write-protect
[    0.000036]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000038]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000039]   5 disabled
[    0.000039]   6 disabled
[    0.000040]   7 disabled

Not sure if "2 base 000100000000" indicates something nasty. Not sure how to interpret the masks.

Can you provide the output of "cat /proc/mtrr" ?

--
Thanks,

David / dhildenb
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  8:58                                   ` Liang, Liang (Leo)
@ 2021-03-16  9:08                                     ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16  9:08 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

On 16.03.21 09:58, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David,
> 
> root@scbu-Chachani:~# cat /proc/mtrr
> reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect

^ there it is

https://wiki.osdev.org/MTRR

"Reads allocate cache lines on a cache miss. All writes update main memory.

Cache lines are not allocated on a write miss. Write hits invalidate the 
cache line and update main memory. "

AFAIU, writes completely bypass caches and store directly to main 
mamory. If there are cache lines from a previous read, they are 
invalidated. So I think especially slow will be read(addr), write(addr), 
read(addr), ... which is what we have in the kstream benchmark.


The question is:

who sets this up without owning the memory?
Is the memory actually special/slow or is that setting wrong?
Buggy firmware/BIOS?
Buggy device driver?


> reg03: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
> reg04: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect


-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16  9:08                                     ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16  9:08 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

On 16.03.21 09:58, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David,
> 
> root@scbu-Chachani:~# cat /proc/mtrr
> reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect

^ there it is

https://wiki.osdev.org/MTRR

"Reads allocate cache lines on a cache miss. All writes update main memory.

Cache lines are not allocated on a write miss. Write hits invalidate the 
cache line and update main memory. "

AFAIU, writes completely bypass caches and store directly to main 
mamory. If there are cache lines from a previous read, they are 
invalidated. So I think especially slow will be read(addr), write(addr), 
read(addr), ... which is what we have in the kstream benchmark.


The question is:

who sets this up without owning the memory?
Is the memory actually special/slow or is that setting wrong?
Buggy firmware/BIOS?
Buggy device driver?


> reg03: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
> reg04: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect


-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16  9:08                                     ` David Hildenbrand
@ 2021-03-16 10:30                                       ` Mike Rapoport
  -1 siblings, 0 replies; 48+ messages in thread
From: Mike Rapoport @ 2021-03-16 10:30 UTC (permalink / raw)
  To: David Hildenbrand
  Cc: Liang, Liang (Leo),
	Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

On Tue, Mar 16, 2021 at 10:08:10AM +0100, David Hildenbrand wrote:
> On 16.03.21 09:58, Liang, Liang (Leo) wrote:
> > [AMD Public Use]
> > 
> > Hi David,
> > 
> > root@scbu-Chachani:~# cat /proc/mtrr
> > reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> > reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> > reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect
> 
> ^ there it is
> 
> https://wiki.osdev.org/MTRR
> 
> "Reads allocate cache lines on a cache miss. All writes update main memory.
> 
> Cache lines are not allocated on a write miss. Write hits invalidate the
> cache line and update main memory. "
> 
> AFAIU, writes completely bypass caches and store directly to main mamory. If
> there are cache lines from a previous read, they are invalidated. So I think
> especially slow will be read(addr), write(addr), read(addr), ... which is
> what we have in the kstream benchmark.
> 
> 
> The question is:
> 
> who sets this up without owning the memory?
> Is the memory actually special/slow or is that setting wrong?

I really doubt that 16M at 0x100000000 in a system with 8G RAM would
*physically* differ from the neighbouring memory.

> Buggy firmware/BIOS?
> Buggy device driver?

[    0.000027] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000030]   00000-9FFFF write-back
[    0.000031]   A0000-BFFFF uncachable
[    0.000032]   C0000-FFFFF write-through
[    0.000033] MTRR variable ranges enabled:
[    0.000034]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000036]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000037]   2 base 000100000000 mask FFFFFF000000 write-protect

As we have the range at 0x100000000 write-protected reported that early in
boot I'd say it's BIOS.

The question is how to reliably detect that this is a bogus setting...

[    0.000038]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000041]   6 disabled
[    0.000042]   7 disabled
[    0.000042] TOM2: 0000000280000000 aka 10240M


-- 
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16 10:30                                       ` Mike Rapoport
  0 siblings, 0 replies; 48+ messages in thread
From: Mike Rapoport @ 2021-03-16 10:30 UTC (permalink / raw)
  To: David Hildenbrand
  Cc: Liang, Liang (Leo),
	Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

On Tue, Mar 16, 2021 at 10:08:10AM +0100, David Hildenbrand wrote:
> On 16.03.21 09:58, Liang, Liang (Leo) wrote:
> > [AMD Public Use]
> > 
> > Hi David,
> > 
> > root@scbu-Chachani:~# cat /proc/mtrr
> > reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> > reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> > reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect
> 
> ^ there it is
> 
> https://wiki.osdev.org/MTRR
> 
> "Reads allocate cache lines on a cache miss. All writes update main memory.
> 
> Cache lines are not allocated on a write miss. Write hits invalidate the
> cache line and update main memory. "
> 
> AFAIU, writes completely bypass caches and store directly to main mamory. If
> there are cache lines from a previous read, they are invalidated. So I think
> especially slow will be read(addr), write(addr), read(addr), ... which is
> what we have in the kstream benchmark.
> 
> 
> The question is:
> 
> who sets this up without owning the memory?
> Is the memory actually special/slow or is that setting wrong?

I really doubt that 16M at 0x100000000 in a system with 8G RAM would
*physically* differ from the neighbouring memory.

> Buggy firmware/BIOS?
> Buggy device driver?

[    0.000027] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000030]   00000-9FFFF write-back
[    0.000031]   A0000-BFFFF uncachable
[    0.000032]   C0000-FFFFF write-through
[    0.000033] MTRR variable ranges enabled:
[    0.000034]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000036]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000037]   2 base 000100000000 mask FFFFFF000000 write-protect

As we have the range at 0x100000000 write-protected reported that early in
boot I'd say it's BIOS.

The question is how to reliably detect that this is a bogus setting...

[    0.000038]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000041]   6 disabled
[    0.000042]   7 disabled
[    0.000042] TOM2: 0000000280000000 aka 10240M


-- 
Sincerely yours,
Mike.
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16 10:30                                       ` Mike Rapoport
@ 2021-03-16 11:02                                         ` Liang, Liang (Leo)
  -1 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16 11:02 UTC (permalink / raw)
  To: Mike Rapoport, David Hildenbrand
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

[AMD Public Use]

Hi David and Mike,

It's BIOS buggy. Now fixed by new BIOS. Thanks you so much! Cheers!

[    0.000034] MTRR variable ranges enabled:
[    0.000035]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000037]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000039]   2 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000040]   3 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000041]   4 disabled
[    0.000042]   5 disabled
[    0.000043]   6 disabled
[    0.000044]   7 disabled
[    0.000045] TOM2: 0000000280000000 aka 10240M

root@scbu-Chachani:/home/scbu# cat /proc/mtrr
reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
reg02: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
reg03: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect

BRs,
Leo
-----Original Message-----
From: Mike Rapoport <rppt@linux.ibm.com> 
Sent: Tuesday, March 16, 2021 6:30 PM
To: David Hildenbrand <david@redhat.com>
Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On Tue, Mar 16, 2021 at 10:08:10AM +0100, David Hildenbrand wrote:
> On 16.03.21 09:58, Liang, Liang (Leo) wrote:
> > [AMD Public Use]
> > 
> > Hi David,
> > 
> > root@scbu-Chachani:~# cat /proc/mtrr
> > reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> > reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> > reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect
> 
> ^ there it is
> 
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki
> .osdev.org%2FMTRR&amp;data=04%7C01%7CLiang.Liang%40amd.com%7C49c791cc6
> 18745b8c35208d8e86679a1%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C6
> 37514874126576401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoi
> V2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=667IK3Bnyx5uP3
> rKN8bOjW7A2MBuM1sLCg98m1LCIGo%3D&amp;reserved=0
> 
> "Reads allocate cache lines on a cache miss. All writes update main memory.
> 
> Cache lines are not allocated on a write miss. Write hits invalidate 
> the cache line and update main memory. "
> 
> AFAIU, writes completely bypass caches and store directly to main 
> mamory. If there are cache lines from a previous read, they are 
> invalidated. So I think especially slow will be read(addr), 
> write(addr), read(addr), ... which is what we have in the kstream benchmark.
> 
> 
> The question is:
> 
> who sets this up without owning the memory?
> Is the memory actually special/slow or is that setting wrong?

I really doubt that 16M at 0x100000000 in a system with 8G RAM would
*physically* differ from the neighbouring memory.

> Buggy firmware/BIOS?
> Buggy device driver?

[    0.000027] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000030]   00000-9FFFF write-back
[    0.000031]   A0000-BFFFF uncachable
[    0.000032]   C0000-FFFFF write-through
[    0.000033] MTRR variable ranges enabled:
[    0.000034]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000036]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000037]   2 base 000100000000 mask FFFFFF000000 write-protect

As we have the range at 0x100000000 write-protected reported that early in boot I'd say it's BIOS.

The question is how to reliably detect that this is a bogus setting...

[    0.000038]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000041]   6 disabled
[    0.000042]   7 disabled
[    0.000042] TOM2: 0000000280000000 aka 10240M


--
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* RE: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16 11:02                                         ` Liang, Liang (Leo)
  0 siblings, 0 replies; 48+ messages in thread
From: Liang, Liang (Leo) @ 2021-03-16 11:02 UTC (permalink / raw)
  To: Mike Rapoport, David Hildenbrand
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

[AMD Public Use]

Hi David and Mike,

It's BIOS buggy. Now fixed by new BIOS. Thanks you so much! Cheers!

[    0.000034] MTRR variable ranges enabled:
[    0.000035]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000037]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000039]   2 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000040]   3 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000041]   4 disabled
[    0.000042]   5 disabled
[    0.000043]   6 disabled
[    0.000044]   7 disabled
[    0.000045] TOM2: 0000000280000000 aka 10240M

root@scbu-Chachani:/home/scbu# cat /proc/mtrr
reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
reg02: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
reg03: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect

BRs,
Leo
-----Original Message-----
From: Mike Rapoport <rppt@linux.ibm.com> 
Sent: Tuesday, March 16, 2021 6:30 PM
To: David Hildenbrand <david@redhat.com>
Cc: Liang, Liang (Leo) <Liang.Liang@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; linux-kernel@vger.kernel.org; amd-gfx list <amd-gfx@lists.freedesktop.org>; Andrew Morton <akpm@linux-foundation.org>; Huang, Ray <Ray.Huang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Rafael J. Wysocki <rafael@kernel.org>; George Kennedy <george.kennedy@oracle.com>
Subject: Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

On Tue, Mar 16, 2021 at 10:08:10AM +0100, David Hildenbrand wrote:
> On 16.03.21 09:58, Liang, Liang (Leo) wrote:
> > [AMD Public Use]
> > 
> > Hi David,
> > 
> > root@scbu-Chachani:~# cat /proc/mtrr
> > reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> > reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> > reg02: base=0x100000000 ( 4096MB), size=   16MB, count=1: write-protect
> 
> ^ there it is
> 
> https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki
> .osdev.org%2FMTRR&amp;data=04%7C01%7CLiang.Liang%40amd.com%7C49c791cc6
> 18745b8c35208d8e86679a1%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C6
> 37514874126576401%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoi
> V2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=667IK3Bnyx5uP3
> rKN8bOjW7A2MBuM1sLCg98m1LCIGo%3D&amp;reserved=0
> 
> "Reads allocate cache lines on a cache miss. All writes update main memory.
> 
> Cache lines are not allocated on a write miss. Write hits invalidate 
> the cache line and update main memory. "
> 
> AFAIU, writes completely bypass caches and store directly to main 
> mamory. If there are cache lines from a previous read, they are 
> invalidated. So I think especially slow will be read(addr), 
> write(addr), read(addr), ... which is what we have in the kstream benchmark.
> 
> 
> The question is:
> 
> who sets this up without owning the memory?
> Is the memory actually special/slow or is that setting wrong?

I really doubt that 16M at 0x100000000 in a system with 8G RAM would
*physically* differ from the neighbouring memory.

> Buggy firmware/BIOS?
> Buggy device driver?

[    0.000027] MTRR default type: uncachable
[    0.000028] MTRR fixed ranges enabled:
[    0.000030]   00000-9FFFF write-back
[    0.000031]   A0000-BFFFF uncachable
[    0.000032]   C0000-FFFFF write-through
[    0.000033] MTRR variable ranges enabled:
[    0.000034]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000036]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
[    0.000037]   2 base 000100000000 mask FFFFFF000000 write-protect

As we have the range at 0x100000000 write-protected reported that early in boot I'd say it's BIOS.

The question is how to reliably detect that this is a bogus setting...

[    0.000038]   3 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
[    0.000039]   4 base 0000FF000000 mask FFFFFFF80000 write-protect
[    0.000040]   5 disabled
[    0.000041]   6 disabled
[    0.000042]   7 disabled
[    0.000042] TOM2: 0000000280000000 aka 10240M


--
Sincerely yours,
Mike.
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
  2021-03-16 11:02                                         ` Liang, Liang (Leo)
@ 2021-03-16 11:10                                           ` David Hildenbrand
  -1 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16 11:10 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Deucher, Alexander, linux-kernel, amd-gfx list, Andrew Morton,
	Huang, Ray, Koenig, Christian, Rafael J. Wysocki, George Kennedy

On 16.03.21 12:02, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David and Mike,
> 
> It's BIOS buggy. Now fixed by new BIOS. Thanks you so much! Cheers!
> 
> [    0.000034] MTRR variable ranges enabled:
> [    0.000035]   0 base 000000000000 mask FFFF80000000 write-back
> [    0.000037]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
> [    0.000039]   2 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
> [    0.000040]   3 base 0000FF000000 mask FFFFFFF80000 write-protect
> [    0.000041]   4 disabled
> [    0.000042]   5 disabled
> [    0.000043]   6 disabled
> [    0.000044]   7 disabled
> [    0.000045] TOM2: 0000000280000000 aka 10240M
> 
> root@scbu-Chachani:/home/scbu# cat /proc/mtrr
> reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> reg02: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
> reg03: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect

Great :)

(another latent BUG found with 7fef431be9c9 :) )

-- 
Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")
@ 2021-03-16 11:10                                           ` David Hildenbrand
  0 siblings, 0 replies; 48+ messages in thread
From: David Hildenbrand @ 2021-03-16 11:10 UTC (permalink / raw)
  To: Liang, Liang (Leo), Mike Rapoport
  Cc: Rafael J. Wysocki, linux-kernel, amd-gfx list, George Kennedy,
	Huang, Ray, Deucher, Alexander, Andrew Morton, Koenig, Christian

On 16.03.21 12:02, Liang, Liang (Leo) wrote:
> [AMD Public Use]
> 
> Hi David and Mike,
> 
> It's BIOS buggy. Now fixed by new BIOS. Thanks you so much! Cheers!
> 
> [    0.000034] MTRR variable ranges enabled:
> [    0.000035]   0 base 000000000000 mask FFFF80000000 write-back
> [    0.000037]   1 base 0000FFE00000 mask FFFFFFE00000 write-protect
> [    0.000039]   2 base 0000FFDE0000 mask FFFFFFFE0000 write-protect
> [    0.000040]   3 base 0000FF000000 mask FFFFFFF80000 write-protect
> [    0.000041]   4 disabled
> [    0.000042]   5 disabled
> [    0.000043]   6 disabled
> [    0.000044]   7 disabled
> [    0.000045] TOM2: 0000000280000000 aka 10240M
> 
> root@scbu-Chachani:/home/scbu# cat /proc/mtrr
> reg00: base=0x000000000 (    0MB), size= 2048MB, count=1: write-back
> reg01: base=0x0ffe00000 ( 4094MB), size=    2MB, count=1: write-protect
> reg02: base=0x0ffde0000 ( 4093MB), size=  128KB, count=1: write-protect
> reg03: base=0x0ff000000 ( 4080MB), size=  512KB, count=1: write-protect

Great :)

(another latent BUG found with 7fef431be9c9 :) )

-- 
Thanks,

David / dhildenb

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2021-03-16 13:53 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11 14:41 slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()") Deucher, Alexander
2021-03-11 14:41 ` Deucher, Alexander
2021-03-11 15:02 ` David Hildenbrand
2021-03-11 15:02   ` David Hildenbrand
2021-03-12 14:06   ` Deucher, Alexander
2021-03-12 14:06     ` Deucher, Alexander
2021-03-12 14:12     ` David Hildenbrand
2021-03-12 14:12       ` David Hildenbrand
2021-03-12 15:39       ` Deucher, Alexander
2021-03-12 15:39         ` Deucher, Alexander
2021-03-12 15:48         ` David Hildenbrand
2021-03-12 15:48           ` David Hildenbrand
2021-03-12 16:15           ` Deucher, Alexander
2021-03-12 16:15             ` Deucher, Alexander
2021-03-12 16:19         ` Liang, Liang (Leo)
2021-03-12 16:19           ` Liang, Liang (Leo)
2021-03-12 16:46           ` David Hildenbrand
2021-03-12 16:46             ` David Hildenbrand
2021-03-13  4:04             ` Liang, Liang (Leo)
2021-03-13  4:04               ` Liang, Liang (Leo)
2021-03-13  9:05               ` David Hildenbrand
2021-03-13  9:05                 ` David Hildenbrand
2021-03-13 13:48                 ` Mike Rapoport
2021-03-13 13:48                   ` Mike Rapoport
2021-03-15 13:04                   ` David Hildenbrand
2021-03-15 13:04                     ` David Hildenbrand
2021-03-16  0:36                     ` Liang, Liang (Leo)
2021-03-16  0:36                       ` Liang, Liang (Leo)
2021-03-16  6:50                       ` Mike Rapoport
2021-03-16  6:50                         ` Mike Rapoport
2021-03-16  8:00                         ` Liang, Liang (Leo)
2021-03-16  8:00                           ` Liang, Liang (Leo)
2021-03-16  8:37                           ` David Hildenbrand
2021-03-16  8:37                             ` David Hildenbrand
2021-03-16  8:43                             ` Liang, Liang (Leo)
2021-03-16  8:43                               ` Liang, Liang (Leo)
2021-03-16  8:54                               ` David Hildenbrand
2021-03-16  8:54                                 ` David Hildenbrand
2021-03-16  8:58                                 ` Liang, Liang (Leo)
2021-03-16  8:58                                   ` Liang, Liang (Leo)
2021-03-16  9:08                                   ` David Hildenbrand
2021-03-16  9:08                                     ` David Hildenbrand
2021-03-16 10:30                                     ` Mike Rapoport
2021-03-16 10:30                                       ` Mike Rapoport
2021-03-16 11:02                                       ` Liang, Liang (Leo)
2021-03-16 11:02                                         ` Liang, Liang (Leo)
2021-03-16 11:10                                         ` David Hildenbrand
2021-03-16 11:10                                           ` David Hildenbrand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.