There are not enough CPU0 APIC IRQs while doing IRQ migration during S3

From: AceLan Kao
Date: Tue Jul 19 2022 - 01:55:47 EST


HI all,

I encountered an issue while doing S3, it shows below message and then
failed to enter S3
[ 106.731140] CPU 31 has 116 vectors, 85 available. Cannot disable CPU
[ 106.731551] ACPI: \_PR_.C01F: Found 2 idle states
[ 106.732610] Error taking CPU31 down: -28
[ 106.732612] Non-boot CPUs are not disabled

CPU: AMD Ryzen Threadripper PRO 3955WX 16-Cores
Kernel: v5.19-rc7
There are 5 PCI to 4 type-c ports USB cards on the machine, and It
wouldn't lead to the issue if only 4 cards are plugged. So, it looks
like it can't handle 5 cards, and failed on the IRQ migration.

The workaround provided by kaiheng is to release the irq while
suspending and request irq while resuming.
I'm wondering do we have a better solution for this kind of issue?
Thanks.

diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c
index edc6881c8a1b..91c79b21cb57 100644
--- a/drivers/usb/host/xhci.c
+++ b/drivers/usb/host/xhci.c
@@ -17,6 +17,7 @@
#include <linux/slab.h>
#include <linux/dmi.h>
#include <linux/dma-mapping.h>
+#include <linux/suspend.h>

#include "xhci.h"
#include "xhci-trace.h"
@@ -1079,6 +1080,9 @@ int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup)
__func__);
}

+ if (pm_suspend_via_firmware())
+ xhci_cleanup_msix(xhci);
+
/* step 5: remove core well power */
/* synchronize irq when using MSI-X */
xhci_msix_sync_irqs(xhci);
@@ -1114,6 +1118,9 @@ int xhci_resume(struct xhci_hcd *xhci, bool hibernated)
time_before(jiffies, xhci->usb3_rhub.bus_state.next_statechange))
msleep(100);

+ if (pm_resume_via_firmware())
+ xhci_setup_msix(xhci);
+
set_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags);
set_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags);


