* amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
@ 2025-05-28 16:11 James Blake
2025-05-28 16:37 ` Luck, Tony
2025-05-28 16:44 ` Borislav Petkov
0 siblings, 2 replies; 10+ messages in thread
From: James Blake @ 2025-05-28 16:11 UTC (permalink / raw)
To: yazen.ghannam@amd.com, bp@alien8.de, tony.luck@intel.com
Cc: linux-edac@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 974 bytes --]
Hi all,
I'm seeing an issue with the amd64_edac driver on a system with a
Ryzen 7 PRO 8700G and ECC DDR5 UDIMMs.
When a single ECC DIMM is installed, the driver fails to detect it and
reports:
EDAC amd64: Node 0: No DIMMs detected.
However, with two ECC DIMMs installed, everything works as expected -
EDAC detects the DIMMs correctly.
The same memory configuration is correctly detected as ECC-capable
memory in memtest86 in both single- and dual-DIMM configuration, so this
appears to be Linux-specific. I'm running kernel 6.14.7 on Arch Linux
and this is reproducible with `systemd.unit=emergency.target` and no
DKMS modules with only amd64_edac loaded.
Is this a known limitation or a bug in amd64_edac? I'm happy to provide
more debug output or test any patches. I've attached `dmesg` and
`dmidecode -t memory` output for both single- and dual-DIMM
configurations.
Let me know if there's anything else I can provide.
Thanks,
James
[-- Attachment #2: dmidecode_memory_2dimm.txt --]
[-- Type: text/plain, Size: 2758 bytes --]
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 3.4.0 present.
Handle 0x000F, DMI type 16, 23 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: Multi-bit ECC
Maximum Capacity: 128 GB
Error Information Handle: 0x000E
Number Of Devices: 4
Handle 0x0012, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0011
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: Unknown
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL A
Type: Unknown
Type Detail: Unknown
Handle 0x0014, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0013
Total Width: 72 bits
Data Width: 64 bits
Size: 32 GB
Form Factor: DIMM
Set: None
Locator: DIMM 1
Bank Locator: P0 CHANNEL A
Type: DDR5
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 4800 MT/s
Manufacturer: Micron Technology
Serial Number: 4F6B54DC
Asset Tag: Not Specified
Part Number: MTC20C2085S1EC48BA1 BC
Rank: 2
Configured Memory Speed: 4800 MT/s
Minimum Voltage: 1.1 V
Maximum Voltage: 1.1 V
Configured Voltage: 1.1 V
Memory Technology: DRAM
Memory Operating Mode Capability: Volatile memory
Firmware Version: Unknown
Module Manufacturer ID: Bank 1, Hex 0x2C
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: 32 GB
Cache Size: None
Logical Size: None
Handle 0x0017, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0016
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: Unknown
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL B
Type: Unknown
Type Detail: Unknown
Handle 0x0019, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0018
Total Width: 72 bits
Data Width: 64 bits
Size: 32 GB
Form Factor: DIMM
Set: None
Locator: DIMM 1
Bank Locator: P0 CHANNEL B
Type: DDR5
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 4800 MT/s
Manufacturer: Micron Technology
Serial Number: 4F6B594A
Asset Tag: Not Specified
Part Number: MTC20C2085S1EC48BA1 BC
Rank: 2
Configured Memory Speed: 4800 MT/s
Minimum Voltage: 1.1 V
Maximum Voltage: 1.1 V
Configured Voltage: 1.1 V
Memory Technology: DRAM
Memory Operating Mode Capability: Volatile memory
Firmware Version: Unknown
Module Manufacturer ID: Bank 1, Hex 0x2C
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: 32 GB
Cache Size: None
Logical Size: None
[-- Attachment #3: dmesg_1dimm.txt --]
[-- Type: text/plain, Size: 95344 bytes --]
[ 0.000000] Linux version 6.14.7-arch2-1 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 05:37:49 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=108ce75e-aaa9-4c03-a2b2-6897e93aaa89 rw loglevel=3 systemd.unit=emergency.target
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a23c000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b021000-0x000000008527efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008527f000-0x000000008b27efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008b27f000-0x000000008d27efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000008d27f000-0x000000008f27efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008f27f000-0x00000000973fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000973ff000-0x0000000099ff9fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000099ffa000-0x0000000099ffcfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099ffd000-0x0000000099ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009a000000-0x000000009bffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d790000-0x000000009d7effff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d7f5000-0x000000009fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000085e2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000085f340000-0x00000008801fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x74d83018-0x74da7c57] usable ==> usable
[ 0.000000] e820: update [mem 0x75ca9018-0x75cad257] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a23c000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b020fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b021000-0x0000000074d83017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074d83018-0x0000000074da7c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074da7c58-0x0000000075ca9017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000075ca9018-0x0000000075cad257] usable
[ 0.000000] reserve setup_data: [mem 0x0000000075cad258-0x000000008527efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008527f000-0x000000008b27efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008b27f000-0x000000008d27efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000008d27f000-0x000000008f27efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000008f27f000-0x00000000973fefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000973ff000-0x0000000099ff9fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000099ffa000-0x0000000099ffcfff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000099ffd000-0x0000000099ffffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000009a000000-0x000000009bffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009d790000-0x000000009d7effff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009d7f5000-0x000000009fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000085e2fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000085f340000-0x00000008801fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x8f265000 ACPI 2.0=0x8f265014 SMBIOS=0x970d8000 SMBIOS 3.0=0x970d7000 MEMATTR=0x80e2e018 ESRT=0x7f5bcf18 INITRD=0x7cb84e98 RNG=0x8c914018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem68: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Remove mem69: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
[ 0.000000] e820: remove [mem 0xf7000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem70: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem71: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem73: MMIO range=[0x860000000-0x8801fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x860000000-0x8801fffff] reserved
[ 0.000000] SMBIOS 3.4.0 present.
[ 0.000000] DMI: ASRock X870E Taichi Lite/X870E Taichi Lite, BIOS 3.15 12/10/2024
[ 0.000000] DMI: Memory slots populated: 1/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 4199.864 MHz processor
[ 0.000070] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000071] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000075] last_pfn = 0x85e300 max_arch_pfn = 0x400000000
[ 0.000080] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000081] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000216] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[ 0.002642] esrt: Reserving ESRT space from 0x000000007f5bcf18 to 0x000000007f5bcf50.
[ 0.002646] e820: update [mem 0x7f5bc000-0x7f5bcfff] usable ==> reserved
[ 0.002657] Using GB pages for direct mapping
[ 0.003290] Secure boot disabled
[ 0.003290] RAMDISK: [mem 0x75cae000-0x78d9efff]
[ 0.003342] ACPI: Early table checksum verification disabled
[ 0.003345] ACPI: RSDP 0x000000008F265014 000024 (v02 ALASKA)
[ 0.003347] ACPI: XSDT 0x000000008F264728 0000E4 (v01 ALASKA A M I 00000001 AMI 01000013)
[ 0.003350] ACPI: FACP 0x000000008D274000 000114 (v06 ALASKA A M I 00000001 AMI 00010013)
[ 0.003353] ACPI: DSDT 0x000000008D1EF000 07B9DB (v02 ALASKA A M I 00000001 INTL 20220331)
[ 0.003354] ACPI: FACS 0x000000008F262000 000040
[ 0.003355] ACPI: SSDT 0x000000008D276000 00837C (v02 AMD Splinter 00000002 MSFT 04000000)
[ 0.003357] ACPI: SSDT 0x000000008D275000 000221 (v02 ALASKA CPUSSDT 00000001 AMI 00000001)
[ 0.003358] ACPI: FIDT 0x000000008D26E000 00009C (v01 ALASKA A M I 00000001 AMI 00010013)
[ 0.003359] ACPI: MCFG 0x000000008D26D000 00003C (v01 ALASKA A M I 00000001 MSFT 00010013)
[ 0.003360] ACPI: HPET 0x000000008D26C000 000038 (v01 ALASKA A M I 00000001 AMI 00000005)
[ 0.003361] ACPI: FPDT 0x000000008D26B000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003362] ACPI: BGRT 0x000000008D273000 000038 (v01 ALASKA A M I 00000001 AMI 00010013)
[ 0.003363] ACPI: SSDT 0x000000008D1E9000 00547E (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.003364] ACPI: WPBT 0x000000008D272000 000036 (v01 ALASKA A M I 00000001 MSFT 00010013)
[ 0.003365] ACPI: SSDT 0x000000008D271000 000CDE (v02 AMD OEMACP 00000001 INTL 20220331)
[ 0.003366] ACPI: SSDT 0x000000008C92A000 00D214 (v02 AMD DISCUSB4 00000002 INTL 20220331)
[ 0.003367] ACPI: SSDT 0x000000008D270000 0006D4 (v02 AMD CPMWLRC 00000001 INTL 20220331)
[ 0.003368] ACPI: SSDT 0x000000008D26F000 00078F (v02 AMD CPMDFDG1 00000001 INTL 20220331)
[ 0.003369] ACPI: SSDT 0x000000008C920000 009A6C (v02 AMD CPMCMN 00000001 INTL 20220331)
[ 0.003370] ACPI: SSDT 0x000000008C91D000 0025D8 (v02 AMD AOD 00000001 INTL 20220331)
[ 0.003370] ACPI: WSMT 0x000000008C91C000 000028 (v01 ALASKA A M I 00000001 AMI 00010013)
[ 0.003371] ACPI: APIC 0x000000008C91B000 00015E (v06 ALASKA A M I 00000001 AMI 00010013)
[ 0.003372] ACPI: IVRS 0x000000008C91A000 0000C8 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003373] ACPI: SSDT 0x000000008C919000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20220331)
[ 0.003374] ACPI: SSDT 0x000000008C918000 0009D0 (v02 AMD CPMMSOSC 00000001 INTL 20220331)
[ 0.003375] ACPI: SSDT 0x000000008C917000 00047C (v02 AMD AMDWOV 00000001 INTL 20220331)
[ 0.003376] ACPI: SSDT 0x000000008C916000 00044E (v02 AMD AmdTable 00000001 INTL 20220331)
[ 0.003377] ACPI: SSDT 0x000000008C915000 000771 (v02 AMD AmdTable 00000001 INTL 20220331)
[ 0.003378] ACPI: Reserving FACP table memory at [mem 0x8d274000-0x8d274113]
[ 0.003379] ACPI: Reserving DSDT table memory at [mem 0x8d1ef000-0x8d26a9da]
[ 0.003379] ACPI: Reserving FACS table memory at [mem 0x8f262000-0x8f26203f]
[ 0.003379] ACPI: Reserving SSDT table memory at [mem 0x8d276000-0x8d27e37b]
[ 0.003380] ACPI: Reserving SSDT table memory at [mem 0x8d275000-0x8d275220]
[ 0.003380] ACPI: Reserving FIDT table memory at [mem 0x8d26e000-0x8d26e09b]
[ 0.003380] ACPI: Reserving MCFG table memory at [mem 0x8d26d000-0x8d26d03b]
[ 0.003380] ACPI: Reserving HPET table memory at [mem 0x8d26c000-0x8d26c037]
[ 0.003381] ACPI: Reserving FPDT table memory at [mem 0x8d26b000-0x8d26b043]
[ 0.003381] ACPI: Reserving BGRT table memory at [mem 0x8d273000-0x8d273037]
[ 0.003381] ACPI: Reserving SSDT table memory at [mem 0x8d1e9000-0x8d1ee47d]
[ 0.003382] ACPI: Reserving WPBT table memory at [mem 0x8d272000-0x8d272035]
[ 0.003382] ACPI: Reserving SSDT table memory at [mem 0x8d271000-0x8d271cdd]
[ 0.003382] ACPI: Reserving SSDT table memory at [mem 0x8c92a000-0x8c937213]
[ 0.003382] ACPI: Reserving SSDT table memory at [mem 0x8d270000-0x8d2706d3]
[ 0.003383] ACPI: Reserving SSDT table memory at [mem 0x8d26f000-0x8d26f78e]
[ 0.003383] ACPI: Reserving SSDT table memory at [mem 0x8c920000-0x8c929a6b]
[ 0.003383] ACPI: Reserving SSDT table memory at [mem 0x8c91d000-0x8c91f5d7]
[ 0.003383] ACPI: Reserving WSMT table memory at [mem 0x8c91c000-0x8c91c027]
[ 0.003384] ACPI: Reserving APIC table memory at [mem 0x8c91b000-0x8c91b15d]
[ 0.003384] ACPI: Reserving IVRS table memory at [mem 0x8c91a000-0x8c91a0c7]
[ 0.003384] ACPI: Reserving SSDT table memory at [mem 0x8c919000-0x8c9194ff]
[ 0.003385] ACPI: Reserving SSDT table memory at [mem 0x8c918000-0x8c9189cf]
[ 0.003385] ACPI: Reserving SSDT table memory at [mem 0x8c917000-0x8c91747b]
[ 0.003385] ACPI: Reserving SSDT table memory at [mem 0x8c916000-0x8c91644d]
[ 0.003385] ACPI: Reserving SSDT table memory at [mem 0x8c915000-0x8c915770]
[ 0.003477] No NUMA configuration found
[ 0.003477] Faking a node at [mem 0x0000000000000000-0x000000085e2fffff]
[ 0.003481] NODE_DATA(0) allocated [mem 0x85e2d52c0-0x85e2fffff]
[ 0.003594] Zone ranges:
[ 0.003595] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003595] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003596] Normal [mem 0x0000000100000000-0x000000085e2fffff]
[ 0.003597] Device empty
[ 0.003597] Movable zone start for each node
[ 0.003598] Early memory node ranges
[ 0.003598] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003598] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 0.003599] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.003599] node 0: [mem 0x000000000a23c000-0x000000000affffff]
[ 0.003599] node 0: [mem 0x000000000b021000-0x000000008527efff]
[ 0.003600] node 0: [mem 0x00000000973ff000-0x0000000099ff9fff]
[ 0.003600] node 0: [mem 0x0000000099ffd000-0x0000000099ffffff]
[ 0.003600] node 0: [mem 0x0000000100000000-0x000000085e2fffff]
[ 0.003602] Initmem setup node 0 [mem 0x0000000000001000-0x000000085e2fffff]
[ 0.003606] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003614] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.003683] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 0.003691] On node 0, zone DMA32: 60 pages in unavailable ranges
[ 0.005275] On node 0, zone DMA32: 33 pages in unavailable ranges
[ 0.005504] On node 0, zone DMA32: 41344 pages in unavailable ranges
[ 0.005505] On node 0, zone DMA32: 3 pages in unavailable ranges
[ 0.038712] On node 0, zone Normal: 24576 pages in unavailable ranges
[ 0.038744] On node 0, zone Normal: 7424 pages in unavailable ranges
[ 0.039905] ACPI: PM-Timer IO Port: 0x808
[ 0.039912] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.039926] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 0.039930] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 0.039932] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.039933] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.039935] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.039936] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.039942] e820: update [mem 0x7f3ac000-0x7f3ecfff] usable ==> reserved
[ 0.039953] CPU topo: Max. logical packages: 1
[ 0.039953] CPU topo: Max. logical dies: 1
[ 0.039954] CPU topo: Max. dies per package: 1
[ 0.039956] CPU topo: Max. threads per core: 2
[ 0.039957] CPU topo: Num. cores per package: 8
[ 0.039957] CPU topo: Num. threads per package: 16
[ 0.039957] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[ 0.039969] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.039970] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.039971] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 0.039971] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a23bfff]
[ 0.039972] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[ 0.039973] PM: hibernation: Registered nosave memory: [mem 0x7f3ac000-0x7f3ecfff]
[ 0.039973] PM: hibernation: Registered nosave memory: [mem 0x7f5bc000-0x7f5bcfff]
[ 0.039974] PM: hibernation: Registered nosave memory: [mem 0x8527f000-0x973fefff]
[ 0.039975] PM: hibernation: Registered nosave memory: [mem 0x99ffa000-0x99ffcfff]
[ 0.039975] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0xffffffff]
[ 0.039976] [mem 0xa0000000-0xfedfffff] available for PCI devices
[ 0.039977] Booting paravirtualized kernel on bare hardware
[ 0.039979] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.043096] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.043726] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[ 0.043729] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[ 0.043730] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[ 0.043732] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[ 0.043742] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=108ce75e-aaa9-4c03-a2b2-6897e93aaa89 rw loglevel=3 systemd.unit=emergency.target
[ 0.043778] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[ 0.043972] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.046003] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.047093] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.047157] Fallback order for Node 0: 0
[ 0.047161] Built 1 zonelists, mobility grouping on. Total pages: 8281022
[ 0.047162] Policy zone: Normal
[ 0.047324] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.047369] software IO TLB: area num 16.
[ 0.095840] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.095874] ftrace: allocating 55538 entries in 217 pages
[ 0.108185] ftrace: allocated 217 pages with 5 groups
[ 0.108242] Dynamic Preempt: full
[ 0.108284] rcu: Preemptible hierarchical RCU implementation.
[ 0.108284] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[ 0.108285] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.108286] Trampoline variant of Tasks RCU enabled.
[ 0.108286] Rude variant of Tasks RCU enabled.
[ 0.108286] Tracing variant of Tasks RCU enabled.
[ 0.108287] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.108287] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.108294] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.108296] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.108298] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.110851] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[ 0.111046] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.111194] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.111219] Console: colour dummy device 80x25
[ 0.111220] printk: legacy console [tty0] enabled
[ 0.111249] ACPI: Core revision 20240827
[ 0.111461] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.111480] APIC: Switch to symmetric I/O mode setup
[ 0.111795] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[ 0.113161] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.117486] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c89e079dd3, max_idle_ns: 440795324992 ns
[ 0.117489] Calibrating delay loop (skipped), value calculated using timer frequency.. 8399.72 BogoMIPS (lpj=4199864)
[ 0.117507] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.117744] LVT offset 1 assigned for vector 0xf9
[ 0.117891] LVT offset 2 assigned for vector 0xf4
[ 0.117930] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.117931] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[ 0.117933] process: using mwait in idle threads
[ 0.117935] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.117937] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.117939] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.117940] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.117942] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.117944] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.117949] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.117950] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.117950] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.117951] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.117952] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.117953] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.117953] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.117954] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.117956] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.117956] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.117957] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.117958] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.117959] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.117960] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 0.117961] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[ 0.139538] Freeing SMP alternatives memory: 48K
[ 0.139541] pid_max: default: 32768 minimum: 301
[ 0.141519] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 0.141581] landlock: Up and running.
[ 0.141583] Yama: becoming mindful.
[ 0.141743] LSM support for eBPF active
[ 0.141786] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.141811] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.244306] smpboot: CPU0: AMD Ryzen 7 PRO 8700G w/ Radeon 780M Graphics (family: 0x19, model: 0x75, stepping: 0x2)
[ 0.244488] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 0.244488] ... version: 2
[ 0.244488] ... bit width: 48
[ 0.244488] ... generic registers: 6
[ 0.244488] ... value mask: 0000ffffffffffff
[ 0.244488] ... max period: 00007fffffffffff
[ 0.244488] ... fixed-purpose events: 0
[ 0.244488] ... event mask: 000000000000003f
[ 0.244488] signal: max sigframe size: 3376
[ 0.244488] rcu: Hierarchical SRCU implementation.
[ 0.244488] rcu: Max phase no-delay instances is 400.
[ 0.244488] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.247204] MCE: In-kernel MCE decoding enabled.
[ 0.247243] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.247352] smp: Bringing up secondary CPUs ...
[ 0.247456] smpboot: x86: Booting SMP configuration:
[ 0.247458] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.258588] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.265522] smp: Brought up 1 node, 16 CPUs
[ 0.265522] smpboot: Total of 16 processors activated (134395.64 BogoMIPS)
[ 0.266640] Memory: 32349236K/33124088K available (19369K kernel code, 2903K rwdata, 16288K rodata, 4532K init, 5256K bss, 751196K reserved, 0K cma-reserved)
[ 0.266922] devtmpfs: initialized
[ 0.266922] x86/mm: Memory block size: 128MB
[ 0.269515] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
[ 0.269518] ACPI: PM: Registering ACPI NVS region [mem 0x8d27f000-0x8f27efff] (33554432 bytes)
[ 0.269794] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.269805] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.269867] pinctrl core: initialized pinctrl subsystem
[ 0.269964] PM: RTC time: 14:24:21, date: 2025-05-28
[ 0.270209] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.270432] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.270606] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.270782] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.270789] audit: initializing netlink subsys (disabled)
[ 0.270797] audit: type=2000 audit(1748442261.158:1): state=initialized audit_enabled=0 res=1
[ 0.270797] thermal_sys: Registered thermal governor 'fair_share'
[ 0.270797] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.270797] thermal_sys: Registered thermal governor 'step_wise'
[ 0.270797] thermal_sys: Registered thermal governor 'user_space'
[ 0.270797] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.270797] cpuidle: using governor ladder
[ 0.270797] cpuidle: using governor menu
[ 0.270797] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.270797] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.270797] PCI: Using configuration type 1 for base access
[ 0.270797] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.276652] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.276654] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.276655] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.276656] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.280731] raid6: skipped pq benchmark and selected avx512x4
[ 0.280733] raid6: using avx512x2 recovery algorithm
[ 0.280806] ACPI: Added _OSI(Module Device)
[ 0.280808] ACPI: Added _OSI(Processor Device)
[ 0.280809] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.280810] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.289231] ACPI BIOS Error (bug): Failure creating named object [\_GPE._L08], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.289237] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.289240] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.303005] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6._PRW], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.303009] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.303012] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.307273] ACPI: 15 ACPI AML tables successfully acquired and loaded
[ 0.427509] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.427511] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.428760] ACPI: Interpreter enabled
[ 0.428772] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.428773] ACPI: Using IOAPIC for interrupt routing
[ 0.557551] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.557553] PCI: Ignoring E820 reservations for host bridge windows
[ 0.558037] ACPI: Enabled 7 GPEs in block 00 to 1F
[ 0.560067] ACPI: \_SB_.PCI0.GP11.PWRS: New power resource
[ 0.560753] ACPI: \_SB_.PCI0.GP11.SWUS.PWRS: New power resource
[ 0.561425] ACPI: \_SB_.PCI0.GP12.PWRS: New power resource
[ 0.562121] ACPI: \_SB_.PCI0.GP12.SWUS.PWRS: New power resource
[ 0.563239] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[ 0.565009] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[ 0.567455] ACPI: \_SB_.PCI0.GP19.XHC3.PWRS: New power resource
[ 0.568736] ACPI: \_SB_.PCI0.GP19.XHC4.PWRS: New power resource
[ 0.570020] ACPI: \_SB_.PCI0.GP19.NHI0.PWRS: New power resource
[ 0.570713] ACPI: \_SB_.PCI0.GP19.NHI1.PWRS: New power resource
[ 0.570943] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[ 0.571245] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[ 0.572115] ACPI: \_SB_.PCI0.GPP5.PWRS: New power resource
[ 0.572468] ACPI: \_SB_.PCI0.GPP5.UP00.PWRS: New power resource
[ 0.572800] ACPI: \_SB_.PCI0.GPP5.UP00.DP00.PWRS: New power resource
[ 0.573295] ACPI: \_SB_.PCI0.GPP5.UP00.DP00.NV00.PWRS: New power resource
[ 0.573595] ACPI: \_SB_.PCI0.GPP5.UP00.DP08.PWRS: New power resource
[ 0.573833] ACPI: \_SB_.PCI0.GPP5.UP00.DP08.EP00.PWRS: New power resource
[ 0.574096] ACPI: \_SB_.PCI0.GPP5.UP00.DP10.PWRS: New power resource
[ 0.574330] ACPI: \_SB_.PCI0.GPP5.UP00.DP10.WN00.PWRS: New power resource
[ 0.574609] ACPI: \_SB_.PCI0.GPP5.UP00.DP18.PWRS: New power resource
[ 0.574844] ACPI: \_SB_.PCI0.GPP5.UP00.DP18.LN00.PWRS: New power resource
[ 0.575106] ACPI: \_SB_.PCI0.GPP5.UP00.DP20.PWRS: New power resource
[ 0.575602] ACPI: \_SB_.PCI0.GPP5.UP00.DP20.NV00.PWRS: New power resource
[ 0.575894] ACPI: \_SB_.PCI0.GPP5.UP00.DP28.PWRS: New power resource
[ 0.576381] ACPI: \_SB_.PCI0.GPP5.UP00.DP28.EP00.PWRS: New power resource
[ 0.576674] ACPI: \_SB_.PCI0.GPP5.UP00.DP30.PWRS: New power resource
[ 0.577002] ACPI: \_SB_.PCI0.GPP5.UP00.DP30.EP00.PWRS: New power resource
[ 0.577336] ACPI: \_SB_.PCI0.GPP5.UP00.DP38.PWRS: New power resource
[ 0.577575] ACPI: \_SB_.PCI0.GPP5.UP00.DP38.EP00.PWRS: New power resource
[ 0.577839] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.PWRS: New power resource
[ 0.578170] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.PWRS: New power resource
[ 0.578507] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP00.PWRS: New power resource
[ 0.579001] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP00.NV00.PWRS: New power resource
[ 0.579292] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP08.PWRS: New power resource
[ 0.579527] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP08.EP00.PWRS: New power resource
[ 0.579792] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP10.PWRS: New power resource
[ 0.580028] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP10.WN00.PWRS: New power resource
[ 0.580297] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP18.PWRS: New power resource
[ 0.580536] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP18.LN00.PWRS: New power resource
[ 0.580800] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP20.PWRS: New power resource
[ 0.581296] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP20.NV00.PWRS: New power resource
[ 0.581596] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP28.PWRS: New power resource
[ 0.582085] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP28.EP00.PWRS: New power resource
[ 0.582377] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP30.PWRS: New power resource
[ 0.582872] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP30.EP00.PWRS: New power resource
[ 0.583164] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP38.PWRS: New power resource
[ 0.583654] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP38.EP00.PWRS: New power resource
[ 0.583945] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP40.PWRS: New power resource
[ 0.584433] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP40.EP00.PWRS: New power resource
[ 0.584724] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP48.PWRS: New power resource
[ 0.584957] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP48.EP00.PWRS: New power resource
[ 0.585224] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP50.PWRS: New power resource
[ 0.585463] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP50.EP00.PWRS: New power resource
[ 0.585736] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP58.PWRS: New power resource
[ 0.585968] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP58.EP00.PWRS: New power resource
[ 0.586232] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP60.PWRS: New power resource
[ 0.586564] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP60.XH00.PWRS: New power resource
[ 0.586896] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP68.PWRS: New power resource
[ 0.587228] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP68.SA00.PWRS: New power resource
[ 0.587714] ACPI: \_SB_.PCI0.GPP5.UP00.DP48.PWRS: New power resource
[ 0.587949] ACPI: \_SB_.PCI0.GPP5.UP00.DP48.EP00.PWRS: New power resource
[ 0.588212] ACPI: \_SB_.PCI0.GPP5.UP00.DP50.PWRS: New power resource
[ 0.588446] ACPI: \_SB_.PCI0.GPP5.UP00.DP50.EP00.PWRS: New power resource
[ 0.588711] ACPI: \_SB_.PCI0.GPP5.UP00.DP58.PWRS: New power resource
[ 0.588946] ACPI: \_SB_.PCI0.GPP5.UP00.DP58.EP00.PWRS: New power resource
[ 0.589209] ACPI: \_SB_.PCI0.GPP5.UP00.DP60.PWRS: New power resource
[ 0.589549] ACPI: \_SB_.PCI0.GPP5.UP00.DP60.XH00.PWRS: New power resource
[ 0.594577] ACPI: \_SB_.PCI0.GPP5.UP00.DP68.PWRS: New power resource
[ 0.594910] ACPI: \_SB_.PCI0.GPP5.UP00.DP68.SA00.PWRS: New power resource
[ 0.596062] ACPI: \_SB_.PCI0.GPP6.PWRS: New power resource
[ 0.611197] ACPI: \_SB_.PCI0.GPP6.U4UP.PWRS: New power resource
[ 0.620775] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P0.PWRS: New power resource
[ 0.630144] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P0.UP0D.PWRS: New power resource
[ 0.631071] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P1.PWRS: New power resource
[ 0.640457] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P1.UP1D.PWRS: New power resource
[ 0.641065] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P2.PWRS: New power resource
[ 0.650262] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P2.UXHC.PWRS: New power resource
[ 0.660794] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P3.PWRS: New power resource
[ 0.670008] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P3.UHI0.PWRS: New power resource
[ 0.683896] ACPI: \_SB_.PRWL: New power resource
[ 0.683921] ACPI: \_SB_.PRWB: New power resource
[ 0.684659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.684664] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.684820] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.685376] PCI host bridge to bus 0000:00
[ 0.685379] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.685381] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.685383] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.685384] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.685386] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.685387] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[ 0.685388] pci_bus 0000:00: root bus resource [mem 0x860000000-0xffffffffff window]
[ 0.685390] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.685403] pci 0000:00:00.0: [1022:14e8] type 00 class 0x060000 conventional PCI endpoint
[ 0.685498] pci 0000:00:00.2: [1022:14e9] type 00 class 0x080600 conventional PCI endpoint
[ 0.685587] pci 0000:00:01.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.685662] pci 0000:00:01.1: [1022:14ed] type 01 class 0x060400 PCIe Root Port
[ 0.685676] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.685681] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.685683] pci 0000:00:01.1: bridge window [mem 0xdd000000-0xde0fffff]
[ 0.685689] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.685754] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.686293] pci 0000:00:01.2: [1022:14ed] type 01 class 0x060400 PCIe Root Port
[ 0.686307] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.686312] pci 0000:00:01.2: bridge window [mem 0xded00000-0xdedfffff]
[ 0.686379] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.686524] pci 0000:00:02.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.686601] pci 0000:00:02.1: [1022:14ee] type 01 class 0x060400 PCIe Root Port
[ 0.686617] pci 0000:00:02.1: PCI bridge to [bus 03-14]
[ 0.686622] pci 0000:00:02.1: bridge window [io 0xe000-0xefff]
[ 0.686624] pci 0000:00:02.1: bridge window [mem 0xde200000-0xde7fffff]
[ 0.686637] pci 0000:00:02.1: enabling Extended Tags
[ 0.686705] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.686944] pci 0000:00:02.2: [1022:14ee] type 01 class 0x060400 PCIe Root Port
[ 0.686960] pci 0000:00:02.2: PCI bridge to [bus 15-78]
[ 0.686964] pci 0000:00:02.2: bridge window [io 0x8000-0xdfff]
[ 0.686966] pci 0000:00:02.2: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.686973] pci 0000:00:02.2: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.687044] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 0.687203] pci 0000:00:03.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.687284] pci 0000:00:04.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.687371] pci 0000:00:08.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.687446] pci 0000:00:08.1: [1022:14eb] type 01 class 0x060400 PCIe Root Port
[ 0.687460] pci 0000:00:08.1: PCI bridge to [bus 79]
[ 0.687464] pci 0000:00:08.1: bridge window [mem 0xde800000-0xdebfffff]
[ 0.687474] pci 0000:00:08.1: enabling Extended Tags
[ 0.687541] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.687659] pci 0000:00:08.2: [1022:14eb] type 01 class 0x060400 PCIe Root Port
[ 0.687689] pci 0000:00:08.2: PCI bridge to [bus 7a]
[ 0.687694] pci 0000:00:08.2: bridge window [mem 0xdec00000-0xdecfffff]
[ 0.687699] pci 0000:00:08.2: bridge window [mem 0xfc02100000-0xfc021fffff 64bit pref]
[ 0.687705] pci 0000:00:08.2: enabling Extended Tags
[ 0.687742] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[ 0.687842] pci 0000:00:08.3: [1022:14eb] type 01 class 0x060400 PCIe Root Port
[ 0.687855] pci 0000:00:08.3: PCI bridge to [bus 7b]
[ 0.687868] pci 0000:00:08.3: enabling Extended Tags
[ 0.687905] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 0.688029] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.688140] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.688259] pci 0000:00:18.0: [1022:14f0] type 00 class 0x060000 conventional PCI endpoint
[ 0.688288] pci 0000:00:18.1: [1022:14f1] type 00 class 0x060000 conventional PCI endpoint
[ 0.688318] pci 0000:00:18.2: [1022:14f2] type 00 class 0x060000 conventional PCI endpoint
[ 0.688347] pci 0000:00:18.3: [1022:14f3] type 00 class 0x060000 conventional PCI endpoint
[ 0.688375] pci 0000:00:18.4: [1022:14f4] type 00 class 0x060000 conventional PCI endpoint
[ 0.688407] pci 0000:00:18.5: [1022:14f5] type 00 class 0x060000 conventional PCI endpoint
[ 0.688437] pci 0000:00:18.6: [1022:14f6] type 00 class 0x060000 conventional PCI endpoint
[ 0.688465] pci 0000:00:18.7: [1022:14f7] type 00 class 0x060000 conventional PCI endpoint
[ 0.688576] pci 0000:01:00.0: [10de:2803] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.688600] pci 0000:01:00.0: BAR 0 [mem 0xdd000000-0xddffffff]
[ 0.688603] pci 0000:01:00.0: BAR 1 [mem 0xf800000000-0xfbffffffff 64bit pref]
[ 0.688606] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[ 0.688608] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[ 0.688609] pci 0000:01:00.0: ROM [mem 0xde000000-0xde07ffff pref]
[ 0.688660] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.688843] pci 0000:01:00.1: [10de:22bd] type 00 class 0x040300 PCIe Endpoint
[ 0.688866] pci 0000:01:00.1: BAR 0 [mem 0xde080000-0xde083fff]
[ 0.688999] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.689118] pci 0000:02:00.0: [c0a9:540a] type 00 class 0x010802 PCIe Endpoint
[ 0.689239] pci 0000:02:00.0: BAR 0 [mem 0xded00000-0xded03fff 64bit]
[ 0.689919] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.690013] pci 0000:03:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.690037] pci 0000:03:00.0: PCI bridge to [bus 04-14]
[ 0.690043] pci 0000:03:00.0: bridge window [io 0xe000-0xefff]
[ 0.690046] pci 0000:03:00.0: bridge window [mem 0xde200000-0xde7fffff]
[ 0.690066] pci 0000:03:00.0: enabling Extended Tags
[ 0.690132] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.690425] pci 0000:00:02.1: PCI bridge to [bus 03-14]
[ 0.690576] pci 0000:04:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.690600] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.690628] pci 0000:04:00.0: enabling Extended Tags
[ 0.690699] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.690883] pci 0000:04:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.690908] pci 0000:04:04.0: PCI bridge to [bus 06]
[ 0.690935] pci 0000:04:04.0: enabling Extended Tags
[ 0.691006] pci 0000:04:04.0: PME# supported from D0 D3hot D3cold
[ 0.691185] pci 0000:04:05.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.691209] pci 0000:04:05.0: PCI bridge to [bus 07]
[ 0.691237] pci 0000:04:05.0: enabling Extended Tags
[ 0.691308] pci 0000:04:05.0: PME# supported from D0 D3hot D3cold
[ 0.691496] pci 0000:04:06.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.691520] pci 0000:04:06.0: PCI bridge to [bus 08]
[ 0.691526] pci 0000:04:06.0: bridge window [io 0xe000-0xefff]
[ 0.691528] pci 0000:04:06.0: bridge window [mem 0xde700000-0xde7fffff]
[ 0.691550] pci 0000:04:06.0: enabling Extended Tags
[ 0.691618] pci 0000:04:06.0: PME# supported from D0 D3hot D3cold
[ 0.691801] pci 0000:04:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.691825] pci 0000:04:08.0: PCI bridge to [bus 09-12]
[ 0.691833] pci 0000:04:08.0: bridge window [mem 0xde200000-0xde4fffff]
[ 0.691854] pci 0000:04:08.0: enabling Extended Tags
[ 0.691922] pci 0000:04:08.0: PME# supported from D0 D3hot D3cold
[ 0.692151] pci 0000:04:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.692175] pci 0000:04:0c.0: PCI bridge to [bus 13]
[ 0.692181] pci 0000:04:0c.0: bridge window [mem 0xde600000-0xde6fffff]
[ 0.692201] pci 0000:04:0c.0: enabling Extended Tags
[ 0.692248] pci 0000:04:0c.0: PME# supported from D0 D3hot D3cold
[ 0.692385] pci 0000:04:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.692409] pci 0000:04:0d.0: PCI bridge to [bus 14]
[ 0.692414] pci 0000:04:0d.0: bridge window [mem 0xde500000-0xde5fffff]
[ 0.692435] pci 0000:04:0d.0: enabling Extended Tags
[ 0.692481] pci 0000:04:0d.0: PME# supported from D0 D3hot D3cold
[ 0.692602] pci 0000:03:00.0: PCI bridge to [bus 04-14]
[ 0.692656] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.692709] pci 0000:04:04.0: PCI bridge to [bus 06]
[ 0.692762] pci 0000:04:05.0: PCI bridge to [bus 07]
[ 0.692843] pci 0000:08:00.0: [10ec:8126] type 00 class 0x020000 PCIe Endpoint
[ 0.692909] pci 0000:08:00.0: BAR 0 [io 0xe000-0xe0ff]
[ 0.692916] pci 0000:08:00.0: BAR 2 [mem 0xde700000-0xde70ffff 64bit]
[ 0.692920] pci 0000:08:00.0: BAR 4 [mem 0xde710000-0xde713fff 64bit]
[ 0.693071] pci 0000:08:00.0: supports D1 D2
[ 0.693072] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.693436] pci 0000:04:06.0: PCI bridge to [bus 08]
[ 0.693508] pci 0000:09:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.693541] pci 0000:09:00.0: PCI bridge to [bus 0a-12]
[ 0.693551] pci 0000:09:00.0: bridge window [mem 0xde200000-0xde4fffff]
[ 0.693579] pci 0000:09:00.0: enabling Extended Tags
[ 0.693674] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 0.693983] pci 0000:04:08.0: PCI bridge to [bus 09-12]
[ 0.694157] pci 0000:0a:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.694190] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[ 0.694229] pci 0000:0a:00.0: enabling Extended Tags
[ 0.694331] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[ 0.694574] pci 0000:0a:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.694607] pci 0000:0a:04.0: PCI bridge to [bus 0c]
[ 0.694646] pci 0000:0a:04.0: enabling Extended Tags
[ 0.694747] pci 0000:0a:04.0: PME# supported from D0 D3hot D3cold
[ 0.694985] pci 0000:0a:05.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.695018] pci 0000:0a:05.0: PCI bridge to [bus 0d]
[ 0.695057] pci 0000:0a:05.0: enabling Extended Tags
[ 0.695158] pci 0000:0a:05.0: PME# supported from D0 D3hot D3cold
[ 0.695397] pci 0000:0a:06.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.695430] pci 0000:0a:06.0: PCI bridge to [bus 0e]
[ 0.695469] pci 0000:0a:06.0: enabling Extended Tags
[ 0.695572] pci 0000:0a:06.0: PME# supported from D0 D3hot D3cold
[ 0.695815] pci 0000:0a:07.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.695849] pci 0000:0a:07.0: PCI bridge to [bus 0f]
[ 0.695887] pci 0000:0a:07.0: enabling Extended Tags
[ 0.695989] pci 0000:0a:07.0: PME# supported from D0 D3hot D3cold
[ 0.696230] pci 0000:0a:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.696263] pci 0000:0a:08.0: PCI bridge to [bus 10]
[ 0.696302] pci 0000:0a:08.0: enabling Extended Tags
[ 0.696403] pci 0000:0a:08.0: PME# supported from D0 D3hot D3cold
[ 0.696651] pci 0000:0a:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.696685] pci 0000:0a:0c.0: PCI bridge to [bus 11]
[ 0.696692] pci 0000:0a:0c.0: bridge window [mem 0xde400000-0xde4fffff]
[ 0.696720] pci 0000:0a:0c.0: enabling Extended Tags
[ 0.696786] pci 0000:0a:0c.0: PME# supported from D0 D3hot D3cold
[ 0.696934] pci 0000:0a:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.696967] pci 0000:0a:0d.0: PCI bridge to [bus 12]
[ 0.696975] pci 0000:0a:0d.0: bridge window [mem 0xde200000-0xde3fffff]
[ 0.697003] pci 0000:0a:0d.0: enabling Extended Tags
[ 0.697069] pci 0000:0a:0d.0: PME# supported from D0 D3hot D3cold
[ 0.697220] pci 0000:09:00.0: PCI bridge to [bus 0a-12]
[ 0.697286] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[ 0.697353] pci 0000:0a:04.0: PCI bridge to [bus 0c]
[ 0.697420] pci 0000:0a:05.0: PCI bridge to [bus 0d]
[ 0.697489] pci 0000:0a:06.0: PCI bridge to [bus 0e]
[ 0.697555] pci 0000:0a:07.0: PCI bridge to [bus 0f]
[ 0.697622] pci 0000:0a:08.0: PCI bridge to [bus 10]
[ 0.697706] pci 0000:11:00.0: [1022:43fd] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.697757] pci 0000:11:00.0: BAR 0 [mem 0xde400000-0xde407fff 64bit]
[ 0.697773] pci 0000:11:00.0: enabling Extended Tags
[ 0.697846] pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
[ 0.697995] pci 0000:0a:0c.0: PCI bridge to [bus 11]
[ 0.698380] pci 0000:12:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[ 0.698435] pci 0000:12:00.0: BAR 5 [mem 0xde280000-0xde2803ff]
[ 0.698437] pci 0000:12:00.0: ROM [mem 0xde200000-0xde27ffff pref]
[ 0.698446] pci 0000:12:00.0: enabling Extended Tags
[ 0.698507] pci 0000:12:00.0: PME# supported from D0 D3hot D3cold
[ 0.698636] pci 0000:0a:0d.0: PCI bridge to [bus 12]
[ 0.698765] pci 0000:13:00.0: [1022:43fd] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.698801] pci 0000:13:00.0: BAR 0 [mem 0xde600000-0xde607fff 64bit]
[ 0.698813] pci 0000:13:00.0: enabling Extended Tags
[ 0.698865] pci 0000:13:00.0: PME# supported from D0 D3hot D3cold
[ 0.698997] pci 0000:04:0c.0: PCI bridge to [bus 13]
[ 0.699063] pci 0000:14:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[ 0.699101] pci 0000:14:00.0: BAR 5 [mem 0xde580000-0xde5803ff]
[ 0.699103] pci 0000:14:00.0: ROM [mem 0xde500000-0xde57ffff pref]
[ 0.699110] pci 0000:14:00.0: enabling Extended Tags
[ 0.699152] pci 0000:14:00.0: PME# supported from D0 D3hot D3cold
[ 0.699253] pci 0000:04:0d.0: PCI bridge to [bus 14]
[ 0.699396] pci 0000:15:00.0: [1b21:2421] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.699420] pci 0000:15:00.0: PCI bridge to [bus 16-78]
[ 0.699426] pci 0000:15:00.0: bridge window [io 0x8000-0xdfff]
[ 0.699429] pci 0000:15:00.0: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.699438] pci 0000:15:00.0: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.699520] pci 0000:15:00.0: PME# supported from D0 D3hot D3cold
[ 0.699735] pci 0000:00:02.2: PCI bridge to [bus 15-78]
[ 0.699816] pci 0000:16:00.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.699840] pci 0000:16:00.0: PCI bridge to [bus 17-46]
[ 0.699846] pci 0000:16:00.0: bridge window [io 0xb000-0xdfff]
[ 0.699849] pci 0000:16:00.0: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.699858] pci 0000:16:00.0: bridge window [mem 0xd800000000-0xf7ffffffff 64bit pref]
[ 0.700029] pci 0000:16:00.0: PME# supported from D0 D3hot D3cold
[ 0.700911] pci 0000:16:01.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.700935] pci 0000:16:01.0: PCI bridge to [bus 47-76]
[ 0.700941] pci 0000:16:01.0: bridge window [io 0x8000-0xafff]
[ 0.700944] pci 0000:16:01.0: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.700953] pci 0000:16:01.0: bridge window [mem 0xb800000000-0xd7ffffffff 64bit pref]
[ 0.701120] pci 0000:16:01.0: PME# supported from D0 D3hot D3cold
[ 0.701989] pci 0000:16:02.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.702013] pci 0000:16:02.0: PCI bridge to [bus 77]
[ 0.702019] pci 0000:16:02.0: bridge window [mem 0xdc400000-0xdc7fffff]
[ 0.702096] pci 0000:16:02.0: PME# supported from D0 D3hot D3cold
[ 0.702245] pci 0000:16:03.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.702269] pci 0000:16:03.0: PCI bridge to [bus 78]
[ 0.702274] pci 0000:16:03.0: bridge window [mem 0xdc000000-0xdc3fffff]
[ 0.702351] pci 0000:16:03.0: PME# supported from D0 D3hot D3cold
[ 0.702509] pci 0000:15:00.0: PCI bridge to [bus 16-78]
[ 0.702593] pci 0000:16:00.0: PCI bridge to [bus 17-46]
[ 0.702678] pci 0000:16:01.0: PCI bridge to [bus 47-76]
[ 0.702745] pci 0000:77:00.0: [1b21:2426] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.702781] pci 0000:77:00.0: BAR 0 [mem 0xdc400000-0xdc407fff 64bit]
[ 0.702845] pci 0000:77:00.0: PME# supported from D0 D3hot D3cold
[ 0.702985] pci 0000:16:02.0: PCI bridge to [bus 77]
[ 0.703083] pci 0000:78:00.0: [1b21:2425] type 00 class 0x0c0340 PCIe Legacy Endpoint
[ 0.703118] pci 0000:78:00.0: BAR 0 [mem 0xdc000000-0xdc03ffff 64bit]
[ 0.703121] pci 0000:78:00.0: BAR 2 [mem 0xdc040000-0xdc04ffff 64bit]
[ 0.703184] pci 0000:78:00.0: PME# supported from D0 D3hot D3cold
[ 0.703584] pci 0000:16:03.0: PCI bridge to [bus 78]
[ 0.703705] pci 0000:79:00.0: [1022:14ec] type 00 class 0x130000 PCIe Legacy Endpoint
[ 0.703737] pci 0000:79:00.0: enabling Extended Tags
[ 0.703893] pci 0000:79:00.2: [1022:15c7] type 00 class 0x108000 PCIe Endpoint
[ 0.703919] pci 0000:79:00.2: BAR 2 [mem 0xdea00000-0xdeafffff]
[ 0.703922] pci 0000:79:00.2: BAR 5 [mem 0xdeb08000-0xdeb09fff]
[ 0.703928] pci 0000:79:00.2: enabling Extended Tags
[ 0.704028] pci 0000:79:00.3: [1022:15b9] type 00 class 0x0c0330 PCIe Endpoint
[ 0.704055] pci 0000:79:00.3: BAR 0 [mem 0xde900000-0xde9fffff 64bit]
[ 0.704063] pci 0000:79:00.3: enabling Extended Tags
[ 0.704101] pci 0000:79:00.3: PME# supported from D0 D3hot D3cold
[ 0.704193] pci 0000:79:00.4: [1022:15ba] type 00 class 0x0c0330 PCIe Endpoint
[ 0.704219] pci 0000:79:00.4: BAR 0 [mem 0xde800000-0xde8fffff 64bit]
[ 0.704227] pci 0000:79:00.4: enabling Extended Tags
[ 0.704266] pci 0000:79:00.4: PME# supported from D0 D3hot D3cold
[ 0.704358] pci 0000:79:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 0.704382] pci 0000:79:00.6: BAR 0 [mem 0xdeb00000-0xdeb07fff]
[ 0.704391] pci 0000:79:00.6: enabling Extended Tags
[ 0.704427] pci 0000:79:00.6: PME# supported from D0 D3hot D3cold
[ 0.704533] pci 0000:00:08.1: PCI bridge to [bus 79]
[ 0.704581] pci 0000:7a:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
[ 0.704613] pci 0000:7a:00.0: enabling Extended Tags
[ 0.704661] pci 0000:7a:00.0: PME# supported from D3hot D3cold
[ 0.704756] pci 0000:7a:00.1: [1022:1502] type 00 class 0x118000 PCIe Endpoint
[ 0.704789] pci 0000:7a:00.1: BAR 0 [mem 0xdec00000-0xdec7ffff]
[ 0.704791] pci 0000:7a:00.1: BAR 1 [mem 0xdecc0000-0xdecc1fff]
[ 0.704793] pci 0000:7a:00.1: BAR 2 [mem 0xfc02100000-0xfc0213ffff 64bit pref]
[ 0.704795] pci 0000:7a:00.1: BAR 4 [mem 0xdec80000-0xdecbffff]
[ 0.704801] pci 0000:7a:00.1: enabling Extended Tags
[ 0.704936] pci 0000:00:08.2: PCI bridge to [bus 7a]
[ 0.705003] pci 0000:7b:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
[ 0.705034] pci 0000:7b:00.0: enabling Extended Tags
[ 0.705163] pci 0000:00:08.3: PCI bridge to [bus 7b]
[ 0.719370] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.719424] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.719470] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.719533] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.719585] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.719627] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.719670] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.719712] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.720817] iommu: Default domain type: Translated
[ 0.720817] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.720817] SCSI subsystem initialized
[ 0.720817] libata version 3.00 loaded.
[ 0.720817] ACPI: bus type USB registered
[ 0.720817] usbcore: registered new interface driver usbfs
[ 0.720817] usbcore: registered new interface driver hub
[ 0.720817] usbcore: registered new device driver usb
[ 0.764856] EDAC MC: Ver: 3.0.0
[ 0.765029] efivars: Registered efivars operations
[ 0.765029] NetLabel: Initializing
[ 0.765029] NetLabel: domain hash size = 128
[ 0.765029] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.765029] NetLabel: unlabeled traffic allowed by default
[ 0.765029] mctp: management component transport protocol core
[ 0.765029] NET: Registered PF_MCTP protocol family
[ 0.765029] PCI: Using ACPI for IRQ routing
[ 0.772842] PCI: pci_cache_line_size set to 64 bytes
[ 0.772845] pci 0000:00:02.1: bridge window [mem 0xde200000-0xde7fffff]: can't claim; address conflict with AMDIF031:00 [mem 0xde300000-0xde300fff]
[ 0.772847] pci 0000:03:00.0: bridge window [mem 0xde200000-0xde7fffff]: can't claim; no compatible bridge window
[ 0.772849] pci 0000:04:06.0: bridge window [mem 0xde700000-0xde7fffff]: can't claim; no compatible bridge window
[ 0.772850] pci 0000:04:08.0: bridge window [mem 0xde200000-0xde4fffff]: can't claim; no compatible bridge window
[ 0.772852] pci 0000:09:00.0: bridge window [mem 0xde200000-0xde4fffff]: can't claim; no compatible bridge window
[ 0.772853] pci 0000:0a:0c.0: bridge window [mem 0xde400000-0xde4fffff]: can't claim; no compatible bridge window
[ 0.772854] pci 0000:0a:0d.0: bridge window [mem 0xde200000-0xde3fffff]: can't claim; no compatible bridge window
[ 0.772855] pci 0000:04:0c.0: bridge window [mem 0xde600000-0xde6fffff]: can't claim; no compatible bridge window
[ 0.772856] pci 0000:04:0d.0: bridge window [mem 0xde500000-0xde5fffff]: can't claim; no compatible bridge window
[ 0.772875] pci 0000:08:00.0: BAR 2 [mem 0xde700000-0xde70ffff 64bit]: can't claim; no compatible bridge window
[ 0.772876] pci 0000:08:00.0: BAR 4 [mem 0xde710000-0xde713fff 64bit]: can't claim; no compatible bridge window
[ 0.772890] pci 0000:11:00.0: BAR 0 [mem 0xde400000-0xde407fff 64bit]: can't claim; no compatible bridge window
[ 0.772896] pci 0000:13:00.0: BAR 0 [mem 0xde600000-0xde607fff 64bit]: can't claim; no compatible bridge window
[ 0.772953] pci 0000:12:00.0: BAR 5 [mem 0xde280000-0xde2803ff]: can't claim; no compatible bridge window
[ 0.772958] pci 0000:14:00.0: BAR 5 [mem 0xde580000-0xde5803ff]: can't claim; no compatible bridge window
[ 0.772980] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 0.772981] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.772982] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.772983] e820: reserve RAM buffer [mem 0x74d83018-0x77ffffff]
[ 0.772984] e820: reserve RAM buffer [mem 0x75ca9018-0x77ffffff]
[ 0.772985] e820: reserve RAM buffer [mem 0x7f3ac000-0x7fffffff]
[ 0.772986] e820: reserve RAM buffer [mem 0x7f5bc000-0x7fffffff]
[ 0.772987] e820: reserve RAM buffer [mem 0x8527f000-0x87ffffff]
[ 0.772988] e820: reserve RAM buffer [mem 0x99ffa000-0x9bffffff]
[ 0.772989] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[ 0.772990] e820: reserve RAM buffer [mem 0x85e300000-0x85fffffff]
[ 0.773021] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.773021] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.773021] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.773021] vgaarb: loaded
[ 0.773021] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.773021] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.774534] clocksource: Switched to clocksource tsc-early
[ 0.775196] VFS: Disk quotas dquot_6.6.0
[ 0.775209] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.775307] pnp: PnP ACPI init
[ 0.775437] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.775549] system 00:01: [mem 0x1000000000000 window] could not be reserved
[ 0.776679] system 00:03: [io 0x0280-0x028f] has been reserved
[ 0.776681] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.776683] system 00:03: [io 0x02a0-0x02af] has been reserved
[ 0.776684] system 00:03: [io 0x02b0-0x02bf] has been reserved
[ 0.776872] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.776873] system 00:04: [io 0x040b] has been reserved
[ 0.776874] system 00:04: [io 0x04d6] has been reserved
[ 0.776875] system 00:04: [io 0x0c00-0x0c01] has been reserved
[ 0.776877] system 00:04: [io 0x0c14] has been reserved
[ 0.776878] system 00:04: [io 0x0c50-0x0c51] has been reserved
[ 0.776879] system 00:04: [io 0x0c52] has been reserved
[ 0.776880] system 00:04: [io 0x0c6c] has been reserved
[ 0.776882] system 00:04: [io 0x0c6f] has been reserved
[ 0.776883] system 00:04: [io 0x0cd8-0x0cdf] has been reserved
[ 0.776884] system 00:04: [io 0x0800-0x089f] has been reserved
[ 0.776885] system 00:04: [io 0x0b00-0x0b0f] has been reserved
[ 0.776886] system 00:04: [io 0x0b20-0x0b3f] has been reserved
[ 0.776888] system 00:04: [io 0x0900-0x090f] has been reserved
[ 0.776889] system 00:04: [io 0x0910-0x091f] has been reserved
[ 0.776891] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.776892] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.776895] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.776896] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 0.786400] pnp: PnP ACPI: found 5 devices
[ 0.792105] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.792169] NET: Registered PF_INET protocol family
[ 0.792287] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.802344] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.802366] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.802464] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.802656] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.802709] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.802800] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.802871] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.802966] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.803043] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.803049] NET: Registered PF_XDP protocol family
[ 0.803055] pci 0000:12:00.0: ROM [mem 0xde200000-0xde27ffff pref]: can't claim; no compatible bridge window
[ 0.803058] pci 0000:14:00.0: ROM [mem 0xde500000-0xde57ffff pref]: can't claim; no compatible bridge window
[ 0.803081] pci 0000:00:02.1: bridge window [mem 0xa0000000-0xa04fffff]: assigned
[ 0.803084] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.803091] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.803095] pci 0000:00:01.1: bridge window [mem 0xdd000000-0xde0fffff]
[ 0.803097] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.803116] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.803119] pci 0000:00:01.2: bridge window [mem 0xded00000-0xdedfffff]
[ 0.803138] pci 0000:03:00.0: bridge window [mem 0xa0000000-0xa04fffff]: assigned
[ 0.803141] pci 0000:04:06.0: bridge window [mem 0xa0000000-0xa00fffff]: assigned
[ 0.803142] pci 0000:04:08.0: bridge window [mem 0xa0100000-0xa02fffff]: assigned
[ 0.803143] pci 0000:04:0c.0: bridge window [mem 0xa0300000-0xa03fffff]: assigned
[ 0.803145] pci 0000:04:0d.0: bridge window [mem 0xa0400000-0xa04fffff]: assigned
[ 0.803146] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.803161] pci 0000:04:04.0: PCI bridge to [bus 06]
[ 0.803170] pci 0000:04:05.0: PCI bridge to [bus 07]
[ 0.803180] pci 0000:08:00.0: BAR 2 [mem 0xa0000000-0xa000ffff 64bit]: assigned
[ 0.803194] pci 0000:08:00.0: BAR 4 [mem 0xa0010000-0xa0013fff 64bit]: assigned
[ 0.803207] pci 0000:04:06.0: PCI bridge to [bus 08]
[ 0.803209] pci 0000:04:06.0: bridge window [io 0xe000-0xefff]
[ 0.803213] pci 0000:04:06.0: bridge window [mem 0xa0000000-0xa00fffff]
[ 0.803220] pci 0000:09:00.0: bridge window [mem 0xa0100000-0xa02fffff]: assigned
[ 0.803222] pci 0000:0a:0c.0: bridge window [mem 0xa0100000-0xa01fffff]: assigned
[ 0.803224] pci 0000:0a:0d.0: bridge window [mem 0xa0200000-0xa02fffff]: assigned
[ 0.803225] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[ 0.803238] pci 0000:0a:04.0: PCI bridge to [bus 0c]
[ 0.803251] pci 0000:0a:05.0: PCI bridge to [bus 0d]
[ 0.803264] pci 0000:0a:06.0: PCI bridge to [bus 0e]
[ 0.803277] pci 0000:0a:07.0: PCI bridge to [bus 0f]
[ 0.803289] pci 0000:0a:08.0: PCI bridge to [bus 10]
[ 0.803303] pci 0000:11:00.0: BAR 0 [mem 0xa0100000-0xa0107fff 64bit]: assigned
[ 0.803313] pci 0000:0a:0c.0: PCI bridge to [bus 11]
[ 0.803318] pci 0000:0a:0c.0: bridge window [mem 0xa0100000-0xa01fffff]
[ 0.803327] pci 0000:12:00.0: ROM [mem 0xa0200000-0xa027ffff pref]: assigned
[ 0.803329] pci 0000:12:00.0: BAR 5 [mem 0xa0280000-0xa02803ff]: assigned
[ 0.803333] pci 0000:0a:0d.0: PCI bridge to [bus 12]
[ 0.803337] pci 0000:0a:0d.0: bridge window [mem 0xa0200000-0xa02fffff]
[ 0.803346] pci 0000:09:00.0: PCI bridge to [bus 0a-12]
[ 0.803351] pci 0000:09:00.0: bridge window [mem 0xa0100000-0xa02fffff]
[ 0.803360] pci 0000:04:08.0: PCI bridge to [bus 09-12]
[ 0.803364] pci 0000:04:08.0: bridge window [mem 0xa0100000-0xa02fffff]
[ 0.803371] pci 0000:13:00.0: BAR 0 [mem 0xa0300000-0xa0307fff 64bit]: assigned
[ 0.803378] pci 0000:04:0c.0: PCI bridge to [bus 13]
[ 0.803382] pci 0000:04:0c.0: bridge window [mem 0xa0300000-0xa03fffff]
[ 0.803389] pci 0000:14:00.0: ROM [mem 0xa0400000-0xa047ffff pref]: assigned
[ 0.803390] pci 0000:14:00.0: BAR 5 [mem 0xa0480000-0xa04803ff]: assigned
[ 0.803393] pci 0000:04:0d.0: PCI bridge to [bus 14]
[ 0.803397] pci 0000:04:0d.0: bridge window [mem 0xa0400000-0xa04fffff]
[ 0.803404] pci 0000:03:00.0: PCI bridge to [bus 04-14]
[ 0.803406] pci 0000:03:00.0: bridge window [io 0xe000-0xefff]
[ 0.803410] pci 0000:03:00.0: bridge window [mem 0xa0000000-0xa04fffff]
[ 0.803416] pci 0000:00:02.1: PCI bridge to [bus 03-14]
[ 0.803418] pci 0000:00:02.1: bridge window [io 0xe000-0xefff]
[ 0.803421] pci 0000:00:02.1: bridge window [mem 0xa0000000-0xa04fffff]
[ 0.803442] pci 0000:16:00.0: PCI bridge to [bus 17-46]
[ 0.803452] pci 0000:16:00.0: bridge window [io 0xb000-0xdfff]
[ 0.803456] pci 0000:16:00.0: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.803459] pci 0000:16:00.0: bridge window [mem 0xd800000000-0xf7ffffffff 64bit pref]
[ 0.803464] pci 0000:16:01.0: PCI bridge to [bus 47-76]
[ 0.803466] pci 0000:16:01.0: bridge window [io 0x8000-0xafff]
[ 0.803470] pci 0000:16:01.0: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.803473] pci 0000:16:01.0: bridge window [mem 0xb800000000-0xd7ffffffff 64bit pref]
[ 0.803478] pci 0000:16:02.0: PCI bridge to [bus 77]
[ 0.803482] pci 0000:16:02.0: bridge window [mem 0xdc400000-0xdc7fffff]
[ 0.803488] pci 0000:16:03.0: PCI bridge to [bus 78]
[ 0.803492] pci 0000:16:03.0: bridge window [mem 0xdc000000-0xdc3fffff]
[ 0.803499] pci 0000:15:00.0: PCI bridge to [bus 16-78]
[ 0.803501] pci 0000:15:00.0: bridge window [io 0x8000-0xdfff]
[ 0.803505] pci 0000:15:00.0: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.803508] pci 0000:15:00.0: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.803512] pci 0000:00:02.2: PCI bridge to [bus 15-78]
[ 0.803514] pci 0000:00:02.2: bridge window [io 0x8000-0xdfff]
[ 0.803517] pci 0000:00:02.2: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.803519] pci 0000:00:02.2: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.803538] pci 0000:00:08.1: PCI bridge to [bus 79]
[ 0.803545] pci 0000:00:08.1: bridge window [mem 0xde800000-0xdebfffff]
[ 0.803550] pci 0000:00:08.2: PCI bridge to [bus 7a]
[ 0.803552] pci 0000:00:08.2: bridge window [mem 0xdec00000-0xdecfffff]
[ 0.803554] pci 0000:00:08.2: bridge window [mem 0xfc02100000-0xfc021fffff 64bit pref]
[ 0.803557] pci 0000:00:08.3: PCI bridge to [bus 7b]
[ 0.803564] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.803566] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.803567] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.803568] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.803569] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.803570] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xdfffffff window]
[ 0.803571] pci_bus 0000:00: resource 10 [mem 0x860000000-0xffffffffff window]
[ 0.803573] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 0.803574] pci_bus 0000:01: resource 1 [mem 0xdd000000-0xde0fffff]
[ 0.803575] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.803576] pci_bus 0000:02: resource 1 [mem 0xded00000-0xdedfffff]
[ 0.803577] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 0.803578] pci_bus 0000:03: resource 1 [mem 0xa0000000-0xa04fffff]
[ 0.803580] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
[ 0.803581] pci_bus 0000:04: resource 1 [mem 0xa0000000-0xa04fffff]
[ 0.803582] pci_bus 0000:08: resource 0 [io 0xe000-0xefff]
[ 0.803583] pci_bus 0000:08: resource 1 [mem 0xa0000000-0xa00fffff]
[ 0.803585] pci_bus 0000:09: resource 1 [mem 0xa0100000-0xa02fffff]
[ 0.803586] pci_bus 0000:0a: resource 1 [mem 0xa0100000-0xa02fffff]
[ 0.803587] pci_bus 0000:11: resource 1 [mem 0xa0100000-0xa01fffff]
[ 0.803589] pci_bus 0000:12: resource 1 [mem 0xa0200000-0xa02fffff]
[ 0.803590] pci_bus 0000:13: resource 1 [mem 0xa0300000-0xa03fffff]
[ 0.803591] pci_bus 0000:14: resource 1 [mem 0xa0400000-0xa04fffff]
[ 0.803592] pci_bus 0000:15: resource 0 [io 0x8000-0xdfff]
[ 0.803593] pci_bus 0000:15: resource 1 [mem 0xac000000-0xdc7fffff]
[ 0.803594] pci_bus 0000:15: resource 2 [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.803596] pci_bus 0000:16: resource 0 [io 0x8000-0xdfff]
[ 0.803597] pci_bus 0000:16: resource 1 [mem 0xac000000-0xdc7fffff]
[ 0.803598] pci_bus 0000:16: resource 2 [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.803599] pci_bus 0000:17: resource 0 [io 0xb000-0xdfff]
[ 0.803600] pci_bus 0000:17: resource 1 [mem 0xc4000000-0xdbffffff]
[ 0.803601] pci_bus 0000:17: resource 2 [mem 0xd800000000-0xf7ffffffff 64bit pref]
[ 0.803602] pci_bus 0000:47: resource 0 [io 0x8000-0xafff]
[ 0.803603] pci_bus 0000:47: resource 1 [mem 0xac000000-0xc3ffffff]
[ 0.803604] pci_bus 0000:47: resource 2 [mem 0xb800000000-0xd7ffffffff 64bit pref]
[ 0.803606] pci_bus 0000:77: resource 1 [mem 0xdc400000-0xdc7fffff]
[ 0.803607] pci_bus 0000:78: resource 1 [mem 0xdc000000-0xdc3fffff]
[ 0.803608] pci_bus 0000:79: resource 1 [mem 0xde800000-0xdebfffff]
[ 0.803610] pci_bus 0000:7a: resource 1 [mem 0xdec00000-0xdecfffff]
[ 0.803611] pci_bus 0000:7a: resource 2 [mem 0xfc02100000-0xfc021fffff 64bit pref]
[ 0.803886] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.803913] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.804524] PCI: CLS 64 bytes, default 64
[ 0.804552] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.804579] Trying to unpack rootfs image as initramfs...
[ 0.804608] pci 0000:00:00.0: Adding to iommu group 0
[ 0.804636] pci 0000:00:01.0: Adding to iommu group 1
[ 0.804650] pci 0000:00:01.1: Adding to iommu group 2
[ 0.804664] pci 0000:00:01.2: Adding to iommu group 3
[ 0.804688] pci 0000:00:02.0: Adding to iommu group 4
[ 0.804703] pci 0000:00:02.1: Adding to iommu group 5
[ 0.804717] pci 0000:00:02.2: Adding to iommu group 6
[ 0.804737] pci 0000:00:03.0: Adding to iommu group 7
[ 0.804758] pci 0000:00:04.0: Adding to iommu group 8
[ 0.804786] pci 0000:00:08.0: Adding to iommu group 9
[ 0.804800] pci 0000:00:08.1: Adding to iommu group 10
[ 0.804816] pci 0000:00:08.2: Adding to iommu group 11
[ 0.804831] pci 0000:00:08.3: Adding to iommu group 12
[ 0.804859] pci 0000:00:14.0: Adding to iommu group 13
[ 0.804872] pci 0000:00:14.3: Adding to iommu group 13
[ 0.804945] pci 0000:00:18.0: Adding to iommu group 14
[ 0.804962] pci 0000:00:18.1: Adding to iommu group 14
[ 0.804976] pci 0000:00:18.2: Adding to iommu group 14
[ 0.804989] pci 0000:00:18.3: Adding to iommu group 14
[ 0.805003] pci 0000:00:18.4: Adding to iommu group 14
[ 0.805017] pci 0000:00:18.5: Adding to iommu group 14
[ 0.805030] pci 0000:00:18.6: Adding to iommu group 14
[ 0.805044] pci 0000:00:18.7: Adding to iommu group 14
[ 0.805078] pci 0000:01:00.0: Adding to iommu group 15
[ 0.805092] pci 0000:01:00.1: Adding to iommu group 15
[ 0.805107] pci 0000:02:00.0: Adding to iommu group 16
[ 0.805122] pci 0000:03:00.0: Adding to iommu group 17
[ 0.805137] pci 0000:04:00.0: Adding to iommu group 18
[ 0.805152] pci 0000:04:04.0: Adding to iommu group 19
[ 0.805166] pci 0000:04:05.0: Adding to iommu group 20
[ 0.805180] pci 0000:04:06.0: Adding to iommu group 21
[ 0.805195] pci 0000:04:08.0: Adding to iommu group 22
[ 0.805210] pci 0000:04:0c.0: Adding to iommu group 23
[ 0.805224] pci 0000:04:0d.0: Adding to iommu group 24
[ 0.805228] pci 0000:08:00.0: Adding to iommu group 21
[ 0.805233] pci 0000:09:00.0: Adding to iommu group 22
[ 0.805238] pci 0000:0a:00.0: Adding to iommu group 22
[ 0.805244] pci 0000:0a:04.0: Adding to iommu group 22
[ 0.805248] pci 0000:0a:05.0: Adding to iommu group 22
[ 0.805252] pci 0000:0a:06.0: Adding to iommu group 22
[ 0.805256] pci 0000:0a:07.0: Adding to iommu group 22
[ 0.805260] pci 0000:0a:08.0: Adding to iommu group 22
[ 0.805265] pci 0000:0a:0c.0: Adding to iommu group 22
[ 0.805269] pci 0000:0a:0d.0: Adding to iommu group 22
[ 0.805273] pci 0000:11:00.0: Adding to iommu group 22
[ 0.805277] pci 0000:12:00.0: Adding to iommu group 22
[ 0.805282] pci 0000:13:00.0: Adding to iommu group 23
[ 0.805286] pci 0000:14:00.0: Adding to iommu group 24
[ 0.805305] pci 0000:15:00.0: Adding to iommu group 25
[ 0.805320] pci 0000:16:00.0: Adding to iommu group 26
[ 0.805335] pci 0000:16:01.0: Adding to iommu group 27
[ 0.805349] pci 0000:16:02.0: Adding to iommu group 28
[ 0.805364] pci 0000:16:03.0: Adding to iommu group 29
[ 0.805369] pci 0000:77:00.0: Adding to iommu group 28
[ 0.805373] pci 0000:78:00.0: Adding to iommu group 29
[ 0.805394] pci 0000:79:00.0: Adding to iommu group 30
[ 0.805409] pci 0000:79:00.2: Adding to iommu group 31
[ 0.805424] pci 0000:79:00.3: Adding to iommu group 32
[ 0.805440] pci 0000:79:00.4: Adding to iommu group 33
[ 0.805455] pci 0000:79:00.6: Adding to iommu group 34
[ 0.805470] pci 0000:7a:00.0: Adding to iommu group 35
[ 0.805486] pci 0000:7a:00.1: Adding to iommu group 36
[ 0.805500] pci 0000:7b:00.0: Adding to iommu group 37
[ 0.808700] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[ 0.808709] AMD-Vi: Interrupt remapping enabled
[ 0.838345] Freeing initrd memory: 50116K
[ 1.001824] AMD-Vi: Virtual APIC enabled
[ 1.001869] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.001871] software IO TLB: mapped [mem 0x0000000070d83000-0x0000000074d83000] (64MB)
[ 1.001913] LVT offset 0 assigned for vector 0x400
[ 1.002321] perf: AMD IBS detected (0x00000bff)
[ 1.002325] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 1.017257] Initialise system trusted keyrings
[ 1.017264] Key type blacklist registered
[ 1.017293] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 1.017501] fuse: init (API version 7.42)
[ 1.017561] integrity: Platform Keyring initialized
[ 1.017563] integrity: Machine keyring initialized
[ 1.024122] xor: automatically using best checksumming function avx
[ 1.024124] Key type asymmetric registered
[ 1.024125] Asymmetric key parser 'x509' registered
[ 1.024137] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.024168] io scheduler mq-deadline registered
[ 1.024170] io scheduler kyber registered
[ 1.024176] io scheduler bfq registered
[ 1.025590] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.025730] pcieport 0000:00:01.1: PME: Signaling with IRQ 30
[ 1.025872] pcieport 0000:00:01.2: PME: Signaling with IRQ 31
[ 1.025991] pcieport 0000:00:02.1: PME: Signaling with IRQ 32
[ 1.026116] pcieport 0000:00:02.2: PME: Signaling with IRQ 33
[ 1.026244] pcieport 0000:00:08.1: PME: Signaling with IRQ 34
[ 1.026395] pcieport 0000:00:08.2: PME: Signaling with IRQ 35
[ 1.026520] pcieport 0000:00:08.3: PME: Signaling with IRQ 36
[ 1.028957] pcieport 0000:16:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.029243] pcieport 0000:16:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.029611] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.029755] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 1.029771] ACPI: button: Power Button [PWRB]
[ 1.029794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.033840] ACPI: button: Power Button [PWRF]
[ 1.034310] Monitor-Mwait will be used to enter C-1 state
[ 1.035900] Estimated ratio of average max frequency by base frequency (times 1024): 1143
[ 1.036121] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.036461] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.037736] Non-volatile memory driver v1.3
[ 1.037737] Linux agpgart interface v0.103
[ 1.037812] ACPI: bus type drm_connector registered
[ 1.039201] ahci 0000:12:00.0: version 3.0
[ 1.039208] ahci 0000:12:00.0: enabling device (0000 -> 0002)
[ 1.039310] ahci 0000:12:00.0: SSS flag set, parallel bus scan disabled
[ 1.039364] ahci 0000:12:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 1.039366] ahci 0000:12:00.0: 4/6 ports implemented (port mask 0xf)
[ 1.039368] ahci 0000:12:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 1.039703] scsi host0: ahci
[ 1.039788] scsi host1: ahci
[ 1.039874] scsi host2: ahci
[ 1.039941] scsi host3: ahci
[ 1.040010] scsi host4: ahci
[ 1.040078] scsi host5: ahci
[ 1.040112] ata1: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280100 irq 52 lpm-pol 3
[ 1.040114] ata2: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280180 irq 52 lpm-pol 3
[ 1.040117] ata3: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280200 irq 52 lpm-pol 3
[ 1.040119] ata4: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280280 irq 52 lpm-pol 3
[ 1.040120] ata5: DUMMY
[ 1.040120] ata6: DUMMY
[ 1.040137] ahci 0000:14:00.0: enabling device (0000 -> 0002)
[ 1.040217] ahci 0000:14:00.0: SSS flag set, parallel bus scan disabled
[ 1.040257] ahci 0000:14:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 1.040259] ahci 0000:14:00.0: 4/6 ports implemented (port mask 0xf)
[ 1.040260] ahci 0000:14:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 1.040575] scsi host6: ahci
[ 1.040642] scsi host7: ahci
[ 1.040711] scsi host8: ahci
[ 1.040782] scsi host9: ahci
[ 1.040852] scsi host10: ahci
[ 1.040917] scsi host11: ahci
[ 1.040950] ata7: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480100 irq 53 lpm-pol 3
[ 1.040952] ata8: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480180 irq 53 lpm-pol 3
[ 1.040953] ata9: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480200 irq 53 lpm-pol 3
[ 1.040955] ata10: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480280 irq 53 lpm-pol 3
[ 1.040956] ata11: DUMMY
[ 1.040957] ata12: DUMMY
[ 1.041067] xhci_hcd 0000:11:00.0: xHCI Host Controller
[ 1.041072] xhci_hcd 0000:11:00.0: new USB bus registered, assigned bus number 1
[ 1.097106] xhci_hcd 0000:11:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[ 1.097418] xhci_hcd 0000:11:00.0: xHCI Host Controller
[ 1.097420] xhci_hcd 0000:11:00.0: new USB bus registered, assigned bus number 2
[ 1.097422] xhci_hcd 0000:11:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.098051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.098053] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.098054] usb usb1: Product: xHCI Host Controller
[ 1.098056] usb usb1: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.098057] usb usb1: SerialNumber: 0000:11:00.0
[ 1.098123] hub 1-0:1.0: USB hub found
[ 1.098152] hub 1-0:1.0: 12 ports detected
[ 1.098375] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.098390] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.098392] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.098394] usb usb2: Product: xHCI Host Controller
[ 1.098395] usb usb2: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.098396] usb usb2: SerialNumber: 0000:11:00.0
[ 1.098446] hub 2-0:1.0: USB hub found
[ 1.098458] hub 2-0:1.0: 6 ports detected
[ 1.098626] xhci_hcd 0000:13:00.0: xHCI Host Controller
[ 1.098630] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 3
[ 1.154644] xhci_hcd 0000:13:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[ 1.154923] xhci_hcd 0000:13:00.0: xHCI Host Controller
[ 1.154925] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 4
[ 1.154927] xhci_hcd 0000:13:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.155603] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.155605] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.155606] usb usb3: Product: xHCI Host Controller
[ 1.155607] usb usb3: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.155609] usb usb3: SerialNumber: 0000:13:00.0
[ 1.156104] hub 3-0:1.0: USB hub found
[ 1.156118] hub 3-0:1.0: 12 ports detected
[ 1.164654] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.164671] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.164673] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.164674] usb usb4: Product: xHCI Host Controller
[ 1.164675] usb usb4: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.164676] usb usb4: SerialNumber: 0000:13:00.0
[ 1.164764] hub 4-0:1.0: USB hub found
[ 1.164777] hub 4-0:1.0: 5 ports detected
[ 1.167920] xhci_hcd 0000:77:00.0: xHCI Host Controller
[ 1.167924] xhci_hcd 0000:77:00.0: new USB bus registered, assigned bus number 5
[ 1.170562] xhci_hcd 0000:77:00.0: hcc params 0x0200ef81 hci version 0x120 quirks 0x0000000200000010
[ 1.171230] xhci_hcd 0000:77:00.0: xHCI Host Controller
[ 1.171233] xhci_hcd 0000:77:00.0: new USB bus registered, assigned bus number 6
[ 1.171235] xhci_hcd 0000:77:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.171274] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.171276] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.171278] usb usb5: Product: xHCI Host Controller
[ 1.171279] usb usb5: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.171281] usb usb5: SerialNumber: 0000:77:00.0
[ 1.171403] hub 5-0:1.0: USB hub found
[ 1.171420] hub 5-0:1.0: 2 ports detected
[ 1.174687] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.174708] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.174710] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.174712] usb usb6: Product: xHCI Host Controller
[ 1.174714] usb usb6: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.174715] usb usb6: SerialNumber: 0000:77:00.0
[ 1.174849] hub 6-0:1.0: USB hub found
[ 1.174865] hub 6-0:1.0: 2 ports detected
[ 1.178401] xhci_hcd 0000:79:00.3: xHCI Host Controller
[ 1.178406] xhci_hcd 0000:79:00.3: new USB bus registered, assigned bus number 7
[ 1.178772] xhci_hcd 0000:79:00.3: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
[ 1.179309] xhci_hcd 0000:79:00.3: xHCI Host Controller
[ 1.179312] xhci_hcd 0000:79:00.3: new USB bus registered, assigned bus number 8
[ 1.179315] xhci_hcd 0000:79:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.179343] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.179346] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.179347] usb usb7: Product: xHCI Host Controller
[ 1.179349] usb usb7: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.179350] usb usb7: SerialNumber: 0000:79:00.3
[ 1.179497] hub 7-0:1.0: USB hub found
[ 1.179517] hub 7-0:1.0: 2 ports detected
[ 1.181632] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.181654] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.181656] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.181658] usb usb8: Product: xHCI Host Controller
[ 1.181659] usb usb8: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.181661] usb usb8: SerialNumber: 0000:79:00.3
[ 1.181796] hub 8-0:1.0: USB hub found
[ 1.181811] hub 8-0:1.0: 2 ports detected
[ 1.184361] xhci_hcd 0000:79:00.4: xHCI Host Controller
[ 1.184365] xhci_hcd 0000:79:00.4: new USB bus registered, assigned bus number 9
[ 1.184726] xhci_hcd 0000:79:00.4: USB3 root hub has no ports
[ 1.184729] xhci_hcd 0000:79:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[ 1.185186] xhci_hcd 0000:79:00.4: xHCI Host Controller
[ 1.185189] xhci_hcd 0000:79:00.4: new USB bus registered, assigned bus number 10
[ 1.185192] xhci_hcd 0000:79:00.4: Host supports USB 3.0 SuperSpeed
[ 1.185227] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.185229] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.185231] usb usb9: Product: xHCI Host Controller
[ 1.185232] usb usb9: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.185233] usb usb9: SerialNumber: 0000:79:00.4
[ 1.185377] hub 9-0:1.0: USB hub found
[ 1.185396] hub 9-0:1.0: 1 port detected
[ 1.186531] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.186552] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.186554] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.186556] usb usb10: Product: xHCI Host Controller
[ 1.186557] usb usb10: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.186559] usb usb10: SerialNumber: 0000:79:00.4
[ 1.186709] hub 10-0:1.0: USB hub found
[ 1.186714] hub 10-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 1.187083] usbcore: registered new interface driver usbserial_generic
[ 1.187088] usbserial: USB Serial support registered for generic
[ 1.187182] rtc_cmos 00:02: RTC can wake from S4
[ 1.187451] rtc_cmos 00:02: registered as rtc0
[ 1.187488] rtc_cmos 00:02: setting system clock to 2025-05-28T14:24:22 UTC (1748442262)
[ 1.187514] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[ 1.188959] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 1.188961] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 1.190803] fbcon: Deferring console take-over
[ 1.190805] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 1.190881] hid: raw HID events driver (C) Jiri Kosina
[ 1.190978] drop_monitor: Initializing network drop monitor service
[ 1.191102] NET: Registered PF_INET6 protocol family
[ 1.195846] Segment Routing with IPv6
[ 1.195849] RPL Segment Routing with IPv6
[ 1.195859] In-situ OAM (IOAM) with IPv6
[ 1.195883] NET: Registered PF_PACKET protocol family
[ 1.198994] microcode: Current revision: 0x0a705206
[ 1.198996] microcode: Updated early from: 0x0a705206
[ 1.199398] resctrl: L3 allocation detected
[ 1.199400] resctrl: MB allocation detected
[ 1.199401] resctrl: SMBA allocation detected
[ 1.199402] resctrl: L3 monitoring detected
[ 1.199435] IPI shorthand broadcast: enabled
[ 1.201121] sched_clock: Marking stable (1199010341, 1413428)->(1218112482, -17688713)
[ 1.201261] registered taskstats version 1
[ 1.201762] Loading compiled-in X.509 certificates
[ 1.206739] Loaded X.509 cert 'Build time autogenerated kernel key: 35928ea5edd6a0bfb9def66919e6db496c7fe6dd'
[ 1.210254] zswap: loaded using pool zstd/zsmalloc
[ 1.210335] Demotion targets for Node 0: null
[ 1.210442] Key type .fscrypt registered
[ 1.210444] Key type fscrypt-provisioning registered
[ 1.210947] Btrfs loaded, zoned=yes, fsverity=yes
[ 1.211348] PM: Magic number: 9:956:435
[ 1.214211] RAS: Correctable Errors collector initialized.
[ 1.222769] clk: Disabling unused clocks
[ 1.222772] PM: genpd: Disabling unused power domains
[ 1.354170] ata7: SATA link down (SStatus 0 SControl 300)
[ 1.354173] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.417711] usb 7-1: new full-speed USB device number 2 using xhci_hcd
[ 1.424716] usb 9-1: new full-speed USB device number 2 using xhci_hcd
[ 1.461753] usb 3-5: new full-speed USB device number 2 using xhci_hcd
[ 1.560535] usb 7-1: New USB device found, idVendor=2516, idProduct=0048, bcdDevice=11.06
[ 1.560542] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.560545] usb 7-1: Product: MasterKeys Pro M Single
[ 1.560547] usb 7-1: Manufacturer: Cooler Master Technology Inc.
[ 1.570597] usb 9-1: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[ 1.570604] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.570606] usb 9-1: Product: LED Controller
[ 1.570608] usb 9-1: Manufacturer: ASRock
[ 1.570610] usb 9-1: SerialNumber: A02019100900
[ 1.657720] usb 8-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.662297] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.670740] usb 8-2: New USB device found, idVendor=0781, idProduct=55a9, bcdDevice= 1.00
[ 1.670746] usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.670748] usb 8-2: Product: SanDisk 3.2Gen1
[ 1.670750] usb 8-2: Manufacturer: USB
[ 1.670751] usb 8-2: SerialNumber: 00023323041024233331
[ 1.832171] usb 3-5: New USB device found, idVendor=046d, idProduct=c083, bcdDevice= 8.03
[ 1.832180] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.832183] usb 3-5: Product: G403 Prodigy Gaming Mouse
[ 1.832185] usb 3-5: Manufacturer: Logitech
[ 1.832187] usb 3-5: SerialNumber: 0D7F36763434
[ 1.966962] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.020704] usb 3-8: new high-speed USB device number 3 using xhci_hcd
[ 2.064668] tsc: Refined TSC clocksource calibration: 4200.075 MHz
[ 2.064685] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8aa80440e, max_idle_ns: 440795300424 ns
[ 2.064735] clocksource: Switched to clocksource tsc
[ 2.278981] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.583124] ata8: SATA link down (SStatus 0 SControl 300)
[ 2.894579] ata9: SATA link down (SStatus 0 SControl 300)
[ 3.198744] ata10: SATA link down (SStatus 0 SControl 300)
[ 3.200097] Freeing unused decrypted memory: 2028K
[ 3.200747] Freeing unused kernel image (initmem) memory: 4532K
[ 3.200763] Write protecting the kernel read-only data: 36864k
[ 3.201296] Freeing unused kernel image (text/rodata gap) memory: 1108K
[ 3.201391] Freeing unused kernel image (rodata/data gap) memory: 96K
[ 3.234682] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.234689] rodata_test: all tests were successful
[ 3.234695] Run /init as init process
[ 3.234697] with arguments:
[ 3.234698] /init
[ 3.234700] with environment:
[ 3.234700] HOME=/
[ 3.234701] TERM=linux
[ 3.234702] BOOT_IMAGE=/boot/vmlinuz-linux
[ 3.248343] fbcon: Taking over console
[ 3.249181] Console: switching to colour frame buffer device 240x67
[ 3.368887] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 3.369409] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input2
[ 3.375764] usbcore: registered new interface driver usb-storage
[ 3.378188] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 3.378248] nvme nvme0: pci function 0000:02:00.0
[ 3.379148] scsi host12: uas
[ 3.379218] usbcore: registered new interface driver uas
[ 3.379521] scsi 12:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 7
[ 3.383017] nvme nvme0: missing or invalid SUBNQN field.
[ 3.409225] nvme nvme0: allocated 32 MiB host memory buffer (1 segment).
[ 3.414791] usbcore: registered new interface driver usbhid
[ 3.414795] usbhid: USB HID core driver
[ 3.441950] nvme nvme0: 8/0/0 default/read/poll queues
[ 3.444703] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 3.446867] nvme0n1: p1 p2 p3 p4
[ 3.452679] usb 3-8: New USB device found, idVendor=26ce, idProduct=0a0b, bcdDevice= 0.02
[ 3.452685] usb 3-8: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 3.452687] usb 3-8: Product: USB Audio
[ 3.452689] usb 3-8: Manufacturer: Generic
[ 3.487116] sd 12:0:0:0: [sda] 240328704 512-byte logical blocks: (123 GB/115 GiB)
[ 3.487958] sd 12:0:0:0: [sda] Write Protect is off
[ 3.487962] sd 12:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 3.488272] sd 12:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.513621] sd 12:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 3.518063] input: Cooler Master Technology Inc. MasterKeys Pro M Single as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.0/0003:2516:0048.0001/input/input3
[ 3.532173] sda: sda1 sda2
[ 3.532308] sd 12:0:0:0: [sda] Attached SCSI removable disk
[ 3.615527] hid-generic 0003:2516:0048.0001: input,hidraw0: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro M Single] on usb-0000:79:00.3-1/input0
[ 3.615634] hid-generic 0003:2516:0048.0002: hiddev96,hidraw1: USB HID v1.11 Device [Cooler Master Technology Inc. MasterKeys Pro M Single] on usb-0000:79:00.3-1/input1
[ 3.615725] input: Cooler Master Technology Inc. MasterKeys Pro M Single System Control as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.2/0003:2516:0048.0003/input/input4
[ 3.667151] input: Cooler Master Technology Inc. MasterKeys Pro M Single Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.2/0003:2516:0048.0003/input/input5
[ 3.667356] input: Cooler Master Technology Inc. MasterKeys Pro M Single Keyboard as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.2/0003:2516:0048.0003/input/input6
[ 3.667629] hid-generic 0003:2516:0048.0003: input,hidraw2: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro M Single] on usb-0000:79:00.3-1/input2
[ 3.667781] input: ASRock LED Controller as /devices/pci0000:00/0000:00:08.1/0000:79:00.4/usb9/9-1/9-1:1.0/0003:26CE:01A2.0004/input/input7
[ 3.718928] hid-generic 0003:26CE:01A2.0004: input,hidraw3: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:79:00.4-1/input0
[ 3.719087] input: Logitech G403 Prodigy Gaming Mouse as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:13:00.0/usb3/3-5/3-5:1.0/0003:046D:C083.0005/input/input8
[ 3.719188] hid-generic 0003:046D:C083.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech G403 Prodigy Gaming Mouse] on usb-0000:13:00.0-5/input0
[ 3.719358] input: Logitech G403 Prodigy Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:13:00.0/usb3/3-5/3-5:1.1/0003:046D:C083.0006/input/input9
[ 3.769960] hid-generic 0003:046D:C083.0006: input,hiddev97,hidraw5: USB HID v1.11 Keyboard [Logitech G403 Prodigy Gaming Mouse] on usb-0000:13:00.0-5/input1
[ 3.770147] hid-generic 0003:26CE:0A0B.0007: hiddev98,hidraw6: USB HID v1.11 Device [Generic USB Audio] on usb-0000:13:00.0-8/input6
[ 3.828007] EXT4-fs (nvme0n1p2): mounted filesystem 108ce75e-aaa9-4c03-a2b2-6897e93aaa89 r/w with ordered data mode. Quota mode: none.
[ 3.969274] systemd[1]: systemd 257.5-3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 3.969279] systemd[1]: Detected architecture x86-64.
[ 3.972545] systemd[1]: Hostname set to <pc17-arch>.
[ 4.073545] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 4.225589] systemd[1]: Queued start job for default target Emergency Mode.
[ 4.251074] systemd[1]: Started Emergency Shell.
[ 4.251293] systemd[1]: Reached target Emergency Mode.
[ 4.252578] systemd[1]: Startup finished in 21.632s (firmware) + 49.081s (loader) + 3.903s (kernel) + 347ms (userspace) = 1min 14.964s.
[ 4.255685] (plymouth)[402]: emergency.service: Unable to locate executable 'plymouth': No such file or directory
[ 14.617320] EDAC amd64: Node 0: No DIMMs detected.
[-- Attachment #4: dmidecode_memory_1dimm.txt --]
[-- Type: text/plain, Size: 2120 bytes --]
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 3.4.0 present.
Handle 0x000F, DMI type 16, 23 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: Multi-bit ECC
Maximum Capacity: 128 GB
Error Information Handle: 0x000E
Number Of Devices: 4
Handle 0x0012, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0011
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: Unknown
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL A
Type: Unknown
Type Detail: Unknown
Handle 0x0014, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0013
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: Unknown
Set: None
Locator: DIMM 1
Bank Locator: P0 CHANNEL A
Type: Unknown
Type Detail: Unknown
Handle 0x0016, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0015
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: Unknown
Set: None
Locator: DIMM 0
Bank Locator: P0 CHANNEL B
Type: Unknown
Type Detail: Unknown
Handle 0x0018, DMI type 17, 92 bytes
Memory Device
Array Handle: 0x000F
Error Information Handle: 0x0017
Total Width: 72 bits
Data Width: 64 bits
Size: 32 GB
Form Factor: DIMM
Set: None
Locator: DIMM 1
Bank Locator: P0 CHANNEL B
Type: DDR5
Type Detail: Synchronous Unbuffered (Unregistered)
Speed: 4800 MT/s
Manufacturer: Micron Technology
Serial Number: 4F6B594A
Asset Tag: Not Specified
Part Number: MTC20C2085S1EC48BA1 BC
Rank: 2
Configured Memory Speed: 4800 MT/s
Minimum Voltage: 1.1 V
Maximum Voltage: 1.1 V
Configured Voltage: 1.1 V
Memory Technology: DRAM
Memory Operating Mode Capability: Volatile memory
Firmware Version: Unknown
Module Manufacturer ID: Bank 1, Hex 0x2C
Module Product ID: Unknown
Memory Subsystem Controller Manufacturer ID: Unknown
Memory Subsystem Controller Product ID: Unknown
Non-Volatile Size: None
Volatile Size: 32 GB
Cache Size: None
Logical Size: None
[-- Attachment #5: dmesg_2dimm.txt --]
[-- Type: text/plain, Size: 94657 bytes --]
[ 0.000000] Linux version 6.14.7-arch2-1 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Thu, 22 May 2025 05:37:49 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=108ce75e-aaa9-4c03-a2b2-6897e93aaa89 rw loglevel=3 systemd.unit=emergency.target
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a23c000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b021000-0x000000008527efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008527f000-0x000000008b27efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008b27f000-0x000000008d27efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000008d27f000-0x000000008f27efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008f27f000-0x00000000973fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000973ff000-0x0000000099ff9fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000099ffa000-0x0000000099ffcfff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000099ffd000-0x0000000099ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009a000000-0x000000009bffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d790000-0x000000009d7effff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d7f5000-0x000000009fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000105e2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000105f340000-0x00000010801fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0x7556e018-0x75592c57] usable ==> usable
[ 0.000000] e820: update [mem 0x76494018-0x76498257] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a23c000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b020fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b021000-0x000000007556e017] usable
[ 0.000000] reserve setup_data: [mem 0x000000007556e018-0x0000000075592c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000075592c58-0x0000000076494017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000076494018-0x0000000076498257] usable
[ 0.000000] reserve setup_data: [mem 0x0000000076498258-0x000000008527efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008527f000-0x000000008b27efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008b27f000-0x000000008d27efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000008d27f000-0x000000008f27efff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000008f27f000-0x00000000973fefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000973ff000-0x0000000099ff9fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000099ffa000-0x0000000099ffcfff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000099ffd000-0x0000000099ffffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000009a000000-0x000000009bffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009d790000-0x000000009d7effff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009d7f5000-0x000000009fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000105e2fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000105f340000-0x00000010801fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[ 0.000000] efi: EFI v2.9 by American Megatrends
[ 0.000000] efi: ACPI=0x8f265000 ACPI 2.0=0x8f265014 SMBIOS=0x970d8000 SMBIOS 3.0=0x970d7000 MEMATTR=0x7f2b5018 ESRT=0x7f5bcf18 INITRD=0x7d36fe98 RNG=0x8c914018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem66: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Remove mem67: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
[ 0.000000] e820: remove [mem 0xf7000000-0xfedfffff] reserved
[ 0.000000] efi: Not removing mem68: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem69: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[ 0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[ 0.000000] efi: Remove mem71: MMIO range=[0x1060000000-0x10801fffff] (514MB) from e820 map
[ 0.000000] e820: remove [mem 0x1060000000-0x10801fffff] reserved
[ 0.000000] SMBIOS 3.4.0 present.
[ 0.000000] DMI: ASRock X870E Taichi Lite/X870E Taichi Lite, BIOS 3.15 12/10/2024
[ 0.000000] DMI: Memory slots populated: 2/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 4199.873 MHz processor
[ 0.000069] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000070] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000074] last_pfn = 0x105e300 max_arch_pfn = 0x400000000
[ 0.000079] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[ 0.000081] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000203] last_pfn = 0x9a000 max_arch_pfn = 0x400000000
[ 0.002625] esrt: Reserving ESRT space from 0x000000007f5bcf18 to 0x000000007f5bcf50.
[ 0.002630] e820: update [mem 0x7f5bc000-0x7f5bcfff] usable ==> reserved
[ 0.002641] Using GB pages for direct mapping
[ 0.003096] Secure boot disabled
[ 0.003097] RAMDISK: [mem 0x76499000-0x79589fff]
[ 0.003145] ACPI: Early table checksum verification disabled
[ 0.003148] ACPI: RSDP 0x000000008F265014 000024 (v02 ALASKA)
[ 0.003150] ACPI: XSDT 0x000000008F264728 0000E4 (v01 ALASKA A M I 00000001 AMI 01000013)
[ 0.003153] ACPI: FACP 0x000000008D274000 000114 (v06 ALASKA A M I 00000001 AMI 00010013)
[ 0.003156] ACPI: DSDT 0x000000008D1EF000 07B9DB (v02 ALASKA A M I 00000001 INTL 20220331)
[ 0.003157] ACPI: FACS 0x000000008F262000 000040
[ 0.003158] ACPI: SSDT 0x000000008D276000 00837C (v02 AMD Splinter 00000002 MSFT 04000000)
[ 0.003160] ACPI: SSDT 0x000000008D275000 000221 (v02 ALASKA CPUSSDT 00000001 AMI 00000001)
[ 0.003161] ACPI: FIDT 0x000000008D26E000 00009C (v01 ALASKA A M I 00000001 AMI 00010013)
[ 0.003162] ACPI: MCFG 0x000000008D26D000 00003C (v01 ALASKA A M I 00000001 MSFT 00010013)
[ 0.003163] ACPI: HPET 0x000000008D26C000 000038 (v01 ALASKA A M I 00000001 AMI 00000005)
[ 0.003164] ACPI: FPDT 0x000000008D26B000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003165] ACPI: BGRT 0x000000008D273000 000038 (v01 ALASKA A M I 00000001 AMI 00010013)
[ 0.003166] ACPI: SSDT 0x000000008D1E9000 00547E (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.003167] ACPI: WPBT 0x000000008D272000 000036 (v01 ALASKA A M I 00000001 MSFT 00010013)
[ 0.003168] ACPI: SSDT 0x000000008D271000 000CDE (v02 AMD OEMACP 00000001 INTL 20220331)
[ 0.003169] ACPI: SSDT 0x000000008C92A000 00D214 (v02 AMD DISCUSB4 00000002 INTL 20220331)
[ 0.003170] ACPI: SSDT 0x000000008D270000 0006D4 (v02 AMD CPMWLRC 00000001 INTL 20220331)
[ 0.003171] ACPI: SSDT 0x000000008D26F000 00078F (v02 AMD CPMDFDG1 00000001 INTL 20220331)
[ 0.003172] ACPI: SSDT 0x000000008C920000 009A6C (v02 AMD CPMCMN 00000001 INTL 20220331)
[ 0.003173] ACPI: SSDT 0x000000008C91D000 0025D8 (v02 AMD AOD 00000001 INTL 20220331)
[ 0.003174] ACPI: WSMT 0x000000008C91C000 000028 (v01 ALASKA A M I 00000001 AMI 00010013)
[ 0.003175] ACPI: APIC 0x000000008C91B000 00015E (v06 ALASKA A M I 00000001 AMI 00010013)
[ 0.003176] ACPI: IVRS 0x000000008C91A000 0000C8 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003177] ACPI: SSDT 0x000000008C919000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20220331)
[ 0.003178] ACPI: SSDT 0x000000008C918000 0009D0 (v02 AMD CPMMSOSC 00000001 INTL 20220331)
[ 0.003179] ACPI: SSDT 0x000000008C917000 00047C (v02 AMD AMDWOV 00000001 INTL 20220331)
[ 0.003180] ACPI: SSDT 0x000000008C916000 00044E (v02 AMD AmdTable 00000001 INTL 20220331)
[ 0.003181] ACPI: SSDT 0x000000008C915000 000771 (v02 AMD AmdTable 00000001 INTL 20220331)
[ 0.003182] ACPI: Reserving FACP table memory at [mem 0x8d274000-0x8d274113]
[ 0.003182] ACPI: Reserving DSDT table memory at [mem 0x8d1ef000-0x8d26a9da]
[ 0.003183] ACPI: Reserving FACS table memory at [mem 0x8f262000-0x8f26203f]
[ 0.003183] ACPI: Reserving SSDT table memory at [mem 0x8d276000-0x8d27e37b]
[ 0.003183] ACPI: Reserving SSDT table memory at [mem 0x8d275000-0x8d275220]
[ 0.003183] ACPI: Reserving FIDT table memory at [mem 0x8d26e000-0x8d26e09b]
[ 0.003184] ACPI: Reserving MCFG table memory at [mem 0x8d26d000-0x8d26d03b]
[ 0.003184] ACPI: Reserving HPET table memory at [mem 0x8d26c000-0x8d26c037]
[ 0.003184] ACPI: Reserving FPDT table memory at [mem 0x8d26b000-0x8d26b043]
[ 0.003184] ACPI: Reserving BGRT table memory at [mem 0x8d273000-0x8d273037]
[ 0.003185] ACPI: Reserving SSDT table memory at [mem 0x8d1e9000-0x8d1ee47d]
[ 0.003185] ACPI: Reserving WPBT table memory at [mem 0x8d272000-0x8d272035]
[ 0.003185] ACPI: Reserving SSDT table memory at [mem 0x8d271000-0x8d271cdd]
[ 0.003186] ACPI: Reserving SSDT table memory at [mem 0x8c92a000-0x8c937213]
[ 0.003186] ACPI: Reserving SSDT table memory at [mem 0x8d270000-0x8d2706d3]
[ 0.003186] ACPI: Reserving SSDT table memory at [mem 0x8d26f000-0x8d26f78e]
[ 0.003186] ACPI: Reserving SSDT table memory at [mem 0x8c920000-0x8c929a6b]
[ 0.003187] ACPI: Reserving SSDT table memory at [mem 0x8c91d000-0x8c91f5d7]
[ 0.003187] ACPI: Reserving WSMT table memory at [mem 0x8c91c000-0x8c91c027]
[ 0.003187] ACPI: Reserving APIC table memory at [mem 0x8c91b000-0x8c91b15d]
[ 0.003188] ACPI: Reserving IVRS table memory at [mem 0x8c91a000-0x8c91a0c7]
[ 0.003188] ACPI: Reserving SSDT table memory at [mem 0x8c919000-0x8c9194ff]
[ 0.003188] ACPI: Reserving SSDT table memory at [mem 0x8c918000-0x8c9189cf]
[ 0.003188] ACPI: Reserving SSDT table memory at [mem 0x8c917000-0x8c91747b]
[ 0.003189] ACPI: Reserving SSDT table memory at [mem 0x8c916000-0x8c91644d]
[ 0.003189] ACPI: Reserving SSDT table memory at [mem 0x8c915000-0x8c915770]
[ 0.003261] No NUMA configuration found
[ 0.003261] Faking a node at [mem 0x0000000000000000-0x000000105e2fffff]
[ 0.003265] NODE_DATA(0) allocated [mem 0x105e2d52c0-0x105e2fffff]
[ 0.003392] Zone ranges:
[ 0.003392] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003393] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003394] Normal [mem 0x0000000100000000-0x000000105e2fffff]
[ 0.003394] Device empty
[ 0.003394] Movable zone start for each node
[ 0.003395] Early memory node ranges
[ 0.003395] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003396] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 0.003396] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.003397] node 0: [mem 0x000000000a23c000-0x000000000affffff]
[ 0.003397] node 0: [mem 0x000000000b021000-0x000000008527efff]
[ 0.003397] node 0: [mem 0x00000000973ff000-0x0000000099ff9fff]
[ 0.003398] node 0: [mem 0x0000000099ffd000-0x0000000099ffffff]
[ 0.003398] node 0: [mem 0x0000000100000000-0x000000105e2fffff]
[ 0.003401] Initmem setup node 0 [mem 0x0000000000001000-0x000000105e2fffff]
[ 0.003404] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003412] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.003474] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 0.003481] On node 0, zone DMA32: 60 pages in unavailable ranges
[ 0.004454] On node 0, zone DMA32: 33 pages in unavailable ranges
[ 0.004614] On node 0, zone DMA32: 41344 pages in unavailable ranges
[ 0.004615] On node 0, zone DMA32: 3 pages in unavailable ranges
[ 0.041590] On node 0, zone Normal: 24576 pages in unavailable ranges
[ 0.041617] On node 0, zone Normal: 7424 pages in unavailable ranges
[ 0.042778] ACPI: PM-Timer IO Port: 0x808
[ 0.042785] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.042798] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[ 0.042802] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[ 0.042803] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.042804] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.042806] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.042807] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.042813] e820: update [mem 0x7f3ac000-0x7f3ecfff] usable ==> reserved
[ 0.042824] CPU topo: Max. logical packages: 1
[ 0.042824] CPU topo: Max. logical dies: 1
[ 0.042824] CPU topo: Max. dies per package: 1
[ 0.042827] CPU topo: Max. threads per core: 2
[ 0.042827] CPU topo: Num. cores per package: 8
[ 0.042828] CPU topo: Num. threads per package: 16
[ 0.042828] CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
[ 0.042839] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.042840] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.042841] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 0.042842] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a23bfff]
[ 0.042842] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[ 0.042843] PM: hibernation: Registered nosave memory: [mem 0x7f3ac000-0x7f3ecfff]
[ 0.042844] PM: hibernation: Registered nosave memory: [mem 0x7f5bc000-0x7f5bcfff]
[ 0.042844] PM: hibernation: Registered nosave memory: [mem 0x8527f000-0x973fefff]
[ 0.042845] PM: hibernation: Registered nosave memory: [mem 0x99ffa000-0x99ffcfff]
[ 0.042845] PM: hibernation: Registered nosave memory: [mem 0x9a000000-0xffffffff]
[ 0.042846] [mem 0xa0000000-0xfedfffff] available for PCI devices
[ 0.042847] Booting paravirtualized kernel on bare hardware
[ 0.042849] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.045951] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.046308] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[ 0.046311] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[ 0.046313] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[ 0.046315] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[ 0.046324] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=108ce75e-aaa9-4c03-a2b2-6897e93aaa89 rw loglevel=3 systemd.unit=emergency.target
[ 0.046359] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[ 0.046553] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.048717] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.049836] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.049896] Fallback order for Node 0: 0
[ 0.049900] Built 1 zonelists, mobility grouping on. Total pages: 16669630
[ 0.049900] Policy zone: Normal
[ 0.049987] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.050031] software IO TLB: area num 16.
[ 0.107643] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.107672] ftrace: allocating 55538 entries in 217 pages
[ 0.120153] ftrace: allocated 217 pages with 5 groups
[ 0.120200] Dynamic Preempt: full
[ 0.120240] rcu: Preemptible hierarchical RCU implementation.
[ 0.120241] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[ 0.120241] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.120242] Trampoline variant of Tasks RCU enabled.
[ 0.120243] Rude variant of Tasks RCU enabled.
[ 0.120243] Tracing variant of Tasks RCU enabled.
[ 0.120243] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.120244] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.120250] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.120252] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.120254] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
[ 0.122792] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[ 0.122986] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.123131] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.123155] Console: colour dummy device 80x25
[ 0.123157] printk: legacy console [tty0] enabled
[ 0.123184] ACPI: Core revision 20240827
[ 0.123394] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.123414] APIC: Switch to symmetric I/O mode setup
[ 0.123667] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[ 0.125021] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.129420] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c89e96c71b, max_idle_ns: 440795327226 ns
[ 0.129423] Calibrating delay loop (skipped), value calculated using timer frequency.. 8399.74 BogoMIPS (lpj=4199873)
[ 0.129441] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.129486] LVT offset 1 assigned for vector 0xf9
[ 0.129645] LVT offset 2 assigned for vector 0xf4
[ 0.129683] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.129684] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[ 0.129686] process: using mwait in idle threads
[ 0.129688] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.129690] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[ 0.129692] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.129693] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.129694] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.129695] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.129700] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.129701] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.129702] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.129702] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[ 0.129703] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[ 0.129703] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[ 0.129704] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.129704] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.129705] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.129706] x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
[ 0.129707] x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
[ 0.129707] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[ 0.129708] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
[ 0.129708] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]: 16
[ 0.129709] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[ 0.151760] Freeing SMP alternatives memory: 48K
[ 0.151763] pid_max: default: 32768 minimum: 301
[ 0.154453] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 0.154516] landlock: Up and running.
[ 0.154518] Yama: becoming mindful.
[ 0.154682] LSM support for eBPF active
[ 0.154733] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.154767] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.257253] smpboot: CPU0: AMD Ryzen 7 PRO 8700G w/ Radeon 780M Graphics (family: 0x19, model: 0x75, stepping: 0x2)
[ 0.257422] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[ 0.257422] ... version: 2
[ 0.257422] ... bit width: 48
[ 0.257422] ... generic registers: 6
[ 0.257422] ... value mask: 0000ffffffffffff
[ 0.257422] ... max period: 00007fffffffffff
[ 0.257422] ... fixed-purpose events: 0
[ 0.257422] ... event mask: 000000000000003f
[ 0.257422] signal: max sigframe size: 3376
[ 0.257422] rcu: Hierarchical SRCU implementation.
[ 0.257422] rcu: Max phase no-delay instances is 400.
[ 0.257422] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.260114] MCE: In-kernel MCE decoding enabled.
[ 0.260151] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.260253] smp: Bringing up secondary CPUs ...
[ 0.260345] smpboot: x86: Booting SMP configuration:
[ 0.260346] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
[ 0.272423] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.279455] smp: Brought up 1 node, 16 CPUs
[ 0.279455] smpboot: Total of 16 processors activated (134395.93 BogoMIPS)
[ 0.281537] Memory: 65329176K/66678520K available (19369K kernel code, 2903K rwdata, 16288K rodata, 4532K init, 5256K bss, 1324664K reserved, 0K cma-reserved)
[ 0.282064] devtmpfs: initialized
[ 0.282064] x86/mm: Memory block size: 2048MB
[ 0.282871] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
[ 0.282871] ACPI: PM: Registering ACPI NVS region [mem 0x8d27f000-0x8f27efff] (33554432 bytes)
[ 0.282871] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.282871] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.282871] pinctrl core: initialized pinctrl subsystem
[ 0.282881] PM: RTC time: 14:44:14, date: 2025-05-28
[ 0.283585] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.283778] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.283872] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.283977] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.283983] audit: initializing netlink subsys (disabled)
[ 0.283990] audit: type=2000 audit(1748443454.159:1): state=initialized audit_enabled=0 res=1
[ 0.283990] thermal_sys: Registered thermal governor 'fair_share'
[ 0.283990] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.283990] thermal_sys: Registered thermal governor 'step_wise'
[ 0.283990] thermal_sys: Registered thermal governor 'user_space'
[ 0.283990] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.283990] cpuidle: using governor ladder
[ 0.283990] cpuidle: using governor menu
[ 0.283990] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.284443] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.284455] PCI: Using configuration type 1 for base access
[ 0.284571] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.292440] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.292442] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.292444] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.292445] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.292556] raid6: skipped pq benchmark and selected avx512x4
[ 0.292556] raid6: using avx512x2 recovery algorithm
[ 0.292556] ACPI: Added _OSI(Module Device)
[ 0.292556] ACPI: Added _OSI(Processor Device)
[ 0.292556] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.292556] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.300448] ACPI BIOS Error (bug): Failure creating named object [\_GPE._L08], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.300455] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.300458] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.314438] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP6._PRW], AE_ALREADY_EXISTS (20240827/dswload2-326)
[ 0.314442] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
[ 0.314444] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.318723] ACPI: 15 ACPI AML tables successfully acquired and loaded
[ 0.438961] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.438964] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.440209] ACPI: Interpreter enabled
[ 0.440222] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.440223] ACPI: Using IOAPIC for interrupt routing
[ 0.568533] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.568535] PCI: Ignoring E820 reservations for host bridge windows
[ 0.569019] ACPI: Enabled 7 GPEs in block 00 to 1F
[ 0.571048] ACPI: \_SB_.PCI0.GP11.PWRS: New power resource
[ 0.571741] ACPI: \_SB_.PCI0.GP11.SWUS.PWRS: New power resource
[ 0.572413] ACPI: \_SB_.PCI0.GP12.PWRS: New power resource
[ 0.573111] ACPI: \_SB_.PCI0.GP12.SWUS.PWRS: New power resource
[ 0.574226] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[ 0.575992] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[ 0.578436] ACPI: \_SB_.PCI0.GP19.XHC3.PWRS: New power resource
[ 0.579719] ACPI: \_SB_.PCI0.GP19.XHC4.PWRS: New power resource
[ 0.581003] ACPI: \_SB_.PCI0.GP19.NHI0.PWRS: New power resource
[ 0.581692] ACPI: \_SB_.PCI0.GP19.NHI1.PWRS: New power resource
[ 0.581922] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[ 0.582224] ACPI: \_SB_.PCI0.GPP1.P0NV: New power resource
[ 0.583096] ACPI: \_SB_.PCI0.GPP5.PWRS: New power resource
[ 0.583450] ACPI: \_SB_.PCI0.GPP5.UP00.PWRS: New power resource
[ 0.583788] ACPI: \_SB_.PCI0.GPP5.UP00.DP00.PWRS: New power resource
[ 0.584283] ACPI: \_SB_.PCI0.GPP5.UP00.DP00.NV00.PWRS: New power resource
[ 0.584580] ACPI: \_SB_.PCI0.GPP5.UP00.DP08.PWRS: New power resource
[ 0.584817] ACPI: \_SB_.PCI0.GPP5.UP00.DP08.EP00.PWRS: New power resource
[ 0.585085] ACPI: \_SB_.PCI0.GPP5.UP00.DP10.PWRS: New power resource
[ 0.585320] ACPI: \_SB_.PCI0.GPP5.UP00.DP10.WN00.PWRS: New power resource
[ 0.585597] ACPI: \_SB_.PCI0.GPP5.UP00.DP18.PWRS: New power resource
[ 0.585832] ACPI: \_SB_.PCI0.GPP5.UP00.DP18.LN00.PWRS: New power resource
[ 0.586094] ACPI: \_SB_.PCI0.GPP5.UP00.DP20.PWRS: New power resource
[ 0.586587] ACPI: \_SB_.PCI0.GPP5.UP00.DP20.NV00.PWRS: New power resource
[ 0.586878] ACPI: \_SB_.PCI0.GPP5.UP00.DP28.PWRS: New power resource
[ 0.587367] ACPI: \_SB_.PCI0.GPP5.UP00.DP28.EP00.PWRS: New power resource
[ 0.587663] ACPI: \_SB_.PCI0.GPP5.UP00.DP30.PWRS: New power resource
[ 0.587990] ACPI: \_SB_.PCI0.GPP5.UP00.DP30.EP00.PWRS: New power resource
[ 0.588322] ACPI: \_SB_.PCI0.GPP5.UP00.DP38.PWRS: New power resource
[ 0.589423] ACPI: \_SB_.PCI0.GPP5.UP00.DP38.EP00.PWRS: New power resource
[ 0.589423] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.PWRS: New power resource
[ 0.589423] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.PWRS: New power resource
[ 0.589491] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP00.PWRS: New power resource
[ 0.589993] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP00.NV00.PWRS: New power resource
[ 0.590284] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP08.PWRS: New power resource
[ 0.590520] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP08.EP00.PWRS: New power resource
[ 0.590785] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP10.PWRS: New power resource
[ 0.591021] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP10.WN00.PWRS: New power resource
[ 0.591288] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP18.PWRS: New power resource
[ 0.591525] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP18.LN00.PWRS: New power resource
[ 0.591796] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP20.PWRS: New power resource
[ 0.592292] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP20.NV00.PWRS: New power resource
[ 0.592591] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP28.PWRS: New power resource
[ 0.593081] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP28.EP00.PWRS: New power resource
[ 0.593372] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP30.PWRS: New power resource
[ 0.593865] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP30.EP00.PWRS: New power resource
[ 0.594158] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP38.PWRS: New power resource
[ 0.594654] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP38.EP00.PWRS: New power resource
[ 0.594945] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP40.PWRS: New power resource
[ 0.595434] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP40.EP00.PWRS: New power resource
[ 0.595726] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP48.PWRS: New power resource
[ 0.595960] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP48.EP00.PWRS: New power resource
[ 0.596222] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP50.PWRS: New power resource
[ 0.596464] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP50.EP00.PWRS: New power resource
[ 0.596730] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP58.PWRS: New power resource
[ 0.596967] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP58.EP00.PWRS: New power resource
[ 0.597236] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP60.PWRS: New power resource
[ 0.597567] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP60.XH00.PWRS: New power resource
[ 0.597898] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP68.PWRS: New power resource
[ 0.598229] ACPI: \_SB_.PCI0.GPP5.UP00.DP40.UP00.DP68.SA00.PWRS: New power resource
[ 0.598711] ACPI: \_SB_.PCI0.GPP5.UP00.DP48.PWRS: New power resource
[ 0.598947] ACPI: \_SB_.PCI0.GPP5.UP00.DP48.EP00.PWRS: New power resource
[ 0.599213] ACPI: \_SB_.PCI0.GPP5.UP00.DP50.PWRS: New power resource
[ 0.599448] ACPI: \_SB_.PCI0.GPP5.UP00.DP50.EP00.PWRS: New power resource
[ 0.599713] ACPI: \_SB_.PCI0.GPP5.UP00.DP58.PWRS: New power resource
[ 0.599949] ACPI: \_SB_.PCI0.GPP5.UP00.DP58.EP00.PWRS: New power resource
[ 0.600211] ACPI: \_SB_.PCI0.GPP5.UP00.DP60.PWRS: New power resource
[ 0.600548] ACPI: \_SB_.PCI0.GPP5.UP00.DP60.XH00.PWRS: New power resource
[ 0.605572] ACPI: \_SB_.PCI0.GPP5.UP00.DP68.PWRS: New power resource
[ 0.605906] ACPI: \_SB_.PCI0.GPP5.UP00.DP68.SA00.PWRS: New power resource
[ 0.607055] ACPI: \_SB_.PCI0.GPP6.PWRS: New power resource
[ 0.622116] ACPI: \_SB_.PCI0.GPP6.U4UP.PWRS: New power resource
[ 0.631703] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P0.PWRS: New power resource
[ 0.641052] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P0.UP0D.PWRS: New power resource
[ 0.641972] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P1.PWRS: New power resource
[ 0.651376] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P1.UP1D.PWRS: New power resource
[ 0.651979] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P2.PWRS: New power resource
[ 0.661196] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P2.UXHC.PWRS: New power resource
[ 0.671722] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P3.PWRS: New power resource
[ 0.680923] ACPI: \_SB_.PCI0.GPP6.U4UP.U4P3.UHI0.PWRS: New power resource
[ 0.694805] ACPI: \_SB_.PRWL: New power resource
[ 0.694830] ACPI: \_SB_.PRWB: New power resource
[ 0.695568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.695572] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.695729] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.696284] PCI host bridge to bus 0000:00
[ 0.696287] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.696288] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.696290] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.696291] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.696292] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.696293] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff window]
[ 0.696295] pci_bus 0000:00: root bus resource [mem 0x1060000000-0xffffffffff window]
[ 0.696296] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.696309] pci 0000:00:00.0: [1022:14e8] type 00 class 0x060000 conventional PCI endpoint
[ 0.696407] pci 0000:00:00.2: [1022:14e9] type 00 class 0x080600 conventional PCI endpoint
[ 0.696497] pci 0000:00:01.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.696572] pci 0000:00:01.1: [1022:14ed] type 01 class 0x060400 PCIe Root Port
[ 0.696586] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.696590] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.696593] pci 0000:00:01.1: bridge window [mem 0xdd000000-0xde0fffff]
[ 0.696599] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.696664] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.697201] pci 0000:00:01.2: [1022:14ed] type 01 class 0x060400 PCIe Root Port
[ 0.697215] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.697220] pci 0000:00:01.2: bridge window [mem 0xded00000-0xdedfffff]
[ 0.697287] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.697429] pci 0000:00:02.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.697505] pci 0000:00:02.1: [1022:14ee] type 01 class 0x060400 PCIe Root Port
[ 0.697521] pci 0000:00:02.1: PCI bridge to [bus 03-14]
[ 0.697525] pci 0000:00:02.1: bridge window [io 0xe000-0xefff]
[ 0.697528] pci 0000:00:02.1: bridge window [mem 0xde200000-0xde7fffff]
[ 0.697541] pci 0000:00:02.1: enabling Extended Tags
[ 0.697608] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[ 0.697847] pci 0000:00:02.2: [1022:14ee] type 01 class 0x060400 PCIe Root Port
[ 0.697863] pci 0000:00:02.2: PCI bridge to [bus 15-78]
[ 0.697867] pci 0000:00:02.2: bridge window [io 0x8000-0xdfff]
[ 0.697870] pci 0000:00:02.2: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.697876] pci 0000:00:02.2: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.697948] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[ 0.698107] pci 0000:00:03.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.698188] pci 0000:00:04.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.698273] pci 0000:00:08.0: [1022:14ea] type 00 class 0x060000 conventional PCI endpoint
[ 0.698348] pci 0000:00:08.1: [1022:14eb] type 01 class 0x060400 PCIe Root Port
[ 0.698362] pci 0000:00:08.1: PCI bridge to [bus 79]
[ 0.698366] pci 0000:00:08.1: bridge window [mem 0xde800000-0xdebfffff]
[ 0.698376] pci 0000:00:08.1: enabling Extended Tags
[ 0.698413] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.698510] pci 0000:00:08.2: [1022:14eb] type 01 class 0x060400 PCIe Root Port
[ 0.698541] pci 0000:00:08.2: PCI bridge to [bus 7a]
[ 0.698546] pci 0000:00:08.2: bridge window [mem 0xdec00000-0xdecfffff]
[ 0.698551] pci 0000:00:08.2: bridge window [mem 0xfc02100000-0xfc021fffff 64bit pref]
[ 0.698557] pci 0000:00:08.2: enabling Extended Tags
[ 0.698594] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[ 0.698694] pci 0000:00:08.3: [1022:14eb] type 01 class 0x060400 PCIe Root Port
[ 0.698708] pci 0000:00:08.3: PCI bridge to [bus 7b]
[ 0.698721] pci 0000:00:08.3: enabling Extended Tags
[ 0.698758] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[ 0.698881] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.698993] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.699111] pci 0000:00:18.0: [1022:14f0] type 00 class 0x060000 conventional PCI endpoint
[ 0.699141] pci 0000:00:18.1: [1022:14f1] type 00 class 0x060000 conventional PCI endpoint
[ 0.699170] pci 0000:00:18.2: [1022:14f2] type 00 class 0x060000 conventional PCI endpoint
[ 0.699199] pci 0000:00:18.3: [1022:14f3] type 00 class 0x060000 conventional PCI endpoint
[ 0.699228] pci 0000:00:18.4: [1022:14f4] type 00 class 0x060000 conventional PCI endpoint
[ 0.699258] pci 0000:00:18.5: [1022:14f5] type 00 class 0x060000 conventional PCI endpoint
[ 0.699288] pci 0000:00:18.6: [1022:14f6] type 00 class 0x060000 conventional PCI endpoint
[ 0.699317] pci 0000:00:18.7: [1022:14f7] type 00 class 0x060000 conventional PCI endpoint
[ 0.699469] pci 0000:01:00.0: [10de:2803] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.699493] pci 0000:01:00.0: BAR 0 [mem 0xdd000000-0xddffffff]
[ 0.699496] pci 0000:01:00.0: BAR 1 [mem 0xf800000000-0xfbffffffff 64bit pref]
[ 0.699499] pci 0000:01:00.0: BAR 3 [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[ 0.699501] pci 0000:01:00.0: BAR 5 [io 0xf000-0xf07f]
[ 0.699502] pci 0000:01:00.0: ROM [mem 0xde000000-0xde07ffff pref]
[ 0.699553] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.699734] pci 0000:01:00.1: [10de:22bd] type 00 class 0x040300 PCIe Endpoint
[ 0.699757] pci 0000:01:00.1: BAR 0 [mem 0xde080000-0xde083fff]
[ 0.699891] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.700010] pci 0000:02:00.0: [c0a9:540a] type 00 class 0x010802 PCIe Endpoint
[ 0.700132] pci 0000:02:00.0: BAR 0 [mem 0xded00000-0xded03fff 64bit]
[ 0.700811] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.700904] pci 0000:03:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.700928] pci 0000:03:00.0: PCI bridge to [bus 04-14]
[ 0.700934] pci 0000:03:00.0: bridge window [io 0xe000-0xefff]
[ 0.700937] pci 0000:03:00.0: bridge window [mem 0xde200000-0xde7fffff]
[ 0.700957] pci 0000:03:00.0: enabling Extended Tags
[ 0.701023] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.701316] pci 0000:00:02.1: PCI bridge to [bus 03-14]
[ 0.701467] pci 0000:04:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.701492] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.701519] pci 0000:04:00.0: enabling Extended Tags
[ 0.701592] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.701777] pci 0000:04:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.701801] pci 0000:04:04.0: PCI bridge to [bus 06]
[ 0.701829] pci 0000:04:04.0: enabling Extended Tags
[ 0.701900] pci 0000:04:04.0: PME# supported from D0 D3hot D3cold
[ 0.702080] pci 0000:04:05.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.702104] pci 0000:04:05.0: PCI bridge to [bus 07]
[ 0.702131] pci 0000:04:05.0: enabling Extended Tags
[ 0.702202] pci 0000:04:05.0: PME# supported from D0 D3hot D3cold
[ 0.702384] pci 0000:04:06.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.702408] pci 0000:04:06.0: PCI bridge to [bus 08]
[ 0.702413] pci 0000:04:06.0: bridge window [io 0xe000-0xefff]
[ 0.702416] pci 0000:04:06.0: bridge window [mem 0xde700000-0xde7fffff]
[ 0.702444] pci 0000:04:06.0: enabling Extended Tags
[ 0.702513] pci 0000:04:06.0: PME# supported from D0 D3hot D3cold
[ 0.702696] pci 0000:04:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.702720] pci 0000:04:08.0: PCI bridge to [bus 09-12]
[ 0.702728] pci 0000:04:08.0: bridge window [mem 0xde200000-0xde4fffff]
[ 0.702749] pci 0000:04:08.0: enabling Extended Tags
[ 0.702817] pci 0000:04:08.0: PME# supported from D0 D3hot D3cold
[ 0.703046] pci 0000:04:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.703070] pci 0000:04:0c.0: PCI bridge to [bus 13]
[ 0.703076] pci 0000:04:0c.0: bridge window [mem 0xde600000-0xde6fffff]
[ 0.703096] pci 0000:04:0c.0: enabling Extended Tags
[ 0.703142] pci 0000:04:0c.0: PME# supported from D0 D3hot D3cold
[ 0.703277] pci 0000:04:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.703301] pci 0000:04:0d.0: PCI bridge to [bus 14]
[ 0.703306] pci 0000:04:0d.0: bridge window [mem 0xde500000-0xde5fffff]
[ 0.703327] pci 0000:04:0d.0: enabling Extended Tags
[ 0.703373] pci 0000:04:0d.0: PME# supported from D0 D3hot D3cold
[ 0.703495] pci 0000:03:00.0: PCI bridge to [bus 04-14]
[ 0.703549] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.703602] pci 0000:04:04.0: PCI bridge to [bus 06]
[ 0.703655] pci 0000:04:05.0: PCI bridge to [bus 07]
[ 0.703735] pci 0000:08:00.0: [10ec:8126] type 00 class 0x020000 PCIe Endpoint
[ 0.703802] pci 0000:08:00.0: BAR 0 [io 0xe000-0xe0ff]
[ 0.703809] pci 0000:08:00.0: BAR 2 [mem 0xde700000-0xde70ffff 64bit]
[ 0.703813] pci 0000:08:00.0: BAR 4 [mem 0xde710000-0xde713fff 64bit]
[ 0.703965] pci 0000:08:00.0: supports D1 D2
[ 0.703966] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.704332] pci 0000:04:06.0: PCI bridge to [bus 08]
[ 0.704401] pci 0000:09:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.704436] pci 0000:09:00.0: PCI bridge to [bus 0a-12]
[ 0.704446] pci 0000:09:00.0: bridge window [mem 0xde200000-0xde4fffff]
[ 0.704474] pci 0000:09:00.0: enabling Extended Tags
[ 0.704569] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 0.704879] pci 0000:04:08.0: PCI bridge to [bus 09-12]
[ 0.705053] pci 0000:0a:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.705086] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[ 0.705125] pci 0000:0a:00.0: enabling Extended Tags
[ 0.705226] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[ 0.705470] pci 0000:0a:04.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.705503] pci 0000:0a:04.0: PCI bridge to [bus 0c]
[ 0.705542] pci 0000:0a:04.0: enabling Extended Tags
[ 0.705643] pci 0000:0a:04.0: PME# supported from D0 D3hot D3cold
[ 0.705881] pci 0000:0a:05.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.705914] pci 0000:0a:05.0: PCI bridge to [bus 0d]
[ 0.705952] pci 0000:0a:05.0: enabling Extended Tags
[ 0.706053] pci 0000:0a:05.0: PME# supported from D0 D3hot D3cold
[ 0.706292] pci 0000:0a:06.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.706325] pci 0000:0a:06.0: PCI bridge to [bus 0e]
[ 0.706363] pci 0000:0a:06.0: enabling Extended Tags
[ 0.706466] pci 0000:0a:06.0: PME# supported from D0 D3hot D3cold
[ 0.706709] pci 0000:0a:07.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.706743] pci 0000:0a:07.0: PCI bridge to [bus 0f]
[ 0.706781] pci 0000:0a:07.0: enabling Extended Tags
[ 0.706882] pci 0000:0a:07.0: PME# supported from D0 D3hot D3cold
[ 0.707123] pci 0000:0a:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.707157] pci 0000:0a:08.0: PCI bridge to [bus 10]
[ 0.707195] pci 0000:0a:08.0: enabling Extended Tags
[ 0.707296] pci 0000:0a:08.0: PME# supported from D0 D3hot D3cold
[ 0.707545] pci 0000:0a:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.707579] pci 0000:0a:0c.0: PCI bridge to [bus 11]
[ 0.707586] pci 0000:0a:0c.0: bridge window [mem 0xde400000-0xde4fffff]
[ 0.707614] pci 0000:0a:0c.0: enabling Extended Tags
[ 0.707680] pci 0000:0a:0c.0: PME# supported from D0 D3hot D3cold
[ 0.707827] pci 0000:0a:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.707861] pci 0000:0a:0d.0: PCI bridge to [bus 12]
[ 0.707868] pci 0000:0a:0d.0: bridge window [mem 0xde200000-0xde3fffff]
[ 0.707897] pci 0000:0a:0d.0: enabling Extended Tags
[ 0.707962] pci 0000:0a:0d.0: PME# supported from D0 D3hot D3cold
[ 0.708114] pci 0000:09:00.0: PCI bridge to [bus 0a-12]
[ 0.708179] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[ 0.708246] pci 0000:0a:04.0: PCI bridge to [bus 0c]
[ 0.708312] pci 0000:0a:05.0: PCI bridge to [bus 0d]
[ 0.708379] pci 0000:0a:06.0: PCI bridge to [bus 0e]
[ 0.708446] pci 0000:0a:07.0: PCI bridge to [bus 0f]
[ 0.708513] pci 0000:0a:08.0: PCI bridge to [bus 10]
[ 0.708597] pci 0000:11:00.0: [1022:43fd] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.708648] pci 0000:11:00.0: BAR 0 [mem 0xde400000-0xde407fff 64bit]
[ 0.708664] pci 0000:11:00.0: enabling Extended Tags
[ 0.708737] pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
[ 0.708886] pci 0000:0a:0c.0: PCI bridge to [bus 11]
[ 0.709269] pci 0000:12:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[ 0.709323] pci 0000:12:00.0: BAR 5 [mem 0xde280000-0xde2803ff]
[ 0.709326] pci 0000:12:00.0: ROM [mem 0xde200000-0xde27ffff pref]
[ 0.709335] pci 0000:12:00.0: enabling Extended Tags
[ 0.709394] pci 0000:12:00.0: PME# supported from D0 D3hot D3cold
[ 0.709524] pci 0000:0a:0d.0: PCI bridge to [bus 12]
[ 0.709653] pci 0000:13:00.0: [1022:43fd] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.709690] pci 0000:13:00.0: BAR 0 [mem 0xde600000-0xde607fff 64bit]
[ 0.709701] pci 0000:13:00.0: enabling Extended Tags
[ 0.709753] pci 0000:13:00.0: PME# supported from D0 D3hot D3cold
[ 0.709885] pci 0000:04:0c.0: PCI bridge to [bus 13]
[ 0.709951] pci 0000:14:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[ 0.709989] pci 0000:14:00.0: BAR 5 [mem 0xde580000-0xde5803ff]
[ 0.709991] pci 0000:14:00.0: ROM [mem 0xde500000-0xde57ffff pref]
[ 0.709998] pci 0000:14:00.0: enabling Extended Tags
[ 0.710040] pci 0000:14:00.0: PME# supported from D0 D3hot D3cold
[ 0.710141] pci 0000:04:0d.0: PCI bridge to [bus 14]
[ 0.710281] pci 0000:15:00.0: [1b21:2421] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.710305] pci 0000:15:00.0: PCI bridge to [bus 16-78]
[ 0.710311] pci 0000:15:00.0: bridge window [io 0x8000-0xdfff]
[ 0.710314] pci 0000:15:00.0: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.710323] pci 0000:15:00.0: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.710403] pci 0000:15:00.0: PME# supported from D0 D3hot D3cold
[ 0.710622] pci 0000:00:02.2: PCI bridge to [bus 15-78]
[ 0.710703] pci 0000:16:00.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.710727] pci 0000:16:00.0: PCI bridge to [bus 17-46]
[ 0.710732] pci 0000:16:00.0: bridge window [io 0xb000-0xdfff]
[ 0.710735] pci 0000:16:00.0: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.710745] pci 0000:16:00.0: bridge window [mem 0xd800000000-0xf7ffffffff 64bit pref]
[ 0.710916] pci 0000:16:00.0: PME# supported from D0 D3hot D3cold
[ 0.711795] pci 0000:16:01.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.711819] pci 0000:16:01.0: PCI bridge to [bus 47-76]
[ 0.711825] pci 0000:16:01.0: bridge window [io 0x8000-0xafff]
[ 0.711828] pci 0000:16:01.0: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.711837] pci 0000:16:01.0: bridge window [mem 0xb800000000-0xd7ffffffff 64bit pref]
[ 0.712005] pci 0000:16:01.0: PME# supported from D0 D3hot D3cold
[ 0.712860] pci 0000:16:02.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.712884] pci 0000:16:02.0: PCI bridge to [bus 77]
[ 0.712890] pci 0000:16:02.0: bridge window [mem 0xdc400000-0xdc7fffff]
[ 0.712966] pci 0000:16:02.0: PME# supported from D0 D3hot D3cold
[ 0.713114] pci 0000:16:03.0: [1b21:2423] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.713138] pci 0000:16:03.0: PCI bridge to [bus 78]
[ 0.713144] pci 0000:16:03.0: bridge window [mem 0xdc000000-0xdc3fffff]
[ 0.713221] pci 0000:16:03.0: PME# supported from D0 D3hot D3cold
[ 0.713377] pci 0000:15:00.0: PCI bridge to [bus 16-78]
[ 0.713474] pci 0000:16:00.0: PCI bridge to [bus 17-46]
[ 0.713559] pci 0000:16:01.0: PCI bridge to [bus 47-76]
[ 0.713625] pci 0000:77:00.0: [1b21:2426] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.713662] pci 0000:77:00.0: BAR 0 [mem 0xdc400000-0xdc407fff 64bit]
[ 0.713726] pci 0000:77:00.0: PME# supported from D0 D3hot D3cold
[ 0.713866] pci 0000:16:02.0: PCI bridge to [bus 77]
[ 0.713963] pci 0000:78:00.0: [1b21:2425] type 00 class 0x0c0340 PCIe Legacy Endpoint
[ 0.713998] pci 0000:78:00.0: BAR 0 [mem 0xdc000000-0xdc03ffff 64bit]
[ 0.714001] pci 0000:78:00.0: BAR 2 [mem 0xdc040000-0xdc04ffff 64bit]
[ 0.714063] pci 0000:78:00.0: PME# supported from D0 D3hot D3cold
[ 0.714459] pci 0000:16:03.0: PCI bridge to [bus 78]
[ 0.714583] pci 0000:79:00.0: [1022:14ec] type 00 class 0x130000 PCIe Legacy Endpoint
[ 0.714615] pci 0000:79:00.0: enabling Extended Tags
[ 0.714770] pci 0000:79:00.2: [1022:15c7] type 00 class 0x108000 PCIe Endpoint
[ 0.714796] pci 0000:79:00.2: BAR 2 [mem 0xdea00000-0xdeafffff]
[ 0.714800] pci 0000:79:00.2: BAR 5 [mem 0xdeb08000-0xdeb09fff]
[ 0.714805] pci 0000:79:00.2: enabling Extended Tags
[ 0.714905] pci 0000:79:00.3: [1022:15b9] type 00 class 0x0c0330 PCIe Endpoint
[ 0.714932] pci 0000:79:00.3: BAR 0 [mem 0xde900000-0xde9fffff 64bit]
[ 0.714940] pci 0000:79:00.3: enabling Extended Tags
[ 0.714978] pci 0000:79:00.3: PME# supported from D0 D3hot D3cold
[ 0.715069] pci 0000:79:00.4: [1022:15ba] type 00 class 0x0c0330 PCIe Endpoint
[ 0.715096] pci 0000:79:00.4: BAR 0 [mem 0xde800000-0xde8fffff 64bit]
[ 0.715104] pci 0000:79:00.4: enabling Extended Tags
[ 0.715142] pci 0000:79:00.4: PME# supported from D0 D3hot D3cold
[ 0.715232] pci 0000:79:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
[ 0.715257] pci 0000:79:00.6: BAR 0 [mem 0xdeb00000-0xdeb07fff]
[ 0.715266] pci 0000:79:00.6: enabling Extended Tags
[ 0.715301] pci 0000:79:00.6: PME# supported from D0 D3hot D3cold
[ 0.715402] pci 0000:00:08.1: PCI bridge to [bus 79]
[ 0.715456] pci 0000:7a:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
[ 0.715488] pci 0000:7a:00.0: enabling Extended Tags
[ 0.715536] pci 0000:7a:00.0: PME# supported from D3hot D3cold
[ 0.715632] pci 0000:7a:00.1: [1022:1502] type 00 class 0x118000 PCIe Endpoint
[ 0.715665] pci 0000:7a:00.1: BAR 0 [mem 0xdec00000-0xdec7ffff]
[ 0.715666] pci 0000:7a:00.1: BAR 1 [mem 0xdecc0000-0xdecc1fff]
[ 0.715669] pci 0000:7a:00.1: BAR 2 [mem 0xfc02100000-0xfc0213ffff 64bit pref]
[ 0.715671] pci 0000:7a:00.1: BAR 4 [mem 0xdec80000-0xdecbffff]
[ 0.715677] pci 0000:7a:00.1: enabling Extended Tags
[ 0.715811] pci 0000:00:08.2: PCI bridge to [bus 7a]
[ 0.715879] pci 0000:7b:00.0: [1022:14ec] type 00 class 0x130000 PCIe Endpoint
[ 0.715910] pci 0000:7b:00.0: enabling Extended Tags
[ 0.716038] pci 0000:00:08.3: PCI bridge to [bus 7b]
[ 0.730207] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.730261] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.730307] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.730364] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.730415] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.730464] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.730506] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.730549] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.732435] iommu: Default domain type: Translated
[ 0.732435] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.732531] SCSI subsystem initialized
[ 0.732536] libata version 3.00 loaded.
[ 0.732536] ACPI: bus type USB registered
[ 0.732536] usbcore: registered new interface driver usbfs
[ 0.732536] usbcore: registered new interface driver hub
[ 0.732536] usbcore: registered new device driver usb
[ 0.775730] EDAC MC: Ver: 3.0.0
[ 0.776440] efivars: Registered efivars operations
[ 0.776593] NetLabel: Initializing
[ 0.776594] NetLabel: domain hash size = 128
[ 0.776595] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.776608] NetLabel: unlabeled traffic allowed by default
[ 0.776611] mctp: management component transport protocol core
[ 0.776612] NET: Registered PF_MCTP protocol family
[ 0.776621] PCI: Using ACPI for IRQ routing
[ 0.783724] PCI: pci_cache_line_size set to 64 bytes
[ 0.783727] pci 0000:00:02.1: bridge window [mem 0xde200000-0xde7fffff]: can't claim; address conflict with AMDIF031:00 [mem 0xde300000-0xde300fff]
[ 0.783729] pci 0000:03:00.0: bridge window [mem 0xde200000-0xde7fffff]: can't claim; no compatible bridge window
[ 0.783731] pci 0000:04:06.0: bridge window [mem 0xde700000-0xde7fffff]: can't claim; no compatible bridge window
[ 0.783732] pci 0000:04:08.0: bridge window [mem 0xde200000-0xde4fffff]: can't claim; no compatible bridge window
[ 0.783734] pci 0000:09:00.0: bridge window [mem 0xde200000-0xde4fffff]: can't claim; no compatible bridge window
[ 0.783735] pci 0000:0a:0c.0: bridge window [mem 0xde400000-0xde4fffff]: can't claim; no compatible bridge window
[ 0.783736] pci 0000:0a:0d.0: bridge window [mem 0xde200000-0xde3fffff]: can't claim; no compatible bridge window
[ 0.783737] pci 0000:04:0c.0: bridge window [mem 0xde600000-0xde6fffff]: can't claim; no compatible bridge window
[ 0.783739] pci 0000:04:0d.0: bridge window [mem 0xde500000-0xde5fffff]: can't claim; no compatible bridge window
[ 0.783757] pci 0000:08:00.0: BAR 2 [mem 0xde700000-0xde70ffff 64bit]: can't claim; no compatible bridge window
[ 0.783762] pci 0000:08:00.0: BAR 4 [mem 0xde710000-0xde713fff 64bit]: can't claim; no compatible bridge window
[ 0.783776] pci 0000:11:00.0: BAR 0 [mem 0xde400000-0xde407fff 64bit]: can't claim; no compatible bridge window
[ 0.783782] pci 0000:13:00.0: BAR 0 [mem 0xde600000-0xde607fff 64bit]: can't claim; no compatible bridge window
[ 0.783838] pci 0000:12:00.0: BAR 5 [mem 0xde280000-0xde2803ff]: can't claim; no compatible bridge window
[ 0.783843] pci 0000:14:00.0: BAR 5 [mem 0xde580000-0xde5803ff]: can't claim; no compatible bridge window
[ 0.783866] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 0.783867] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.783868] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.783869] e820: reserve RAM buffer [mem 0x7556e018-0x77ffffff]
[ 0.783870] e820: reserve RAM buffer [mem 0x76494018-0x77ffffff]
[ 0.783871] e820: reserve RAM buffer [mem 0x7f3ac000-0x7fffffff]
[ 0.783872] e820: reserve RAM buffer [mem 0x7f5bc000-0x7fffffff]
[ 0.783873] e820: reserve RAM buffer [mem 0x8527f000-0x87ffffff]
[ 0.783874] e820: reserve RAM buffer [mem 0x99ffa000-0x9bffffff]
[ 0.783874] e820: reserve RAM buffer [mem 0x9a000000-0x9bffffff]
[ 0.783875] e820: reserve RAM buffer [mem 0x105e300000-0x105fffffff]
[ 0.784443] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.784443] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.784443] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.784447] vgaarb: loaded
[ 0.784459] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.784462] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.786469] clocksource: Switched to clocksource tsc-early
[ 0.787316] VFS: Disk quotas dquot_6.6.0
[ 0.787324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.787389] pnp: PnP ACPI init
[ 0.787468] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.787533] system 00:01: [mem 0x1000000000000 window] could not be reserved
[ 0.788418] system 00:03: [io 0x0280-0x028f] has been reserved
[ 0.788420] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.788422] system 00:03: [io 0x02a0-0x02af] has been reserved
[ 0.788423] system 00:03: [io 0x02b0-0x02bf] has been reserved
[ 0.788611] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.788613] system 00:04: [io 0x040b] has been reserved
[ 0.788614] system 00:04: [io 0x04d6] has been reserved
[ 0.788615] system 00:04: [io 0x0c00-0x0c01] has been reserved
[ 0.788617] system 00:04: [io 0x0c14] has been reserved
[ 0.788618] system 00:04: [io 0x0c50-0x0c51] has been reserved
[ 0.788619] system 00:04: [io 0x0c52] has been reserved
[ 0.788620] system 00:04: [io 0x0c6c] has been reserved
[ 0.788621] system 00:04: [io 0x0c6f] has been reserved
[ 0.788622] system 00:04: [io 0x0cd8-0x0cdf] has been reserved
[ 0.788624] system 00:04: [io 0x0800-0x089f] has been reserved
[ 0.788625] system 00:04: [io 0x0b00-0x0b0f] has been reserved
[ 0.788626] system 00:04: [io 0x0b20-0x0b3f] has been reserved
[ 0.788627] system 00:04: [io 0x0900-0x090f] has been reserved
[ 0.788628] system 00:04: [io 0x0910-0x091f] has been reserved
[ 0.788631] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.788633] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.788634] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.788636] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 0.798299] pnp: PnP ACPI: found 5 devices
[ 0.803974] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.804039] NET: Registered PF_INET protocol family
[ 0.804126] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.814260] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.814288] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.814419] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.814693] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.814747] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.814854] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[ 0.814963] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.815098] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.815204] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.815209] NET: Registered PF_XDP protocol family
[ 0.815214] pci 0000:12:00.0: ROM [mem 0xde200000-0xde27ffff pref]: can't claim; no compatible bridge window
[ 0.815217] pci 0000:14:00.0: ROM [mem 0xde500000-0xde57ffff pref]: can't claim; no compatible bridge window
[ 0.815239] pci 0000:00:02.1: bridge window [mem 0xa0000000-0xa04fffff]: assigned
[ 0.815242] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.815249] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.815252] pci 0000:00:01.1: bridge window [mem 0xdd000000-0xde0fffff]
[ 0.815254] pci 0000:00:01.1: bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.815274] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.815276] pci 0000:00:01.2: bridge window [mem 0xded00000-0xdedfffff]
[ 0.815296] pci 0000:03:00.0: bridge window [mem 0xa0000000-0xa04fffff]: assigned
[ 0.815298] pci 0000:04:06.0: bridge window [mem 0xa0000000-0xa00fffff]: assigned
[ 0.815299] pci 0000:04:08.0: bridge window [mem 0xa0100000-0xa02fffff]: assigned
[ 0.815301] pci 0000:04:0c.0: bridge window [mem 0xa0300000-0xa03fffff]: assigned
[ 0.815302] pci 0000:04:0d.0: bridge window [mem 0xa0400000-0xa04fffff]: assigned
[ 0.815303] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.815318] pci 0000:04:04.0: PCI bridge to [bus 06]
[ 0.815327] pci 0000:04:05.0: PCI bridge to [bus 07]
[ 0.815337] pci 0000:08:00.0: BAR 2 [mem 0xa0000000-0xa000ffff 64bit]: assigned
[ 0.815351] pci 0000:08:00.0: BAR 4 [mem 0xa0010000-0xa0013fff 64bit]: assigned
[ 0.815364] pci 0000:04:06.0: PCI bridge to [bus 08]
[ 0.815366] pci 0000:04:06.0: bridge window [io 0xe000-0xefff]
[ 0.815370] pci 0000:04:06.0: bridge window [mem 0xa0000000-0xa00fffff]
[ 0.815377] pci 0000:09:00.0: bridge window [mem 0xa0100000-0xa02fffff]: assigned
[ 0.815380] pci 0000:0a:0c.0: bridge window [mem 0xa0100000-0xa01fffff]: assigned
[ 0.815381] pci 0000:0a:0d.0: bridge window [mem 0xa0200000-0xa02fffff]: assigned
[ 0.815382] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[ 0.815395] pci 0000:0a:04.0: PCI bridge to [bus 0c]
[ 0.815408] pci 0000:0a:05.0: PCI bridge to [bus 0d]
[ 0.815421] pci 0000:0a:06.0: PCI bridge to [bus 0e]
[ 0.815434] pci 0000:0a:07.0: PCI bridge to [bus 0f]
[ 0.815446] pci 0000:0a:08.0: PCI bridge to [bus 10]
[ 0.815460] pci 0000:11:00.0: BAR 0 [mem 0xa0100000-0xa0107fff 64bit]: assigned
[ 0.815470] pci 0000:0a:0c.0: PCI bridge to [bus 11]
[ 0.815475] pci 0000:0a:0c.0: bridge window [mem 0xa0100000-0xa01fffff]
[ 0.815484] pci 0000:12:00.0: ROM [mem 0xa0200000-0xa027ffff pref]: assigned
[ 0.815485] pci 0000:12:00.0: BAR 5 [mem 0xa0280000-0xa02803ff]: assigned
[ 0.815489] pci 0000:0a:0d.0: PCI bridge to [bus 12]
[ 0.815494] pci 0000:0a:0d.0: bridge window [mem 0xa0200000-0xa02fffff]
[ 0.815503] pci 0000:09:00.0: PCI bridge to [bus 0a-12]
[ 0.815508] pci 0000:09:00.0: bridge window [mem 0xa0100000-0xa02fffff]
[ 0.815517] pci 0000:04:08.0: PCI bridge to [bus 09-12]
[ 0.815521] pci 0000:04:08.0: bridge window [mem 0xa0100000-0xa02fffff]
[ 0.815528] pci 0000:13:00.0: BAR 0 [mem 0xa0300000-0xa0307fff 64bit]: assigned
[ 0.815536] pci 0000:04:0c.0: PCI bridge to [bus 13]
[ 0.815539] pci 0000:04:0c.0: bridge window [mem 0xa0300000-0xa03fffff]
[ 0.815546] pci 0000:14:00.0: ROM [mem 0xa0400000-0xa047ffff pref]: assigned
[ 0.815548] pci 0000:14:00.0: BAR 5 [mem 0xa0480000-0xa04803ff]: assigned
[ 0.815551] pci 0000:04:0d.0: PCI bridge to [bus 14]
[ 0.815555] pci 0000:04:0d.0: bridge window [mem 0xa0400000-0xa04fffff]
[ 0.815561] pci 0000:03:00.0: PCI bridge to [bus 04-14]
[ 0.815563] pci 0000:03:00.0: bridge window [io 0xe000-0xefff]
[ 0.815567] pci 0000:03:00.0: bridge window [mem 0xa0000000-0xa04fffff]
[ 0.815574] pci 0000:00:02.1: PCI bridge to [bus 03-14]
[ 0.815575] pci 0000:00:02.1: bridge window [io 0xe000-0xefff]
[ 0.815578] pci 0000:00:02.1: bridge window [mem 0xa0000000-0xa04fffff]
[ 0.815600] pci 0000:16:00.0: PCI bridge to [bus 17-46]
[ 0.815610] pci 0000:16:00.0: bridge window [io 0xb000-0xdfff]
[ 0.815614] pci 0000:16:00.0: bridge window [mem 0xc4000000-0xdbffffff]
[ 0.815616] pci 0000:16:00.0: bridge window [mem 0xd800000000-0xf7ffffffff 64bit pref]
[ 0.815621] pci 0000:16:01.0: PCI bridge to [bus 47-76]
[ 0.815623] pci 0000:16:01.0: bridge window [io 0x8000-0xafff]
[ 0.815627] pci 0000:16:01.0: bridge window [mem 0xac000000-0xc3ffffff]
[ 0.815630] pci 0000:16:01.0: bridge window [mem 0xb800000000-0xd7ffffffff 64bit pref]
[ 0.815635] pci 0000:16:02.0: PCI bridge to [bus 77]
[ 0.815639] pci 0000:16:02.0: bridge window [mem 0xdc400000-0xdc7fffff]
[ 0.815646] pci 0000:16:03.0: PCI bridge to [bus 78]
[ 0.815650] pci 0000:16:03.0: bridge window [mem 0xdc000000-0xdc3fffff]
[ 0.815656] pci 0000:15:00.0: PCI bridge to [bus 16-78]
[ 0.815658] pci 0000:15:00.0: bridge window [io 0x8000-0xdfff]
[ 0.815662] pci 0000:15:00.0: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.815665] pci 0000:15:00.0: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.815670] pci 0000:00:02.2: PCI bridge to [bus 15-78]
[ 0.815672] pci 0000:00:02.2: bridge window [io 0x8000-0xdfff]
[ 0.815675] pci 0000:00:02.2: bridge window [mem 0xac000000-0xdc7fffff]
[ 0.815677] pci 0000:00:02.2: bridge window [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.815696] pci 0000:00:08.1: PCI bridge to [bus 79]
[ 0.815703] pci 0000:00:08.1: bridge window [mem 0xde800000-0xdebfffff]
[ 0.815707] pci 0000:00:08.2: PCI bridge to [bus 7a]
[ 0.815710] pci 0000:00:08.2: bridge window [mem 0xdec00000-0xdecfffff]
[ 0.815712] pci 0000:00:08.2: bridge window [mem 0xfc02100000-0xfc021fffff 64bit pref]
[ 0.815715] pci 0000:00:08.3: PCI bridge to [bus 7b]
[ 0.815722] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.815724] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.815725] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.815726] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.815727] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.815728] pci_bus 0000:00: resource 9 [mem 0xa0000000-0xdfffffff window]
[ 0.815729] pci_bus 0000:00: resource 10 [mem 0x1060000000-0xffffffffff window]
[ 0.815731] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 0.815732] pci_bus 0000:01: resource 1 [mem 0xdd000000-0xde0fffff]
[ 0.815733] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc01ffffff 64bit pref]
[ 0.815734] pci_bus 0000:02: resource 1 [mem 0xded00000-0xdedfffff]
[ 0.815736] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
[ 0.815737] pci_bus 0000:03: resource 1 [mem 0xa0000000-0xa04fffff]
[ 0.815738] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
[ 0.815739] pci_bus 0000:04: resource 1 [mem 0xa0000000-0xa04fffff]
[ 0.815741] pci_bus 0000:08: resource 0 [io 0xe000-0xefff]
[ 0.815742] pci_bus 0000:08: resource 1 [mem 0xa0000000-0xa00fffff]
[ 0.815743] pci_bus 0000:09: resource 1 [mem 0xa0100000-0xa02fffff]
[ 0.815744] pci_bus 0000:0a: resource 1 [mem 0xa0100000-0xa02fffff]
[ 0.815746] pci_bus 0000:11: resource 1 [mem 0xa0100000-0xa01fffff]
[ 0.815747] pci_bus 0000:12: resource 1 [mem 0xa0200000-0xa02fffff]
[ 0.815748] pci_bus 0000:13: resource 1 [mem 0xa0300000-0xa03fffff]
[ 0.815749] pci_bus 0000:14: resource 1 [mem 0xa0400000-0xa04fffff]
[ 0.815751] pci_bus 0000:15: resource 0 [io 0x8000-0xdfff]
[ 0.815752] pci_bus 0000:15: resource 1 [mem 0xac000000-0xdc7fffff]
[ 0.815753] pci_bus 0000:15: resource 2 [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.815754] pci_bus 0000:16: resource 0 [io 0x8000-0xdfff]
[ 0.815755] pci_bus 0000:16: resource 1 [mem 0xac000000-0xdc7fffff]
[ 0.815756] pci_bus 0000:16: resource 2 [mem 0xb800000000-0xf7ffffffff 64bit pref]
[ 0.815758] pci_bus 0000:17: resource 0 [io 0xb000-0xdfff]
[ 0.815759] pci_bus 0000:17: resource 1 [mem 0xc4000000-0xdbffffff]
[ 0.815760] pci_bus 0000:17: resource 2 [mem 0xd800000000-0xf7ffffffff 64bit pref]
[ 0.815761] pci_bus 0000:47: resource 0 [io 0x8000-0xafff]
[ 0.815762] pci_bus 0000:47: resource 1 [mem 0xac000000-0xc3ffffff]
[ 0.815763] pci_bus 0000:47: resource 2 [mem 0xb800000000-0xd7ffffffff 64bit pref]
[ 0.815765] pci_bus 0000:77: resource 1 [mem 0xdc400000-0xdc7fffff]
[ 0.815766] pci_bus 0000:78: resource 1 [mem 0xdc000000-0xdc3fffff]
[ 0.815767] pci_bus 0000:79: resource 1 [mem 0xde800000-0xdebfffff]
[ 0.815768] pci_bus 0000:7a: resource 1 [mem 0xdec00000-0xdecfffff]
[ 0.815770] pci_bus 0000:7a: resource 2 [mem 0xfc02100000-0xfc021fffff 64bit pref]
[ 0.816036] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.816059] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.816647] PCI: CLS 64 bytes, default 64
[ 0.816674] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.816704] Trying to unpack rootfs image as initramfs...
[ 0.816728] pci 0000:00:00.0: Adding to iommu group 0
[ 0.816756] pci 0000:00:01.0: Adding to iommu group 1
[ 0.816770] pci 0000:00:01.1: Adding to iommu group 2
[ 0.816785] pci 0000:00:01.2: Adding to iommu group 3
[ 0.816808] pci 0000:00:02.0: Adding to iommu group 4
[ 0.816823] pci 0000:00:02.1: Adding to iommu group 5
[ 0.816837] pci 0000:00:02.2: Adding to iommu group 6
[ 0.816857] pci 0000:00:03.0: Adding to iommu group 7
[ 0.816878] pci 0000:00:04.0: Adding to iommu group 8
[ 0.816906] pci 0000:00:08.0: Adding to iommu group 9
[ 0.816920] pci 0000:00:08.1: Adding to iommu group 10
[ 0.816935] pci 0000:00:08.2: Adding to iommu group 11
[ 0.816949] pci 0000:00:08.3: Adding to iommu group 12
[ 0.816977] pci 0000:00:14.0: Adding to iommu group 13
[ 0.816990] pci 0000:00:14.3: Adding to iommu group 13
[ 0.817066] pci 0000:00:18.0: Adding to iommu group 14
[ 0.817082] pci 0000:00:18.1: Adding to iommu group 14
[ 0.817096] pci 0000:00:18.2: Adding to iommu group 14
[ 0.817109] pci 0000:00:18.3: Adding to iommu group 14
[ 0.817124] pci 0000:00:18.4: Adding to iommu group 14
[ 0.817138] pci 0000:00:18.5: Adding to iommu group 14
[ 0.817151] pci 0000:00:18.6: Adding to iommu group 14
[ 0.817165] pci 0000:00:18.7: Adding to iommu group 14
[ 0.817199] pci 0000:01:00.0: Adding to iommu group 15
[ 0.817214] pci 0000:01:00.1: Adding to iommu group 15
[ 0.817228] pci 0000:02:00.0: Adding to iommu group 16
[ 0.817243] pci 0000:03:00.0: Adding to iommu group 17
[ 0.817258] pci 0000:04:00.0: Adding to iommu group 18
[ 0.817273] pci 0000:04:04.0: Adding to iommu group 19
[ 0.817287] pci 0000:04:05.0: Adding to iommu group 20
[ 0.817302] pci 0000:04:06.0: Adding to iommu group 21
[ 0.817317] pci 0000:04:08.0: Adding to iommu group 22
[ 0.817331] pci 0000:04:0c.0: Adding to iommu group 23
[ 0.817345] pci 0000:04:0d.0: Adding to iommu group 24
[ 0.817350] pci 0000:08:00.0: Adding to iommu group 21
[ 0.817354] pci 0000:09:00.0: Adding to iommu group 22
[ 0.817360] pci 0000:0a:00.0: Adding to iommu group 22
[ 0.817364] pci 0000:0a:04.0: Adding to iommu group 22
[ 0.817368] pci 0000:0a:05.0: Adding to iommu group 22
[ 0.817373] pci 0000:0a:06.0: Adding to iommu group 22
[ 0.817377] pci 0000:0a:07.0: Adding to iommu group 22
[ 0.817381] pci 0000:0a:08.0: Adding to iommu group 22
[ 0.817385] pci 0000:0a:0c.0: Adding to iommu group 22
[ 0.817389] pci 0000:0a:0d.0: Adding to iommu group 22
[ 0.817393] pci 0000:11:00.0: Adding to iommu group 22
[ 0.817398] pci 0000:12:00.0: Adding to iommu group 22
[ 0.817403] pci 0000:13:00.0: Adding to iommu group 23
[ 0.817407] pci 0000:14:00.0: Adding to iommu group 24
[ 0.817426] pci 0000:15:00.0: Adding to iommu group 25
[ 0.817441] pci 0000:16:00.0: Adding to iommu group 26
[ 0.817455] pci 0000:16:01.0: Adding to iommu group 27
[ 0.817469] pci 0000:16:02.0: Adding to iommu group 28
[ 0.817484] pci 0000:16:03.0: Adding to iommu group 29
[ 0.817489] pci 0000:77:00.0: Adding to iommu group 28
[ 0.817493] pci 0000:78:00.0: Adding to iommu group 29
[ 0.817514] pci 0000:79:00.0: Adding to iommu group 30
[ 0.817529] pci 0000:79:00.2: Adding to iommu group 31
[ 0.817544] pci 0000:79:00.3: Adding to iommu group 32
[ 0.817560] pci 0000:79:00.4: Adding to iommu group 33
[ 0.817575] pci 0000:79:00.6: Adding to iommu group 34
[ 0.817591] pci 0000:7a:00.0: Adding to iommu group 35
[ 0.817608] pci 0000:7a:00.1: Adding to iommu group 36
[ 0.817622] pci 0000:7b:00.0: Adding to iommu group 37
[ 0.820014] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[ 0.820023] AMD-Vi: Interrupt remapping enabled
[ 0.848294] Freeing initrd memory: 50116K
[ 1.001803] AMD-Vi: Virtual APIC enabled
[ 1.001848] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.001849] software IO TLB: mapped [mem 0x000000007156e000-0x000000007556e000] (64MB)
[ 1.001882] LVT offset 0 assigned for vector 0x400
[ 1.002301] perf: AMD IBS detected (0x00000bff)
[ 1.002307] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 1.017346] Initialise system trusted keyrings
[ 1.017353] Key type blacklist registered
[ 1.017395] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[ 1.017591] fuse: init (API version 7.42)
[ 1.017650] integrity: Platform Keyring initialized
[ 1.017652] integrity: Machine keyring initialized
[ 1.024324] xor: automatically using best checksumming function avx
[ 1.024326] Key type asymmetric registered
[ 1.024327] Asymmetric key parser 'x509' registered
[ 1.024338] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.024374] io scheduler mq-deadline registered
[ 1.024375] io scheduler kyber registered
[ 1.024382] io scheduler bfq registered
[ 1.025657] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.025755] pcieport 0000:00:01.1: PME: Signaling with IRQ 30
[ 1.025884] pcieport 0000:00:01.2: PME: Signaling with IRQ 31
[ 1.026003] pcieport 0000:00:02.1: PME: Signaling with IRQ 32
[ 1.026125] pcieport 0000:00:02.2: PME: Signaling with IRQ 33
[ 1.026247] pcieport 0000:00:08.1: PME: Signaling with IRQ 34
[ 1.026407] pcieport 0000:00:08.2: PME: Signaling with IRQ 35
[ 1.026530] pcieport 0000:00:08.3: PME: Signaling with IRQ 36
[ 1.029001] pcieport 0000:16:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.029291] pcieport 0000:16:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[ 1.029655] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.029795] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 1.029814] ACPI: button: Power Button [PWRB]
[ 1.029837] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.029881] ACPI: button: Power Button [PWRF]
[ 1.030170] Monitor-Mwait will be used to enter C-1 state
[ 1.031713] Estimated ratio of average max frequency by base frequency (times 1024): 1143
[ 1.031946] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.032314] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.033964] Non-volatile memory driver v1.3
[ 1.033965] Linux agpgart interface v0.103
[ 1.034034] ACPI: bus type drm_connector registered
[ 1.035393] ahci 0000:12:00.0: version 3.0
[ 1.035400] ahci 0000:12:00.0: enabling device (0000 -> 0002)
[ 1.035503] ahci 0000:12:00.0: SSS flag set, parallel bus scan disabled
[ 1.035557] ahci 0000:12:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 1.035559] ahci 0000:12:00.0: 4/6 ports implemented (port mask 0xf)
[ 1.035560] ahci 0000:12:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 1.035884] scsi host0: ahci
[ 1.035968] scsi host1: ahci
[ 1.036033] scsi host2: ahci
[ 1.036100] scsi host3: ahci
[ 1.036166] scsi host4: ahci
[ 1.036231] scsi host5: ahci
[ 1.036266] ata1: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280100 irq 52 lpm-pol 3
[ 1.036268] ata2: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280180 irq 52 lpm-pol 3
[ 1.036270] ata3: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280200 irq 52 lpm-pol 3
[ 1.036273] ata4: SATA max UDMA/133 abar m1024@0xa0280000 port 0xa0280280 irq 52 lpm-pol 3
[ 1.036273] ata5: DUMMY
[ 1.036274] ata6: DUMMY
[ 1.036289] ahci 0000:14:00.0: enabling device (0000 -> 0002)
[ 1.036369] ahci 0000:14:00.0: SSS flag set, parallel bus scan disabled
[ 1.036407] ahci 0000:14:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[ 1.036409] ahci 0000:14:00.0: 4/6 ports implemented (port mask 0xf)
[ 1.036410] ahci 0000:14:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 1.036705] scsi host6: ahci
[ 1.036765] scsi host7: ahci
[ 1.036840] scsi host8: ahci
[ 1.036899] scsi host9: ahci
[ 1.036966] scsi host10: ahci
[ 1.037024] scsi host11: ahci
[ 1.037058] ata7: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480100 irq 53 lpm-pol 3
[ 1.037060] ata8: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480180 irq 53 lpm-pol 3
[ 1.037062] ata9: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480200 irq 53 lpm-pol 3
[ 1.037064] ata10: SATA max UDMA/133 abar m1024@0xa0480000 port 0xa0480280 irq 53 lpm-pol 3
[ 1.037065] ata11: DUMMY
[ 1.037065] ata12: DUMMY
[ 1.037173] xhci_hcd 0000:11:00.0: xHCI Host Controller
[ 1.037177] xhci_hcd 0000:11:00.0: new USB bus registered, assigned bus number 1
[ 1.093194] xhci_hcd 0000:11:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[ 1.093494] xhci_hcd 0000:11:00.0: xHCI Host Controller
[ 1.093496] xhci_hcd 0000:11:00.0: new USB bus registered, assigned bus number 2
[ 1.093498] xhci_hcd 0000:11:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.094156] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.094158] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.094159] usb usb1: Product: xHCI Host Controller
[ 1.094161] usb usb1: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.094162] usb usb1: SerialNumber: 0000:11:00.0
[ 1.094225] hub 1-0:1.0: USB hub found
[ 1.094244] hub 1-0:1.0: 12 ports detected
[ 1.094461] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.094476] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.094477] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.094479] usb usb2: Product: xHCI Host Controller
[ 1.094480] usb usb2: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.094481] usb usb2: SerialNumber: 0000:11:00.0
[ 1.094530] hub 2-0:1.0: USB hub found
[ 1.094541] hub 2-0:1.0: 6 ports detected
[ 1.094717] xhci_hcd 0000:13:00.0: xHCI Host Controller
[ 1.094719] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 3
[ 1.150733] xhci_hcd 0000:13:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[ 1.151020] xhci_hcd 0000:13:00.0: xHCI Host Controller
[ 1.151022] xhci_hcd 0000:13:00.0: new USB bus registered, assigned bus number 4
[ 1.151024] xhci_hcd 0000:13:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.151693] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.151694] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.151695] usb usb3: Product: xHCI Host Controller
[ 1.151697] usb usb3: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.151698] usb usb3: SerialNumber: 0000:13:00.0
[ 1.151819] hub 3-0:1.0: USB hub found
[ 1.151843] hub 3-0:1.0: 12 ports detected
[ 1.160466] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.160486] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.160488] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.160489] usb usb4: Product: xHCI Host Controller
[ 1.160491] usb usb4: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.160492] usb usb4: SerialNumber: 0000:13:00.0
[ 1.160585] hub 4-0:1.0: USB hub found
[ 1.160602] hub 4-0:1.0: 5 ports detected
[ 1.163722] xhci_hcd 0000:77:00.0: xHCI Host Controller
[ 1.163726] xhci_hcd 0000:77:00.0: new USB bus registered, assigned bus number 5
[ 1.166351] xhci_hcd 0000:77:00.0: hcc params 0x0200ef81 hci version 0x120 quirks 0x0000000200000010
[ 1.166704] xhci_hcd 0000:77:00.0: xHCI Host Controller
[ 1.166706] xhci_hcd 0000:77:00.0: new USB bus registered, assigned bus number 6
[ 1.166708] xhci_hcd 0000:77:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.166744] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.166746] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.166747] usb usb5: Product: xHCI Host Controller
[ 1.166748] usb usb5: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.166749] usb usb5: SerialNumber: 0000:77:00.0
[ 1.166844] hub 5-0:1.0: USB hub found
[ 1.166859] hub 5-0:1.0: 2 ports detected
[ 1.168965] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.168985] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.168987] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.168989] usb usb6: Product: xHCI Host Controller
[ 1.168990] usb usb6: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.168992] usb usb6: SerialNumber: 0000:77:00.0
[ 1.169111] hub 6-0:1.0: USB hub found
[ 1.169118] hub 6-0:1.0: 2 ports detected
[ 1.172935] xhci_hcd 0000:79:00.3: xHCI Host Controller
[ 1.172939] xhci_hcd 0000:79:00.3: new USB bus registered, assigned bus number 7
[ 1.173381] xhci_hcd 0000:79:00.3: hcc params 0x0128ffc5 hci version 0x120 quirks 0x0000000200000010
[ 1.173981] xhci_hcd 0000:79:00.3: xHCI Host Controller
[ 1.173985] xhci_hcd 0000:79:00.3: new USB bus registered, assigned bus number 8
[ 1.173987] xhci_hcd 0000:79:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.174016] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.174018] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.174020] usb usb7: Product: xHCI Host Controller
[ 1.174021] usb usb7: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.174023] usb usb7: SerialNumber: 0000:79:00.3
[ 1.174164] hub 7-0:1.0: USB hub found
[ 1.174180] hub 7-0:1.0: 2 ports detected
[ 1.176578] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.176608] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.176611] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.176614] usb usb8: Product: xHCI Host Controller
[ 1.176616] usb usb8: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.176617] usb usb8: SerialNumber: 0000:79:00.3
[ 1.176822] hub 8-0:1.0: USB hub found
[ 1.176837] hub 8-0:1.0: 2 ports detected
[ 1.180190] xhci_hcd 0000:79:00.4: xHCI Host Controller
[ 1.180195] xhci_hcd 0000:79:00.4: new USB bus registered, assigned bus number 9
[ 1.180548] xhci_hcd 0000:79:00.4: USB3 root hub has no ports
[ 1.180550] xhci_hcd 0000:79:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[ 1.181060] xhci_hcd 0000:79:00.4: xHCI Host Controller
[ 1.181063] xhci_hcd 0000:79:00.4: new USB bus registered, assigned bus number 10
[ 1.181065] xhci_hcd 0000:79:00.4: Host supports USB 3.0 SuperSpeed
[ 1.181090] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.14
[ 1.181092] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.181093] usb usb9: Product: xHCI Host Controller
[ 1.181094] usb usb9: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.181095] usb usb9: SerialNumber: 0000:79:00.4
[ 1.181209] hub 9-0:1.0: USB hub found
[ 1.181219] hub 9-0:1.0: 1 port detected
[ 1.182390] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.182406] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.14
[ 1.182410] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.182412] usb usb10: Product: xHCI Host Controller
[ 1.182413] usb usb10: Manufacturer: Linux 6.14.7-arch2-1 xhci-hcd
[ 1.182414] usb usb10: SerialNumber: 0000:79:00.4
[ 1.182578] hub 10-0:1.0: USB hub found
[ 1.182583] hub 10-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 1.183025] usbcore: registered new interface driver usbserial_generic
[ 1.183029] usbserial: USB Serial support registered for generic
[ 1.183116] rtc_cmos 00:02: RTC can wake from S4
[ 1.183364] rtc_cmos 00:02: registered as rtc0
[ 1.183408] rtc_cmos 00:02: setting system clock to 2025-05-28T14:44:15 UTC (1748443455)
[ 1.183435] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[ 1.184889] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 1.184893] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 1.186513] fbcon: Deferring console take-over
[ 1.186515] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 1.186549] hid: raw HID events driver (C) Jiri Kosina
[ 1.186607] drop_monitor: Initializing network drop monitor service
[ 1.186690] NET: Registered PF_INET6 protocol family
[ 1.191589] Segment Routing with IPv6
[ 1.191592] RPL Segment Routing with IPv6
[ 1.191601] In-situ OAM (IOAM) with IPv6
[ 1.191626] NET: Registered PF_PACKET protocol family
[ 1.192894] microcode: Current revision: 0x0a705206
[ 1.192896] microcode: Updated early from: 0x0a705206
[ 1.193217] resctrl: L3 allocation detected
[ 1.193218] resctrl: MB allocation detected
[ 1.193219] resctrl: SMBA allocation detected
[ 1.193220] resctrl: L3 monitoring detected
[ 1.193238] IPI shorthand broadcast: enabled
[ 1.194881] sched_clock: Marking stable (1193010062, 1408324)->(1210784202, -16365816)
[ 1.195019] registered taskstats version 1
[ 1.197925] Loading compiled-in X.509 certificates
[ 1.202265] Loaded X.509 cert 'Build time autogenerated kernel key: 35928ea5edd6a0bfb9def66919e6db496c7fe6dd'
[ 1.205246] zswap: loaded using pool zstd/zsmalloc
[ 1.205295] Demotion targets for Node 0: null
[ 1.205401] Key type .fscrypt registered
[ 1.205403] Key type fscrypt-provisioning registered
[ 1.205792] Btrfs loaded, zoned=yes, fsverity=yes
[ 1.206143] PM: Magic number: 9:268:739
[ 1.208702] RAS: Correctable Errors collector initialized.
[ 1.217417] clk: Disabling unused clocks
[ 1.217422] PM: genpd: Disabling unused power domains
[ 1.345528] ata7: SATA link down (SStatus 0 SControl 300)
[ 1.345533] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.412707] usb 7-1: new full-speed USB device number 2 using xhci_hcd
[ 1.420922] usb 9-1: new full-speed USB device number 2 using xhci_hcd
[ 1.457717] usb 3-5: new full-speed USB device number 2 using xhci_hcd
[ 1.553365] usb 7-1: New USB device found, idVendor=2516, idProduct=0048, bcdDevice=11.06
[ 1.553373] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.553375] usb 7-1: Product: MasterKeys Pro M Single
[ 1.553378] usb 7-1: Manufacturer: Cooler Master Technology Inc.
[ 1.566089] usb 9-1: New USB device found, idVendor=26ce, idProduct=01a2, bcdDevice= 0.00
[ 1.566095] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.566098] usb 9-1: Product: LED Controller
[ 1.566100] usb 9-1: Manufacturer: ASRock
[ 1.566102] usb 9-1: SerialNumber: A02019100900
[ 1.653909] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.828823] usb 3-5: New USB device found, idVendor=046d, idProduct=c083, bcdDevice= 8.03
[ 1.828830] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.828832] usb 3-5: Product: G403 Prodigy Gaming Mouse
[ 1.828835] usb 3-5: Manufacturer: Logitech
[ 1.828837] usb 3-5: SerialNumber: 0D7F36763434
[ 1.962883] ata3: SATA link down (SStatus 0 SControl 300)
[ 2.012715] tsc: Refined TSC clocksource calibration: 4200.064 MHz
[ 2.012731] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a9e2c5fb, max_idle_ns: 440795322764 ns
[ 2.012789] clocksource: Switched to clocksource tsc
[ 2.018740] usb 3-8: new high-speed USB device number 3 using xhci_hcd
[ 2.266499] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.571291] ata8: SATA link down (SStatus 0 SControl 300)
[ 2.882750] ata9: SATA link down (SStatus 0 SControl 300)
[ 3.185978] ata10: SATA link down (SStatus 0 SControl 300)
[ 3.187608] Freeing unused decrypted memory: 2028K
[ 3.188247] Freeing unused kernel image (initmem) memory: 4532K
[ 3.188264] Write protecting the kernel read-only data: 36864k
[ 3.188827] Freeing unused kernel image (text/rodata gap) memory: 1108K
[ 3.188909] Freeing unused kernel image (rodata/data gap) memory: 96K
[ 3.222329] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 3.222336] rodata_test: all tests were successful
[ 3.222341] Run /init as init process
[ 3.222343] with arguments:
[ 3.222344] /init
[ 3.222345] with environment:
[ 3.222346] HOME=/
[ 3.222347] TERM=linux
[ 3.222348] BOOT_IMAGE=/boot/vmlinuz-linux
[ 3.236119] fbcon: Taking over console
[ 3.237009] Console: switching to colour frame buffer device 240x67
[ 3.340436] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 3.340904] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input2
[ 3.349395] nvme 0000:02:00.0: platform quirk: setting simple suspend
[ 3.349484] nvme nvme0: pci function 0000:02:00.0
[ 3.354055] nvme nvme0: missing or invalid SUBNQN field.
[ 3.379197] nvme nvme0: allocated 32 MiB host memory buffer (1 segment).
[ 3.385777] usbcore: registered new interface driver usbhid
[ 3.385780] usbhid: USB HID core driver
[ 3.411956] nvme nvme0: 8/0/0 default/read/poll queues
[ 3.414756] nvme nvme0: Ignoring bogus Namespace Identifiers
[ 3.416577] nvme0n1: p1 p2 p3 p4
[ 3.419765] input: Cooler Master Technology Inc. MasterKeys Pro M Single as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.0/0003:2516:0048.0001/input/input3
[ 3.446739] usb 3-8: New USB device found, idVendor=26ce, idProduct=0a0b, bcdDevice= 0.02
[ 3.446744] usb 3-8: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 3.446747] usb 3-8: Product: USB Audio
[ 3.446749] usb 3-8: Manufacturer: Generic
[ 3.500874] hid-generic 0003:2516:0048.0001: input,hidraw0: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro M Single] on usb-0000:79:00.3-1/input0
[ 3.501041] hid-generic 0003:2516:0048.0002: hiddev96,hidraw1: USB HID v1.11 Device [Cooler Master Technology Inc. MasterKeys Pro M Single] on usb-0000:79:00.3-1/input1
[ 3.501138] input: Cooler Master Technology Inc. MasterKeys Pro M Single System Control as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.2/0003:2516:0048.0003/input/input4
[ 3.507837] hid-generic 0003:26CE:0A0B.0007: hiddev97,hidraw2: USB HID v1.11 Device [Generic USB Audio] on usb-0000:13:00.0-8/input6
[ 3.551911] input: Cooler Master Technology Inc. MasterKeys Pro M Single Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.2/0003:2516:0048.0003/input/input5
[ 3.552006] input: Cooler Master Technology Inc. MasterKeys Pro M Single Keyboard as /devices/pci0000:00/0000:00:08.1/0000:79:00.3/usb7/7-1/7-1:1.2/0003:2516:0048.0003/input/input6
[ 3.552210] hid-generic 0003:2516:0048.0003: input,hidraw3: USB HID v1.11 Keyboard [Cooler Master Technology Inc. MasterKeys Pro M Single] on usb-0000:79:00.3-1/input2
[ 3.552362] input: ASRock LED Controller as /devices/pci0000:00/0000:00:08.1/0000:79:00.4/usb9/9-1/9-1:1.0/0003:26CE:01A2.0004/input/input7
[ 3.602979] hid-generic 0003:26CE:01A2.0004: input,hidraw4: USB HID v1.10 Device [ASRock LED Controller] on usb-0000:79:00.4-1/input0
[ 3.603124] input: Logitech G403 Prodigy Gaming Mouse as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:13:00.0/usb3/3-5/3-5:1.0/0003:046D:C083.0005/input/input8
[ 3.603216] hid-generic 0003:046D:C083.0005: input,hidraw5: USB HID v1.11 Mouse [Logitech G403 Prodigy Gaming Mouse] on usb-0000:13:00.0-5/input0
[ 3.603388] input: Logitech G403 Prodigy Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:02.1/0000:03:00.0/0000:04:0c.0/0000:13:00.0/usb3/3-5/3-5:1.1/0003:046D:C083.0006/input/input9
[ 3.655245] hid-generic 0003:046D:C083.0006: input,hiddev98,hidraw6: USB HID v1.11 Keyboard [Logitech G403 Prodigy Gaming Mouse] on usb-0000:13:00.0-5/input1
[ 3.713433] EXT4-fs (nvme0n1p2): mounted filesystem 108ce75e-aaa9-4c03-a2b2-6897e93aaa89 r/w with ordered data mode. Quota mode: none.
[ 3.849386] systemd[1]: systemd 257.5-3-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[ 3.849391] systemd[1]: Detected architecture x86-64.
[ 3.852658] systemd[1]: Hostname set to <pc17-arch>.
[ 3.959691] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 4.115083] systemd[1]: Queued start job for default target Emergency Mode.
[ 4.134161] systemd[1]: Started Emergency Shell.
[ 4.134340] systemd[1]: Reached target Emergency Mode.
[ 4.138459] systemd[1]: Startup finished in 38.440s (firmware) + 55.078s (loader) + 3.787s (kernel) + 349ms (userspace) = 1min 37.656s.
[ 4.138646] (plymouth)[399]: emergency.service: Unable to locate executable 'plymouth': No such file or directory
[ 76.773648] EDAC MC0: Giving out device to module amd64_edac controller F19h_M70h: DEV 0000:00:18.3 (INTERRUPT)
[ 76.773652] EDAC amd64: F19h_M70h detected (node 0).
[ 76.773654] EDAC MC: UMC0 chip selects:
[ 76.773655] EDAC amd64: MC: 0: 0MB 1: 0MB
[ 76.773656] EDAC amd64: MC: 2: 8192MB 3: 8192MB
[ 76.773658] EDAC MC: UMC1 chip selects:
[ 76.773658] EDAC amd64: MC: 0: 0MB 1: 0MB
[ 76.773660] EDAC amd64: MC: 2: 8192MB 3: 8192MB
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-05-28 16:11 amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two) James Blake
@ 2025-05-28 16:37 ` Luck, Tony
2025-05-28 16:44 ` Borislav Petkov
1 sibling, 0 replies; 10+ messages in thread
From: Luck, Tony @ 2025-05-28 16:37 UTC (permalink / raw)
To: James Blake, yazen.ghannam@amd.com, bp@alien8.de
Cc: linux-edac@vger.kernel.org
> When a single ECC DIMM is installed, the driver fails to detect it and
> reports:
>
> EDAC amd64: Node 0: No DIMMs detected.
>
> However, with two ECC DIMMs installed, everything works as expected -
> EDAC detects the DIMMs correctly.
Your dmidecode shows the one DIMM in (what appears to be) the second
slot for a channel ("DIMM 1" rather than "DIMM 0").
Locator: DIMM 1
Bank Locator: P0 CHANNEL B
Maybe the AMD EDAC driver looks and sees that the first slot is empty
and just stops?
Likewise, it may have stopped looking when it saw that "CHANNEL A"
had no DIMMs.
-Tony
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-05-28 16:11 amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two) James Blake
2025-05-28 16:37 ` Luck, Tony
@ 2025-05-28 16:44 ` Borislav Petkov
2025-05-28 17:15 ` Naik, Avadhut
1 sibling, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2025-05-28 16:44 UTC (permalink / raw)
To: James Blake
Cc: yazen.ghannam@amd.com, tony.luck@intel.com,
linux-edac@vger.kernel.org, Avadhut Naik
On Wed, May 28, 2025 at 04:11:27PM +0000, James Blake wrote:
> Hi all,
>
> I'm seeing an issue with the amd64_edac driver on a system with a
> Ryzen 7 PRO 8700G and ECC DDR5 UDIMMs.
>
> When a single ECC DIMM is installed, the driver fails to detect it and
> reports:
>
> EDAC amd64: Node 0: No DIMMs detected.
Does this help?
https://lore.kernel.org/r/20250513192221.784445-1-avadhut.naik@amd.com
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
^ permalink raw reply [flat|nested] 10+ messages in thread
* amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-05-28 16:44 ` Borislav Petkov
@ 2025-05-28 17:15 ` Naik, Avadhut
2025-05-28 17:58 ` Borislav Petkov
0 siblings, 1 reply; 10+ messages in thread
From: Naik, Avadhut @ 2025-05-28 17:15 UTC (permalink / raw)
To: James Blake
Cc: yazen.ghannam@amd.com, tony.luck@intel.com,
linux-edac@vger.kernel.org, Avadhut Naik, Limonciello, Mario,
Borislav Petkov
+ Mario
If the patch below does not resolve your issue, please note that
we have also been made aware of another issue on Phoenix and
Phoenix2 systems, where the memory details provided by the module
are incorrect.
We are currently seeking approvals to upstream the fix.
Just to be sure that you are hitting either of these two issues,
can you please provide the dmesg output with 1 and 2 DIMMs
connected?
On 5/28/2025 11:44, Borislav Petkov wrote:
> On Wed, May 28, 2025 at 04:11:27PM +0000, James Blake wrote:
>> Hi all,
>>
>> I'm seeing an issue with the amd64_edac driver on a system with a
>> Ryzen 7 PRO 8700G and ECC DDR5 UDIMMs.
>>
>> When a single ECC DIMM is installed, the driver fails to detect it and
>> reports:
>>
>> EDAC amd64: Node 0: No DIMMs detected.
>
> Does this help?
>
> https://lore.kernel.org/r/20250513192221.784445-1-avadhut.naik@amd.com
>
>
--
Thanks,
Avadhut Naik
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-05-28 17:15 ` Naik, Avadhut
@ 2025-05-28 17:58 ` Borislav Petkov
2025-05-28 18:42 ` James Blake
0 siblings, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2025-05-28 17:58 UTC (permalink / raw)
To: Naik, Avadhut
Cc: James Blake, yazen.ghannam@amd.com, tony.luck@intel.com,
linux-edac@vger.kernel.org, Avadhut Naik, Limonciello, Mario
On Wed, May 28, 2025 at 12:15:50PM -0500, Naik, Avadhut wrote:
> Just to be sure that you are hitting either of these two issues,
> can you please provide the dmesg output with 1 and 2 DIMMs
> connected?
Yeah, I've pointed Avadhut to the mail with the requested logs.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-05-28 17:58 ` Borislav Petkov
@ 2025-05-28 18:42 ` James Blake
2025-05-28 22:22 ` James Blake
0 siblings, 1 reply; 10+ messages in thread
From: James Blake @ 2025-05-28 18:42 UTC (permalink / raw)
To: Avadhut Naik, Limonciello, Mario, yazen.ghannam@amd.com,
Naik, Avadhut, Borislav Petkov, tony.luck@intel.com
Cc: linux-edac@vger.kernel.org
I just tried building the patched `amd64_edac.c` and loading it with `insmod`. In both cases it seems to behave the same as the original. With two DIMMs it works properly and with a single DIMM I get `EDAC amd64: Node 0: No DIMMs detected.`.
I also tried putting a single DIMM in the A2 slot instead (where I would add the second DIMM) and then it does work with the unpatched module. I put it in the B2 slot before since that's the recommended configuration in the motherboard manual.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-05-28 18:42 ` James Blake
@ 2025-05-28 22:22 ` James Blake
2025-06-13 0:57 ` Naik, Avadhut
0 siblings, 1 reply; 10+ messages in thread
From: James Blake @ 2025-05-28 22:22 UTC (permalink / raw)
To: Avadhut Naik, Limonciello, Mario, yazen.ghannam@amd.com,
Naik, Avadhut, Borislav Petkov, tony.luck@intel.com
Cc: linux-edac@vger.kernel.org
Just wanted to add something I just noticed.
The `dmesg` output from when both DIMMs were installed showed this:
EDAC MC: UMC0 chip selects:
EDAC amd64: MC: 0: 0MB 1: 0MB
EDAC amd64: MC: 2: 8192MB 3: 8192MB
EDAC MC: UMC1 chip selects:
EDAC amd64: MC: 0: 0MB 1: 0MB
EDAC amd64: MC: 2: 8192MB 3: 8192MB
but both installed DIMMs are 32GiB dual-rank, so I expected 16GB per
rank, not 8GB. EDAC is only showing 8GB per rank, totaling 16GB per
DIMM.
So even with both DIMMs present, the driver seems to undercount
capacity. Could this be related to the issue with single-DIMM setup
not being detected at all?
Let me know if I can test anything else or collect more data.
Thanks,
James
^ permalink raw reply [flat|nested] 10+ messages in thread
* amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-05-28 22:22 ` James Blake
@ 2025-06-13 0:57 ` Naik, Avadhut
2025-07-03 14:33 ` James Blake
0 siblings, 1 reply; 10+ messages in thread
From: Naik, Avadhut @ 2025-06-13 0:57 UTC (permalink / raw)
To: James Blake
Cc: linux-edac@vger.kernel.org, Limonciello, Mario,
yazen.ghannam@amd.com, Naik, Avadhut, tony.luck@intel.com,
Borislav Petkov
On 5/28/2025 17:22, James Blake wrote:
> Just wanted to add something I just noticed.
>
> The `dmesg` output from when both DIMMs were installed showed this:
>
> EDAC MC: UMC0 chip selects:
> EDAC amd64: MC: 0: 0MB 1: 0MB
> EDAC amd64: MC: 2: 8192MB 3: 8192MB
> EDAC MC: UMC1 chip selects:
> EDAC amd64: MC: 0: 0MB 1: 0MB
> EDAC amd64: MC: 2: 8192MB 3: 8192MB
>
> but both installed DIMMs are 32GiB dual-rank, so I expected 16GB per
> rank, not 8GB. EDAC is only showing 8GB per rank, totaling 16GB per
> DIMM.
>
> So even with both DIMMs present, the driver seems to undercount
> capacity. Could this be related to the issue with single-DIMM setup
> not being detected at all?
>
> Let me know if I can test anything else or collect more data.
>
Apologies for the delayed response!
Can you please try out the below patch and confirm if it fixes
your issue?
https://lore.kernel.org/all/20250613005233.2330627-1-avadhut.naik@amd.com/
> Thanks,
> James
--
Thanks,
Avadhut Naik
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-06-13 0:57 ` Naik, Avadhut
@ 2025-07-03 14:33 ` James Blake
2025-07-07 19:48 ` Naik, Avadhut
0 siblings, 1 reply; 10+ messages in thread
From: James Blake @ 2025-07-03 14:33 UTC (permalink / raw)
To: Naik, Avadhut
Cc: linux-edac@vger.kernel.org, Limonciello, Mario,
yazen.ghannam@amd.com, tony.luck@intel.com, Borislav Petkov,
Avadhut Naik
I also apologize for the delayed response, I completely missed your
last message. The patch you linked has been added into stable if I'm
not mistaken and I tested it right now on 6.15.4. EDAC's output in
dmesg has now changed to this:
EDAC MC: UMC0 chip selects:
EDAC amd64: MC: 0: 0MB 1: 0MB
EDAC amd64: MC: 2: 8192MB 3: 8192MB
EDAC MC: UMC1 chip selects:
EDAC amd64: MC: 0: 0MB 1: 0MB
EDAC amd64: MC: 2: 8192MB 3: 8192MB
EDAC MC: UMC2 chip selects:
EDAC amd64: MC: 0: 0MB 1: 0MB
EDAC amd64: MC: 2: 8192MB 3: 8192MB
EDAC MC: UMC3 chip selects:
EDAC amd64: MC: 0: 0MB 1: 0MB
EDAC amd64: MC: 2: 8192MB 3: 8192MB
If I understood this correctly, it's now reporting 4 dual rank DIMMs
with 16GB per DIMM (8GB per rank) instead of 32GB. It's also reporting
4 channels while the motherboard has dual channel memory, not quad
channel. Am I correct?
Thanks,
James
^ permalink raw reply [flat|nested] 10+ messages in thread
* amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two)
2025-07-03 14:33 ` James Blake
@ 2025-07-07 19:48 ` Naik, Avadhut
0 siblings, 0 replies; 10+ messages in thread
From: Naik, Avadhut @ 2025-07-07 19:48 UTC (permalink / raw)
To: James Blake
Cc: linux-edac@vger.kernel.org, Limonciello, Mario,
yazen.ghannam@amd.com, tony.luck@intel.com, Borislav Petkov,
Avadhut Naik
On 7/3/2025 09:33, James Blake wrote:
> I also apologize for the delayed response, I completely missed your
> last message. The patch you linked has been added into stable if I'm
> not mistaken and I tested it right now on 6.15.4. EDAC's output in
> dmesg has now changed to this:
>
> EDAC MC: UMC0 chip selects:
> EDAC amd64: MC: 0: 0MB 1: 0MB
> EDAC amd64: MC: 2: 8192MB 3: 8192MB
> EDAC MC: UMC1 chip selects:
> EDAC amd64: MC: 0: 0MB 1: 0MB
> EDAC amd64: MC: 2: 8192MB 3: 8192MB
> EDAC MC: UMC2 chip selects:
> EDAC amd64: MC: 0: 0MB 1: 0MB
> EDAC amd64: MC: 2: 8192MB 3: 8192MB
> EDAC MC: UMC3 chip selects:
> EDAC amd64: MC: 0: 0MB 1: 0MB
> EDAC amd64: MC: 2: 8192MB 3: 8192MB
>
> If I understood this correctly, it's now reporting 4 dual rank DIMMs
> with 16GB per DIMM (8GB per rank) instead of 32GB. It's also reporting
> 4 channels while the motherboard has dual channel memory, not quad
> channel. Am I correct?
>
AFAIK, each DIMM slot supports two independent subchannels.
Now, the system has 4 UMCs, each of which supports one of
these subchannels.
Thus, the two DIMMs (4 subchannels) are supported by 4 UMCs.
HTH.
> Thanks,
> James
--
Thanks,
Avadhut Naik
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-07-07 19:48 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28 16:11 amd64_edac fails to detect DIMM with only one ECC UDIMM installed (works with two) James Blake
2025-05-28 16:37 ` Luck, Tony
2025-05-28 16:44 ` Borislav Petkov
2025-05-28 17:15 ` Naik, Avadhut
2025-05-28 17:58 ` Borislav Petkov
2025-05-28 18:42 ` James Blake
2025-05-28 22:22 ` James Blake
2025-06-13 0:57 ` Naik, Avadhut
2025-07-03 14:33 ` James Blake
2025-07-07 19:48 ` Naik, Avadhut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).