$ lspci -vt
-+-[0000:60]-+-00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Root Complex
| +-00.2 Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU
| +-01.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-01.1-[61-66]----00.0-[62-66]--+-08.0-[63]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-09.0-[64]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-10.0-[65]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | \-11.0-[66]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| +-02.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-03.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-03.1-[67-6a]----00.0-[68-6a]--+-08.0-[69]--+-00.0
Advanced Micro Devices, Inc. [AMD] Starship/Matisse Reserved SPP
| | | +-00.1
Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller
| | | \-00.3
Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller
| | \-0a.0-[6a]----00.0
Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
| +-03.2-[6b]----00.0 ASMedia Technology Inc. ASM3242 USB
3.2 Host Controller
| +-03.3-[6c]----00.0 Intel Corporation I210 Gigabit
Network Connection
| +-03.4-[6d-6e]----00.0-[6e]----00.0 ASPEED Technology,
Inc. ASPEED Graphics Family
| +-03.5-[6f]----00.0 Aquantia Corp. Device 14c0
| +-04.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-05.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-07.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-07.1-[70]----00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Function
| +-08.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| \-08.1-[71]----00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Reserved SPP
+-[0000:40]-+-00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Root Complex
| +-00.2 Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU
| +-01.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-01.1-[41-42]--+-00.0 Advanced Micro Devices, Inc.
[AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
| | \-00.1 Advanced Micro Devices, Inc.
[AMD/ATI] Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]
| +-02.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-03.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-03.1-[43-48]----00.0-[44-48]--+-08.0-[45]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-09.0-[46]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-10.0-[47]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | \-11.0-[48]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| +-04.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-05.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-07.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-07.1-[49]----00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Function
| +-08.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| \-08.1-[4a]----00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Reserved SPP
+-[0000:20]-+-00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Root Complex
| +-00.2 Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU
| +-01.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-01.1-[21-26]----00.0-[22-26]--+-08.0-[23]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-09.0-[24]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-10.0-[25]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | \-11.0-[26]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| +-02.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-03.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-03.1-[27-2c]----00.0-[28-2c]--+-08.0-[29]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-09.0-[2a]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | +-10.0-[2b]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| | \-11.0-[2c]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| +-04.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-05.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-07.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| +-07.1-[2d]----00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Function
| +-08.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
| \-08.1-[2e]--+-00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Reserved SPP
| +-00.1 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Cryptographic Coprocessor PSPCPP
| +-00.3 Advanced Micro Devices, Inc. [AMD]
Starship USB 3.0 Host Controller
| \-00.4 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse HD Audio Controller
\-[0000:00]-+-00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Root Complex
+-00.2 Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU
+-01.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
+-01.1-[01-06]----00.0-[02-06]--+-08.0-[03]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| +-09.0-[04]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| +-10.0-[05]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
| \-11.0-[06]----00.0
ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller
+-02.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
+-03.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
+-03.4-[07]----00.0 Sandisk Corp WD PC SN810 / Black SN850 NVMe SSD
+-04.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
+-05.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
+-07.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
+-07.1-[08]----00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Function
+-08.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse PCIe Dummy Host Bridge
+-08.1-[09]--+-00.0 Advanced Micro Devices, Inc. [AMD]
Starship/Matisse Reserved SPP
| \-00.3 Advanced Micro Devices, Inc. [AMD]
Starship USB 3.0 Host Controller
+-14.0 Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller
+-14.3 Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge
+-18.0 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 0
+-18.1 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 1
+-18.2 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 2
+-18.3 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 3
+-18.4 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 4
+-18.5 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 5
+-18.6 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 6
\-18.7 Advanced Micro Devices, Inc. [AMD] Starship Device
24; Function 7
[ 0.000000] Linux version 5.19.0-rc6+ (u@u) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #2 SMP PREEMPT_DYNAMIC Wed Jul 13 01:28:14 EDT 2022
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.19.0-rc6+ root=UUID=62731915-e0ca-4399-a90f-7277bb93d782 ro debug ignore_loglevel no_console_susppend console=ttyS0,115200n8
[ 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/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x400: 'PASID state'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x20000: 'AMX Tile config'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x40000: 'AMX Tile data'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.000000] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: xstate_offset[10]: 2440, xstate_sizes[10]: 8
[ 0.000000] x86/fpu: xstate_offset[17]: 2496, xstate_sizes[17]: 64
[ 0.000000] x86/fpu: xstate_offset[18]: 2560, xstate_sizes[18]: 8192
[ 0.000000] x86/fpu: Enabled xstate features 0x606e7, context size is 10752 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 11952
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004f00dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000004f00e000-0x0000000051e34fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000051e35000-0x000000005d46efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000005d46f000-0x000000005d6fefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000005d6ff000-0x000000005d6fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005d700000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff0e0000-0x00000000ff0effff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000088fffffff] usable
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x48097018-0x480a7457] usable ==> usable
[ 0.000000] e820: update [mem 0x48097018-0x480a7457] usable ==> usable
[ 0.000000] e820: update [mem 0x47fdd018-0x47ff6457] usable ==> usable
[ 0.000000] e820: update [mem 0x47fdd018-0x47ff6457] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000047fdd017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000047fdd018-0x0000000047ff6457] usable
[ 0.000000] reserve setup_data: [mem 0x0000000047ff6458-0x0000000048097017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000048097018-0x00000000480a7457] usable
[ 0.000000] reserve setup_data: [mem 0x00000000480a7458-0x000000004f00dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000004f00e000-0x0000000051e34fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000051e35000-0x000000005d46efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000005d46f000-0x000000005d6fefff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000005d6ff000-0x000000005d6fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000005d700000-0x000000007fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff0e0000-0x00000000ff0effff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000088fffffff] usable
[ 0.000000] efi: EFI v2.70 by Dell
[ 0.000000] efi: ACPI=0x5d6fe000 ACPI 2.0=0x5d6fe014 SMBIOS=0x5025d000 TPMFinalLog=0x5d373000 ESRT=0x501bae98 MEMATTR=0x48127018 MOKvar=0x480cd000 RNG=0x501b8c18 TPMEventLog=0x480b2018
[ 0.000000] efi: seeding entropy pool
[ 0.000000] random: crng init done
[ 0.000000] SMBIOS 3.2 present.
[ 0.000000] DMI: Dell Inc. Precision 7960 Tower/, BIOS 0.13.50 05/25/2022
[ 0.000000] tsc: Detected 1800.000 MHz processor
[ 0.000018] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000022] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000032] last_pfn = 0x890000 max_arch_pfn = 0x10000000000
[ 0.000320] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001829] total RAM covered: 63200M
[ 0.001998] Found optimal setting for mtrr clean up
[ 0.001999] gran_size: 64K chunk_size: 512M num_reg: 7 lose cover RAM: 0G
[ 0.002744] e820: update [mem 0x6e000000-0xffffffff] usable ==> reserved
[ 0.002749] x2apic: enabled by BIOS, switching to x2apic ops
[ 0.002750] last_pfn = 0x5d700 max_arch_pfn = 0x10000000000
[ 0.013514] esrt: Reserving ESRT space from 0x00000000501bae98 to 0x00000000501baf20.
[ 0.013524] e820: update [mem 0x480cd000-0x480cefff] usable ==> reserved
[ 0.013566] Using GB pages for direct mapping
[ 0.014155] Secure boot disabled
[ 0.014156] RAMDISK: [mem 0x3d1c6000-0x3fffdfff]
[ 0.014162] ACPI: Early table checksum verification disabled
[ 0.014165] ACPI: RSDP 0x000000005D6FE014 000024 (v02 INTEL )
[ 0.014170] ACPI: XSDT 0x000000005D5AA188 00011C (v01 INTEL INTEL ID 00000000 INTL 01000013)
[ 0.014177] ACPI: FACP 0x000000005D6F3000 000114 (v06 INTEL INTEL ID 00000000 INTL 20091013)
[ 0.014185] ACPI: DSDT 0x000000005D672000 07CF82 (v02 INTEL INTEL ID 01072009 INTL 20091013)
[ 0.014189] ACPI: FACS 0x000000005D369000 000040
[ 0.014193] ACPI: SSDT 0x000000005D6FC000 0009E8 (v02 INTEL xh_wscrb 00000000 INTL 20200925)
[ 0.014197] ACPI: SSDT 0x000000005D6FB000 000702 (v02 INTEL RAS_ACPI 00000001 INTL 20200925)
[ 0.014201] ACPI: SSDT 0x000000005D6FA000 00076E (v02 INTEL ADDRXLAT 00000001 INTL 20200925)
[ 0.014205] ACPI: BOOT 0x000000005D6F9000 000028 (v01 DELL CBX3 00000002 INTL 01000013)
[ 0.014209] ACPI: BERT 0x000000005D6F8000 000030 (v01 INTEL INTEL ID 00000001 INTL 00000001)
[ 0.014213] ACPI: ERST 0x000000005D6F7000 000230 (v01 INTEL INTEL ID 00000001 INTL 00000001)
[ 0.014217] ACPI: SSDT 0x000000005D6F6000 000632 (v02 INTEL Tpm2Tabl 00001000 INTL 20200925)
[ 0.014221] ACPI: TPM2 0x000000005D6F5000 00004C (v04 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014225] ACPI: BDAT 0x000000005D6F4000 000030 (v01 INTEL INTEL ID 00000000 INTL 20091013)
[ 0.014228] ACPI: HPET 0x000000005D6F2000 000038 (v01 INTEL INTEL ID 00000001 INTL 20091013)
[ 0.014232] ACPI: MCFG 0x000000005D6F1000 00003C (v01 INTEL INTEL ID 00000001 INTL 20091013)
[ 0.014236] ACPI: MSCT 0x000000005D6F0000 00004E (v01 INTEL INTEL ID 00000001 INTL 20091013)
[ 0.014240] ACPI: WDDT 0x000000005D6EF000 000040 (v01 INTEL INTEL ID 00000000 INTL 20091013)
[ 0.014244] ACPI: APIC 0x000000005D671000 00075E (v04 INTEL INTEL ID 00000000 INTL 20091013)
[ 0.014247] ACPI: SRAT 0x000000005D66F000 001E30 (v03 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014251] ACPI: SLIT 0x000000005D66E000 00002D (v01 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014255] ACPI: HMAT 0x000000005D66D000 0000F8 (v02 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014259] ACPI: OEM4 0x000000005D60B000 061ED1 (v02 INTEL CPU CST 00003000 INTL 20200925)
[ 0.014263] ACPI: OEM1 0x000000005D5C6000 044379 (v02 INTEL CPU EIST 00003000 INTL 20200925)
[ 0.014267] ACPI: SSDT 0x000000005D5AB000 01A65E (v02 INTEL SSDT PM 00004000 INTL 20200925)
[ 0.014271] ACPI: SSDT 0x000000005D6FD000 000957 (v02 INTEL INTEL ID 00000000 INTL 20091013)
[ 0.014275] ACPI: DBG2 0x000000005D5A9000 00005C (v00 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014279] ACPI: HEST 0x000000005D5A8000 00013C (v01 INTEL INTEL ID 00000001 INTL 00000001)
[ 0.014283] ACPI: DMAR 0x000000005D5A7000 0001B8 (v01 INTEL INTEL ID 00000001 INTL 20091013)
[ 0.014286] ACPI: FPDT 0x000000005D5A6000 000044 (v01 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014290] ACPI: VFCT 0x000000005D597000 00E884 (v01 INTEL INTEL ID 00000001 AMD 31504F47)
[ 0.014294] ACPI: UEFI 0x0000000057358000 00005C (v01 INTEL RstSataV 00000000 00000000)
[ 0.014298] ACPI: UEFI 0x0000000057357000 00005C (v01 INTEL RstUefiV 00000000 00000000)
[ 0.014302] ACPI: ASF! 0x000000005D596000 000074 (v32 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014306] ACPI: BGRT 0x000000005D595000 000038 (v01 INTEL INTEL ID 00000002 INTL 01000013)
[ 0.014310] ACPI: Reserving FACP table memory at [mem 0x5d6f3000-0x5d6f3113]
[ 0.014312] ACPI: Reserving DSDT table memory at [mem 0x5d672000-0x5d6eef81]
[ 0.014313] ACPI: Reserving FACS table memory at [mem 0x5d369000-0x5d36903f]
[ 0.014315] ACPI: Reserving SSDT table memory at [mem 0x5d6fc000-0x5d6fc9e7]
[ 0.014316] ACPI: Reserving SSDT table memory at [mem 0x5d6fb000-0x5d6fb701]
[ 0.014317] ACPI: Reserving SSDT table memory at [mem 0x5d6fa000-0x5d6fa76d]
[ 0.014318] ACPI: Reserving BOOT table memory at [mem 0x5d6f9000-0x5d6f9027]
[ 0.014319] ACPI: Reserving BERT table memory at [mem 0x5d6f8000-0x5d6f802f]
[ 0.014321] ACPI: Reserving ERST table memory at [mem 0x5d6f7000-0x5d6f722f]
[ 0.014322] ACPI: Reserving SSDT table memory at [mem 0x5d6f6000-0x5d6f6631]
[ 0.014323] ACPI: Reserving TPM2 table memory at [mem 0x5d6f5000-0x5d6f504b]
[ 0.014324] ACPI: Reserving BDAT table memory at [mem 0x5d6f4000-0x5d6f402f]
[ 0.014325] ACPI: Reserving HPET table memory at [mem 0x5d6f2000-0x5d6f2037]
[ 0.014327] ACPI: Reserving MCFG table memory at [mem 0x5d6f1000-0x5d6f103b]
[ 0.014328] ACPI: Reserving MSCT table memory at [mem 0x5d6f0000-0x5d6f004d]
[ 0.014329] ACPI: Reserving WDDT table memory at [mem 0x5d6ef000-0x5d6ef03f]
[ 0.014330] ACPI: Reserving APIC table memory at [mem 0x5d671000-0x5d67175d]
[ 0.014332] ACPI: Reserving SRAT table memory at [mem 0x5d66f000-0x5d670e2f]
[ 0.014333] ACPI: Reserving SLIT table memory at [mem 0x5d66e000-0x5d66e02c]
[ 0.014334] ACPI: Reserving HMAT table memory at [mem 0x5d66d000-0x5d66d0f7]
[ 0.014335] ACPI: Reserving OEM4 table memory at [mem 0x5d60b000-0x5d66ced0]
[ 0.014336] ACPI: Reserving OEM1 table memory at [mem 0x5d5c6000-0x5d60a378]
[ 0.014338] ACPI: Reserving SSDT table memory at [mem 0x5d5ab000-0x5d5c565d]
[ 0.014339] ACPI: Reserving SSDT table memory at [mem 0x5d6fd000-0x5d6fd956]
[ 0.014340] ACPI: Reserving DBG2 table memory at [mem 0x5d5a9000-0x5d5a905b]
[ 0.014342] ACPI: Reserving HEST table memory at [mem 0x5d5a8000-0x5d5a813b]
[ 0.014343] ACPI: Reserving DMAR table memory at [mem 0x5d5a7000-0x5d5a71b7]
[ 0.014344] ACPI: Reserving FPDT table memory at [mem 0x5d5a6000-0x5d5a6043]
[ 0.014345] ACPI: Reserving VFCT table memory at [mem 0x5d597000-0x5d5a5883]
[ 0.014347] ACPI: Reserving UEFI table memory at [mem 0x57358000-0x5735805b]
[ 0.014348] ACPI: Reserving UEFI table memory at [mem 0x57357000-0x5735705b]
[ 0.014349] ACPI: Reserving ASF! table memory at [mem 0x5d596000-0x5d596073]
[ 0.014351] ACPI: Reserving BGRT table memory at [mem 0x5d595000-0x5d595037]
[ 0.014368] Setting APIC routing to cluster x2apic.
[ 0.014404] SRAT: PXM 0 -> APIC 0x0000 -> Node 0
[ 0.014406] SRAT: PXM 0 -> APIC 0x0001 -> Node 0
[ 0.014407] SRAT: PXM 0 -> APIC 0x0002 -> Node 0
[ 0.014408] SRAT: PXM 0 -> APIC 0x0003 -> Node 0
[ 0.014409] SRAT: PXM 0 -> APIC 0x0004 -> Node 0
[ 0.014410] SRAT: PXM 0 -> APIC 0x0005 -> Node 0
[ 0.014411] SRAT: PXM 0 -> APIC 0x0006 -> Node 0
[ 0.014411] SRAT: PXM 0 -> APIC 0x0007 -> Node 0
[ 0.014412] SRAT: PXM 0 -> APIC 0x0008 -> Node 0
[ 0.014413] SRAT: PXM 0 -> APIC 0x0009 -> Node 0
[ 0.014414] SRAT: PXM 0 -> APIC 0x000a -> Node 0
[ 0.014415] SRAT: PXM 0 -> APIC 0x000b -> Node 0
[ 0.014416] SRAT: PXM 0 -> APIC 0x000c -> Node 0
[ 0.014417] SRAT: PXM 0 -> APIC 0x000d -> Node 0
[ 0.014418] SRAT: PXM 0 -> APIC 0x000e -> Node 0
[ 0.014418] SRAT: PXM 0 -> APIC 0x000f -> Node 0
[ 0.014419] SRAT: PXM 0 -> APIC 0x0010 -> Node 0
[ 0.014420] SRAT: PXM 0 -> APIC 0x0011 -> Node 0
[ 0.014421] SRAT: PXM 0 -> APIC 0x0012 -> Node 0
[ 0.014422] SRAT: PXM 0 -> APIC 0x0013 -> Node 0
[ 0.014423] SRAT: PXM 0 -> APIC 0x0014 -> Node 0
[ 0.014424] SRAT: PXM 0 -> APIC 0x0015 -> Node 0
[ 0.014425] SRAT: PXM 0 -> APIC 0x0016 -> Node 0
[ 0.014426] SRAT: PXM 0 -> APIC 0x0017 -> Node 0
[ 0.014427] SRAT: PXM 0 -> APIC 0x0018 -> Node 0
[ 0.014427] SRAT: PXM 0 -> APIC 0x0019 -> Node 0
[ 0.014428] SRAT: PXM 0 -> APIC 0x001a -> Node 0
[ 0.014429] SRAT: PXM 0 -> APIC 0x001b -> Node 0
[ 0.014430] SRAT: PXM 0 -> APIC 0x001c -> Node 0
[ 0.014431] SRAT: PXM 0 -> APIC 0x001d -> Node 0
[ 0.014432] SRAT: PXM 0 -> APIC 0x001e -> Node 0
[ 0.014433] SRAT: PXM 0 -> APIC 0x001f -> Node 0
[ 0.014434] SRAT: PXM 0 -> APIC 0x0020 -> Node 0
[ 0.014435] SRAT: PXM 0 -> APIC 0x0021 -> Node 0
[ 0.014435] SRAT: PXM 0 -> APIC 0x0022 -> Node 0
[ 0.014436] SRAT: PXM 0 -> APIC 0x0023 -> Node 0
[ 0.014437] SRAT: PXM 0 -> APIC 0x0024 -> Node 0
[ 0.014438] SRAT: PXM 0 -> APIC 0x0025 -> Node 0
[ 0.014439] SRAT: PXM 0 -> APIC 0x0026 -> Node 0
[ 0.014440] SRAT: PXM 0 -> APIC 0x0027 -> Node 0
[ 0.014441] SRAT: PXM 0 -> APIC 0x0028 -> Node 0
[ 0.014442] SRAT: PXM 0 -> APIC 0x0029 -> Node 0
[ 0.014442] SRAT: PXM 0 -> APIC 0x002a -> Node 0
[ 0.014443] SRAT: PXM 0 -> APIC 0x002b -> Node 0
[ 0.014444] SRAT: PXM 0 -> APIC 0x002c -> Node 0
[ 0.014445] SRAT: PXM 0 -> APIC 0x002d -> Node 0
[ 0.014446] SRAT: PXM 0 -> APIC 0x002e -> Node 0
[ 0.014447] SRAT: PXM 0 -> APIC 0x002f -> Node 0
[ 0.014448] SRAT: PXM 0 -> APIC 0x0030 -> Node 0
[ 0.014449] SRAT: PXM 0 -> APIC 0x0031 -> Node 0
[ 0.014449] SRAT: PXM 0 -> APIC 0x0032 -> Node 0
[ 0.014450] SRAT: PXM 0 -> APIC 0x0033 -> Node 0
[ 0.014451] SRAT: PXM 0 -> APIC 0x0034 -> Node 0
[ 0.014452] SRAT: PXM 0 -> APIC 0x0035 -> Node 0
[ 0.014453] SRAT: PXM 0 -> APIC 0x0036 -> Node 0
[ 0.014454] SRAT: PXM 0 -> APIC 0x0037 -> Node 0
[ 0.014455] SRAT: PXM 0 -> APIC 0x0038 -> Node 0
[ 0.014456] SRAT: PXM 0 -> APIC 0x0039 -> Node 0
[ 0.014457] SRAT: PXM 0 -> APIC 0x003a -> Node 0
[ 0.014457] SRAT: PXM 0 -> APIC 0x003b -> Node 0
[ 0.014458] SRAT: PXM 0 -> APIC 0x003c -> Node 0
[ 0.014459] SRAT: PXM 0 -> APIC 0x003d -> Node 0
[ 0.014460] SRAT: PXM 0 -> APIC 0x003e -> Node 0
[ 0.014461] SRAT: PXM 0 -> APIC 0x003f -> Node 0
[ 0.014462] SRAT: PXM 0 -> APIC 0x0040 -> Node 0
[ 0.014463] SRAT: PXM 0 -> APIC 0x0041 -> Node 0
[ 0.014464] SRAT: PXM 0 -> APIC 0x0042 -> Node 0
[ 0.014465] SRAT: PXM 0 -> APIC 0x0043 -> Node 0
[ 0.014465] SRAT: PXM 0 -> APIC 0x0044 -> Node 0
[ 0.014466] SRAT: PXM 0 -> APIC 0x0045 -> Node 0
[ 0.014467] SRAT: PXM 0 -> APIC 0x0046 -> Node 0
[ 0.014468] SRAT: PXM 0 -> APIC 0x0047 -> Node 0
[ 0.014469] SRAT: PXM 0 -> APIC 0x0048 -> Node 0
[ 0.014470] SRAT: PXM 0 -> APIC 0x0049 -> Node 0
[ 0.014471] SRAT: PXM 0 -> APIC 0x004a -> Node 0
[ 0.014472] SRAT: PXM 0 -> APIC 0x004b -> Node 0
[ 0.014472] SRAT: PXM 0 -> APIC 0x004c -> Node 0
[ 0.014473] SRAT: PXM 0 -> APIC 0x004d -> Node 0
[ 0.014474] SRAT: PXM 0 -> APIC 0x004e -> Node 0
[ 0.014475] SRAT: PXM 0 -> APIC 0x004f -> Node 0
[ 0.014476] SRAT: PXM 0 -> APIC 0x0050 -> Node 0
[ 0.014477] SRAT: PXM 0 -> APIC 0x0051 -> Node 0
[ 0.014478] SRAT: PXM 0 -> APIC 0x0052 -> Node 0
[ 0.014479] SRAT: PXM 0 -> APIC 0x0053 -> Node 0
[ 0.014480] SRAT: PXM 0 -> APIC 0x0054 -> Node 0
[ 0.014480] SRAT: PXM 0 -> APIC 0x0055 -> Node 0
[ 0.014481] SRAT: PXM 0 -> APIC 0x0056 -> Node 0
[ 0.014482] SRAT: PXM 0 -> APIC 0x0057 -> Node 0
[ 0.014483] SRAT: PXM 0 -> APIC 0x0058 -> Node 0
[ 0.014484] SRAT: PXM 0 -> APIC 0x0059 -> Node 0
[ 0.014485] SRAT: PXM 0 -> APIC 0x005a -> Node 0
[ 0.014486] SRAT: PXM 0 -> APIC 0x005b -> Node 0
[ 0.014487] SRAT: PXM 0 -> APIC 0x005c -> Node 0
[ 0.014487] SRAT: PXM 0 -> APIC 0x005d -> Node 0
[ 0.014488] SRAT: PXM 0 -> APIC 0x005e -> Node 0
[ 0.014489] SRAT: PXM 0 -> APIC 0x005f -> Node 0
[ 0.014490] SRAT: PXM 0 -> APIC 0x0060 -> Node 0
[ 0.014491] SRAT: PXM 0 -> APIC 0x0061 -> Node 0
[ 0.014492] SRAT: PXM 0 -> APIC 0x0062 -> Node 0
[ 0.014493] SRAT: PXM 0 -> APIC 0x0063 -> Node 0
[ 0.014494] SRAT: PXM 0 -> APIC 0x0064 -> Node 0
[ 0.014495] SRAT: PXM 0 -> APIC 0x0065 -> Node 0
[ 0.014495] SRAT: PXM 0 -> APIC 0x0066 -> Node 0
[ 0.014496] SRAT: PXM 0 -> APIC 0x0067 -> Node 0
[ 0.014497] SRAT: PXM 0 -> APIC 0x0068 -> Node 0
[ 0.014498] SRAT: PXM 0 -> APIC 0x0069 -> Node 0
[ 0.014499] SRAT: PXM 0 -> APIC 0x006a -> Node 0
[ 0.014500] SRAT: PXM 0 -> APIC 0x006b -> Node 0
[ 0.014501] SRAT: PXM 0 -> APIC 0x006c -> Node 0
[ 0.014502] SRAT: PXM 0 -> APIC 0x006d -> Node 0
[ 0.014503] SRAT: PXM 0 -> APIC 0x006e -> Node 0
[ 0.014503] SRAT: PXM 0 -> APIC 0x006f -> Node 0
[ 0.014507] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x6fffffff]
[ 0.014510] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x88fffffff]
[ 0.014520] NUMA: Initialized distance table, cnt=1
[ 0.014524] NUMA: Node 0 [mem 0x00000000-0x6fffffff] + [mem 0x100000000-0x88fffffff] -> [mem 0x00000000-0x88fffffff]
[ 0.014537] NODE_DATA(0) allocated [mem 0x88ffd4000-0x88fffefff]
[ 0.015074] Zone ranges:
[ 0.015075] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.015078] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.015080] Normal [mem 0x0000000100000000-0x000000088fffffff]
[ 0.015082] Device empty
[ 0.015083] Movable zone start for each node
[ 0.015088] Early memory node ranges
[ 0.015089] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.015091] node 0: [mem 0x0000000000100000-0x000000004f00dfff]
[ 0.015092] node 0: [mem 0x000000005d6ff000-0x000000005d6fffff]
[ 0.015093] node 0: [mem 0x0000000100000000-0x000000088fffffff]
[ 0.015099] Initmem setup node 0 [mem 0x0000000000001000-0x000000088fffffff]
[ 0.015104] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.015128] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.017254] On node 0, zone DMA32: 26353 pages in unavailable ranges
[ 0.064465] On node 0, zone Normal: 10496 pages in unavailable ranges
[ 0.064772] ACPI: PM-Timer IO Port: 0x508
[ 0.064793] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1])
[ 0.064798] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.064837] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.064842] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.064844] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.064852] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.064853] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.064865] e820: update [mem 0x46be9000-0x46ceffff] usable ==> reserved
[ 0.064880] TSC deadline timer available
[ 0.064882] smpboot: Allowing 112 CPUs, 0 hotplug CPUs
[ 0.064904] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.064907] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.064909] PM: hibernation: Registered nosave memory: [mem 0x46be9000-0x46ceffff]
[ 0.064911] PM: hibernation: Registered nosave memory: [mem 0x47fdd000-0x47fddfff]
[ 0.064914] PM: hibernation: Registered nosave memory: [mem 0x47ff6000-0x47ff6fff]
[ 0.064916] PM: hibernation: Registered nosave memory: [mem 0x48097000-0x48097fff]
[ 0.064918] PM: hibernation: Registered nosave memory: [mem 0x480a7000-0x480a7fff]
[ 0.064920] PM: hibernation: Registered nosave memory: [mem 0x480cd000-0x480cefff]
[ 0.064922] PM: hibernation: Registered nosave memory: [mem 0x4f00e000-0x51e34fff]
[ 0.064923] PM: hibernation: Registered nosave memory: [mem 0x51e35000-0x5d46efff]
[ 0.064924] PM: hibernation: Registered nosave memory: [mem 0x5d46f000-0x5d6fefff]
[ 0.064926] PM: hibernation: Registered nosave memory: [mem 0x5d700000-0x7fffffff]
[ 0.064927] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfe00ffff]
[ 0.064927] PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[ 0.064928] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xff0dffff]
[ 0.064929] PM: hibernation: Registered nosave memory: [mem 0xff0e0000-0xff0effff]
[ 0.064930] PM: hibernation: Registered nosave memory: [mem 0xff0f0000-0xffffffff]
[ 0.064932] [mem 0x80000000-0xfe00ffff] available for PCI devices
[ 0.064934] Booting paravirtualized kernel on bare hardware
[ 0.064936] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.064945] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:112 nr_cpu_ids:112 nr_node_ids:1
[ 0.069843] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[ 0.069858] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[ 0.069861] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 0.069868] pcpu-alloc: [0] 008 009 010 011 012 013 014 015
[ 0.069875] pcpu-alloc: [0] 016 017 018 019 020 021 022 023
[ 0.069881] pcpu-alloc: [0] 024 025 026 027 028 029 030 031
[ 0.069887] pcpu-alloc: [0] 032 033 034 035 036 037 038 039
[ 0.069893] pcpu-alloc: [0] 040 041 042 043 044 045 046 047
[ 0.069899] pcpu-alloc: [0] 048 049 050 051 052 053 054 055
[ 0.069905] pcpu-alloc: [0] 056 057 058 059 060 061 062 063
[ 0.069911] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
[ 0.069917] pcpu-alloc: [0] 072 073 074 075 076 077 078 079
[ 0.069923] pcpu-alloc: [0] 080 081 082 083 084 085 086 087
[ 0.069929] pcpu-alloc: [0] 088 089 090 091 092 093 094 095
[ 0.069935] pcpu-alloc: [0] 096 097 098 099 100 101 102 103
[ 0.069941] pcpu-alloc: [0] 104 105 106 107 108 109 110 111
[ 0.069993] Fallback order for Node 0: 0
[ 0.070003] Built 1 zonelists, mobility grouping on. Total pages: 8124238
[ 0.070005] Policy zone: Normal
[ 0.070006] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.19.0-rc6+ root=UUID=62731915-e0ca-4399-a90f-7277bb93d782 ro debug ignore_loglevel no_console_susppend console=ttyS0,115200n8
[ 0.070093] Unknown kernel command line parameters "no_console_susppend BOOT_IMAGE=/boot/vmlinuz-5.19.0-rc6+", will be passed to user space.
[ 0.070095] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.070096] printk: log_buf_len total cpu_extra contributions: 454656 bytes
[ 0.070097] printk: log_buf_len min size: 262144 bytes
[ 0.070847] printk: log_buf_len: 1048576 bytes
[ 0.070848] printk: early log buf free: 239976(91%)
[ 0.073790] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.075273] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.077490] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.159358] Memory: 32076328K/33013428K available (16392K kernel code, 3105K rwdata, 5556K rodata, 3048K init, 5984K bss, 936896K reserved, 0K cma-reserved)
[ 0.160041] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=112, Nodes=1
[ 0.160070] ftrace: allocating 48987 entries in 192 pages
[ 0.168175] ftrace: allocated 192 pages with 2 groups
[ 0.168896] Dynamic Preempt: voluntary
[ 0.169172] rcu: Preemptible hierarchical RCU implementation.
[ 0.169173] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=112.
[ 0.169175] Trampoline variant of Tasks RCU enabled.
[ 0.169176] Rude variant of Tasks RCU enabled.
[ 0.169176] Tracing variant of Tasks RCU enabled.
[ 0.169177] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.169178] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=112
[ 0.174653] NR_IRQS: 524544, nr_irqs: 1320, preallocated irqs: 16
[ 0.175130] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.175412] Console: colour dummy device 80x25
[ 2.415637] printk: console [ttyS0] enabled
[ 2.419950] ACPI: Core revision 20220331
[ 2.424992] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 2.434152] APIC: Switch to symmetric I/O mode setup
[ 2.439193] DMAR: Host address width 52
[ 2.443087] DMAR: DRHD base: 0x000000923fc000 flags: 0x0
[ 2.448456] DMAR: dmar0: reg_base_addr 923fc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.457222] DMAR: DRHD base: 0x0000009effc000 flags: 0x0
[ 2.462596] DMAR: dmar1: reg_base_addr 9effc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.471343] DMAR: DRHD base: 0x000000ab7fc000 flags: 0x0
[ 2.476714] DMAR: dmar2: reg_base_addr ab7fc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.485467] DMAR: DRHD base: 0x000000b7ffc000 flags: 0x0
[ 2.490839] DMAR: dmar3: reg_base_addr b7ffc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.499589] DMAR: DRHD base: 0x000000c47fc000 flags: 0x0
[ 2.504963] DMAR: dmar4: reg_base_addr c47fc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.513717] DMAR: DRHD base: 0x000000d0ffc000 flags: 0x0
[ 2.519092] DMAR: dmar5: reg_base_addr d0ffc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.527839] DMAR: DRHD base: 0x000000dd7fc000 flags: 0x0
[ 2.533215] DMAR: dmar6: reg_base_addr dd7fc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.541974] DMAR: DRHD base: 0x000000ddffc000 flags: 0x0
[ 2.547345] DMAR: dmar7: reg_base_addr ddffc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.556099] DMAR: DRHD base: 0x000000de7fc000 flags: 0x0
[ 2.561471] DMAR: dmar8: reg_base_addr de7fc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.570223] DMAR: DRHD base: 0x000000deffc000 flags: 0x0
[ 2.575591] DMAR: dmar9: reg_base_addr deffc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.584344] DMAR: DRHD base: 0x000000df7fc000 flags: 0x0
[ 2.589709] DMAR: dmar10: reg_base_addr df7fc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.598551] DMAR: DRHD base: 0x000000857fc000 flags: 0x1
[ 2.603923] DMAR: dmar11: reg_base_addr 857fc000 ver 6:0 cap 19ed008c40780c66 ecap 3ef9ea6f050df
[ 2.612762] DMAR: RMRR base: 0x00000051856000 end: 0x00000051858fff
[ 2.619081] DMAR: ATSR flags: 0x0
[ 2.622462] DMAR: SATC flags: 0x0
[ 2.625810] DMAR-IR: IOAPIC id 8 under DRHD base 0x857fc000 IOMMU 11
[ 2.632309] DMAR-IR: HPET id 0 under DRHD base 0x857fc000
[ 2.637761] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 2.649154] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 2.656111] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 2.682116] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns
[ 2.692662] Calibrating delay loop (skipped), value calculated using timer frequency.. 3600.00 BogoMIPS (lpj=7200000)
[ 2.696660] pid_max: default: 114688 minimum: 896
[ 2.710281] LSM: Security Framework initializing
[ 2.712680] Yama: becoming mindful.
[ 2.716695] AppArmor: AppArmor initialized
[ 2.720807] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 2.724710] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 2.729239] x86/tme: not enabled by BIOS
[ 2.732667] CPU0: Thermal monitoring enabled (TM1)
[ 2.736661] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 2.741076] process: using mwait in idle threads
[ 2.744662] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 2.748659] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 2.752665] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 2.756661] Spectre V2 : Mitigation: Enhanced IBRS
[ 2.760659] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 2.764660] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 2.768660] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 2.791556] Freeing SMP alternatives memory: 40K
[ 2.796793] smpboot: CPU0: Genuine Intel(R) w9-3495 CPU @ 1.80GHz (family: 0x6, model: 0x8f, stepping: 0x4)
[ 2.800838] cblist_init_generic: Setting adjustable number of callback queues.
[ 2.804660] cblist_init_generic: Setting shift to 7 and lim to 1.
[ 2.808683] cblist_init_generic: Setting shift to 7 and lim to 1.
[ 2.812681] cblist_init_generic: Setting shift to 7 and lim to 1.
[ 2.816676] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Sapphire Rapids events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 2.820660] ... version: 5
[ 2.824659] ... bit width: 48
[ 2.828659] ... generic registers: 8
[ 2.832659] ... value mask: 0000ffffffffffff
[ 2.836659] ... max period: 00007fffffffffff
[ 2.840659] ... fixed-purpose events: 4
[ 2.844659] ... event mask: 0001000f000000ff
[ 2.848792] Estimated ratio of average max frequency by base frequency (times 1024): 2673
[ 2.852676] rcu: Hierarchical SRCU implementation.
[ 2.863741] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 2.865678] smp: Bringing up secondary CPUs ...
[ 2.868775] x86: Booting SMP configuration:
[ 2.872661] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47 #48 #49 #50 #51 #52 #53 #54 #55 #56 #57 #58 #59 #60 #61 #62 #63 #64 #65 #66 #67 #68 #69 #70 #71 #72 #73 #74 #75 #76 #77 #78 #79 #80 #81 #82 #83 #84 #85 #86 #87 #88 #89 #90 #91 #92 #93 #94 #95 #96 #97 #98 #99 #100 #101 #102 #103 #104 #105 #106 #107 #108 #109 #110 #111
[ 6.038784] smp: Brought up 1 node, 112 CPUs
[ 6.044661] smpboot: Max logical packages: 1
[ 6.048662] smpboot: Total of 112 processors activated (403200.00 BogoMIPS)
[ 6.059478] devtmpfs: initialized
[ 6.060714] x86/mm: Memory block size: 128MB
[ 6.066905] ACPI: PM: Registering ACPI NVS region [mem 0x51e35000-0x5d46efff] (191078400 bytes)
[ 6.070607] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 6.072872] futex hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 6.076965] pinctrl core: initialized pinctrl subsystem
[ 6.080932] PM: RTC time: 07:40:58, date: 2022-07-13
[ 6.085221] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 6.089233] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 6.093061] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 6.097060] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 6.100667] audit: initializing netlink subsys (disabled)
[ 6.104693] audit: type=2000 audit(1657698055.568:1): state=initialized audit_enabled=0 res=1
[ 6.104800] thermal_sys: Registered thermal governor 'fair_share'
[ 6.108660] thermal_sys: Registered thermal governor 'bang_bang'
[ 6.112660] thermal_sys: Registered thermal governor 'step_wise'
[ 6.116660] thermal_sys: Registered thermal governor 'user_space'
[ 6.120660] thermal_sys: Registered thermal governor 'power_allocator'
[ 6.124665] EISA bus registered
[ 6.131855] cpuidle: using governor ladder
[ 6.132701] cpuidle: using governor menu
[ 6.136710] Simple Boot Flag at 0x4a set to 0x80
[ 6.140756] HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
[ 6.144662] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 6.148660] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 6.152800] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x70000000-0x7fffffff] (base 0x70000000)
[ 6.156663] PCI: MMCONFIG at [mem 0x70000000-0x7fffffff] reserved in E820
[ 6.160670] pmd_set_huge: Cannot satisfy [mem 0x70000000-0x70200000] with a huge-page mapping due to MTRR override.
[ 6.164898] PCI: Using configuration type 1 for base access
[ 6.171402] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 6.176732] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 6.184721] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
[ 6.192664] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 6.196660] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 6.204830] ACPI: Added _OSI(Module Device)
[ 6.208660] ACPI: Added _OSI(Processor Device)
[ 6.212660] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 6.220660] ACPI: Added _OSI(Processor Aggregator Device)
[ 6.224660] ACPI: Added _OSI(Linux-Dell-Video)
[ 6.228660] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 6.232661] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 6.346164] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.GPLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.356663] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.364660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.372660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.GUPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.384667] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.392660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.396662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.408660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.420660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.424660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.436660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.444660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.452662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.464660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.472660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.480661] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.492660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.500660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.504662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.516660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.528660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.532660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.544660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.552660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.560662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.572660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.580660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.588660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.600660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.608660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.612662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.624660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.636660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.640660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.652660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.660660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.668663] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.680660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.688660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.696660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.708660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.716660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.720662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.732660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.744660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.748660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.760660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.768660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.776662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.788660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.796660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.804660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.816660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.824660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.828662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.840660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.852660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.856660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.868660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.876660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.884662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.896660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.904660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.912663] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.924660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.932660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.936662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS11._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.948660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.960660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.964660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS11._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 6.976660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 6.984660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 6.992662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS12._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.004660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.012659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.020660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS12._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.032660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.040660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.044662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS13._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.060660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.068660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.072660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS13._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.084660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.092659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.100662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.112660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.120659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.128660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS14._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.140660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.148659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.152662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.168660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.176660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.180660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.192660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.200659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.208663] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.220660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.228660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.236661] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.248660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.256659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.260662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.276660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.284659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.288660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.300660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.308659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.316663] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.328660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.336659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.344660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.356660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.364660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.368667] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.384660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.392660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.396660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.408660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.416659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.424664] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.436660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.444659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.452660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.464660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.472659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.476662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.492660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.500659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.504660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.516660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.524659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.532663] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.544660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.552660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.560660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.572660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.580659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.584662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS07._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.600660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.608659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.612660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS07._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.624660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.632659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.640663] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS08._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.652660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.660659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.668660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS08._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.680660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.688660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.692662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS09._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.708660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.716660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.720660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS09._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.732660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.740660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.748662] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS10._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.760660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.768660] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.776660] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS10._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[ 7.788660] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[ 7.796659] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 7.801009] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 7.828666] ACPI: Dynamic OEM Table Load:
[ 7.900913] ACPI: Dynamic OEM Table Load:
[ 8.065039] ACPI: EC: EC started
[ 8.068313] ACPI: EC: interrupt blocked
[ 8.075805] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 8.080664] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 8.088660] ACPI: Interpreter enabled
[ 8.092380] ACPI: PM: (supports S0 S3 S4 S5)
[ 8.096660] ACPI: Using IOAPIC for interrupt routing
[ 8.100731] HEST: Table parsing has been initialized.
[ 8.104796] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 8.112662] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 8.120659] PCI: Using E820 reservations for host bridge windows
[ 8.144429] ACPI: Enabled 2 GPEs in block 00 to 7F
[ 8.179234] ACPI: PM: Power Resource [WRST]
[ 8.260616] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-14])
[ 8.264665] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 8.336391] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER LTR]
[ 8.344994] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 8.352660] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 8.364574] PCI host bridge to bus 0000:00
[ 8.368660] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 8.372746] pci_bus 0000:00: root bus resource [io 0x1000-0x3fff window]
[ 8.380660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 8.388660] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cffff window]
[ 8.396660] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window]
[ 8.404661] pci_bus 0000:00: root bus resource [mem 0x80040000-0x857fffff window]
[ 8.408660] pci_bus 0000:00: root bus resource [mem 0x200000000000-0x200fffffffff window]
[ 8.420660] pci_bus 0000:00: root bus resource [bus 00-14]
[ 8.424684] pci 0000:00:00.0: [8086:09a2] type 00 class 0x088000
[ 8.428760] pci 0000:00:00.1: [8086:09a4] type 00 class 0x088000
[ 8.436743] pci 0000:00:00.2: [8086:09a3] type 00 class 0x088000
[ 8.440742] pci 0000:00:00.4: [8086:0b23] type 00 class 0x080700
[ 8.448940] pci 0000:00:10.0: [8086:7ada] type 00 class 0x0c8000
[ 8.456725] pci 0000:00:10.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 8.460959] pci 0000:00:10.5: [8086:7aaf] type 00 class 0x060000
[ 8.468952] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
[ 8.472679] pci 0000:00:14.0: reg 0x10: [mem 0x200ffff00000-0x200ffff0ffff 64bit]
[ 8.480741] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 8.488929] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
[ 8.492680] pci 0000:00:14.2: reg 0x10: [mem 0x200ffff14000-0x200ffff17fff 64bit]
[ 8.500672] pci 0000:00:14.2: reg 0x18: [mem 0x200ffff1c000-0x200ffff1cfff 64bit]
[ 8.508872] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
[ 8.516725] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 8.521062] pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
[ 8.528724] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 8.536995] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
[ 8.540684] pci 0000:00:16.0: reg 0x10: [mem 0x200ffff19000-0x200ffff19fff 64bit]
[ 8.548759] pci 0000:00:16.0: PME# supported from D3hot
[ 8.556941] pci 0000:00:16.3: [8086:7aeb] type 00 class 0x070002
[ 8.560676] pci 0000:00:16.3: reg 0x10: [io 0x2048-0x204f]
[ 8.568668] pci 0000:00:16.3: reg 0x14: [mem 0x80a45000-0x80a45fff]
[ 8.572802] pci 0000:00:17.0: [8086:2826] type 00 class 0x010400
[ 8.580674] pci 0000:00:17.0: reg 0x10: [mem 0x80a40000-0x80a41fff]
[ 8.584667] pci 0000:00:17.0: reg 0x14: [mem 0x80a44000-0x80a440ff]
[ 8.592668] pci 0000:00:17.0: reg 0x18: [io 0x2040-0x2047]
[ 8.596667] pci 0000:00:17.0: reg 0x1c: [io 0x2050-0x2053]
[ 8.604667] pci 0000:00:17.0: reg 0x20: [io 0x2020-0x203f]
[ 8.608667] pci 0000:00:17.0: reg 0x24: [mem 0x80a43000-0x80a437ff]
[ 8.616704] pci 0000:00:17.0: PME# supported from D3hot
[ 8.621084] pci 0000:00:1c.0: [8086:7abc] type 01 class 0x060400
[ 8.628767] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 8.632695] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 8.641298] pci 0000:00:1c.7: [8086:7abf] type 01 class 0x060400
[ 8.644767] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 8.652694] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[ 8.657251] pci 0000:00:1f.0: [8086:7a8a] type 00 class 0x060100
[ 8.664915] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
[ 8.672701] pci 0000:00:1f.3: reg 0x10: [mem 0x200ffff10000-0x200ffff13fff 64bit]
[ 8.680713] pci 0000:00:1f.3: reg 0x20: [mem 0x200fffe00000-0x200fffefffff 64bit]
[ 8.684765] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 8.692978] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
[ 8.696683] pci 0000:00:1f.4: reg 0x10: [mem 0x200ffff18000-0x200ffff180ff 64bit]
[ 8.704683] pci 0000:00:1f.4: reg 0x20: [io 0x2000-0x201f]
[ 8.712806] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
[ 8.716678] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 8.724794] pci 0000:00:1f.6: [8086:1a1c] type 00 class 0x020000
[ 8.728685] pci 0000:00:1f.6: reg 0x10: [mem 0x80a00000-0x80a1ffff]
[ 8.736807] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 8.744869] pci 0000:01:00.0: [1d6a:94c0] type 00 class 0x020000
[ 8.748684] pci 0000:01:00.0: reg 0x10: [mem 0x80800000-0x8087ffff 64bit]
[ 8.756675] pci 0000:01:00.0: reg 0x18: [mem 0x80880000-0x80880fff 64bit]
[ 8.764675] pci 0000:01:00.0: reg 0x20: [mem 0x80400000-0x807fffff 64bit]
[ 8.768670] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 8.776775] pci 0000:01:00.0: supports D1 D2
[ 8.780660] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 8.788774] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1c.0 (capable of 31.506 Gb/s with 16.0 GT/s PCIe x2 link)
[ 8.800732] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 8.808664] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x808fffff]
[ 8.812741] pci 0000:02:00.0: [10ec:525a] type 00 class 0xff0000
[ 8.820687] pci 0000:02:00.0: reg 0x14: [mem 0x80900000-0x80900fff]
[ 8.828798] pci 0000:02:00.0: supports D1 D2
[ 8.832660] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[ 8.836792] pci 0000:00:1c.7: PCI bridge to [bus 02]
[ 8.840664] pci 0000:00:1c.7: bridge window [mem 0x80900000-0x809fffff]
[ 8.848676] pci_bus 0000:00: on NUMA node 0
[ 8.853613] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 15-32])
[ 8.860662] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 8.885870] acpi PNP0A08:01: _OSC: platform does not support [SHPCHotplug AER]
[ 8.893126] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 8.904661] acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 8.912808] PCI host bridge to bus 0000:15
[ 8.916660] pci_bus 0000:15: root bus resource [io 0x4000-0x5fff window]
[ 8.920660] pci_bus 0000:15: root bus resource [mem 0x85800000-0x923fffff window]
[ 8.928660] pci_bus 0000:15: root bus resource [mem 0x201000000000-0x201fffffffff window]
[ 8.936660] pci_bus 0000:15: root bus resource [bus 15-32]
[ 8.944672] pci 0000:15:00.0: [8086:09a2] type 00 class 0x088000
[ 8.948746] pci 0000:15:00.1: [8086:09a4] type 00 class 0x088000
[ 8.956740] pci 0000:15:00.2: [8086:09a3] type 00 class 0x088000
[ 8.960740] pci 0000:15:00.4: [8086:0b23] type 00 class 0x080700
[ 8.968787] pci_bus 0000:15: on NUMA node 0
[ 8.972802] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 33-50])
[ 8.976661] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 9.005863] acpi PNP0A08:02: _OSC: platform does not support [SHPCHotplug AER]
[ 9.013121] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 9.020660] acpi PNP0A08:02: FADT indicates ASPM is unsupported, using BIOS configuration
[ 9.028805] PCI host bridge to bus 0000:33
[ 9.032660] pci_bus 0000:33: root bus resource [io 0x6000-0x7fff window]
[ 9.040660] pci_bus 0000:33: root bus resource [mem 0x92400000-0x9effffff window]
[ 9.048660] pci_bus 0000:33: root bus resource [mem 0x202000000000-0x202fffffffff window]
[ 9.056660] pci_bus 0000:33: root bus resource [bus 33-50]
[ 9.060671] pci 0000:33:00.0: [8086:09a2] type 00 class 0x088000
[ 9.068745] pci 0000:33:00.1: [8086:09a4] type 00 class 0x088000
[ 9.072740] pci 0000:33:00.2: [8086:09a3] type 00 class 0x088000
[ 9.080741] pci 0000:33:00.4: [8086:0b23] type 00 class 0x080700
[ 9.084791] pci_bus 0000:33: on NUMA node 0
[ 9.088806] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 51-6e])
[ 9.096661] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 9.121825] acpi PNP0A08:03: _OSC: platform does not support [SHPCHotplug AER]
[ 9.129122] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 9.136660] acpi PNP0A08:03: FADT indicates ASPM is unsupported, using BIOS configuration
[ 9.144803] PCI host bridge to bus 0000:51
[ 9.148660] pci_bus 0000:51: root bus resource [io 0x8000-0x9fff window]
[ 9.156660] pci_bus 0000:51: root bus resource [mem 0x9f000000-0xab7fffff window]
[ 9.164660] pci_bus 0000:51: root bus resource [mem 0x203000000000-0x203fffffffff window]
[ 9.172660] pci_bus 0000:51: root bus resource [bus 51-6e]
[ 9.176671] pci 0000:51:00.0: [8086:09a2] type 00 class 0x088000
[ 9.184744] pci 0000:51:00.1: [8086:09a4] type 00 class 0x088000
[ 9.188740] pci 0000:51:00.2: [8086:09a3] type 00 class 0x088000
[ 9.196742] pci 0000:51:00.4: [8086:0b23] type 00 class 0x080700
[ 9.204773] pci 0000:51:00.5: [8086:28c0] type 00 class 0x010400
[ 9.208673] pci 0000:51:00.5: reg 0x10: [mem 0x203ffc000000-0x203ffdffffff 64bit pref]
[ 9.216665] pci 0000:51:00.5: reg 0x18: [mem 0xa0000000-0xa3ffffff]
[ 9.224672] pci 0000:51:00.5: reg 0x20: [mem 0x203ffe000000-0x203ffe1fffff 64bit]
[ 9.232726] pci 0000:51:01.0: [8086:09ab] type 00 class 0x088000
[ 9.236983] pci 0000:51:03.0: [8086:09ab] type 00 class 0x088000
[ 9.244962] pci 0000:51:05.0: [8086:09ab] type 00 class 0x088000
[ 9.248965] pci 0000:51:07.0: [8086:09ab] type 00 class 0x088000
[ 9.256969] pci_bus 0000:51: on NUMA node 0
[ 9.260804] ACPI: PCI Root Bridge [PC04] (domain 0000 [bus 6f-8c])
[ 9.268662] acpi PNP0A08:04: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 9.293824] acpi PNP0A08:04: _OSC: platform does not support [SHPCHotplug AER]
[ 9.301125] acpi PNP0A08:04: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 9.308660] acpi PNP0A08:04: FADT indicates ASPM is unsupported, using BIOS configuration
[ 9.316806] PCI host bridge to bus 0000:6f
[ 9.320660] pci_bus 0000:6f: root bus resource [io 0xa000-0xbfff window]
[ 9.328661] pci_bus 0000:6f: root bus resource [mem 0xab800000-0xb7ffffff window]
[ 9.336660] pci_bus 0000:6f: root bus resource [mem 0x204000000000-0x204fffffffff window]
[ 9.344660] pci_bus 0000:6f: root bus resource [bus 6f-8c]
[ 9.348671] pci 0000:6f:00.0: [8086:09a2] type 00 class 0x088000
[ 9.356751] pci 0000:6f:00.1: [8086:09a4] type 00 class 0x088000
[ 9.360742] pci 0000:6f:00.2: [8086:09a3] type 00 class 0x088000
[ 9.368741] pci 0000:6f:00.4: [8086:0b23] type 00 class 0x080700
[ 9.372775] pci 0000:6f:00.5: [8086:28c0] type 00 class 0x010400
[ 9.380671] pci 0000:6f:00.5: reg 0x10: [mem 0x204ffc000000-0x204ffdffffff 64bit pref]
[ 9.388665] pci 0000:6f:00.5: reg 0x18: [mem 0xac000000-0xafffffff]
[ 9.392672] pci 0000:6f:00.5: reg 0x20: [mem 0x204ffe000000-0x204ffe1fffff 64bit]
[ 9.400728] pci 0000:6f:01.0: [8086:09ab] type 00 class 0x088000
[ 9.408974] pci 0000:6f:03.0: [8086:09ab] type 00 class 0x088000
[ 9.412968] pci 0000:6f:05.0: [8086:09ab] type 00 class 0x088000
[ 9.420959] pci 0000:6f:07.0: [8086:09ab] type 00 class 0x088000
[ 9.424969] pci_bus 0000:6f: on NUMA node 0
[ 9.432801] ACPI: PCI Root Bridge [PC05] (domain 0000 [bus 8d-aa])
[ 9.436661] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 9.461838] acpi PNP0A08:05: _OSC: platform does not support [SHPCHotplug AER]
[ 9.473123] acpi PNP0A08:05: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 9.480660] acpi PNP0A08:05: FADT indicates ASPM is unsupported, using BIOS configuration
[ 9.488802] PCI host bridge to bus 0000:8d
[ 9.492660] pci_bus 0000:8d: root bus resource [io 0xc000-0xdfff window]
[ 9.496660] pci_bus 0000:8d: root bus resource [mem 0xb8000000-0xc47fffff window]
[ 9.504660] pci_bus 0000:8d: root bus resource [mem 0x205000000000-0x205fffffffff window]
[ 9.512660] pci_bus 0000:8d: root bus resource [bus 8d-aa]
[ 9.520671] pci 0000:8d:00.0: [8086:09a2] type 00 class 0x088000
[ 9.524743] pci 0000:8d:00.1: [8086:09a4] type 00 class 0x088000
[ 9.532741] pci 0000:8d:00.2: [8086:09a3] type 00 class 0x088000
[ 9.536740] pci 0000:8d:00.4: [8086:0b23] type 00 class 0x080700
[ 9.544785] pci_bus 0000:8d: on NUMA node 0
[ 9.548801] ACPI: PCI Root Bridge [PC06] (domain 0000 [bus ab-c8])
[ 9.556661] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 9.582114] acpi PNP0A08:06: _OSC: platform does not support [SHPCHotplug AER]
[ 9.589120] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 9.596660] acpi PNP0A08:06: FADT indicates ASPM is unsupported, using BIOS configuration
[ 9.604801] PCI host bridge to bus 0000:ab
[ 9.608660] pci_bus 0000:ab: root bus resource [io 0xe000-0xefff window]
[ 9.616660] pci_bus 0000:ab: root bus resource [mem 0xc4800000-0xd0ffffff window]
[ 9.624660] pci_bus 0000:ab: root bus resource [mem 0x206000000000-0x206fffffffff window]
[ 9.632660] pci_bus 0000:ab: root bus resource [bus ab-c8]
[ 9.636671] pci 0000:ab:00.0: [8086:09a2] type 00 class 0x088000
[ 9.644741] pci 0000:ab:00.1: [8086:09a4] type 00 class 0x088000
[ 9.648743] pci 0000:ab:00.2: [8086:09a3] type 00 class 0x088000
[ 9.656741] pci 0000:ab:00.4: [8086:0b23] type 00 class 0x080700
[ 9.660778] pci 0000:ab:01.0: [8086:352a] type 01 class 0x060400
[ 9.668672] pci 0000:ab:01.0: reg 0x10: [mem 0x206ff0200000-0x206ff021ffff 64bit]
[ 9.676722] pci 0000:ab:01.0: PME# supported from D0 D3hot D3cold
[ 9.680686] pci 0000:ab:01.0: PTM enabled (root), 2ns granularity
[ 9.689179] pci 0000:ac:00.0: [1002:1478] type 01 class 0x060400
[ 9.692673] pci 0000:ac:00.0: reg 0x10: [mem 0xc4a00000-0xc4a03fff]
[ 9.700762] pci 0000:ac:00.0: PME# supported from D0 D3hot D3cold
[ 9.708997] pci 0000:ab:01.0: PCI bridge to [bus ac-ae]
[ 9.712661] pci 0000:ab:01.0: bridge window [io 0xe000-0xefff]
[ 9.720661] pci 0000:ab:01.0: bridge window [mem 0xc4800000-0xc4afffff]
[ 9.724662] pci 0000:ab:01.0: bridge window [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 9.732704] pci 0000:ad:00.0: [1002:1479] type 01 class 0x060400
[ 9.740769] pci 0000:ad:00.0: PME# supported from D0 D3hot D3cold
[ 9.744757] pci 0000:ac:00.0: PCI bridge to [bus ad-ae]
[ 9.752665] pci 0000:ac:00.0: bridge window [io 0xe000-0xefff]
[ 9.756662] pci 0000:ac:00.0: bridge window [mem 0xc4800000-0xc49fffff]
[ 9.764663] pci 0000:ac:00.0: bridge window [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 9.772702] pci 0000:ae:00.0: [1002:7312] type 00 class 0x030000
[ 9.780676] pci 0000:ae:00.0: reg 0x10: [mem 0x206fe0000000-0x206fefffffff 64bit pref]
[ 9.788670] pci 0000:ae:00.0: reg 0x18: [mem 0x206ff0000000-0x206ff01fffff 64bit pref]
[ 9.796666] pci 0000:ae:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 9.800666] pci 0000:ae:00.0: reg 0x24: [mem 0xc4900000-0xc497ffff]
[ 9.808667] pci 0000:ae:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 9.812689] pci 0000:ae:00.0: BAR 0: assigned to efifb
[ 9.820721] pci 0000:ae:00.0: PME# supported from D1 D2 D3hot D3cold
[ 9.824763] pci 0000:ae:00.1: [1002:ab38] type 00 class 0x040300
[ 9.832670] pci 0000:ae:00.1: reg 0x10: [mem 0xc4984000-0xc4987fff]
[ 9.836748] pci 0000:ae:00.1: PME# supported from D1 D2 D3hot D3cold
[ 9.844725] pci 0000:ae:00.2: [1002:7316] type 00 class 0x0c0330
[ 9.848676] pci 0000:ae:00.2: reg 0x10: [mem 0xc4800000-0xc48fffff 64bit]
[ 9.856756] pci 0000:ae:00.2: PME# supported from D0 D3hot D3cold
[ 9.864727] pci 0000:ae:00.3: [1002:7314] type 00 class 0x0c8000
[ 9.868674] pci 0000:ae:00.3: reg 0x10: [mem 0xc4980000-0xc4983fff 64bit]
[ 9.876744] pci 0000:ae:00.3: PME# supported from D0 D3hot
[ 9.880743] pci 0000:ad:00.0: PCI bridge to [bus ae]
[ 9.888663] pci 0000:ad:00.0: bridge window [io 0xe000-0xefff]
[ 9.892661] pci 0000:ad:00.0: bridge window [mem 0xc4800000-0xc49fffff]
[ 9.900663] pci 0000:ad:00.0: bridge window [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 9.908677] pci_bus 0000:ab: on NUMA node 0
[ 9.912814] ACPI: PCI Root Bridge [PC07] (domain 0000 [bus c9-e6])
[ 9.920661] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 9.945275] acpi PNP0A08:07: _OSC: platform does not support [SHPCHotplug AER]
[ 9.952931] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 9.960660] acpi PNP0A08:07: FADT indicates ASPM is unsupported, using BIOS configuration
[ 9.968810] PCI host bridge to bus 0000:c9
[ 9.972660] pci_bus 0000:c9: root bus resource [io 0xf000-0xffff window]
[ 9.980660] pci_bus 0000:c9: root bus resource [mem 0xd1000000-0xdd7fffff window]
[ 9.988660] pci_bus 0000:c9: root bus resource [mem 0x207000000000-0x207fffffffff window]
[ 9.996661] pci_bus 0000:c9: root bus resource [bus c9-e6]
[ 10.000672] pci 0000:c9:00.0: [8086:09a2] type 00 class 0x088000
[ 10.008745] pci 0000:c9:00.1: [8086:09a4] type 00 class 0x088000
[ 10.012743] pci 0000:c9:00.2: [8086:09a3] type 00 class 0x088000
[ 10.020742] pci 0000:c9:00.4: [8086:0b23] type 00 class 0x080700
[ 10.024790] pci_bus 0000:c9: on NUMA node 0
[ 10.028842] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus e7-eb])
[ 10.036661] acpi PNP0A08:08: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 10.061296] acpi PNP0A08:08: _OSC: platform does not support [SHPCHotplug AER]
[ 10.068930] acpi PNP0A08:08: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 10.076660] acpi PNP0A08:08: FADT indicates ASPM is unsupported, using BIOS configuration
[ 10.084745] PCI host bridge to bus 0000:e7
[ 10.088660] pci_bus 0000:e7: root bus resource [mem 0xdd800000-0xddffffff window]
[ 10.096660] pci_bus 0000:e7: root bus resource [mem 0x208000000000-0x208fffffffff window]
[ 10.104660] pci_bus 0000:e7: root bus resource [bus e7-eb]
[ 10.112671] pci 0000:e7:00.0: [8086:09a2] type 00 class 0x088000
[ 10.116742] pci 0000:e7:00.1: [8086:09a4] type 00 class 0x088000
[ 10.124738] pci 0000:e7:00.2: [8086:09a3] type 00 class 0x088000
[ 10.128744] pci 0000:e7:00.4: [8086:0b23] type 00 class 0x080700
[ 10.136773] pci 0000:e7:01.0: [8086:0b25] type 00 class 0x088000
[ 10.140669] pci 0000:e7:01.0: reg 0x10: [mem 0x208ffff40000-0x208ffff4ffff 64bit pref]
[ 10.148666] pci 0000:e7:01.0: reg 0x18: [mem 0x208ffff00000-0x208ffff1ffff 64bit pref]
[ 10.156774] pci 0000:e7:03.0: [8086:09a6] type 00 class 0x088000
[ 10.164667] pci 0000:e7:03.0: reg 0x10: [mem 0xdd800000-0xdd8fffff]
[ 10.168750] pci 0000:e7:03.1: [8086:09a7] type 00 class 0x088000
[ 10.176667] pci 0000:e7:03.1: reg 0x10: [mem 0xdd940000-0xdd941fff]
[ 10.180663] pci 0000:e7:03.1: reg 0x14: [mem 0xdd900000-0xdd93ffff]
[ 10.188763] pci 0000:e7:04.0: [8086:3456] type 00 class 0x130000
[ 10.192671] pci 0000:e7:04.0: reg 0x10: [mem 0x208fffe00000-0x208fffefffff 64bit]
[ 10.200667] pci 0000:e7:04.0: reg 0x18: [mem 0x208ffff50000-0x208ffff53fff 64bit]
[ 10.208666] pci 0000:e7:04.0: reg 0x20: [mem 0x208ffff20000-0x208ffff3ffff 64bit]
[ 10.216736] pci_bus 0000:e7: on NUMA node 0
[ 10.220869] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus ec-f0])
[ 10.228661] acpi PNP0A08:0b: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 10.253292] acpi PNP0A08:0b: _OSC: platform does not support [SHPCHotplug AER]
[ 10.260930] acpi PNP0A08:0b: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 10.268660] acpi PNP0A08:0b: FADT indicates ASPM is unsupported, using BIOS configuration
[ 10.276745] PCI host bridge to bus 0000:ec
[ 10.280660] pci_bus 0000:ec: root bus resource [mem 0xde000000-0xde7fffff window]
[ 10.288660] pci_bus 0000:ec: root bus resource [mem 0x209000000000-0x209fffffffff window]
[ 10.296661] pci_bus 0000:ec: root bus resource [bus ec-f0]
[ 10.300670] pci 0000:ec:00.0: [8086:09a2] type 00 class 0x088000
[ 10.308742] pci 0000:ec:00.1: [8086:09a4] type 00 class 0x088000
[ 10.316741] pci 0000:ec:00.2: [8086:09a3] type 00 class 0x088000
[ 10.320745] pci 0000:ec:00.4: [8086:0b23] type 00 class 0x080700
[ 10.328775] pci 0000:ec:04.0: [8086:3456] type 00 class 0x130000
[ 10.332671] pci 0000:ec:04.0: reg 0x10: [mem 0x209fffe00000-0x209fffefffff 64bit]
[ 10.340667] pci 0000:ec:04.0: reg 0x18: [mem 0x209ffff20000-0x209ffff23fff 64bit]
[ 10.348669] pci 0000:ec:04.0: reg 0x20: [mem 0x209ffff00000-0x209ffff1ffff 64bit]
[ 10.356748] pci_bus 0000:ec: on NUMA node 0
[ 10.360866] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus f1-f5])
[ 10.364661] acpi PNP0A08:0e: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 10.393280] acpi PNP0A08:0e: _OSC: platform does not support [SHPCHotplug AER]
[ 10.400935] acpi PNP0A08:0e: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 10.408660] acpi PNP0A08:0e: FADT indicates ASPM is unsupported, using BIOS configuration
[ 10.416745] PCI host bridge to bus 0000:f1
[ 10.420660] pci_bus 0000:f1: root bus resource [mem 0xde800000-0xdeffffff window]
[ 10.428660] pci_bus 0000:f1: root bus resource [mem 0x20a000000000-0x20afffffffff window]
[ 10.436660] pci_bus 0000:f1: root bus resource [bus f1-f5]
[ 10.440670] pci 0000:f1:00.0: [8086:09a2] type 00 class 0x088000
[ 10.448741] pci 0000:f1:00.1: [8086:09a4] type 00 class 0x088000
[ 10.452742] pci 0000:f1:00.2: [8086:09a3] type 00 class 0x088000
[ 10.460742] pci 0000:f1:00.4: [8086:0b23] type 00 class 0x080700
[ 10.464775] pci 0000:f1:04.0: [8086:3456] type 00 class 0x130000
[ 10.472672] pci 0000:f1:04.0: reg 0x10: [mem 0x20afffe00000-0x20afffefffff 64bit]
[ 10.480668] pci 0000:f1:04.0: reg 0x18: [mem 0x20affff20000-0x20affff23fff 64bit]
[ 10.488668] pci 0000:f1:04.0: reg 0x20: [mem 0x20affff00000-0x20affff1ffff 64bit]
[ 10.492736] pci_bus 0000:f1: on NUMA node 0
[ 10.496864] ACPI: PCI Root Bridge [DIN0] (domain 0000 [bus f6-fa])
[ 10.504661] acpi PNP0A08:11: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 10.529269] acpi PNP0A08:11: _OSC: platform does not support [SHPCHotplug AER]
[ 10.536931] acpi PNP0A08:11: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR]
[ 10.544660] acpi PNP0A08:11: FADT indicates ASPM is unsupported, using BIOS configuration
[ 10.552744] PCI host bridge to bus 0000:f6
[ 10.556660] pci_bus 0000:f6: root bus resource [mem 0xdf000000-0xdf7fffff window]
[ 10.564660] pci_bus 0000:f6: root bus resource [mem 0x20b000000000-0x20bfffffffff window]
[ 10.572660] pci_bus 0000:f6: root bus resource [bus f6-fa]
[ 10.580670] pci 0000:f6:00.0: [8086:09a2] type 00 class 0x088000
[ 10.584741] pci 0000:f6:00.1: [8086:09a4] type 00 class 0x088000
[ 10.592741] pci 0000:f6:00.2: [8086:09a3] type 00 class 0x088000
[ 10.596743] pci 0000:f6:00.4: [8086:0b23] type 00 class 0x080700
[ 10.604777] pci 0000:f6:04.0: [8086:3456] type 00 class 0x130000
[ 10.608672] pci 0000:f6:04.0: reg 0x10: [mem 0x20bfffe00000-0x20bfffefffff 64bit]
[ 10.616667] pci 0000:f6:04.0: reg 0x18: [mem 0x20bffff20000-0x20bffff23fff 64bit]
[ 10.624668] pci 0000:f6:04.0: reg 0x20: [mem 0x20bffff00000-0x20bffff1ffff 64bit]
[ 10.632736] pci_bus 0000:f6: on NUMA node 0
[ 10.636820] ACPI: PCI Root Bridge [UB00] (domain 0000 [bus fe])
[ 10.644661] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 10.652765] acpi PNP0A03:00: _OSC: platform does not support [SHPCHotplug AER LTR]
[ 10.660853] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 10.668660] acpi PNP0A03:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 10.676768] PCI host bridge to bus 0000:fe
[ 10.680660] pci_bus 0000:fe: root bus resource [bus fe]
[ 10.684669] pci 0000:fe:00.0: [8086:3250] type 00 class 0x088000
[ 10.692748] pci 0000:fe:00.1: [8086:3251] type 00 class 0x088000
[ 10.696729] pci 0000:fe:00.2: [8086:3252] type 00 class 0x088000
[ 10.704731] pci 0000:fe:00.3: [8086:0998] type 00 class 0x060000
[ 10.708748] pci 0000:fe:00.5: [8086:3255] type 00 class 0x088000
[ 10.716740] pci 0000:fe:05.0: [8086:3245] type 00 class 0x088000
[ 10.720760] pci 0000:fe:05.1: [8086:3246] type 00 class 0x088000
[ 10.728760] pci 0000:fe:05.2: [8086:3247] type 00 class 0x088000
[ 10.732769] pci 0000:fe:06.0: [8086:3245] type 00 class 0x088000
[ 10.740804] pci 0000:fe:06.1: [8086:3246] type 00 class 0x088000
[ 10.748806] pci 0000:fe:06.2: [8086:3247] type 00 class 0x088000
[ 10.752808] pci 0000:fe:07.0: [8086:3245] type 00 class 0x088000
[ 10.760803] pci 0000:fe:07.1: [8086:3246] type 00 class 0x088000
[ 10.764800] pci 0000:fe:07.2: [8086:3247] type 00 class 0x088000
[ 10.772810] pci 0000:fe:08.0: [8086:3245] type 00 class 0x088000
[ 10.776841] pci 0000:fe:08.1: [8086:3246] type 00 class 0x088000
[ 10.784841] pci 0000:fe:08.2: [8086:3247] type 00 class 0x088000
[ 10.788836] pci 0000:fe:0c.0: [8086:324a] type 00 class 0x110100
[ 10.796773] pci 0000:fe:0d.0: [8086:324a] type 00 class 0x110100
[ 10.800797] pci 0000:fe:0e.0: [8086:324a] type 00 class 0x110100
[ 10.808797] pci 0000:fe:0f.0: [8086:324a] type 00 class 0x110100
[ 10.816818] pci 0000:fe:1a.0: [8086:2880] type 00 class 0x110100
[ 10.820771] pci 0000:fe:1b.0: [8086:2880] type 00 class 0x110100
[ 10.828799] pci 0000:fe:1c.0: [8086:2880] type 00 class 0x110100
[ 10.832797] pci 0000:fe:1d.0: [8086:2880] type 00 class 0x110100
[ 10.840806] pci_bus 0000:fe: on NUMA node 0
[ 10.844723] ACPI: PCI Root Bridge [UB01] (domain 0000 [bus ff])
[ 10.848662] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 10.860769] acpi PNP0A03:01: _OSC: platform does not support [SHPCHotplug AER LTR]
[ 10.864857] acpi PNP0A03:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 10.872660] acpi PNP0A03:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 10.884769] PCI host bridge to bus 0000:ff
[ 10.888660] pci_bus 0000:ff: root bus resource [bus ff]
[ 10.892674] pci 0000:ff:00.0: [8086:324c] type 00 class 0x088000
[ 10.896767] pci 0000:ff:00.1: [8086:324c] type 00 class 0x088000
[ 10.904778] pci 0000:ff:00.2: [8086:324c] type 00 class 0x088000
[ 10.908776] pci 0000:ff:00.3: [8086:324c] type 00 class 0x088000
[ 10.916762] pci 0000:ff:00.4: [8086:324c] type 00 class 0x088000
[ 10.924768] pci 0000:ff:00.5: [8086:324c] type 00 class 0x088000
[ 10.928769] pci 0000:ff:00.6: [8086:324c] type 00 class 0x088000
[ 10.936757] pci 0000:ff:00.7: [8086:324c] type 00 class 0x088000
[ 10.940758] pci 0000:ff:01.0: [8086:324c] type 00 class 0x088000
[ 10.948785] pci 0000:ff:01.1: [8086:324c] type 00 class 0x088000
[ 10.952764] pci 0000:ff:01.2: [8086:324c] type 00 class 0x088000
[ 10.960758] pci 0000:ff:01.3: [8086:324c] type 00 class 0x088000
[ 10.964755] pci 0000:ff:01.4: [8086:324c] type 00 class 0x088000
[ 10.972762] pci 0000:ff:01.5: [8086:324c] type 00 class 0x088000
[ 10.976762] pci 0000:ff:01.6: [8086:324c] type 00 class 0x088000
[ 10.984768] pci 0000:ff:01.7: [8086:324c] type 00 class 0x088000
[ 10.988769] pci 0000:ff:02.0: [8086:324c] type 00 class 0x088000
[ 10.996768] pci 0000:ff:02.1: [8086:324c] type 00 class 0x088000
[ 11.000769] pci 0000:ff:02.2: [8086:324c] type 00 class 0x088000
[ 11.008776] pci 0000:ff:02.3: [8086:324c] type 00 class 0x088000
[ 11.016772] pci 0000:ff:02.4: [8086:324c] type 00 class 0x088000
[ 11.020771] pci 0000:ff:02.5: [8086:324c] type 00 class 0x088000
[ 11.028773] pci 0000:ff:02.6: [8086:324c] type 00 class 0x088000
[ 11.032775] pci 0000:ff:02.7: [8086:324c] type 00 class 0x088000
[ 11.040776] pci 0000:ff:03.0: [8086:324c] type 00 class 0x088000
[ 11.044776] pci 0000:ff:03.1: [8086:324c] type 00 class 0x088000
[ 11.052779] pci 0000:ff:03.2: [8086:324c] type 00 class 0x088000
[ 11.056783] pci 0000:ff:03.3: [8086:324c] type 00 class 0x088000
[ 11.064785] pci 0000:ff:03.4: [8086:324c] type 00 class 0x088000
[ 11.068812] pci 0000:ff:03.5: [8086:324c] type 00 class 0x088000
[ 11.076805] pci 0000:ff:03.6: [8086:324c] type 00 class 0x088000
[ 11.080808] pci 0000:ff:03.7: [8086:324c] type 00 class 0x088000
[ 11.088810] pci 0000:ff:04.0: [8086:324c] type 00 class 0x088000
[ 11.096810] pci 0000:ff:04.1: [8086:324c] type 00 class 0x088000
[ 11.100804] pci 0000:ff:04.2: [8086:324c] type 00 class 0x088000
[ 11.108810] pci 0000:ff:04.3: [8086:324c] type 00 class 0x088000
[ 11.112805] pci 0000:ff:04.4: [8086:324c] type 00 class 0x088000
[ 11.120805] pci 0000:ff:04.5: [8086:324c] type 00 class 0x088000
[ 11.124799] pci 0000:ff:04.6: [8086:324c] type 00 class 0x088000
[ 11.132803] pci 0000:ff:04.7: [8086:324c] type 00 class 0x088000
[ 11.136803] pci 0000:ff:05.0: [8086:324c] type 00 class 0x088000
[ 11.144795] pci 0000:ff:05.1: [8086:324c] type 00 class 0x088000
[ 11.148797] pci 0000:ff:05.2: [8086:324c] type 00 class 0x088000
[ 11.156813] pci 0000:ff:05.3: [8086:324c] type 00 class 0x088000
[ 11.164809] pci 0000:ff:05.4: [8086:324c] type 00 class 0x088000
[ 11.168810] pci 0000:ff:05.5: [8086:324c] type 00 class 0x088000
[ 11.176810] pci 0000:ff:05.6: [8086:324c] type 00 class 0x088000
[ 11.180813] pci 0000:ff:05.7: [8086:324c] type 00 class 0x088000
[ 11.188814] pci 0000:ff:06.0: [8086:324c] type 00 class 0x088000
[ 11.192813] pci 0000:ff:06.1: [8086:324c] type 00 class 0x088000
[ 11.200813] pci 0000:ff:06.2: [8086:324c] type 00 class 0x088000
[ 11.204821] pci 0000:ff:06.3: [8086:324c] type 00 class 0x088000
[ 11.212818] pci 0000:ff:06.4: [8086:324c] type 00 class 0x088000
[ 11.216818] pci 0000:ff:06.5: [8086:324c] type 00 class 0x088000
[ 11.224821] pci 0000:ff:06.6: [8086:324c] type 00 class 0x088000
[ 11.232820] pci 0000:ff:06.7: [8086:324c] type 00 class 0x088000
[ 11.236814] pci 0000:ff:07.0: [8086:324c] type 00 class 0x088000
[ 11.244768] pci 0000:ff:07.1: [8086:324c] type 00 class 0x088000
[ 11.248784] pci 0000:ff:07.2: [8086:324c] type 00 class 0x088000
[ 11.256819] pci 0000:ff:07.3: [8086:324c] type 00 class 0x088000
[ 11.260822] pci 0000:ff:0a.0: [8086:324d] type 00 class 0x088000
[ 11.268785] pci 0000:ff:0a.1: [8086:324d] type 00 class 0x088000
[ 11.272773] pci 0000:ff:0a.2: [8086:324d] type 00 class 0x088000
[ 11.280772] pci 0000:ff:0a.3: [8086:324d] type 00 class 0x088000
[ 11.284763] pci 0000:ff:0a.4: [8086:324d] type 00 class 0x088000
[ 11.292769] pci 0000:ff:0a.5: [8086:324d] type 00 class 0x088000
[ 11.296767] pci 0000:ff:0a.6: [8086:324d] type 00 class 0x088000
[ 11.304764] pci 0000:ff:0a.7: [8086:324d] type 00 class 0x088000
[ 11.312759] pci 0000:ff:0b.0: [8086:324d] type 00 class 0x088000
[ 11.316765] pci 0000:ff:0b.1: [8086:324d] type 00 class 0x088000
[ 11.324765] pci 0000:ff:0b.2: [8086:324d] type 00 class 0x088000
[ 11.328754] pci 0000:ff:0b.3: [8086:324d] type 00 class 0x088000
[ 11.336756] pci 0000:ff:0b.4: [8086:324d] type 00 class 0x088000
[ 11.340763] pci 0000:ff:0b.5: [8086:324d] type 00 class 0x088000
[ 11.348763] pci 0000:ff:0b.6: [8086:324d] type 00 class 0x088000
[ 11.352773] pci 0000:ff:0b.7: [8086:324d] type 00 class 0x088000
[ 11.360770] pci 0000:ff:0c.0: [8086:324d] type 00 class 0x088000
[ 11.364770] pci 0000:ff:0c.1: [8086:324d] type 00 class 0x088000
[ 11.372776] pci 0000:ff:0c.2: [8086:324d] type 00 class 0x088000
[ 11.376773] pci 0000:ff:0c.3: [8086:324d] type 00 class 0x088000
[ 11.384772] pci 0000:ff:0c.4: [8086:324d] type 00 class 0x088000
[ 11.392773] pci 0000:ff:0c.5: [8086:324d] type 00 class 0x088000
[ 11.396773] pci 0000:ff:0c.6: [8086:324d] type 00 class 0x088000
[ 11.404780] pci 0000:ff:0c.7: [8086:324d] type 00 class 0x088000
[ 11.408776] pci 0000:ff:0d.0: [8086:324d] type 00 class 0x088000
[ 11.416776] pci 0000:ff:0d.1: [8086:324d] type 00 class 0x088000
[ 11.420780] pci 0000:ff:0d.2: [8086:324d] type 00 class 0x088000
[ 11.428781] pci 0000:ff:0d.3: [8086:324d] type 00 class 0x088000
[ 11.432784] pci 0000:ff:0d.4: [8086:324d] type 00 class 0x088000
[ 11.440813] pci 0000:ff:0d.5: [8086:324d] type 00 class 0x088000
[ 11.444808] pci 0000:ff:0d.6: [8086:324d] type 00 class 0x088000
[ 11.452809] pci 0000:ff:0d.7: [8086:324d] type 00 class 0x088000
[ 11.456810] pci 0000:ff:0e.0: [8086:324d] type 00 class 0x088000
[ 11.464811] pci 0000:ff:0e.1: [8086:324d] type 00 class 0x088000
[ 11.472803] pci 0000:ff:0e.2: [8086:324d] type 00 class 0x088000
[ 11.476807] pci 0000:ff:0e.3: [8086:324d] type 00 class 0x088000
[ 11.484807] pci 0000:ff:0e.4: [8086:324d] type 00 class 0x088000
[ 11.488799] pci 0000:ff:0e.5: [8086:324d] type 00 class 0x088000
[ 11.496802] pci 0000:ff:0e.6: [8086:324d] type 00 class 0x088000
[ 11.500808] pci 0000:ff:0e.7: [8086:324d] type 00 class 0x088000
[ 11.508802] pci 0000:ff:0f.0: [8086:324d] type 00 class 0x088000
[ 11.512795] pci 0000:ff:0f.1: [8086:324d] type 00 class 0x088000
[ 11.520799] pci 0000:ff:0f.2: [8086:324d] type 00 class 0x088000
[ 11.524810] pci 0000:ff:0f.3: [8086:324d] type 00 class 0x088000
[ 11.532810] pci 0000:ff:0f.4: [8086:324d] type 00 class 0x088000
[ 11.540811] pci 0000:ff:0f.5: [8086:324d] type 00 class 0x088000
[ 11.544812] pci 0000:ff:0f.6: [8086:324d] type 00 class 0x088000
[ 11.552817] pci 0000:ff:0f.7: [8086:324d] type 00 class 0x088000
[ 11.556815] pci 0000:ff:10.0: [8086:324d] type 00 class 0x088000
[ 11.564814] pci 0000:ff:10.1: [8086:324d] type 00 class 0x088000
[ 11.568815] pci 0000:ff:10.2: [8086:324d] type 00 class 0x088000
[ 11.576818] pci 0000:ff:10.3: [8086:324d] type 00 class 0x088000
[ 11.580817] pci 0000:ff:10.4: [8086:324d] type 00 class 0x088000
[ 11.588820] pci 0000:ff:10.5: [8086:324d] type 00 class 0x088000
[ 11.592821] pci 0000:ff:10.6: [8086:324d] type 00 class 0x088000
[ 11.600824] pci 0000:ff:10.7: [8086:324d] type 00 class 0x088000
[ 11.608815] pci 0000:ff:11.0: [8086:324d] type 00 class 0x088000
[ 11.612768] pci 0000:ff:11.1: [8086:324d] type 00 class 0x088000
[ 11.620785] pci 0000:ff:11.2: [8086:324d] type 00 class 0x088000
[ 11.624822] pci 0000:ff:11.3: [8086:324d] type 00 class 0x088000
[ 11.632842] pci 0000:ff:1d.0: [8086:344f] type 00 class 0x088000
[ 11.636796] pci 0000:ff:1d.1: [8086:3457] type 00 class 0x088000
[ 11.644781] pci 0000:ff:1e.0: [8086:3258] type 00 class 0x088000
[ 11.648741] pci 0000:ff:1e.1: [8086:3259] type 00 class 0x088000
[ 11.656717] pci 0000:ff:1e.2: [8086:325a] type 00 class 0x088000
[ 11.660716] pci 0000:ff:1e.3: [8086:325b] type 00 class 0x088000
[ 11.668716] pci 0000:ff:1e.4: [8086:325c] type 00 class 0x088000
[ 11.672715] pci 0000:ff:1e.5: [8086:325d] type 00 class 0x088000
[ 11.680715] pci 0000:ff:1e.6: [8086:325e] type 00 class 0x088000
[ 11.684715] pci 0000:ff:1e.7: [8086:325f] type 00 class 0x088000
[ 11.692718] pci_bus 0000:ff: on NUMA node 0
[ 11.698067] ACPI: EC: interrupt unblocked
[ 11.700663] ACPI: EC: event unblocked
[ 11.704360] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 11.712661] ACPI: EC: GPE=0x6e
[ 11.715744] ACPI: \_SB_.PC00.LPCB.ECDV: Boot DSDT EC initialization complete
[ 11.720660] ACPI: \_SB_.PC00.LPCB.ECDV: EC: Used to handle transactions and events
[ 11.728895] iommu: Default domain type: Translated
[ 11.732662] iommu: DMA domain TLB invalidation policy: lazy mode
[ 11.740879] SCSI subsystem initialized
[ 11.744686] libata version 3.00 loaded.
[ 11.748559] ACPI: bus type USB registered
[ 11.752669] usbcore: registered new interface driver usbfs
[ 11.756666] usbcore: registered new interface driver hub
[ 11.764695] usbcore: registered new device driver usb
[ 11.768679] pps_core: LinuxPPS API ver. 1 registered
[ 11.772661] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 11.780661] PTP clock support registered
[ 11.788725] EDAC MC: Ver: 3.0.0
[ 11.792701] Registered efivars operations
[ 11.796810] NetLabel: Initializing
[ 11.800245] NetLabel: domain hash size = 128
[ 11.804660] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 11.808677] NetLabel: unlabeled traffic allowed by default
[ 11.812684] PCI: Using ACPI for IRQ routing
[ 11.822398] PCI: pci_cache_line_size set to 64 bytes
[ 11.829405] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 11.836661] e820: reserve RAM buffer [mem 0x46be9000-0x47ffffff]
[ 11.840660] e820: reserve RAM buffer [mem 0x47fdd018-0x47ffffff]
[ 11.848662] e820: reserve RAM buffer [mem 0x48097018-0x4bffffff]
[ 11.852660] e820: reserve RAM buffer [mem 0x480cd000-0x4bffffff]
[ 11.860660] e820: reserve RAM buffer [mem 0x4f00e000-0x4fffffff]
[ 11.864660] e820: reserve RAM buffer [mem 0x5d700000-0x5fffffff]
[ 11.872675] pci 0000:ae:00.0: vgaarb: setting as boot VGA device
[ 11.876659] pci 0000:ae:00.0: vgaarb: bridge control possible
[ 11.876659] pci 0000:ae:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 11.892690] vgaarb: loaded
[ 11.897505] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 11.900660] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 11.910977] clocksource: Switched to clocksource tsc-early
[ 11.914443] VFS: Disk quotas dquot_6.6.0
[ 11.918465] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 11.925557] AppArmor: AppArmor Filesystem Enabled
[ 11.930542] pnp: PnP ACPI init
[ 11.945084] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 11.951042] system 00:01: [io 0x0400-0x041f] has been reserved
[ 11.956992] system 00:01: [io 0x0600-0x061f] has been reserved
[ 11.962943] system 00:01: [io 0x0ca0-0x0ca1] has been reserved
[ 11.968891] system 00:01: [io 0x0ca4-0x0ca6] has been reserved
[ 11.974841] system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
[ 11.982346] pnp 00:02: [dma 0 disabled]
[ 11.988230] system 00:03: [io 0x1000-0x10fe] has been reserved
[ 11.995279] pnp: PnP ACPI: found 5 devices
[ 12.005165] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 12.014200] NET: Registered PF_INET protocol family
[ 12.019349] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 12.030994] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 12.039767] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 12.047739] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 12.056264] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 12.063770] TCP: Hash tables configured (established 262144 bind 65536)
[ 12.070682] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 12.078417] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 12.085421] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 12.092932] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 12.098633] NET: Registered PF_XDP protocol family
[ 12.103475] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 12.113423] pci 0000:ae:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 12.123377] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 12.135050] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffc8000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 12.146722] pci 0000:00:10.0: BAR 0: assigned [mem 0x200000000000-0x200000000fff 64bit]
[ 12.154817] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 12.166482] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffc8000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 12.178151] pci 0000:00:15.0: BAR 0: assigned [mem 0x200000001000-0x200000001fff 64bit]
[ 12.186228] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 12.197892] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffc8000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
[ 12.209560] pci 0000:00:15.1: BAR 0: assigned [mem 0x200000002000-0x200000002fff 64bit]
[ 12.217643] pci 0000:01:00.0: BAR 6: assigned [mem 0x808a0000-0x808bffff pref]
[ 12.224894] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 12.229915] pci 0000:00:1c.0: bridge window [mem 0x80400000-0x808fffff]
[ 12.236743] pci 0000:00:1c.7: PCI bridge to [bus 02]
[ 12.241745] pci 0000:00:1c.7: bridge window [mem 0x80900000-0x809fffff]
[ 12.248573] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 12.254779] pci_bus 0000:00: resource 5 [io 0x1000-0x3fff window]
[ 12.260985] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 12.267882] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000cffff window]
[ 12.274789] pci_bus 0000:00: resource 8 [mem 0xfe010000-0xfe010fff window]
[ 12.281693] pci_bus 0000:00: resource 9 [mem 0x80040000-0x857fffff window]
[ 12.288599] pci_bus 0000:00: resource 10 [mem 0x200000000000-0x200fffffffff window]
[ 12.296283] pci_bus 0000:01: resource 1 [mem 0x80400000-0x808fffff]
[ 12.302582] pci_bus 0000:02: resource 1 [mem 0x80900000-0x809fffff]
[ 12.309022] pci_bus 0000:15: resource 4 [io 0x4000-0x5fff window]
[ 12.315238] pci_bus 0000:15: resource 5 [mem 0x85800000-0x923fffff window]
[ 12.322142] pci_bus 0000:15: resource 6 [mem 0x201000000000-0x201fffffffff window]
[ 12.329797] pci_bus 0000:33: resource 4 [io 0x6000-0x7fff window]
[ 12.336006] pci_bus 0000:33: resource 5 [mem 0x92400000-0x9effffff window]
[ 12.342913] pci_bus 0000:33: resource 6 [mem 0x202000000000-0x202fffffffff window]
[ 12.350568] pci_bus 0000:51: resource 4 [io 0x8000-0x9fff window]
[ 12.356774] pci_bus 0000:51: resource 5 [mem 0x9f000000-0xab7fffff window]
[ 12.363681] pci_bus 0000:51: resource 6 [mem 0x203000000000-0x203fffffffff window]
[ 12.371341] pci_bus 0000:6f: resource 4 [io 0xa000-0xbfff window]
[ 12.377549] pci_bus 0000:6f: resource 5 [mem 0xab800000-0xb7ffffff window]
[ 12.384455] pci_bus 0000:6f: resource 6 [mem 0x204000000000-0x204fffffffff window]
[ 12.392110] pci_bus 0000:8d: resource 4 [io 0xc000-0xdfff window]
[ 12.398320] pci_bus 0000:8d: resource 5 [mem 0xb8000000-0xc47fffff window]
[ 12.405225] pci_bus 0000:8d: resource 6 [mem 0x205000000000-0x205fffffffff window]
[ 12.412881] pci 0000:ae:00.0: BAR 6: assigned [mem 0xc49a0000-0xc49bffff pref]
[ 12.420132] pci 0000:ad:00.0: PCI bridge to [bus ae]
[ 12.425133] pci 0000:ad:00.0: bridge window [io 0xe000-0xefff]
[ 12.431252] pci 0000:ad:00.0: bridge window [mem 0xc4800000-0xc49fffff]
[ 12.438070] pci 0000:ad:00.0: bridge window [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 12.446535] pci 0000:ac:00.0: PCI bridge to [bus ad-ae]
[ 12.451807] pci 0000:ac:00.0: bridge window [io 0xe000-0xefff]
[ 12.457929] pci 0000:ac:00.0: bridge window [mem 0xc4800000-0xc49fffff]
[ 12.464752] pci 0000:ac:00.0: bridge window [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 12.473213] pci 0000:ab:01.0: PCI bridge to [bus ac-ae]
[ 12.478469] pci 0000:ab:01.0: bridge window [io 0xe000-0xefff]
[ 12.484590] pci 0000:ab:01.0: bridge window [mem 0xc4800000-0xc4afffff]
[ 12.491410] pci 0000:ab:01.0: bridge window [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 12.499872] pci_bus 0000:ab: resource 4 [io 0xe000-0xefff window]
[ 12.506075] pci_bus 0000:ab: resource 5 [mem 0xc4800000-0xd0ffffff window]
[ 12.512981] pci_bus 0000:ab: resource 6 [mem 0x206000000000-0x206fffffffff window]
[ 12.520581] pci_bus 0000:ac: resource 0 [io 0xe000-0xefff]
[ 12.526188] pci_bus 0000:ac: resource 1 [mem 0xc4800000-0xc4afffff]
[ 12.532487] pci_bus 0000:ac: resource 2 [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 12.540427] pci_bus 0000:ad: resource 0 [io 0xe000-0xefff]
[ 12.546033] pci_bus 0000:ad: resource 1 [mem 0xc4800000-0xc49fffff]
[ 12.552333] pci_bus 0000:ad: resource 2 [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 12.560268] pci_bus 0000:ae: resource 0 [io 0xe000-0xefff]
[ 12.565875] pci_bus 0000:ae: resource 1 [mem 0xc4800000-0xc49fffff]
[ 12.572174] pci_bus 0000:ae: resource 2 [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 12.580174] pci_bus 0000:c9: resource 4 [io 0xf000-0xffff window]
[ 12.586380] pci_bus 0000:c9: resource 5 [mem 0xd1000000-0xdd7fffff window]
[ 12.593285] pci_bus 0000:c9: resource 6 [mem 0x207000000000-0x207fffffffff window]
[ 12.600939] pci_bus 0000:e7: resource 4 [mem 0xdd800000-0xddffffff window]
[ 12.607847] pci_bus 0000:e7: resource 5 [mem 0x208000000000-0x208fffffffff window]
[ 12.615449] pci_bus 0000:ec: resource 4 [mem 0xde000000-0xde7fffff window]
[ 12.622371] pci_bus 0000:ec: resource 5 [mem 0x209000000000-0x209fffffffff window]
[ 12.629971] pci_bus 0000:f1: resource 4 [mem 0xde800000-0xdeffffff window]
[ 12.636879] pci_bus 0000:f1: resource 5 [mem 0x20a000000000-0x20afffffffff window]
[ 12.644477] pci_bus 0000:f6: resource 4 [mem 0xdf000000-0xdf7fffff window]
[ 12.651381] pci_bus 0000:f6: resource 5 [mem 0x20b000000000-0x20bfffffffff window]
[ 12.659652] pci 0000:ae:00.0: disabling ATS
[ 12.663898] pci 0000:ae:00.1: D0 power state depends on 0000:ae:00.0
[ 12.670347] pci 0000:ae:00.2: D0 power state depends on 0000:ae:00.0
[ 12.676976] pci 0000:ae:00.3: D0 power state depends on 0000:ae:00.0
[ 12.683753] PCI: CLS 32 bytes, default 64
[ 12.687889] Unpacking initramfs...
[ 12.687977] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 12.697806] software IO TLB: mapped [mem 0x00000000357ef000-0x00000000397ef000] (64MB)
[ 12.705833] intel_uncore: Invalid Global Discovery State: 0xffffffffffffffff 0xffffffffffffffff 0xffffffffffffffff
[ 12.716229] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns
[ 12.726421] clocksource: Switched to clocksource tsc
[ 12.733914] Initialise system trusted keyrings
[ 12.738404] Key type blacklist registered
[ 12.742505] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 12.750044] zbud: loaded
[ 12.753124] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 12.759159] fuse: init (API version 7.36)
[ 12.763454] integrity: Platform Keyring initialized
[ 12.780501] Key type asymmetric registered
[ 12.784634] Asymmetric key parser 'x509' registered
[ 13.596885] Freeing initrd memory: 47328K
[ 13.604431] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[ 13.610247] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 13.617759] io scheduler mq-deadline registered
[ 13.624141] pcieport 0000:00:00.4: PME: Signaling with IRQ 36
[ 13.630226] pcieport 0000:00:1c.0: PME: Signaling with IRQ 37
[ 13.636322] pcieport 0000:00:1c.7: PME: Signaling with IRQ 38
[ 13.642303] pcieport 0000:15:00.4: PME: Signaling with IRQ 39
[ 13.648261] pcieport 0000:33:00.4: PME: Signaling with IRQ 40
[ 13.654219] pcieport 0000:51:00.4: PME: Signaling with IRQ 41
[ 13.660176] pcieport 0000:6f:00.4: PME: Signaling with IRQ 42
[ 13.666133] pcieport 0000:8d:00.4: PME: Signaling with IRQ 43
[ 13.672090] pcieport 0000:ab:00.4: PME: Signaling with IRQ 44
[ 13.677986] pcieport 0000:ab:01.0: PME: Signaling with IRQ 45
[ 13.684109] pcieport 0000:c9:00.4: PME: Signaling with IRQ 47
[ 13.690043] pcieport 0000:e7:00.4: PME: Signaling with IRQ 48
[ 13.695987] pcieport 0000:ec:00.4: PME: Signaling with IRQ 49
[ 13.701917] pcieport 0000:f1:00.4: PME: Signaling with IRQ 50
[ 13.707854] pcieport 0000:f6:00.4: PME: Signaling with IRQ 51
[ 13.713892] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 13.720832] Monitor-Mwait will be used to enter C-1 state
[ 13.726265] Monitor-Mwait will be used to enter C-2 state
[ 13.731690] ACPI: \_SB_.SCK0.C000: Found 2 idle states
[ 13.741277] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 13.749710] ACPI: button: Power Button [PBTN]
[ 13.754134] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 13.762526] ACPI: button: Sleep Button [SBTN]
[ 13.766944] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 13.774396] ACPI: button: Power Button [PWRF]
[ 13.782519] acpi/hmat: HMAT: Memory Flags:0001 Processor Domain:0 Memory Domain:0
[ 13.790040] acpi/hmat: HMAT: Locality: Flags:00 Type:Read Latency Initiator Domains:1 Target Domains:1 Base:100
[ 13.800169] acpi/hmat: Initiator-Target[0-0]:91 nsec
[ 13.805342] acpi/hmat: HMAT: Locality: Flags:00 Type:Write Latency Initiator Domains:1 Target Domains:1 Base:100
[ 13.815540] acpi/hmat: Initiator-Target[0-0]:91 nsec
[ 13.820708] acpi/hmat: HMAT: Locality: Flags:00 Type:Read Bandwidth Initiator Domains:1 Target Domains:1 Base:100
[ 13.830990] acpi/hmat: Initiator-Target[0-0]:262100 MB/s
[ 13.836500] acpi/hmat: HMAT: Locality: Flags:00 Type:Write Bandwidth Initiator Domains:1 Target Domains:1 Base:100
[ 13.846868] acpi/hmat: Initiator-Target[0-0]:176100 MB/s
[ 13.852517] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 13.860024] pstore: Registered erst as persistent store backend
[ 13.866406] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 13.896786] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 13.929047] 0000:00:16.3: ttyS4 at I/O 0x2048 (irq = 19, base_baud = 115200) is a 16550A
[ 13.937650] Linux agpgart interface v0.103
[ 13.948739] tpm_tis NTC0702:00: 2.0 TPM (device-id 0xFC, rev-id 1)
[ 14.134746] loop: module loaded
[ 14.138275] tun: Universal TUN/TAP device driver, 1.6
[ 14.143388] PPP generic driver version 2.4.2
[ 14.147732] VFIO - User Level meta-driver version: 0.3
[ 14.153010] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 14.159571] ehci-pci: EHCI PCI platform driver
[ 14.164074] ehci-platform: EHCI generic platform driver
[ 14.169338] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 14.175565] ohci-pci: OHCI PCI platform driver
[ 14.180069] ohci-platform: OHCI generic platform driver
[ 14.185335] uhci_hcd: USB Universal Host Controller Interface driver
[ 14.191786] i8042: PNP: No PS/2 controller found.
[ 14.196564] mousedev: PS/2 mouse device common for all mice
[ 14.202271] rtc_cmos 00:00: RTC can wake from S4
[ 14.207818] rtc_cmos 00:00: registered as rtc0
[ 14.212483] rtc_cmos 00:00: setting system clock to 2022-07-13T07:41:06 UTC (1657698066)
[ 14.220615] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 14.228308] i2c_dev: i2c /dev entries driver
[ 14.242381] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 14.254618] device-mapper: uevent: version 1.0.3
[ 14.259343] device-mapper: ioctl: 4.46.0-ioctl (2022-02-22) initialised: dm-devel@xxxxxxxxxx
[ 14.267830] platform eisa.0: Probing EISA bus 0
[ 14.272397] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 14.279210] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 14.285681] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 14.292149] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 14.298621] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 14.305092] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 14.311561] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 14.318029] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 14.324496] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 14.330966] platform eisa.0: EISA: Detected 0 cards
[ 14.335872] intel_pstate: CPU model not supported
[ 14.349273] ledtrig-cpu: registered to indicate activity on CPUs
[ 14.355352] efifb: probing for efifb
[ 14.358983] efifb: framebuffer at 0x206fe0000000, using 8100k, total 8100k
[ 14.365893] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 14.372012] efifb: scrolling: redraw
[ 14.375615] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 14.381249] fbcon: Deferring console take-over
[ 14.385730] fb0: EFI VGA frame buffer device
[ 14.390035] EFI Variables Facility v0.08 2004-May-17
[ 14.402019] drop_monitor: Initializing network drop monitor service
[ 14.408487] NET: Registered PF_INET6 protocol family
[ 14.417922] Segment Routing with IPv6
[ 14.421641] In-situ OAM (IOAM) with IPv6
[ 14.425625] NET: Registered PF_PACKET protocol family
[ 14.430758] Key type dns_resolver registered
[ 14.475504] microcode: sig=0x806f4, pf=0x2, revision=0xe000190
[ 14.489797] microcode: Microcode Update Driver: v2.2.
[ 14.491801] resctrl: L3 allocation detected
[ 14.501098] resctrl: L2 allocation detected
[ 14.505307] resctrl: MB allocation detected
[ 14.509517] resctrl: L3 monitoring detected
[ 14.513730] IPI shorthand broadcast: enabled
[ 14.518043] sched_clock: Marking stable (12156632455, 2361392441)->(14877572207, -359547311)
[ 14.528838] registered taskstats version 1
[ 14.534435] Loading compiled-in X.509 certificates
[ 14.540081] Loaded X.509 cert 'Build time autogenerated kernel key: 32c7dd23bc53d2d8ddc34c10da2c9533f75ab7f5'
[ 14.553855] zswap: loaded using pool lzo/zbud
[ 14.558592] Key type ._fscrypt registered
[ 14.562638] Key type .fscrypt registered
[ 14.566595] Key type fscrypt-provisioning registered
[ 14.571717] pstore: Using crash dump compression: deflate
[ 14.578283] Key type trusted registered
[ 14.585205] Key type encrypted registered
[ 14.589253] AppArmor: AppArmor sha1 policy hashing enabled
[ 14.594838] integrity: Loading X.509 certificate: UEFI:db
[ 14.600289] integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios DB Key: 637fa7a9f74471b406de0511557071fd41dd5487'
[ 14.610486] integrity: Loading X.509 certificate: UEFI:db
[ 14.615925] integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios FW Aux Authority 2018: dd4df7c3f5ce7e5a77847915abc37b031f6b10bd'
[ 14.627424] integrity: Loading X.509 certificate: UEFI:db
[ 14.632864] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 14.643932] integrity: Loading X.509 certificate: UEFI:db
[ 14.649373] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 14.660945] Loading compiled-in module X.509 certificates
[ 14.666990] Loaded X.509 cert 'Build time autogenerated kernel key: 32c7dd23bc53d2d8ddc34c10da2c9533f75ab7f5'
[ 14.676934] ima: Allocated hash algorithm: sha1
[ 14.708764] ima: No architecture policies found
[ 14.713344] evm: Initialising EVM extended attributes:
[ 14.718516] evm: security.selinux
[ 14.721868] evm: security.SMACK64
[ 14.725214] evm: security.SMACK64EXEC
[ 14.728911] evm: security.SMACK64TRANSMUTE
[ 14.733034] evm: security.SMACK64MMAP
[ 14.736722] evm: security.apparmor
[ 14.740151] evm: security.ima
[ 14.743149] evm: security.capability
[ 14.746752] evm: HMAC attrs: 0x1
[ 14.755098] BERT: Error records from previous boot:
[ 14.760012] BERT: Max print length exceeded, table data is available at:
/sys/firmware/acpi/tables/data/BERT
[ 14.760038] PM: Magic number: 14:854:672
[ 14.834507] RAS: Correctable Errors collector initialized.
[ 14.865554] Freeing unused decrypted memory: 2036K
[ 14.870947] Freeing unused kernel image (initmem) memory: 3048K
[ 14.916816] Write protecting the kernel read-only data: 24576k
[ 14.923695] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 14.930502] Freeing unused kernel image (rodata/data gap) memory: 588K
[ 14.951478] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 14.957955] Run /init as init process
[ 14.961660] with arguments:
[ 14.964658] /init
[ 14.966965] no_console_susppend
[ 14.970486] with environment:
[ 14.973665] HOME=/
[ 14.976054] TERM=linux
[ 14.978795] BOOT_IMAGE=/boot/vmlinuz-5.19.0-rc6+
[ 15.005494] systemd-udevd[916]: Starting version 245.4-4ubuntu3.17
[ 15.013343] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:24 The line takes no effect, ignoring.
[ 15.024963] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:25 The line takes no effect, ignoring.
[ 15.035349] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:29 The line takes no effect, ignoring.
[ 15.045749] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:32 The line takes no effect, ignoring.
[ 15.056141] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:33 The line takes no effect, ignoring.
[ 15.066510] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:34 The line takes no effect, ignoring.
[ 15.076898] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:35 The line takes no effect, ignoring.
[ 15.087278] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:36 The line takes no effect, ignoring.
[ 15.097642] systemd-udevd[917]: /usr/lib/udev/rules.d/50-udev-default.rules:37 The line takes no effect, ignoring.
[ 15.163980] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 15.165165] MACsec IEEE 802.1AE
[ 15.175607] e1000e: Intel(R) PRO/1000 Network Driver
[ 15.180626] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 15.181271] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 15.192414] vmd 0000:51:00.5: PCI host bridge to bus 10000:80
[ 15.198234] pci_bus 10000:80: root bus resource [bus 80-9f]
[ 15.203847] pci_bus 10000:80: root bus resource [mem 0xa0000000-0xa3ffffff]
[ 15.210844] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 15.219488] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
[ 15.229102] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 15.234358] pci_bus 10000:80: root bus resource [mem 0x203ffe002010-0x203ffe1fffff 64bit]
[ 15.242579] pci 10000:80:01.0: [8086:352a] type 01 class 0x060400
[ 15.248713] pci 10000:80:01.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 15.255638] pci 10000:80:01.0: enabling Extended Tags
[ 15.260756] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 15.268187] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 15.275289] pci 10000:80:01.0: PME# supported from D0 D3hot D3cold
[ 15.281534] pci 10000:80:01.0: PTM enabled (root), 2ns granularity
[ 15.287772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[ 15.296065] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.303309] usb usb1: Product: xHCI Host Controller
[ 15.308211] usb usb1: Manufacturer: Linux 5.19.0-rc6+ xhci-hcd
[ 15.314069] usb usb1: SerialNumber: 0000:00:14.0
[ 15.318780] pci 10000:80:03.0: [8086:352b] type 01 class 0x060400
[ 15.324919] pci 10000:80:03.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 15.331845] pci 10000:80:03.0: enabling Extended Tags
[ 15.336979] pci 10000:80:03.0: PME# supported from D0 D3hot D3cold
[ 15.343280] pci 10000:80:03.0: PTM enabled (root), 2ns granularity
[ 15.349533] pci 10000:80:05.0: [8086:352c] type 01 class 0x060400
[ 15.355664] pci 10000:80:05.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 15.362592] pci 10000:80:05.0: enabling Extended Tags
[ 15.367751] hub 1-0:1.0: USB hub found
[ 15.371557] hub 1-0:1.0: 16 ports detected
[ 15.375868] ACPI: bus type drm_connector registered
[ 15.377483] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
[ 15.389061] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 15.396307] usb usb2: Product: xHCI Host Controller
[ 15.401216] usb usb2: Manufacturer: Linux 5.19.0-rc6+ xhci-hcd
[ 15.407076] usb usb2: SerialNumber: 0000:00:14.0
[ 15.411748] pci 10000:80:05.0: PME# supported from D0 D3hot D3cold
[ 15.417985] pci 10000:80:05.0: PTM enabled (root), 2ns granularity
[ 15.424245] pci 10000:80:07.0: [8086:352d] type 01 class 0x060400
[ 15.430383] pci 10000:80:07.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 15.437311] pci 10000:80:07.0: enabling Extended Tags
[ 15.442474] pci 10000:80:07.0: PME# supported from D0 D3hot D3cold
[ 15.448723] hub 2-0:1.0: USB hub found
[ 15.452523] hub 2-0:1.0: 8 ports detected
[ 15.457587] pci 10000:80:07.0: PTM enabled (root), 2ns granularity
[ 15.463868] pci 10000:80:01.0: PCI bridge to [bus 81]
[ 15.468957] pci 10000:80:01.0: bridge window [io 0x0000-0x2fff]
[ 15.475185] pci 10000:80:03.0: PCI bridge to [bus 82]
[ 15.480275] pci 10000:80:03.0: bridge window [io 0x0000-0x2fff]
[ 15.486513] pci 10000:80:05.0: PCI bridge to [bus 83]
[ 15.491601] pci 10000:80:05.0: bridge window [io 0x0000-0x2fff]
[ 15.497837] pci 10000:80:07.0: PCI bridge to [bus 84]
[ 15.502923] pci 10000:80:07.0: bridge window [io 0x0000-0x2fff]
[ 15.509577] pci 10000:80:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[ 15.521163] pci 10000:80:01.0: bridge window [mem 0x00100000-0x000fffff] to [bus 81] add_size 200000 add_align 100000
[ 15.531794] pci 10000:80:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[ 15.543369] pci 10000:80:03.0: bridge window [mem 0x00100000-0x000fffff] to [bus 82] add_size 200000 add_align 100000
[ 15.553998] pci 10000:80:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 83] add_size 200000 add_align 100000
[ 15.565577] pci 10000:80:05.0: bridge window [mem 0x00100000-0x000fffff] to [bus 83] add_size 200000 add_align 100000
[ 15.576208] pci 10000:80:07.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 84] add_size 200000 add_align 100000
[ 15.587788] pci 10000:80:07.0: bridge window [mem 0x00100000-0x000fffff] to [bus 84] add_size 200000 add_align 100000
[ 15.598441] pci 10000:80:01.0: BAR 14: assigned [mem 0xa0000000-0xa01fffff]
[ 15.605430] pci 10000:80:01.0: BAR 15: assigned [mem 0xa0200000-0xa03fffff 64bit pref]
[ 15.613367] pci 10000:80:03.0: BAR 14: assigned [mem 0xa0400000-0xa05fffff]
[ 15.620359] pci 10000:80:03.0: BAR 15: assigned [mem 0xa0600000-0xa07fffff 64bit pref]
[ 15.628299] pci 10000:80:05.0: BAR 14: assigned [mem 0xa0800000-0xa09fffff]
[ 15.632675] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 15.635292] pci 10000:80:05.0: BAR 15: assigned [mem 0xa0a00000-0xa0bfffff 64bit pref]
[ 15.649786] pci 10000:80:07.0: BAR 14: assigned [mem 0xa0c00000-0xa0dfffff]
[ 15.656777] pci 10000:80:07.0: BAR 15: assigned [mem 0xa0e00000-0xa0ffffff 64bit pref]
[ 15.664716] pci 10000:80:01.0: BAR 0: assigned [mem 0x203ffe020000-0x203ffe03ffff 64bit]
[ 15.672832] pci 10000:80:03.0: BAR 0: assigned [mem 0x203ffe040000-0x203ffe05ffff 64bit]
[ 15.680963] pci 10000:80:05.0: BAR 0: assigned [mem 0x203ffe060000-0x203ffe07ffff 64bit]
[ 15.689096] pci 10000:80:07.0: BAR 0: assigned [mem 0x203ffe080000-0x203ffe09ffff 64bit]
[ 15.697226] pci 10000:80:01.0: BAR 13: no space for [io size 0x3000]
[ 15.703696] pci 10000:80:01.0: BAR 13: failed to assign [io size 0x3000]
[ 15.710514] pci 10000:80:03.0: BAR 13: no space for [io size 0x3000]
[ 15.716985] pci 10000:80:03.0: BAR 13: failed to assign [io size 0x3000]
[ 15.723800] pci 10000:80:05.0: BAR 13: no space for [io size 0x3000]
[ 15.730270] pci 10000:80:05.0: BAR 13: failed to assign [io size 0x3000]
[ 15.737090] pci 10000:80:07.0: BAR 13: no space for [io size 0x3000]
[ 15.743557] pci 10000:80:07.0: BAR 13: failed to assign [io size 0x3000]
[ 15.750366] pci 10000:80:01.0: BAR 13: no space for [io size 0x3000]
[ 15.756835] pci 10000:80:01.0: BAR 13: failed to assign [io size 0x3000]
[ 15.763646] pci 10000:80:03.0: BAR 13: no space for [io size 0x3000]
[ 15.770113] pci 10000:80:03.0: BAR 13: failed to assign [io size 0x3000]
[ 15.776922] pci 10000:80:05.0: BAR 13: no space for [io size 0x3000]
[ 15.783387] pci 10000:80:05.0: BAR 13: failed to assign [io size 0x3000]
[ 15.790203] pci 10000:80:07.0: BAR 13: no space for [io size 0x3000]
[ 15.796670] pci 10000:80:07.0: BAR 13: failed to assign [io size 0x3000]
[ 15.798692] usb 1-1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.04
[ 15.803480] pci 10000:80:01.0: PCI bridge to [bus 81]
[ 15.803484] pci 10000:80:01.0: bridge window [mem 0xa0000000-0xa01fffff]
[ 15.803488] pci 10000:80:01.0: bridge window [mem 0xa0200000-0xa03fffff 64bit pref]
[ 15.811703] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 15.816784] pci 10000:80:03.0: PCI bridge to [bus 82]
[ 15.823682] usb 1-1: Product: 4-Port USB 2.0 Hub
[ 15.831534] pci 10000:80:03.0: bridge window [mem 0xa0400000-0xa05fffff]
[ 15.838697] usb 1-1: Manufacturer: Generic
[ 15.840347] hub 1-1:1.0: USB hub found
[ 15.843802] pci 10000:80:03.0: bridge window [mem 0xa0600000-0xa07fffff 64bit pref]
[ 15.843807] pci 10000:80:05.0: PCI bridge to [bus 83]
[ 15.843811] pci 10000:80:05.0: bridge window [mem 0xa0800000-0xa09fffff]
[ 15.843813] pci 10000:80:05.0: bridge window [mem 0xa0a00000-0xa0bfffff 64bit pref]
[ 15.843817] pci 10000:80:07.0: PCI bridge to [bus 84]
[ 15.843820] pci 10000:80:07.0: bridge window [mem 0xa0c00000-0xa0dfffff]
[ 15.843823] pci 10000:80:07.0: bridge window [mem 0xa0e00000-0xa0ffffff 64bit pref]
[ 15.844029] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 15.849343] hub 1-1:1.0: 4 ports detected
[ 15.855679] i801_smbus 0000:00:1f.4: enabling device (0140 -> 0143)
[ 15.920780] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 15.934251] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 15.943054] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 15.960679] i2c i2c-0: 2/16 memory slots populated (from DMI)
[ 15.966435] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.04
[ 15.966460] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[ 15.974669] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 15.983916] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 15.991072] usb 2-1: Product: 4-Port USB 3.0 Hub
[ 16.002016] usb 2-1: Manufacturer: Generic
[ 16.007620] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 16.011329] hub 2-1:1.0: USB hub found
[ 16.018097] hub 2-1:1.0: 4 ports detected
[ 16.022564] ahci 0000:00:17.0: version 3.0
[ 16.036177] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 16.044065] i2c-designware-pci 0000:ae:00.3: enabling device (0140 -> 0142)
[ 16.088698] usb 1-5: new low-speed USB device number 3 using xhci_hcd
[ 16.088903] atlantic: Detect ATL2FW 1030012
[ 16.099540] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl RAID mode
[ 16.107742] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds
[ 16.117160] xhci_hcd 0000:ae:00.2: xHCI Host Controller
[ 16.122421] xhci_hcd 0000:ae:00.2: new USB bus registered, assigned bus number 3
[ 16.129983] xhci_hcd 0000:ae:00.2: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[ 16.139364] xhci_hcd 0000:ae:00.2: xHCI Host Controller
[ 16.154622] xhci_hcd 0000:ae:00.2: new USB bus registered, assigned bus number 4
[ 16.162079] xhci_hcd 0000:ae:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[ 16.169208] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[ 16.177506] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.184747] usb usb3: Product: xHCI Host Controller
[ 16.189649] usb usb3: Manufacturer: Linux 5.19.0-rc6+ xhci-hcd
[ 16.195505] usb usb3: SerialNumber: 0000:ae:00.2
[ 16.209133] e1000e 0000:00:1f.6 eth1: (PCI Express:2.5GT/s:Width x1) f4:6b:8c:d2:30:52
[ 16.217083] e1000e 0000:00:1f.6 eth1: Intel(R) PRO/1000 Network Connection
[ 16.224116] e1000e 0000:00:1f.6 eth1: MAC: 15, PHY: 12, PBA No: FFFFFF-0FF
[ 16.231035] pcieport 10000:80:01.0: can't derive routing for PCI INT A
[ 16.237591] pcieport 10000:80:01.0: PCI INT A: no GSI
[ 16.242896] hub 3-0:1.0: USB hub found
[ 16.246165] usb 1-5: New USB device found, idVendor=046d, idProduct=c31d, bcdDevice=66.01
[ 16.246693] hub 3-0:1.0: 1 port detected
[ 16.254895] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 16.258848] scsi host0: ahci
[ 16.266000] usb 1-5: Product: USB Keyboard
[ 16.268992] pcieport 10000:80:01.0: PME: Signaling with IRQ 75
[ 16.273038] usb 1-5: Manufacturer: Logitech
[ 16.278940] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 16.291232] scsi host1: ahci
[ 16.294200] pcieport 10000:80:01.0: pciehp: Slot #97 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 16.310047] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
[ 16.318338] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.325582] usb usb4: Product: xHCI Host Controller
[ 16.330492] usb usb4: Manufacturer: Linux 5.19.0-rc6+ xhci-hcd
[ 16.336363] usb usb4: SerialNumber: 0000:ae:00.2
[ 16.341015] scsi host2: ahci
[ 16.344070] hub 4-0:1.0: USB hub found
[ 16.347933] hub 4-0:1.0: 1 port detected
[ 16.351900] scsi host3: ahci
[ 16.354992] pcieport 10000:80:03.0: can't derive routing for PCI INT A
[ 16.361542] pcieport 10000:80:03.0: PCI INT A: no GSI
[ 16.366648] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 16.373235] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 16.379106] scsi host4: ahci
[ 16.382467] scsi host5: ahci
[ 16.385764] scsi host6: ahci
[ 16.388916] scsi host7: ahci
[ 16.391857] ata1: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43100 irq 55
[ 16.399282] ata2: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43180 irq 55
[ 16.406704] ata3: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43200 irq 55
[ 16.414126] ata4: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43280 irq 55
[ 16.421540] ata5: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43300 irq 55
[ 16.428954] ata6: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43380 irq 55
[ 16.436377] ata7: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43400 irq 55
[ 16.443800] ata8: SATA max UDMA/133 abar m2048@0x80a43000 port 0x80a43480 irq 55
[ 16.457257] pcieport 10000:80:03.0: PME: Signaling with IRQ 76
[ 16.463139] pcieport 10000:80:03.0: pciehp: Slot #99 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 16.482487] pcieport 10000:80:05.0: can't derive routing for PCI INT A
[ 16.489045] pcieport 10000:80:05.0: PCI INT A: no GSI
[ 16.494174] pcieport 10000:80:05.0: PME: Signaling with IRQ 77
[ 16.500049] pcieport 10000:80:05.0: pciehp: Slot #101 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 16.516629] pcieport 10000:80:07.0: can't derive routing for PCI INT A
[ 16.523185] pcieport 10000:80:07.0: PCI INT A: no GSI
[ 16.528312] pcieport 10000:80:07.0: PME: Signaling with IRQ 78
[ 16.534205] pcieport 10000:80:07.0: pciehp: Slot #103 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 16.535015] atlantic 0000:01:00.0 enp1s0: renamed from eth0
[ 16.550788] vmd 0000:51:00.5: Bound to PCI domain 10000
[ 16.561175] vmd 0000:6f:00.5: PCI host bridge to bus 10001:80
[ 16.566953] pci_bus 10001:80: root bus resource [bus 80-9f]
[ 16.572558] pci_bus 10001:80: root bus resource [mem 0xac000000-0xafffffff]
[ 16.579546] pci_bus 10001:80: root bus resource [mem 0x204ffe002010-0x204ffe1fffff 64bit]
[ 16.587760] pci 10001:80:01.0: [8086:352a] type 01 class 0x060400
[ 16.593904] pci 10001:80:01.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 16.600829] pci 10001:80:01.0: enabling Extended Tags
[ 16.605959] pci 10001:80:01.0: PME# supported from D0 D3hot D3cold
[ 16.612201] pci 10001:80:01.0: PTM enabled (root), 2ns granularity
[ 16.618476] pci 10001:80:03.0: [8086:352b] type 01 class 0x060400
[ 16.624613] pci 10001:80:03.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 16.631541] pci 10001:80:03.0: enabling Extended Tags
[ 16.636671] pci 10001:80:03.0: PME# supported from D0 D3hot D3cold
[ 16.642909] pci 10001:80:03.0: PTM enabled (root), 2ns granularity
[ 16.649168] pci 10001:80:05.0: [8086:352c] type 01 class 0x060400
[ 16.655298] pci 10001:80:05.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 16.662224] pci 10001:80:05.0: enabling Extended Tags
[ 16.667356] pci 10001:80:05.0: PME# supported from D0 D3hot D3cold
[ 16.673596] pci 10001:80:05.0: PTM enabled (root), 2ns granularity
[ 16.679850] pci 10001:80:07.0: [8086:352d] type 01 class 0x060400
[ 16.685986] pci 10001:80:07.0: reg 0x10: [mem 0x00000000-0x0001ffff 64bit]
[ 16.692912] pci 10001:80:07.0: enabling Extended Tags
[ 16.698041] pci 10001:80:07.0: PME# supported from D0 D3hot D3cold
[ 16.704281] pci 10001:80:07.0: PTM enabled (root), 2ns granularity
[ 16.710559] pci 10001:81:00.0: [15b7:5011] type 00 class 0x010802
[ 16.716692] pci 10001:81:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 16.723730] pci 10001:80:01.0: ASPM: current common clock configuration is inconsistent, reconfiguring
[ 16.735529] hid: raw HID events driver (C) Jiri Kosina
[ 16.735844] [drm] amdgpu kernel modesetting enabled.
[ 16.744669] pci 10001:80:01.0: PCI bridge to [bus 81]
[ 16.745818] amdgpu: CRAT table not found
[ 16.750784] pci 10001:80:01.0: bridge window [io 0x0000-0x3fff]
[ 16.754740] amdgpu: Virtual CRAT table created for CPU
[ 16.760966] pci 10001:80:03.0: PCI bridge to [bus 82]
[ 16.762875] ata1: SATA link down (SStatus 4 SControl 300)
[ 16.762904] ata2: SATA link down (SStatus 4 SControl 300)
[ 16.766120] amdgpu: Topology: Add CPU node
[ 16.766919] ata8: SATA link down (SStatus 4 SControl 300)
[ 16.766949] ata5: SATA link down (SStatus 4 SControl 300)
[ 16.766979] ata6: SATA link down (SStatus 4 SControl 300)
[ 16.767010] ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 16.767040] ata3: SATA link down (SStatus 4 SControl 300)
[ 16.767070] ata4: SATA link down (SStatus 4 SControl 300)
[ 16.770670] ata7.00: ATAPI: PLDS DVD-ROM DU-8D5LH, UD1M, max UDMA/133
[ 16.771195] pci 10001:80:03.0: bridge window [io 0x0000-0x3fff]
[ 16.771508] ata7.00: configured for UDMA/133
[ 16.779485] scsi 6:0:0:0: CD-ROM PLDS DVD-ROM DU-8D5LH UD1M PQ: 0 ANSI: 5
[ 16.782054] pci 10001:80:05.0: PCI bridge to [bus 83]
[ 16.849657] pci 10001:80:05.0: bridge window [io 0x0000-0x3fff]
[ 16.855883] pci 10001:80:07.0: PCI bridge to [bus 84]
[ 16.860968] pci 10001:80:07.0: bridge window [io 0x0000-0x3fff]
[ 16.865109] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth1
[ 16.867652] pci 10001:80:01.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 81] add_size 200000 add_align 100000
[ 16.884471] pci 10001:80:01.0: bridge window [mem 0x00100000-0x001fffff] to [bus 81] add_size 100000 add_align 100000
[ 16.895103] pci 10001:80:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 82] add_size 200000 add_align 100000
[ 16.906681] pci 10001:80:03.0: bridge window [mem 0x00100000-0x000fffff] to [bus 82] add_size 200000 add_align 100000
[ 16.917309] pci 10001:80:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 83] add_size 200000 add_align 100000
[ 16.928883] pci 10001:80:05.0: bridge window [mem 0x00100000-0x000fffff] to [bus 83] add_size 200000 add_align 100000
[ 16.939512] pci 10001:80:07.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 84] add_size 200000 add_align 100000
[ 16.951094] pci 10001:80:07.0: bridge window [mem 0x00100000-0x000fffff] to [bus 84] add_size 200000 add_align 100000
[ 16.961725] pci 10001:80:01.0: BAR 14: assigned [mem 0xac000000-0xac1fffff]
[ 16.968731] pci 10001:80:01.0: BAR 15: assigned [mem 0xac200000-0xac3fffff 64bit pref]
[ 16.976676] pci 10001:80:03.0: BAR 14: assigned [mem 0xac400000-0xac5fffff]
[ 16.983663] pci 10001:80:03.0: BAR 15: assigned [mem 0xac600000-0xac7fffff 64bit pref]
[ 16.991601] pci 10001:80:05.0: BAR 14: assigned [mem 0xac800000-0xac9fffff]
[ 16.998587] pci 10001:80:05.0: BAR 15: assigned [mem 0xaca00000-0xacbfffff 64bit pref]
[ 17.006530] pci 10001:80:07.0: BAR 14: assigned [mem 0xacc00000-0xacdfffff]
[ 17.013515] pci 10001:80:07.0: BAR 15: assigned [mem 0xace00000-0xacffffff 64bit pref]
[ 17.021458] pci 10001:80:01.0: BAR 0: assigned [mem 0x204ffe020000-0x204ffe03ffff 64bit]
[ 17.029579] pci 10001:80:03.0: BAR 0: assigned [mem 0x204ffe040000-0x204ffe05ffff 64bit]
[ 17.037698] pci 10001:80:05.0: BAR 0: assigned [mem 0x204ffe060000-0x204ffe07ffff 64bit]
[ 17.045817] pci 10001:80:07.0: BAR 0: assigned [mem 0x204ffe080000-0x204ffe09ffff 64bit]
[ 17.053937] pci 10001:80:01.0: BAR 13: no space for [io size 0x4000]
[ 17.060402] pci 10001:80:01.0: BAR 13: failed to assign [io size 0x4000]
[ 17.067216] pci 10001:80:03.0: BAR 13: no space for [io size 0x4000]
[ 17.073683] pci 10001:80:03.0: BAR 13: failed to assign [io size 0x4000]
[ 17.080500] pci 10001:80:05.0: BAR 13: no space for [io size 0x4000]
[ 17.086965] pci 10001:80:05.0: BAR 13: failed to assign [io size 0x4000]
[ 17.093779] pci 10001:80:07.0: BAR 13: no space for [io size 0x4000]
[ 17.100244] pci 10001:80:07.0: BAR 13: failed to assign [io size 0x4000]
[ 17.107065] pci 10001:80:01.0: BAR 13: no space for [io size 0x4000]
[ 17.113529] pci 10001:80:01.0: BAR 13: failed to assign [io size 0x4000]
[ 17.120344] pci 10001:80:03.0: BAR 13: no space for [io size 0x4000]
[ 17.126808] pci 10001:80:03.0: BAR 13: failed to assign [io size 0x4000]
[ 17.133622] pci 10001:80:05.0: BAR 13: no space for [io size 0x4000]
[ 17.140084] pci 10001:80:05.0: BAR 13: failed to assign [io size 0x4000]
[ 17.146898] pci 10001:80:07.0: BAR 13: no space for [io size 0x4000]
[ 17.153362] pci 10001:80:07.0: BAR 13: failed to assign [io size 0x4000]
[ 17.160179] pci 10001:81:00.0: BAR 0: assigned [mem 0xac000000-0xac003fff 64bit]
[ 17.167604] pci 10001:80:01.0: PCI bridge to [bus 81]
[ 17.172689] pci 10001:80:01.0: bridge window [mem 0xac000000-0xac1fffff]
[ 17.179592] pci 10001:80:01.0: bridge window [mem 0xac200000-0xac3fffff 64bit pref]
[ 17.187443] pci 10001:80:03.0: PCI bridge to [bus 82]
[ 17.192527] pci 10001:80:03.0: bridge window [mem 0xac400000-0xac5fffff]
[ 17.199432] pci 10001:80:03.0: bridge window [mem 0xac600000-0xac7fffff 64bit pref]
[ 17.207289] pci 10001:80:05.0: PCI bridge to [bus 83]
[ 17.212371] pci 10001:80:05.0: bridge window [mem 0xac800000-0xac9fffff]
[ 17.219278] pci 10001:80:05.0: bridge window [mem 0xaca00000-0xacbfffff 64bit pref]
[ 17.227129] pci 10001:80:07.0: PCI bridge to [bus 84]
[ 17.232214] pci 10001:80:07.0: bridge window [mem 0xacc00000-0xacdfffff]
[ 17.239118] pci 10001:80:07.0: bridge window [mem 0xace00000-0xacffffff 64bit pref]
[ 17.247003] pcieport 10001:80:01.0: can't derive routing for PCI INT A
[ 17.253560] pcieport 10001:80:01.0: PCI INT A: no GSI
[ 17.258670] amdgpu 0000:ae:00.0: vgaarb: deactivate vga console
[ 17.264653] amdgpu 0000:ae:00.0: enabling device (0146 -> 0147)
[ 17.270616] [drm] initializing kernel modesetting (NAVI10 0x1002:0x7312 0x1028:0x031E 0x00).
[ 17.273292] sr 6:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 17.279112] pcieport 10001:80:01.0: PME: Signaling with IRQ 79
[ 17.286449] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 17.292311] [drm] register mmio base: 0xC4900000
[ 17.302210] [drm] register mmio size: 524288
[ 17.306533] pcieport 10001:80:01.0: pciehp: Slot #105 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 17.324136] [drm] add ip block number 0 <nv_common>
[ 17.329045] [drm] add ip block number 1 <gmc_v10_0>
[ 17.333948] [drm] add ip block number 2 <navi10_ih>
[ 17.337233] sr 6:0:0:0: Attached scsi CD-ROM sr0
[ 17.338849] [drm] add ip block number 3 <psp>
[ 17.338850] [drm] add ip block number 4 <smu>
[ 17.338851] [drm] add ip block number 5 <dm>
[ 17.338851] [drm] add ip block number 6 <gfx_v10_0>
[ 17.343599] sr 6:0:0:0: Attached scsi generic sg0 type 5
[ 17.347889] [drm] add ip block number 7 <sdma_v5_0>
[ 17.347890] [drm] add ip block number 8 <vcn_v2_0>
[ 17.347890] [drm] add ip block number 9 <jpeg_v2_0>
[ 17.347933] amdgpu 0000:ae:00.0: amdgpu: Fetched VBIOS from VFCT
[ 17.387627] amdgpu: ATOM BIOS: 113-D1880301-103
[ 17.392203] [drm] VCN decode is enabled in VM mode
[ 17.397034] [drm] VCN encode is enabled in VM mode
[ 17.401853] [drm] JPEG decode is enabled in VM mode
[ 17.406763] amdgpu 0000:ae:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 17.408705] usbcore: registered new interface driver usbhid
[ 17.416723] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 17.422330] usbhid: USB HID core driver
[ 17.430880] amdgpu 0000:ae:00.0: BAR 2: releasing [mem 0x206ff0000000-0x206ff01fffff 64bit pref]
[ 17.443553] amdgpu 0000:ae:00.0: BAR 0: releasing [mem 0x206fe0000000-0x206fefffffff 64bit pref]
[ 17.452377] pcieport 0000:ad:00.0: BAR 15: releasing [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 17.461452] pcieport 0000:ac:00.0: BAR 15: releasing [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 17.470520] pcieport 0000:ab:01.0: BAR 15: releasing [mem 0x206fe0000000-0x206ff01fffff 64bit pref]
[ 17.479590] pcieport 0000:ab:01.0: BAR 15: assigned [mem 0x206000000000-0x2062ffffffff 64bit pref]
[ 17.488587] pcieport 0000:ac:00.0: BAR 15: assigned [mem 0x206000000000-0x2062ffffffff 64bit pref]
[ 17.497569] pcieport 0000:ad:00.0: BAR 15: assigned [mem 0x206000000000-0x2062ffffffff 64bit pref]
[ 17.506552] amdgpu 0000:ae:00.0: BAR 0: assigned [mem 0x206000000000-0x2061ffffffff 64bit pref]
[ 17.515284] amdgpu 0000:ae:00.0: BAR 2: assigned [mem 0x206200000000-0x2062001fffff 64bit pref]
[ 17.515524] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046D:C31D.0001/input/input3
[ 17.524028] pcieport 0000:ab:01.0: PCI bridge to [bus ac-ae]
[ 17.541141] pcieport 0000:ab:01.0: bridge window [io 0xe000-0xefff]
[ 17.547694] pcieport 0000:ab:01.0: bridge window [mem 0xc4800000-0xc4afffff]
[ 17.554940] pcieport 0000:ab:01.0: bridge window [mem 0x206000000000-0x2062ffffffff 64bit pref]
[ 17.563836] pcieport 0000:ac:00.0: PCI bridge to [bus ad-ae]
[ 17.569526] pcieport 0000:ac:00.0: bridge window [io 0xe000-0xefff]
[ 17.576078] pcieport 0000:ac:00.0: bridge window [mem 0xc4800000-0xc49fffff]
[ 17.583325] pcieport 0000:ac:00.0: bridge window [mem 0x206000000000-0x2062ffffffff 64bit pref]
[ 17.592220] pcieport 0000:ad:00.0: PCI bridge to [bus ae]
[ 17.597643] pcieport 0000:ad:00.0: bridge window [io 0xe000-0xefff]
[ 17.600798] hid-generic 0003:046D:C31D.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-5/input0
[ 17.604195] pcieport 0000:ad:00.0: bridge window [mem 0xc4800000-0xc49fffff]
[ 17.616525] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:046D:C31D.0002/input/input4
[ 17.623622] pcieport 0000:ad:00.0: bridge window [mem 0x206000000000-0x2062ffffffff 64bit pref]
[ 17.623634] amdgpu 0000:ae:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[ 17.654986] amdgpu 0000:ae:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 17.663357] amdgpu 0000:ae:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[ 17.672169] [drm] Detected VRAM RAM=8176M, BAR=8192M
[ 17.677185] [drm] RAM width 256bits GDDR6
[ 17.681255] [drm] amdgpu: 8176M of VRAM memory ready
[ 17.686257] [drm] amdgpu: 15779M of GTT memory ready.
[ 17.691342] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 17.696790] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:046D:C31D.0002/input/input5
[ 17.697647] [drm] PCIE GART of 512M enabled (table at 0x0000008000800000).
[ 17.710818] hid-generic 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-5/input1
[ 17.717294] amdgpu 0000:ae:00.0: amdgpu: PSP runtime database doesn't exist
[ 17.736184] amdgpu 0000:ae:00.0: amdgpu: PSP runtime database doesn't exist
[ 17.743368] pcieport 10001:80:03.0: can't derive routing for PCI INT A
[ 17.749927] pcieport 10001:80:03.0: PCI INT A: no GSI
[ 17.755071] pcieport 10001:80:03.0: PME: Signaling with IRQ 81
[ 17.761827] [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 13
[ 17.769265] amdgpu 0000:ae:00.0: amdgpu: Will use PSP to load VCN firmware
[ 17.776229] pcieport 10001:80:03.0: pciehp: Slot #107 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 17.942403] pcieport 10001:80:05.0: can't derive routing for PCI INT A
[ 17.948964] pcieport 10001:80:05.0: PCI INT A: no GSI
[ 17.954092] pcieport 10001:80:05.0: PME: Signaling with IRQ 82
[ 17.960043] pcieport 10001:80:05.0: pciehp: Slot #109 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 17.976029] [drm] reserve 0xa00000 from 0x81fe000000 for PSP TMR
[ 17.982411] pcieport 10001:80:07.0: can't derive routing for PCI INT A
[ 17.988971] pcieport 10001:80:07.0: PCI INT A: no GSI
[ 17.994169] pcieport 10001:80:07.0: PME: Signaling with IRQ 83
[ 18.000121] pcieport 10001:80:07.0: pciehp: Slot #111 AttnBtn+ PwrCtrl+ MRL+ AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 18.016387] vmd 0000:6f:00.5: Bound to PCI domain 10001
[ 18.040924] nvme nvme0: pci function 10001:81:00.0
[ 18.045769] pcieport 10001:80:01.0: can't derive routing for PCI INT A
[ 18.048981] amdgpu 0000:ae:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 18.052351] nvme 10001:81:00.0: PCI INT A: no GSI
[ 18.064084] amdgpu 0000:ae:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 18.072617] amdgpu 0000:ae:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 18.081443] amdgpu 0000:ae:00.0: amdgpu: use vbios provided pptable
[ 18.087740] amdgpu 0000:ae:00.0: amdgpu: smc_dpm_info table revision(format.content): 4.5
[ 18.101550] nvme nvme0: 64/0/0 default/read/poll queues
[ 18.119952] nvme0n1: p1 p2 p3
[ 18.141014] amdgpu 0000:ae:00.0: amdgpu: SMU is initialized successfully!
[ 18.148096] [drm] Display Core initialized with v3.2.187!
[ 18.264066] [drm] kiq ring mec 2 pipe 1 q 0
[ 18.270560] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 18.278229] [drm] JPEG decode initialized successfully.
[ 18.285923] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 18.291833] amdgpu: sdma_bitmap: ffff
[ 18.337680] memmap_init_zone_device initialised 2097152 pages in 12ms
[ 18.344157] amdgpu: HMM registered 8176MB device memory
[ 18.349498] amdgpu: Virtual CRAT table created for GPU
[ 18.355062] amdgpu: Topology: Add dGPU node [0x7312:0x1002]
[ 18.360662] kfd kfd: amdgpu: added device 1002:7312
[ 18.365635] amdgpu 0000:ae:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 36
[ 18.374225] amdgpu 0000:ae:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 18.381825] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 18.389503] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 18.397183] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 18.404864] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 18.412542] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 18.420222] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 18.427900] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 18.435581] amdgpu 0000:ae:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 18.443345] amdgpu 0000:ae:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 18.451024] amdgpu 0000:ae:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 18.458354] amdgpu 0000:ae:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 18.465682] amdgpu 0000:ae:00.0: amdgpu: ring vcn_dec uses VM inv eng 0 on hub 1
[ 18.473096] amdgpu 0000:ae:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 1 on hub 1
[ 18.480605] amdgpu 0000:ae:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 4 on hub 1
[ 18.488112] amdgpu 0000:ae:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 18.496756] amdgpu 0000:ae:00.0: amdgpu: Using BACO for runtime pm
[ 18.503567] [drm] Initialized amdgpu 3.47.0 20150101 for 0000:ae:00.0 on minor 0
[ 18.515175] fbcon: amdgpudrmfb (fb0) is primary device
[ 18.515177] fbcon: Deferring console take-over
[ 18.524827] amdgpu 0000:ae:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 18.570752] xhci_hcd 0000:ae:00.2: Controller not ready at resume -19
[ 18.577239] xhci_hcd 0000:ae:00.2: PCI post-resume error -19!
[ 18.583027] xhci_hcd 0000:ae:00.2: HC died; cleaning up
[ 19.229431] i2c-designware-pci 0000:ae:00.3: timeout in disabling adapter
[ 19.520692] raid6: avx512x4 gen() 20745 MB/s
[ 19.592693] raid6: avx512x2 gen() 26963 MB/s
[ 19.664695] raid6: avx512x1 gen() 20660 MB/s
[ 19.736695] raid6: avx2x4 gen() 20317 MB/s
[ 19.808695] raid6: avx2x2 gen() 19806 MB/s
[ 19.880695] raid6: avx2x1 gen() 15404 MB/s
[ 19.884998] raid6: using algorithm avx512x2 gen() 26963 MB/s
[ 19.956695] raid6: .... xor() 31269 MB/s, rmw enabled
[ 19.961780] raid6: using avx512x2 recovery algorithm
[ 19.970716] xor: automatically using best checksumming function avx
[ 19.983401] async_tx: api initialized (async)
[ 20.125433] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[ 20.537296] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 20.648102] printk: systemd-udevd: 106 output lines suppressed due to ratelimiting
[ 20.733731] systemd[1]: Inserted module 'autofs4'
[ 20.818500] systemd[1]: systemd 245.4-4ubuntu3.17 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)
[ 20.841152] systemd[1]: No virtualization found in DMI
[ 20.846331] systemd[1]: No virtualization found in CPUID
[ 20.851691] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[ 20.858955] systemd[1]: This platform does not support /proc/device-tree
[ 20.865740] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[ 20.872298] systemd[1]: This platform does not support /proc/sysinfo
[ 20.878678] systemd[1]: Found VM virtualization none
[ 20.883678] systemd[1]: Detected architecture x86-64.
[ 20.888853] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[ 20.920717] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[ 20.935049] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[ 20.953606] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls,net_prio of type cgroup with options net_cls,net_prio.
[ 20.964517] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[ 20.978594] systemd[1]: Mounting cgroup to /sys/fs/cgroup/hugetlb of type cgroup with options hugetlb.
[ 20.987969] systemd[1]: Mounting cgroup to /sys/fs/cgroup/rdma of type cgroup with options rdma.
[ 20.996797] systemd[1]: Mounting cgroup to /sys/fs/cgroup/misc of type cgroup with options misc.
[ 21.005624] systemd[1]: Mounting cgroup to /sys/fs/cgroup/perf_event of type cgroup with options perf_event.
[ 21.015497] systemd[1]: Mounting cgroup to /sys/fs/cgroup/pids of type cgroup with options pids.
[ 21.024325] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
[ 21.033675] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[ 21.060934] systemd[1]: Set hostname to <u>.
[ 21.065554] systemd[1]: Successfully added address 127.0.0.1 to loopback interface
[ 21.073155] systemd[1]: Successfully added address ::1 to loopback interface
[ 21.080228] systemd[1]: Successfully brought loopback interface up
[ 21.086459] systemd[1]: Setting 'fs/file-max' to '9223372036854775807'.
[ 21.093740] systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[ 21.103344] systemd[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[ 21.112939] systemd[1]: Unified cgroup hierarchy is located at /sys/fs/cgroup/unified. Controllers are on legacy hierarchies.
[ 21.120661] i2c-designware-pci 0000:ae:00.3: timeout in disabling adapter
[ 21.129428] systemd[1]: Got EBADF when using BPF_F_ALLOW_MULTI, which indicates it is supported. Yay!
[ 21.140321] systemd[1]: Controller 'cpu' supported: yes
[ 21.145587] systemd[1]: Controller 'cpuacct' supported: yes
[ 21.151189] systemd[1]: Controller 'cpuset' supported: no
[ 21.156613] systemd[1]: Controller 'io' supported: no
[ 21.161694] systemd[1]: Controller 'blkio' supported: yes
[ 21.167115] systemd[1]: Controller 'memory' supported: yes
[ 21.172623] systemd[1]: Controller 'devices' supported: yes
[ 21.178225] systemd[1]: Controller 'pids' supported: yes
[ 21.183562] systemd[1]: Controller 'bpf-firewall' supported: yes
[ 21.189588] systemd[1]: Controller 'bpf-devices' supported: yes
[ 21.195541] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[ 21.202473] systemd[1]: Enabling (yes) showing of status (commandline).
[ 21.209396] systemd[1]: Serializing system-environment-generators to memfd.
[ 21.216472] systemd[1]: Successfully forked off '(sd-executor)' as PID 1436.
[ 21.217854] systemd[1436]: Serializing snapd-env-generator to memfd.
[ 21.230186] systemd[1436]: Successfully forked off '(direxec)' as PID 1437.
[ 21.237196] systemd[1436]: /usr/lib/systemd/system-environment-generators/snapd-env-generator succeeded.
[ 21.247253] systemd[1]: (sd-executor) succeeded.
[ 21.252079] systemd[1]: Successfully forked off '(sd-executor)' as PID 1438.
[ 21.253534] systemd[1438]: Successfully forked off '(direxec)' as PID 1439.
[ 21.266341] systemd[1438]: Successfully forked off '(direxec)' as PID 1441.
[ 21.273509] systemd[1438]: Successfully forked off '(direxec)' as PID 1443.
[ 21.280671] systemd[1438]: Successfully forked off '(direxec)' as PID 1444.
[ 21.287832] systemd[1438]: Successfully forked off '(direxec)' as PID 1450.
[ 21.294964] systemd[1438]: Successfully forked off '(direxec)' as PID 1451.
[ 21.300693] systemd-bless-boot-generator[1451]: Skipping generator, not booted with boot counting in effect.
[ 21.302212] systemd[1438]: Successfully forked off '(direxec)' as PID 1452.
[ 21.320458] systemd[1438]: Successfully forked off '(direxec)' as PID 1453.
[ 21.329952] systemd[1438]: Successfully forked off '(direxec)' as PID 1454.
[ 21.337631] systemd-fstab-generator[1454]: Parsing /etc/fstab...
[ 21.339370] systemd[1438]: Successfully forked off '(direxec)' as PID 1455.
[ 21.345809] systemd-fstab-generator[1454]: Found entry what=/dev/disk/by-uuid/62731915-e0ca-4399-a90f-7277bb93d782 where=/ type=ext4 makefs=no growfs=no noauto=no nofail=no
[ 21.352864] systemd[1438]: Successfully forked off '(direxec)' as PID 1456.
[ 21.364422] systemd-gpt-auto-generator[1456]: Disabling root partition auto-detection, root= is defined.
[ 21.364472] systemd-gpt-auto-generator[1456]: Failed to chase block device '/', ignoring: No such file or directory
[ 21.364805] systemd-gpt-auto-generator[1456]: nvme0n1p3: Root device /dev/nvme0n1.
[ 21.367843] systemd-gpt-auto-generator[1456]: Waiting for device (parent + 3 partitions) to appear...
[ 21.369867] systemd-fstab-generator[1454]: Found entry what=/dev/disk/by-uuid/5D8B-B612 where=/boot/efi type=vfat makefs=no growfs=no noauto=no nofail=no
[ 21.371535] systemd-gpt-auto-generator[1456]: "/boot" already populated, ignoring.
[ 21.376692] systemd[1438]: Successfully forked off '(direxec)' as PID 1457.
[ 21.381335] systemd-hibernate-resume-generator[1457]: Not running in an initrd, quitting.
[ 21.386619] systemd-fstab-generator[1454]: Found entry what=/swapfile where=none type=swap makefs=no growfs=no noauto=no nofail=no
[ 21.397108] systemd[1438]: Successfully forked off '(direxec)' as PID 1458.
[ 21.402706] systemd-rc-local-generator[1458]: /etc/rc.local does not exist, skipping.
[ 21.477381] systemd[1438]: Successfully forked off '(direxec)' as PID 1459.
[ 21.477466] systemd[1438]: Successfully forked off '(direxec)' as PID 1460.
[ 21.477559] systemd[1438]: Successfully forked off '(direxec)' as PID 1461.
[ 21.491531] systemd-sysv-generator[1461]: Native unit for gdm3.service already exists, skipping.
[ 21.492679] systemd[1438]: Successfully forked off '(direxec)' as PID 1462.
[ 21.500763] systemd-sysv-generator[1461]: Native unit for ufw.service already exists, skipping.
[ 21.509933] systemd[1438]: /usr/lib/systemd/system-generators/openvpn-generator succeeded.
[ 21.509987] systemd-getty-generator[1455]: Automatically adding serial getty for /dev/ttyS0.
[ 21.517063] systemd-sysv-generator[1461]: Native unit for keyboard-setup.service already exists, skipping.
[ 21.525655] systemd[1438]: /usr/lib/systemd/system-generators/systemd-veritysetup-generator succeeded.
[ 21.534087] systemd-sysv-generator[1461]: Native unit for hdapsd.service already exists, skipping.
[ 21.542388] systemd[1438]: /usr/lib/systemd/system-generators/netplan succeeded.
[ 21.542395] systemd[1438]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
[ 21.552200] systemd-sysv-generator[1461]: Native unit for acpid.service already exists, skipping.
[ 21.561394] systemd[1438]: /usr/lib/systemd/system-generators/systemd-run-generator succeeded.
[ 21.570547] systemd-sysv-generator[1461]: Native unit for procps.service already exists, skipping.
[ 21.577791] systemd[1438]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
[ 21.587151] systemd-sysv-generator[1461]: Native unit for kmod.service already exists, skipping.
[ 21.595927] systemd[1438]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
[ 21.604613] systemd-sysv-generator[1461]: Native unit for console-setup.service already exists, skipping.
[ 21.613537] systemd[1438]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
[ 21.622354] systemd-sysv-generator[1461]: Cannot find unit apport.service.
[ 21.631160] systemd[1438]: /usr/lib/systemd/system-generators/systemd-rc-local-generator succeeded.
[ 21.640743] systemd-sysv-generator[1461]: Native unit for avahi-daemon.service already exists, skipping.
[ 21.650268] systemd[1438]: /usr/lib/systemd/system-generators/systemd-bless-boot-generator succeeded.
[ 21.659285] systemd-sysv-generator[1461]: Native unit for spice-vdagent.service already exists, skipping.
[ 21.665988] systemd[1438]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
[ 21.665992] systemd[1438]: /usr/lib/systemd/system-generators/friendly-recovery succeeded.
[ 21.675118] systemd-sysv-generator[1461]: Native unit for cups-browsed.service already exists, skipping.
[ 21.684563] systemd[1438]: /usr/lib/systemd/system-generators/snapd-generator succeeded.
[ 21.693947] systemd-sysv-generator[1461]: Native unit for cups.service already exists, skipping.
[ 21.703390] systemd[1438]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
[ 21.712513] systemd-sysv-generator[1461]: Native unit for irqbalance.service already exists, skipping.
[ 21.720750] systemd[1438]: /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator succeeded.
[ 21.730353] systemd-sysv-generator[1461]: Native unit for plymouth.service already exists, skipping.
[ 21.784302] systemd-sysv-generator[1461]: Native unit for unattended-upgrades.service already exists, skipping.
[ 21.794435] systemd-sysv-generator[1461]: Native unit for pulseaudio-enable-autospawn.service already exists, skipping.
[ 21.805578] systemd-sysv-generator[1461]: Native unit for x11-common.service already exists, skipping.
[ 21.814969] systemd-sysv-generator[1461]: Native unit for dbus.service already exists, skipping.
[ 21.823830] systemd-sysv-generator[1461]: Native unit for lvm2-lvmpolld.service already exists, skipping.
[ 21.833469] systemd-sysv-generator[1461]: Native unit for rsyslog.service already exists, skipping.
[ 21.842645] systemd-sysv-generator[1461]: Native unit for speech-dispatcher.service already exists, skipping.
[ 21.852636] systemd-sysv-generator[1461]: Native unit for bluetooth.service already exists, skipping.
[ 21.861895] systemd-sysv-generator[1461]: Native unit for alsa-utils.service already exists, skipping.
[ 21.871345] systemd-sysv-generator[1461]: Native unit for udev.service already exists, skipping.
[ 21.880209] systemd-sysv-generator[1461]: Native unit for anacron.service already exists, skipping.
[ 21.889382] systemd-sysv-generator[1461]: Native unit for plymouth-log.service already exists, skipping.
[ 21.898937] systemd-sysv-generator[1461]: Native unit for whoopsie.service already exists, skipping.
[ 21.908203] systemd-sysv-generator[1461]: Native unit for network-manager.service already exists, skipping.
[ 21.918017] systemd-sysv-generator[1461]: Native unit for smartmontools.service already exists, skipping.
[ 21.927619] systemd-sysv-generator[1461]: Native unit for saned.service already exists, skipping.
[ 21.936576] systemd-sysv-generator[1461]: Native unit for uuidd.service already exists, skipping.
[ 21.945484] systemd-sysv-generator[1461]: Native unit for hwclock.service already exists, skipping.
[ 21.954619] systemd-sysv-generator[1461]: Native unit for tlp.service already exists, skipping.
[ 21.963395] systemd-sysv-generator[1461]: Native unit for ssh.service already exists, skipping.
[ 21.972172] systemd-sysv-generator[1461]: Native unit for pppd-dns.service already exists, skipping.
[ 21.981378] systemd-sysv-generator[1461]: Native unit for apparmor.service already exists, skipping.
[ 21.990542] systemd-sysv-generator[1461]: Native unit for lvm2.service already exists, skipping.
[ 21.999414] systemd-sysv-generator[1461]: Native unit for rsync.service already exists, skipping.
[ 22.008364] systemd-sysv-generator[1461]: Native unit for kerneloops.service already exists, skipping.
[ 22.017749] systemd-sysv-generator[1461]: Native unit for sysstat.service already exists, skipping.
[ 22.026871] systemd-sysv-generator[1461]: Native unit for openvpn.service already exists, skipping.
[ 22.035997] systemd-sysv-generator[1461]: Native unit for grub-common.service already exists, skipping.
[ 22.045466] systemd-sysv-generator[1461]: Native unit for cron.service already exists, skipping.
[ 22.054709] systemd-sysv-generator[1461]: Ignoring S01anacron symlink in rc2.d, not generating anacron.service.
[ 22.064841] systemd-sysv-generator[1461]: Ignoring S01smartmontools symlink in rc2.d, not generating smartmontools.service.
[ 22.075992] systemd-sysv-generator[1461]: Ignoring S01kerneloops symlink in rc2.d, not generating kerneloops.service.
[ 22.086616] systemd-sysv-generator[1461]: Ignoring S01rsync symlink in rc2.d, not generating rsync.service.
[ 22.096377] systemd-sysv-generator[1461]: Ignoring S01cron symlink in rc2.d, not generating cron.service.
[ 22.105958] systemd-sysv-generator[1461]: Ignoring S01pulseaudio-enable-autospawn symlink in rc2.d, not generating pulseaudio-enable-autospawn.service.
[ 22.119531] systemd-sysv-generator[1461]: Ignoring S01bluetooth symlink in rc2.d, not generating bluetooth.service.
[ 22.129985] systemd-sysv-generator[1461]: Ignoring S01hdapsd symlink in rc2.d, not generating hdapsd.service.
[ 22.139917] systemd-sysv-generator[1461]: Ignoring S01unattended-upgrades symlink in rc2.d, not generating unattended-upgrades.service.
[ 22.152104] systemd-sysv-generator[1461]: Ignoring S01irqbalance symlink in rc2.d, not generating irqbalance.service.
[ 22.162726] systemd-sysv-generator[1461]: Ignoring S01tlp symlink in rc2.d, not generating tlp.service.
[ 22.172135] systemd-sysv-generator[1461]: Ignoring S01ssh symlink in rc2.d, not generating ssh.service.
[ 22.181547] systemd-sysv-generator[1461]: Ignoring S01spice-vdagent symlink in rc2.d, not generating spice-vdagent.service.
[ 22.192696] systemd-sysv-generator[1461]: Ignoring S01sysstat symlink in rc2.d, not generating sysstat.service.
[ 22.202804] systemd-sysv-generator[1461]: Ignoring S01dbus symlink in rc2.d, not generating dbus.service.
[ 22.212386] systemd-sysv-generator[1461]: Ignoring S01plymouth symlink in rc2.d, not generating plymouth.service.
[ 22.222668] systemd-sysv-generator[1461]: Ignoring S01rsyslog symlink in rc2.d, not generating rsyslog.service.
[ 22.232771] systemd-sysv-generator[1461]: Ignoring S01cups-browsed symlink in rc2.d, not generating cups-browsed.service.
[ 22.243747] systemd-sysv-generator[1461]: Ignoring S01whoopsie symlink in rc2.d, not generating whoopsie.service.
[ 22.254022] systemd-sysv-generator[1461]: Ignoring S01console-setup.sh symlink in rc2.d, not generating console-setup.service.
[ 22.265426] systemd-sysv-generator[1461]: Ignoring S01cups symlink in rc2.d, not generating cups.service.
[ 22.275010] systemd-sysv-generator[1461]: Ignoring S01avahi-daemon symlink in rc2.d, not generating avahi-daemon.service.
[ 22.285988] systemd-sysv-generator[1461]: Ignoring S01gdm3 symlink in rc2.d, not generating gdm3.service.
[ 22.295570] systemd-sysv-generator[1461]: Ignoring S01uuidd symlink in rc2.d, not generating uuidd.service.
[ 22.305331] systemd-sysv-generator[1461]: Ignoring S01acpid symlink in rc2.d, not generating acpid.service.
[ 22.315094] systemd-sysv-generator[1461]: Ignoring S01openvpn symlink in rc2.d, not generating openvpn.service.
[ 22.325196] systemd-sysv-generator[1461]: Ignoring S01grub-common symlink in rc2.d, not generating grub-common.service.
[ 22.335999] systemd-sysv-generator[1461]: Ignoring S01saned symlink in rc2.d, not generating saned.service.
[ 22.345753] systemd-sysv-generator[1461]: Ignoring S01lvm2-lvmpolld symlink in rc2.d, not generating lvm2-lvmpolld.service.
[ 22.357182] systemd-sysv-generator[1461]: Ignoring S01anacron symlink in rc3.d, not generating anacron.service.
[ 22.367292] systemd-sysv-generator[1461]: Ignoring S01smartmontools symlink in rc3.d, not generating smartmontools.service.
[ 22.378439] systemd-sysv-generator[1461]: Ignoring S01kerneloops symlink in rc3.d, not generating kerneloops.service.
[ 22.389065] systemd-sysv-generator[1461]: Ignoring S01rsync symlink in rc3.d, not generating rsync.service.
[ 22.398819] systemd-sysv-generator[1461]: Ignoring S01cron symlink in rc3.d, not generating cron.service.
[ 22.408402] systemd-sysv-generator[1461]: Ignoring S01pulseaudio-enable-autospawn symlink in rc3.d, not generating pulseaudio-enable-autospawn.service.
[ 22.421975] systemd-sysv-generator[1461]: Ignoring S01bluetooth symlink in rc3.d, not generating bluetooth.service.
[ 22.432429] systemd-sysv-generator[1461]: Ignoring S01hdapsd symlink in rc3.d, not generating hdapsd.service.
[ 22.442363] systemd-sysv-generator[1461]: Ignoring S01unattended-upgrades symlink in rc3.d, not generating unattended-upgrades.service.
[ 22.454545] systemd-sysv-generator[1461]: Ignoring S01irqbalance symlink in rc3.d, not generating irqbalance.service.
[ 22.465170] systemd-sysv-generator[1461]: Ignoring S01tlp symlink in rc3.d, not generating tlp.service.
[ 22.474580] systemd-sysv-generator[1461]: Ignoring S01ssh symlink in rc3.d, not generating ssh.service.
[ 22.483994] systemd-sysv-generator[1461]: Ignoring S01spice-vdagent symlink in rc3.d, not generating spice-vdagent.service.
[ 22.495143] systemd-sysv-generator[1461]: Ignoring S01sysstat symlink in rc3.d, not generating sysstat.service.
[ 22.505248] systemd-sysv-generator[1461]: Ignoring S01dbus symlink in rc3.d, not generating dbus.service.
[ 22.514832] systemd-sysv-generator[1461]: Ignoring S01plymouth symlink in rc3.d, not generating plymouth.service.
[ 22.525105] systemd-sysv-generator[1461]: Ignoring S01rsyslog symlink in rc3.d, not generating rsyslog.service.
[ 22.535210] systemd-sysv-generator[1461]: Ignoring S01cups-browsed symlink in rc3.d, not generating cups-browsed.service.
[ 22.546179] systemd-sysv-generator[1461]: Ignoring S01whoopsie symlink in rc3.d, not generating whoopsie.service.
[ 22.556454] systemd-sysv-generator[1461]: Ignoring S01console-setup.sh symlink in rc3.d, not generating console-setup.service.
[ 22.567858] systemd-sysv-generator[1461]: Ignoring S01cups symlink in rc3.d, not generating cups.service.
[ 22.577445] systemd-sysv-generator[1461]: Ignoring S01avahi-daemon symlink in rc3.d, not generating avahi-daemon.service.
[ 22.588417] systemd-sysv-generator[1461]: Ignoring S01gdm3 symlink in rc3.d, not generating gdm3.service.
[ 22.597999] systemd-sysv-generator[1461]: Ignoring S01uuidd symlink in rc3.d, not generating uuidd.service.
[ 22.607753] systemd-sysv-generator[1461]: Ignoring S01acpid symlink in rc3.d, not generating acpid.service.
[ 22.617513] systemd-sysv-generator[1461]: Ignoring S01openvpn symlink in rc3.d, not generating openvpn.service.
[ 22.627615] systemd-sysv-generator[1461]: Ignoring S01grub-common symlink in rc3.d, not generating grub-common.service.
[ 22.638418] systemd-sysv-generator[1461]: Ignoring S01saned symlink in rc3.d, not generating saned.service.
[ 22.648172] systemd-sysv-generator[1461]: Ignoring S01lvm2-lvmpolld symlink in rc3.d, not generating lvm2-lvmpolld.service.
[ 22.659605] systemd-sysv-generator[1461]: Ignoring S01anacron symlink in rc4.d, not generating anacron.service.
[ 22.669713] systemd-sysv-generator[1461]: Ignoring S01smartmontools symlink in rc4.d, not generating smartmontools.service.
[ 22.680862] systemd-sysv-generator[1461]: Ignoring S01kerneloops symlink in rc4.d, not generating kerneloops.service.
[ 22.691492] systemd-sysv-generator[1461]: Ignoring S01rsync symlink in rc4.d, not generating rsync.service.
[ 22.701255] systemd-sysv-generator[1461]: Ignoring S01cron symlink in rc4.d, not generating cron.service.
[ 22.710837] systemd-sysv-generator[1461]: Ignoring S01pulseaudio-enable-autospawn symlink in rc4.d, not generating pulseaudio-enable-autospawn.service.
[ 22.724412] systemd-sysv-generator[1461]: Ignoring S01bluetooth symlink in rc4.d, not generating bluetooth.service.
[ 22.734866] systemd-sysv-generator[1461]: Ignoring S01hdapsd symlink in rc4.d, not generating hdapsd.service.
[ 22.744800] systemd-sysv-generator[1461]: Ignoring S01unattended-upgrades symlink in rc4.d, not generating unattended-upgrades.service.
[ 22.756990] systemd-sysv-generator[1461]: Ignoring S01irqbalance symlink in rc4.d, not generating irqbalance.service.
[ 22.767613] systemd-sysv-generator[1461]: Ignoring S01tlp symlink in rc4.d, not generating tlp.service.
[ 22.777024] systemd-sysv-generator[1461]: Ignoring S01ssh symlink in rc4.d, not generating ssh.service.
[ 22.786435] systemd-sysv-generator[1461]: Ignoring S01spice-vdagent symlink in rc4.d, not generating spice-vdagent.service.
[ 22.797581] systemd-sysv-generator[1461]: Ignoring S01sysstat symlink in rc4.d, not generating sysstat.service.
[ 22.807684] systemd-sysv-generator[1461]: Ignoring S01dbus symlink in rc4.d, not generating dbus.service.
[ 22.817265] systemd-sysv-generator[1461]: Ignoring S01plymouth symlink in rc4.d, not generating plymouth.service.
[ 22.827538] systemd-sysv-generator[1461]: Ignoring S01rsyslog symlink in rc4.d, not generating rsyslog.service.
[ 22.837640] systemd-sysv-generator[1461]: Ignoring S01cups-browsed symlink in rc4.d, not generating cups-browsed.service.
[ 22.848617] systemd-sysv-generator[1461]: Ignoring S01whoopsie symlink in rc4.d, not generating whoopsie.service.
[ 22.858899] systemd-sysv-generator[1461]: Ignoring S01console-setup.sh symlink in rc4.d, not generating console-setup.service.
[ 22.870308] systemd-sysv-generator[1461]: Ignoring S01cups symlink in rc4.d, not generating cups.service.
[ 22.879890] systemd-sysv-generator[1461]: Ignoring S01avahi-daemon symlink in rc4.d, not generating avahi-daemon.service.
[ 22.890862] systemd-sysv-generator[1461]: Ignoring S01gdm3 symlink in rc4.d, not generating gdm3.service.
[ 22.900444] systemd-sysv-generator[1461]: Ignoring S01uuidd symlink in rc4.d, not generating uuidd.service.
[ 22.910205] systemd-sysv-generator[1461]: Ignoring S01acpid symlink in rc4.d, not generating acpid.service.
[ 22.919968] systemd-sysv-generator[1461]: Ignoring S01openvpn symlink in rc4.d, not generating openvpn.service.
[ 22.930071] systemd-sysv-generator[1461]: Ignoring S01grub-common symlink in rc4.d, not generating grub-common.service.
[ 22.940866] systemd-sysv-generator[1461]: Ignoring S01saned symlink in rc4.d, not generating saned.service.
[ 22.950631] systemd-sysv-generator[1461]: Ignoring S01lvm2-lvmpolld symlink in rc4.d, not generating lvm2-lvmpolld.service.
[ 22.962064] systemd-sysv-generator[1461]: Ignoring S01anacron symlink in rc5.d, not generating anacron.service.
[ 22.972171] systemd-sysv-generator[1461]: Ignoring S01smartmontools symlink in rc5.d, not generating smartmontools.service.
[ 22.983318] systemd-sysv-generator[1461]: Ignoring S01kerneloops symlink in rc5.d, not generating kerneloops.service.
[ 22.993945] systemd-sysv-generator[1461]: Ignoring S01rsync symlink in rc5.d, not generating rsync.service.
[ 23.003707] systemd-sysv-generator[1461]: Ignoring S01cron symlink in rc5.d, not generating cron.service.
[ 23.013293] systemd-sysv-generator[1461]: Ignoring S01pulseaudio-enable-autospawn symlink in rc5.d, not generating pulseaudio-enable-autospawn.service.
[ 23.026867] systemd-sysv-generator[1461]: Ignoring S01bluetooth symlink in rc5.d, not generating bluetooth.service.
[ 23.037321] systemd-sysv-generator[1461]: Ignoring S01hdapsd symlink in rc5.d, not generating hdapsd.service.
[ 23.047249] systemd-sysv-generator[1461]: Ignoring S01unattended-upgrades symlink in rc5.d, not generating unattended-upgrades.service.
[ 23.059430] systemd-sysv-generator[1461]: Ignoring S01irqbalance symlink in rc5.d, not generating irqbalance.service.
[ 23.070056] systemd-sysv-generator[1461]: Ignoring S01tlp symlink in rc5.d, not generating tlp.service.
[ 23.079470] systemd-sysv-generator[1461]: Ignoring S01ssh symlink in rc5.d, not generating ssh.service.
[ 23.088884] systemd-sysv-generator[1461]: Ignoring S01spice-vdagent symlink in rc5.d, not generating spice-vdagent.service.
[ 23.100031] systemd-sysv-generator[1461]: Ignoring S01sysstat symlink in rc5.d, not generating sysstat.service.
[ 23.110134] systemd-sysv-generator[1461]: Ignoring S01dbus symlink in rc5.d, not generating dbus.service.
[ 23.119717] systemd-sysv-generator[1461]: Ignoring S01plymouth symlink in rc5.d, not generating plymouth.service.
[ 23.129999] systemd-sysv-generator[1461]: Ignoring S01rsyslog symlink in rc5.d, not generating rsyslog.service.
[ 23.140103] systemd-sysv-generator[1461]: Ignoring S01cups-browsed symlink in rc5.d, not generating cups-browsed.service.
[ 23.151079] systemd-sysv-generator[1461]: Ignoring S01whoopsie symlink in rc5.d, not generating whoopsie.service.
[ 23.161361] systemd-sysv-generator[1461]: Ignoring S01console-setup.sh symlink in rc5.d, not generating console-setup.service.
[ 23.172762] systemd-sysv-generator[1461]: Ignoring S01cups symlink in rc5.d, not generating cups.service.
[ 23.182346] systemd-sysv-generator[1461]: Ignoring S01avahi-daemon symlink in rc5.d, not generating avahi-daemon.service.
[ 23.193320] systemd-sysv-generator[1461]: Ignoring S01gdm3 symlink in rc5.d, not generating gdm3.service.
[ 23.202902] systemd-sysv-generator[1461]: Ignoring S01uuidd symlink in rc5.d, not generating uuidd.service.
[ 23.212663] systemd-sysv-generator[1461]: Ignoring S01acpid symlink in rc5.d, not generating acpid.service.
[ 23.222425] systemd-sysv-generator[1461]: Ignoring S01openvpn symlink in rc5.d, not generating openvpn.service.
[ 23.232526] systemd-sysv-generator[1461]: Ignoring S01grub-common symlink in rc5.d, not generating grub-common.service.
[ 23.243323] systemd-sysv-generator[1461]: Ignoring S01saned symlink in rc5.d, not generating saned.service.
[ 23.253084] systemd-sysv-generator[1461]: Ignoring S01lvm2-lvmpolld symlink in rc5.d, not generating lvm2-lvmpolld.service.
[ 23.264238] systemd-sysv-generator[1461]: Loading SysV script /etc/init.d/apport
[ 23.272768] systemd[1438]: /usr/lib/systemd/system-generators/systemd-sysv-generator succeeded.
[ 23.281533] systemd[1438]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
[ 23.290932] systemd[1]: (sd-executor) succeeded.
[ 23.295692] systemd[1]: Looking for unit files in (higher priority first):
[ 23.302604] systemd[1]: /etc/systemd/system.control
[ 23.307600] systemd[1]: /run/systemd/system.control
[ 23.312595] systemd[1]: /run/systemd/transient
[ 23.317155] systemd[1]: /run/systemd/generator.early
[ 23.322236] systemd[1]: /etc/systemd/system
[ 23.326539] systemd[1]: /etc/systemd/system.attached
[ 23.331620] systemd[1]: /run/systemd/system
[ 23.335913] systemd[1]: /run/systemd/system.attached
[ 23.340995] systemd[1]: /run/systemd/generator
[ 23.345556] systemd[1]: /usr/local/lib/systemd/system
[ 23.350720] systemd[1]: /lib/systemd/system
[ 23.355024] systemd[1]: /usr/lib/systemd/system
[ 23.359668] systemd[1]: /run/systemd/generator.late
[ 23.365282] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.Avahi.service â?? avahi-daemon.service
[ 23.377586] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.timesync1.service â?? systemd-timesyncd.service
[ 23.390654] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/smartd.service â?? smartmontools.service
[ 23.401292] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-core18-1754.mount
[ 23.411313] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-106.mount
[ 23.422814] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/display-manager.service â?? gdm3.service
[ 23.433464] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.bluez.service â?? bluetooth.service
[ 23.444457] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/sshd.service â?? ssh.service
[ 23.454055] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-snap\x2dstore-433.mount
[ 23.464612] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service â?? ModemManager.service
[ 23.477601] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.resolve1.service â?? systemd-resolved.service
[ 23.490497] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-bare-5.mount
[ 23.500084] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-bugit-4.mount
[ 23.509773] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1534.mount
[ 23.521264] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount
[ 23.532762] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.socket â?? /dev/null
[ 23.543927] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-core-13425.mount
[ 23.553873] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service â?? wpa_supplicant.service
[ 23.566331] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/syslog.service â?? rsyslog.service
[ 23.576451] systemd[1]: unit_file_build_name_map: linked unit file: /etc/systemd/system/systemd-rfkill.service â?? /dev/null
[ 23.587680] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-gnome\x2d3\x2d34\x2d1804-77.mount
[ 23.599082] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-gnome\x2d3\x2d34\x2d1804-27.mount
[ 23.610489] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-snap\x2dstore-558.mount
[ 23.621033] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-chromium-2011.mount
[ 23.631258] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service â?? NetworkManager-dispatcher.service
[ 23.645375] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/dbus-org.freedesktop.thermald.service â?? thermald.service
[ 23.657569] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-core20-1518.mount
[ 23.667602] systemd[1]: unit_file_build_name_map: alias: /etc/systemd/system/default.target â?? graphical.target
[ 23.677810] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-core-13308.mount
[ 23.687761] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-112.mount
[ 23.699250] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-core18-2409.mount
[ 23.709269] systemd[1]: unit_file_build_name_map: normal unit file: /etc/systemd/system/snap-chromium-2020.mount
[ 23.719473] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/system/netplan-ovs-cleanup.service
[ 23.729950] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/swapfile.swap
[ 23.739460] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/boot-efi.mount
[ 23.749046] systemd[1]: unit_file_build_name_map: normal unit file: /run/systemd/generator/-.mount
[ 23.758090] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsckd.socket
[ 23.767944] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/system-update-pre.target
[ 23.778136] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/syslog.socket
[ 23.787375] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apt-daily.service
[ 23.796959] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/packagekit.service
[ 23.806639] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-cleanup.service
[ 23.816658] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-modules-load.service
[ 23.827199] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/kerneloops.service
[ 23.836868] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-switch-root.service
[ 23.847232] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/mdmonitor.service
[ 23.856816] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/hdapsd@.service
[ 23.866232] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-fs-pre.target
[ 23.876084] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/mdadm-grow-continue@.service
[ 23.886630] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/fprintd.service
[ 23.896042] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/lvm2-lvmpolld.socket
[ 23.905892] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/mdadm-last-resort@.timer
[ 23.916085] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd-kernel.socket
[ 23.926542] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journal-flush.service
[ 23.937168] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-bless-boot.service
[ 23.947542] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/packagekit-offline-update.service
[ 23.958527] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/cryptdisks.service â?? /dev/null
[ 23.969439] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel0.target â?? poweroff.target
[ 23.979726] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-network-generator.service
[ 23.990706] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/getty.target
[ 23.999865] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/snapd.service
[ 24.009110] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-volatile-root.service
[ 24.019735] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sigpwr.target
[ 24.028979] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-update-utmp.service
[ 24.039445] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/secureboot-db.service
[ 24.049401] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/plymouth.service â?? plymouth-quit.service
[ 24.060209] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/thermald.service
[ 24.069705] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cron.service
[ 24.078861] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/spice-vdagentd.service
[ 24.088888] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/udev.service â?? systemd-udevd.service
[ 24.099355] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/remote-fs.target
[ 24.108851] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/motd-news.timer
[ 24.118267] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-udevd.service
[ 24.128202] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/motd-news.service
[ 24.137787] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-hwdb-update.service
[ 24.148244] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/wpa_supplicant.service
[ 24.158267] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/geoclue.service
[ 24.167679] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-sysusers.service
[ 24.177874] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-switch-root.target
[ 24.188152] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ufw.service
[ 24.197216] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/bolt.service
[ 24.206377] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd.target
[ 24.215622] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rc-local.service
[ 24.225120] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-pstore.service
[ 24.235139] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_fail@.service
[ 24.245073] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/apport-autoreport.path
[ 24.255096] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nvmf-connect.target
[ 24.264860] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_all.timer
[ 24.274447] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/gdm.service
[ 24.283511] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub@.service
[ 24.293012] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/network.target
[ 24.302340] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cups.service
[ 24.311489] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/uuidd.socket
[ 24.320641] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald.socket
[ 24.330748] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/fwupd.service
[ 24.339992] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-journald@.service
[ 24.350275] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/cups-browsed.service
[ 24.360127] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/whoopsie.service
[ 24.369644] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-suspend-then-hibernate.service
[ 24.381048] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sockets.target
[ 24.390372] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_reap.service
[ 24.400220] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/mdmon@.service
[ 24.409545] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-poweroff.service
[ 24.419733] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/setvtrgb.service
[ 24.429234] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/paths.target
[ 24.438391] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/snapd.socket
[ 24.447548] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-binfmt.service
[ 24.457567] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-random-seed.service
[ 24.468025] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nss-lookup.target
[ 24.477609] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/plymouth-halt.service
[ 24.487542] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/plymouth-quit-wait.service
[ 24.497905] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dm-event.service
[ 24.507402] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/ua-timer.timer
[ 24.516729] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-fsckd.service
[ 24.526665] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/openvpn.service
[ 24.536083] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/sys-kernel-tracing.mount
[ 24.546277] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/systemd-update-utmp-runlevel.service
[ 24.557524] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/snapd.snap-repair.service
[ 24.567812] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-udevadm-cleanup-db.service
[ 24.578791] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/colord.service
[ 24.588117] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/dmesg.service
[ 24.597361] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/wpa_supplicant-wired@.service
[ 24.607985] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/alsa-state.service
[ 24.617654] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/rescue.service
[ 24.626985] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount
[ 24.637957] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/unattended-upgrades.service
[ 24.648426] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/plymouth-log.service â?? plymouth-read-write.service
[ 24.660109] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/fstrim.timer
[ 24.669274] systemd[1]: unit_file_build_name_map: linked unit file: /lib/systemd/system/rcS.service â?? /dev/null
[ 24.679568] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/mdcheck_continue.service
[ 24.689758] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/configure-printer@.service
[ 24.700145] systemd[1]: unit_file_build_name_map: alias: /lib/systemd/system/runlevel5.target â?? graphical.target
[ 24.710517] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/bluetooth.service
[ 24.720102] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/e2scrub_all.service
[ 24.729866] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/uuidd.service
[ 24.739111] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/nss-user-lookup.target
[ 24.749130] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/snapd.failure.service
[ 24.759063] systemd[1]: unit_file_build_name_map: normal unit file: /lib/systemd/system/initrd-root-device.target
[ 25.208512] systemd-journald[1469]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
[ 25.220438] systemd-journald[1469]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[ 25.231042] systemd-journald[1469]: Fixed min_use=16.0M max_use=315.5M max_size=39.4M min_size=512.0K keep_free=157.7M n_max_files=100
[ 25.234368] systemd-journald[1469]: Reserving 71815 entries in hash table.
[ 25.251240] systemd-journald[1469]: Vacuuming...
[ 25.251265] systemd-journald[1469]: Vacuuming done, freed 0B of archived journals from /run/log/journal/458fdc8cb295291fd44ea0d662ac4840.
[ 25.251277] systemd-journald[1469]: Flushing /dev/kmsg...
[ 25.254959] systemd-journald[1469]: Compressed data object 590 -> 489 using LZ4
[ 25.328178] systemd-journald[1469]: systemd-journald running as PID 1469 for the system.
[ 25.337460] systemd-journald[1469]: Sent READY=1 notification.
[ 25.343564] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.343723] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.359338] EXT4-fs (nvme0n1p3): re-mounted. Quota mode: none.
[ 25.361931] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.376583] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.376672] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.376717] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.376863] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.415123] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.425422] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.434333] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.438718] lp: driver loaded but no devices found
[ 25.456339] ppdev: user-space parallel port driver
[ 25.463379] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.482133] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.543065] IPMI message handler: version 39.2
[ 25.552431] ipmi device interface
[ 25.707995] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.737738] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.741449] Adding 2097148k swap on /swapfile. Priority:-2 extents:4 across:2138104k SSFS
[ 25.772234] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.800004] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.829595] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 25.839967] systemd-journald[1469]: n/a: New incoming connection.
[ 25.847458] systemd-journald[1469]: varlink-20: varlink: setting state idle-server
[ 25.855156] systemd-journald[1469]: varlink-20: New incoming message: {"method":"io.systemd.Journal.FlushToVar","parameters":{}}
[ 25.866807] systemd-journald[1469]: varlink-20: varlink: changing state idle-server â?? processing-method
[ 25.876410] systemd-journald[1469]: Received client request to flush runtime journal.
[ 25.884816] systemd-journald[1469]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B
[ 25.897909] systemd-journald[1469]: Journal file /var/log/journal/458fdc8cb295291fd44ea0d662ac4840/system.journal is already online. Assuming unclean closing.
[ 25.915190] systemd-journald[1469]: File /var/log/journal/458fdc8cb295291fd44ea0d662ac4840/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 25.931101] systemd-journald[1469]: Fixed min_use=16.0M max_use=4.0G max_size=128.0M min_size=512.0K keep_free=4.0G n_max_files=100
[ 25.946526] systemd-journald[1469]: Reserving 233016 entries in hash table.
[ 25.957125] systemd-journald[1469]: Flushing to /var/log/journal/458fdc8cb295291fd44ea0d662ac4840...
[ 25.966972] systemd-journald[1469]: Considering root directory '/run/log/journal'.
[ 25.966987] systemd-journald[1469]: Root directory /run/log/journal added.
[ 25.966993] systemd-journald[1469]: Considering directory '/run/log/journal/458fdc8cb295291fd44ea0d662ac4840'.
[ 25.967002] systemd-journald[1469]: Directory /run/log/journal/458fdc8cb295291fd44ea0d662ac4840 added.
[ 25.967012] systemd-journald[1469]: Journal effective settings seal=no compress=no compress_threshold_bytes=8B
[ 25.967036] systemd-journald[1469]: File /run/log/journal/458fdc8cb295291fd44ea0d662ac4840/system.journal added.
[ 25.967042] systemd-journald[1469]: Considering root directory '/var/log/journal'.
[ 25.967044] systemd-journald[1469]: Considering root directory '/var/log/journal/remote'.
[ 25.969277] systemd-journald[1469]: Compressed data object 590 -> 489 using LZ4
[ 26.051297] systemd-journald[1469]: Directory /run/log/journal/458fdc8cb295291fd44ea0d662ac4840 removed.
[ 26.060809] systemd-journald[1469]: Root directory /run/log/journal removed.
[ 26.068512] systemd-journald[1469]: mmap cache statistics: 74721 hit, 1 miss
[ 26.068527] systemd-journald[1469]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[ 26.069604] systemd-journald[1469]: Vacuuming...
[ 26.123258] systemd-journald[1469]: Vacuuming done, freed 0B of archived journals from /var/log/journal/458fdc8cb295291fd44ea0d662ac4840.
[ 26.137752] systemd-journald[1469]: varlink-20: Sending message: {"parameters":{}}
[ 26.145770] systemd-journald[1469]: varlink-20: varlink: changing state processing-method â?? processed-method
[ 26.155793] systemd-journald[1469]: varlink-20: varlink: changing state processed-method â?? idle-server
[ 26.165742] systemd-journald[1469]: varlink-20: Got POLLHUP from socket.
[ 26.173675] systemd-journald[1469]: varlink-20: varlink: changing state idle-server â?? pending-disconnect
[ 26.183362] systemd-journald[1469]: varlink-20: varlink: changing state pending-disconnect â?? processing-disconnect
[ 26.193909] systemd-journald[1469]: varlink-20: varlink: changing state processing-disconnect â?? disconnected
[ 26.204047] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.212905] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.221827] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.360696] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.424450] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.427349] loop0: detected capacity change from 0 to 8
[ 26.453765] Dev loop0: unable to read RDB block 8
[ 26.456484] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.458522] loop0: unable to read partition table
[ 26.458531] loop0: partition table beyond EOD, truncated
[ 26.458924] loop1: detected capacity change from 0 to 84520
[ 26.505559] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.509110] loop2: detected capacity change from 0 to 270192
[ 26.540317] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.542772] loop3: detected capacity change from 0 to 272864
[ 26.574492] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.575651] loop4: detected capacity change from 0 to 233240
[ 26.609512] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.611957] loop5: detected capacity change from 0 to 233448
[ 26.640237] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.642586] loop6: detected capacity change from 0 to 112536
[ 26.672644] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.678395] loop7: detected capacity change from 0 to 113736
[ 26.704468] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.710682] loop8: detected capacity change from 0 to 126824
[ 26.736539] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.740849] loop9: detected capacity change from 0 to 496472
[ 26.772276] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.773392] loop10: detected capacity change from 0 to 448512
[ 26.804424] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.819513] loop11: detected capacity change from 0 to 520384
[ 26.832181] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.860067] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.864440] loop12: detected capacity change from 0 to 820832
[ 26.864930] loop13: detected capacity change from 0 to 166424
[ 26.901026] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.908642] loop14: detected capacity change from 0 to 187776
[ 26.936640] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.941234] loop15: detected capacity change from 0 to 101960
[ 26.972367] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 26.974725] loop16: detected capacity change from 0 to 111080
[ 27.008181] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 27.329135] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 27.374236] idxd 0000:e7:01.0: enabling device (0144 -> 0146)
[ 27.380719] idxd 0000:e7:01.0: Unable to turn on user SVA feature.
[ 27.386667] wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found
[ 27.395978] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 27.424766] pstore: ignoring unexpected backend 'efi'
[ 27.465068] idxd 0000:e7:01.0: Intel(R) Accelerator Device (v100)
[ 27.505667] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 27.532265] ipmi_si: IPMI System Interface driver
[ 27.539705] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 27.546098] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 27.553362] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 27.568533] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
[ 27.578594] ipmi_si dmi-ipmi-si.0: Interface detection failed
[ 27.590494] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 27.598462] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 27.598464] RAPL PMU: hw unit of domain dram 2^-16 Joules
[ 27.598465] RAPL PMU: hw unit of domain psys 2^-0 Joules
[ 27.635734] cryptd: max_cpu_qlen set to 1000
[ 27.639427] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 27.685155] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 27.686792] AVX2 version of gcm_enc/dec engaged.
[ 27.703036] AES CTR mode by8 optimization enabled
[ 27.747460] acpi PNP0C14:06: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 27.861693] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[ 27.867061] acpi PNP0C14:07: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[ 27.937191] snd_hda_intel 0000:00:1f.3: enabling device (0140 -> 0142)
[ 27.949282] snd_hda_intel 0000:ae:00.1: enabling device (0140 -> 0142)
[ 27.967916] snd_hda_intel 0000:ae:00.1: Force to non-snoop mode
[ 28.399924] i2c-designware-pci 0000:ae:00.3: timeout in disabling adapter
[ 28.406782] ucsi_ccg 2-0008: failed to get FW build information
[ 28.555829] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[ 28.568319] snd_hda_intel 0000:ae:00.1: bound 0000:ae:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 28.581179] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 28.581181] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 28.581182] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 28.581183] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 28.581185] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 28.684262] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 28.732587] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:ab/0000:ab:01.0/0000:ac:00.0/0000:ad:00.0/0000:ae:00.1/sound/card1/input6
[ 28.759971] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:ab/0000:ab:01.0/0000:ac:00.0/0000:ad:00.0/0000:ae:00.1/sound/card1/input7
[ 28.791381] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:ab/0000:ab:01.0/0000:ac:00.0/0000:ad:00.0/0000:ae:00.1/sound/card1/input8
[ 28.818421] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:ab/0000:ab:01.0/0000:ac:00.0/0000:ad:00.0/0000:ae:00.1/sound/card1/input9
[ 28.844347] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:ab/0000:ab:01.0/0000:ac:00.0/0000:ad:00.0/0000:ae:00.1/sound/card1/input10
[ 28.870549] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:ab/0000:ab:01.0/0000:ac:00.0/0000:ad:00.0/0000:ae:00.1/sound/card1/input11
[ 29.084256] i2c-designware-pci 0000:ae:00.3: timeout in disabling adapter
[ 29.142140] i2c-designware-pci 0000:ae:00.3: i2c timeout error -110
[ 29.143821] input: Dell Privacy Driver as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6932965F-1671-4CEB-B988-D3AB0A901919/input/input12
[ 29.148462] ucsi_ccg 2-0008: i2c_transfer failed -110
[ 29.148467] ucsi_ccg 2-0008: ucsi_ccg_init failed - -110
[ 29.148470] ucsi_ccg: probe of 2-0008 failed with error -110
[ 29.183029] input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input13
[ 29.221923] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.245104] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 29.255645] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 29.269380] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.323556] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.409758] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.436283] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.445638] audit: type=1400 audit(1657698081.728:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=2250 comm="apparmor_parser"
[ 29.463211] audit: type=1400 audit(1657698081.728:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=2263 comm="apparmor_parser"
[ 29.479899] audit: type=1400 audit(1657698081.732:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=2258 comm="apparmor_parser"
[ 29.496710] audit: type=1400 audit(1657698081.732:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=2249 comm="apparmor_parser"
[ 29.512578] audit: type=1400 audit(1657698081.732:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=2260 comm="apparmor_parser"
[ 29.530064] audit: type=1400 audit(1657698081.732:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=2259 comm="apparmor_parser"
[ 29.545993] audit: type=1400 audit(1657698081.732:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=2259 comm="apparmor_parser"
[ 29.562079] audit: type=1400 audit(1657698081.732:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=2247 comm="apparmor_parser"
[ 29.577251] audit: type=1400 audit(1657698081.732:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=2247 comm="apparmor_parser"
[ 29.593806] audit: type=1400 audit(1657698081.732:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=2247 comm="apparmor_parser"
[ 29.596453] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.623598] EDAC i10nm: No hbm memory
[ 29.628486] EDAC MC0: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#0: DEV 0000:fe:0c.0 (INTERRUPT)
[ 29.640353] EDAC MC1: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#1: DEV 0000:fe:0d.0 (INTERRUPT)
[ 29.652456] EDAC MC2: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#2: DEV 0000:fe:0e.0 (INTERRUPT)
[ 29.664257] EDAC MC3: Giving out device to module i10nm_edac controller Intel_10nm Socket#0 IMC#3: DEV 0000:fe:0f.0 (INTERRUPT)
[ 29.676178] EDAC i10nm: v0.0.5
[ 29.687067] intel_rapl_common: Found RAPL domain package
[ 29.692435] intel_rapl_common: Found RAPL domain dram
[ 29.695149] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.698279] intel_rapl_common: DRAM domain energy unit 15300pj
[ 29.736041] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.862079] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.883472] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 29.945338] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 30.018618] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 30.028191] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 30.904607] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 30.938413] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 30.982578] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.010649] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.052358] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.063790] i2c-designware-pci 0000:ae:00.3: timeout in disabling adapter
[ 31.084596] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.114854] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.146956] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.172546] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.204412] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.253839] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.303352] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.328639] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.339413] [drm] DSC precompute is not needed.
[ 31.360568] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.399733] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.427513] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.472321] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.500211] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.528200] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.552193] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.581039] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.609938] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.626837] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.652317] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.677916] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.763755] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.792238] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.840047] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.849779] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 31.861694] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.102890] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.130170] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.150417] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.180388] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.208262] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.236634] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.269871] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.270466] loop17: detected capacity change from 0 to 8
[ 32.271346] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271360] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271377] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271382] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271388] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271392] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271395] ldm_validate_partition_table(): Disk read failed.
[ 32.271402] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271406] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271411] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271415] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271420] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271423] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271428] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271431] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271434] Dev loop17: unable to read RDB block 0
[ 32.271440] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271444] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271449] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271453] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271459] I/O error, dev loop17, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 32.271462] Buffer I/O error on dev loop17, logical block 0, async page read
[ 32.271469] loop17: unable to read partition table
[ 32.271480] loop17: partition table beyond EOD, truncated
[ 32.485695] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.519726] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.548572] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.587198] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.596294] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.623592] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.790927] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.816715] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.846782] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.879669] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.906792] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.956982] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 32.986045] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.032317] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.041661] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.125541] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.238876] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.330644] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.341994] systemd-journald[1469]: Journal effective settings seal=yes compress=yes compress_threshold_bytes=512B
[ 33.353415] systemd-journald[1469]: Journal file /var/log/journal/458fdc8cb295291fd44ea0d662ac4840/user-1001.journal is already online. Assuming unclean closing.
[ 33.372542] systemd-journald[1469]: File /var/log/journal/458fdc8cb295291fd44ea0d662ac4840/user-1001.journal corrupted or uncleanly shut down, renaming and replacing.
[ 33.387810] systemd-journald[1469]: Fixed min_use=3.9G max_use=4.0G max_size=128.0M min_size=512.0K keep_free=4.0G n_max_files=100
[ 33.401922] systemd-journald[1469]: Reserving 233016 entries in hash table.
[ 33.415608] systemd-journald[1469]: Journal effective settings seal=no compress=yes compress_threshold_bytes=512B
[ 33.445936] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.458103] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.467125] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.477254] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.486167] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.529581] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.547162] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.563924] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.634861] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.643765] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.652882] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.661802] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.689463] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.698494] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.707364] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.747763] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.756714] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.785525] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 33.844410] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.025348] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.442740] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.579622] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.790138] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.799149] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.808923] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.818096] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.827104] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.847854] systemd-journald[1469]: Compressed data object 528 -> 400 using LZ4
[ 34.855398] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.864342] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.873299] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.883198] systemd-journald[1469]: Compressed data object 534 -> 416 using LZ4
[ 34.932050] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.941174] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.950060] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.958997] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.967854] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.976780] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.985645] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 34.994537] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.003405] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.012263] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.021132] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.030003] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.039258] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.728367] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.737319] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.804812] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.813840] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.822918] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.832124] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.938163] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 35.950890] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.037628] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.046556] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.055757] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.102456] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.160650] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.169574] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.178779] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.187729] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.236226] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.245580] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.304421] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.313504] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.323473] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.332503] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.341509] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.347219] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 36.350808] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.359479] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 36.366988] rfkill: input handler disabled
[ 36.368408] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.388101] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.397049] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.400713] systemd[1]: Pulling in dev-disk-by\x2duuid-5D8B\x2dB612.device/start from dev-disk-by\x2did-nvme\x2deui.e8238fa6bf530001001b444a491a3de6\x2dpart1.device/start
[ 36.405991] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.429981] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.437014] systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:6f:00.5\x2dpci\x2d10001:81:00.0\x2dnvme\x2d1\x2dpart1.device/start from dev-disk-by\x2did-nvme\x2deui.e8238fa6bf530001001b444a491a3de6\x2dpart1.device/start
[ 36.438891] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.467478] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.472857] systemd[1]: Pulling in dev-disk-by\x2dpartuuid-32c26253\x2d9365\x2d4e5e\x2da995\x2d7312868ddf27.device/start from dev-disk-by\x2did-nvme\x2deui.e8238fa6bf530001001b444a491a3de6\x2dpart1.device/start
[ 36.476373] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.503848] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.508887] systemd[1]: Pulling in dev-nvme0n1p1.device/start from dev-disk-by\x2did-nvme\x2deui.e8238fa6bf530001001b444a491a3de6\x2dpart1.device/start
[ 36.512726] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.535270] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.544136] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.544781] systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dPC_SN810_NVMe_WDC_512GB_213496440013\x2dpart1.device/start from dev-disk-by\x2dpath-pci\x2d0000:6f:00.5\x2dpci\x2d10001:81:00.0\x2dnvme\x2d1\x2dpart1.device/start
[ 36.553018] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.581619] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.588758] systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device/start from dev-disk-by\x2dpath-pci\x2d0000:6f:00.5\x2dpci\x2d10001:81:00.0\x2dnvme\x2d1\x2dpart1.device/start
[ 36.590500] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.617907] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.624876] systemd[1]: Pulling in sys-devices-pci0000:6f-0000:6f:00.5-pci10001:80-10001:80:01.0-10001:81:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device/start from dev-disk-by\x2dpath-pci\x2d0000:6f:00.5\x2dpci\x2d10001:81:00.0\x2dnvme\x2d1\x2dpart1.device/start
[ 36.626818] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.658259] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.664767] systemd[1]: Pulling in dev-disk-by\x2duuid-5D8B\x2dB612.device/start from dev-disk-by\x2dpath-pci\x2d0000:6f:00.5\x2dpci\x2d10001:81:00.0\x2dnvme\x2d1\x2dpart1.device/start
[ 36.667133] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.692366] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.700740] systemd[1]: Pulling in dev-disk-by\x2dpartuuid-32c26253\x2d9365\x2d4e5e\x2da995\x2d7312868ddf27.device/start from dev-disk-by\x2dpath-pci\x2d0000:6f:00.5\x2dpci\x2d10001:81:00.0\x2dnvme\x2d1\x2dpart1.device/start
[ 36.701260] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.729973] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.736746] systemd[1]: Pulling in dev-nvme0n1p1.device/start from dev-disk-by\x2dpath-pci\x2d0000:6f:00.5\x2dpci\x2d10001:81:00.0\x2dnvme\x2d1\x2dpart1.device/start
[ 36.738872] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.762451] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.768757] systemd[1]: Pulling in dev-disk-by\x2dpartuuid-32c26253\x2d9365\x2d4e5e\x2da995\x2d7312868ddf27.device/start from dev-disk-by\x2duuid-5D8B\x2dB612.device/start
[ 36.771329] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.795542] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.800746] systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System\x5cx20Partition.device/start from dev-disk-by\x2duuid-5D8B\x2dB612.device/start
[ 36.804510] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.827232] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.832766] systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.e8238fa6bf530001001b444a491a3de6\x2dpart1.device/start from dev-disk-by\x2duuid-5D8B\x2dB612.device/start
[ 36.836117] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.860196] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.864757] systemd[1]: Pulling in dev-nvme0n1p1.device/start from dev-disk-by\x2duuid-5D8B\x2dB612.device/start
[ 36.899700] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 36.908843] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 38.481622] {1}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 0
[ 38.489926] {1}[Hardware Error]: It has been corrected by h/w and requires no further action
[ 38.498394] {1}[Hardware Error]: event severity: corrected
[ 38.503907] {1}[Hardware Error]: Error 0, type: corrected
[ 38.509427] {1}[Hardware Error]: section_type: PCIe error
[ 38.515030] {1}[Hardware Error]: port_type: 4, root port
[ 38.520551] {1}[Hardware Error]: version: 3.0
[ 38.525114] {1}[Hardware Error]: command: 0x0547, status: 0x0010
[ 38.531327] {1}[Hardware Error]: device_id: 0000:ab:01.0
[ 38.536847] {1}[Hardware Error]: slot: 5
[ 38.540971] {1}[Hardware Error]: secondary_bus: 0xac
[ 38.546138] {1}[Hardware Error]: vendor_id: 0x8086, device_id: 0x352a
[ 38.552778] {1}[Hardware Error]: class_code: 060400
[ 38.557862] {1}[Hardware Error]: bridge: secondary_status: 0x2000, control: 0x0003
[ 38.565750] pcieport 0000:ab:01.0: AER: aer_status: 0x00000001, aer_mask: 0x00000000
[ 38.573530] pcieport 0000:ab:01.0: [ 0] RxErr (First)
[ 38.580372] pcieport 0000:ab:01.0: AER: aer_layer=Physical Layer, aer_agent=Receiver ID
[ 39.962761] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 39.971883] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 39.981180] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 39.991202] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 40.000507] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 40.009252] atlantic 0000:01:00.0 enp1s0: atlantic: link change old 0 new 1000
[ 40.016818] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[ 96.546913] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 96.601405] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 96.610395] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 156.602501] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 156.611504] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 208.527028] TCP: enp1s0: Driver has suspect GRO implementation, TCP performance may be compromised.
[ 209.838598] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 210.155127] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 348.184675] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 374.999716] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.
[ 637.923653] systemd-journald[1469]: Successfully sent stream file descriptor to service manager.