* [REGRESSION] USB HID initialization delay (~8s) for Semitek keyboard on kernel 6.15.*
@ 2025-06-12 15:09 VladTop46
2025-06-20 6:55 ` Jiri Kosina
2025-06-30 10:32 ` Michał Pecio
0 siblings, 2 replies; 3+ messages in thread
From: VladTop46 @ 2025-06-12 15:09 UTC (permalink / raw)
To: jikos, bentiss; +Cc: linux-usb, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2138 bytes --]
Hi Jiri and Benjamin,
I'm reporting a regression in USB HID initialization timing for the
Skyloong GK104 Pro keyboard (detected as "Semitek Gaming Keyboard", USB
ID: 1ea7:0907), which I observed when upgrading from Linux kernel 6.14
to 6.15.
Summary:
On kernel 6.15.2, the keyboard takes approximately 8 seconds longer to
become initialized and usable compared to 6.12.33-lts. The USB device is
discovered at the same time, but HID input registration is significantly
delayed. After that, the device functions normally.
Hardware:
- Device: Skyloong GK104 Pro (detected as "Semitek Gaming Keyboard", USB
ID: 1ea7:0907)
- Motherboard: ASUS ROG STRIX B550-A GAMING
- CPU: AMD Ryzen 9 5900X
- Distro: Arch Linux
Timing comparison (from `dmesg`):
Kernel 6.12.33-lts (working):
[ 1.420s] usb 3-2: New USB device found, idVendor=1ea7,
idProduct=0907
[ 3.170s] hid-generic 0003:1EA7:0907.0004: input,hidraw3: USB
HID v1.11 Keyboard
[ 5.554s] semitek 0003:1EA7:0907.0004: input,hidraw3: USB HID
v1.11 Keyboard
Kernel 6.15.2 (regression):
[ 1.416s] usb 3-2: New USB device found, idVendor=1ea7,
idProduct=0907
[ 12.064s] input: SEMITEK USB-HID Gaming Keyboar System Control
[ 12.864s] semitek 0003:1EA7:0907.0004: input,hidraw3: USB HID
v1.11 Keyboard
Notes:
- The delay happens specifically in the HID driver binding phase.
- The issue is 100% reproducible across reboots.
- USB discovery itself is not delayed — only HID input registration.
- Once the device is initialized, it works as expected.
- The issue was not present in 6.14.x, but appears in 6.15.2 — so the
regression likely occurred between these versions.
- Side note: the device descriptor reports the product as `"USB-HID
Gaming Keyboar"` (missing 'd'), which might be firmware-related.
Request:
Would you be able to help identify the cause or commit that might have
introduced this delay? I'm happy to provide additional debug logs or
test patches if needed.
Attached:
- `lts_dmesg.log` (working)
- `6.15_dmesg.log` (regression)
Thanks in advance, and best regards,
**VladTop46**
[-- Attachment #2: 6.15_dmesg.log --]
[-- Type: text/x-log, Size: 89984 bytes --]
[ 0.000000] Linux version 6.15.2-arch1-1 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Jun 2025 21:32:33 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=db3661f2-3a5e-4c85-964b-808c3e781611 rw loglevel=3 quiet amdgpu.runpm=0 amdgpu.aspm=0
[ 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-0x0000000009d1efff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000c3276fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c3277000-0x00000000c3277fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c3278000-0x00000000ca0e5fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ca0e6000-0x00000000ca492fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ca493000-0x00000000ca66efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ca66f000-0x00000000caa11fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000caa12000-0x00000000cb9fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000102f2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000102f300000-0x000000102fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] efi: EFI v2.7 by American Megatrends
[ 0.000000] efi: ACPI=0xca66e000 ACPI 2.0=0xca66e014 SMBIOS=0xcb7ef000 SMBIOS 3.0=0xcb7ee000 MEMATTR=0xc6ce2018 ESRT=0xc8e26498 INITRD=0xc170ce18 RNG=0xca64dc18
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem82: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem83: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[ 0.000000] efi: Remove mem84: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[ 0.000000] efi: Not removing mem85: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem86: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[ 0.000000] efi: Not removing mem87: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem88: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem89: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem90: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem91: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem92: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[ 0.000000] efi: Not removing mem93: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[ 0.000000] efi: Remove mem94: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: ASUS System Product Name/ROG STRIX B550-A GAMING, BIOS 3621 01/13/2025
[ 0.000000] DMI: Memory slots populated: 4/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3699.957 MHz processor
[ 0.000114] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000115] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000120] last_pfn = 0x102f300 max_arch_pfn = 0x400000000
[ 0.000126] total RAM covered: 3327M
[ 0.000197] Found optimal setting for mtrr clean up
[ 0.000197] gran_size: 64K chunk_size: 128M num_reg: 4 lose cover RAM: 0G
[ 0.000200] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[ 0.000201] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000348] e820: update [mem 0xca730000-0xca73ffff] usable ==> reserved
[ 0.000351] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[ 0.000353] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[ 0.002886] esrt: Reserving ESRT space from 0x00000000c8e26498 to 0x00000000c8e26520.
[ 0.002891] e820: update [mem 0xc8e26000-0xc8e26fff] usable ==> reserved
[ 0.002902] Using GB pages for direct mapping
[ 0.003432] Secure boot disabled
[ 0.003432] RAMDISK: [mem 0xbb1f1000-0xbd6e8fff]
[ 0.003528] ACPI: Early table checksum verification disabled
[ 0.003530] ACPI: RSDP 0x00000000CA66E014 000024 (v02 ALASKA)
[ 0.003532] ACPI: XSDT 0x00000000CA66D728 0000E4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003535] ACPI: FACP 0x00000000CA65E000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.003538] ACPI: DSDT 0x00000000CA652000 00B0FF (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.003540] ACPI: FACS 0x00000000CA9F7000 000040
[ 0.003541] ACPI: SSDT 0x00000000CA664000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.003542] ACPI: SSDT 0x00000000CA660000 003B8E (v02 AMD AMD AOD 00000001 INTL 20120913)
[ 0.003543] ACPI: SSDT 0x00000000CA65F000 000309 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.003545] ACPI: FIDT 0x00000000CA651000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003546] ACPI: MCFG 0x00000000CA64F000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.003547] ACPI: HPET 0x00000000CA64E000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.003549] ACPI: IVRS 0x00000000CA64C000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003550] ACPI: VFCT 0x00000000CA641000 00AA84 (v01 ALASKA A M I 00000001 AMD 31504F47)
[ 0.003551] ACPI: BGRT 0x00000000CA640000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003552] ACPI: WPBT 0x00000000CA50A000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001)
[ 0.003553] ACPI: PCCT 0x00000000CA509000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003555] ACPI: SSDT 0x00000000CA502000 0061A3 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003556] ACPI: CRAT 0x00000000CA500000 001190 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003557] ACPI: CDIT 0x00000000CA4FF000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003558] ACPI: SSDT 0x00000000CA4FE000 0002C2 (v02 AMD ArticDGP 00000001 INTL 20120913)
[ 0.003560] ACPI: SSDT 0x00000000CA4FC000 0010C9 (v02 AMD ArticTPX 00000001 INTL 20120913)
[ 0.003561] ACPI: SSDT 0x00000000CA4FB000 00052C (v02 AMD ArticNOI 00000001 INTL 20120913)
[ 0.003562] ACPI: SSDT 0x00000000CA4F7000 003E6E (v02 AMD ArticN 00000001 INTL 20120913)
[ 0.003564] ACPI: WSMT 0x00000000CA4F6000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003565] ACPI: APIC 0x00000000CA4F5000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.003566] ACPI: SSDT 0x00000000CA4F4000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913)
[ 0.003567] ACPI: SSDT 0x00000000CA4F3000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
[ 0.003568] ACPI: FPDT 0x00000000CA4F2000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003569] ACPI: Reserving FACP table memory at [mem 0xca65e000-0xca65e113]
[ 0.003570] ACPI: Reserving DSDT table memory at [mem 0xca652000-0xca65d0fe]
[ 0.003570] ACPI: Reserving FACS table memory at [mem 0xca9f7000-0xca9f703f]
[ 0.003571] ACPI: Reserving SSDT table memory at [mem 0xca664000-0xca66cce8]
[ 0.003571] ACPI: Reserving SSDT table memory at [mem 0xca660000-0xca663b8d]
[ 0.003571] ACPI: Reserving SSDT table memory at [mem 0xca65f000-0xca65f308]
[ 0.003572] ACPI: Reserving FIDT table memory at [mem 0xca651000-0xca65109b]
[ 0.003572] ACPI: Reserving MCFG table memory at [mem 0xca64f000-0xca64f03b]
[ 0.003572] ACPI: Reserving HPET table memory at [mem 0xca64e000-0xca64e037]
[ 0.003573] ACPI: Reserving IVRS table memory at [mem 0xca64c000-0xca64c0cf]
[ 0.003573] ACPI: Reserving VFCT table memory at [mem 0xca641000-0xca64ba83]
[ 0.003573] ACPI: Reserving BGRT table memory at [mem 0xca640000-0xca640037]
[ 0.003574] ACPI: Reserving WPBT table memory at [mem 0xca50a000-0xca50a03b]
[ 0.003574] ACPI: Reserving PCCT table memory at [mem 0xca509000-0xca50906d]
[ 0.003574] ACPI: Reserving SSDT table memory at [mem 0xca502000-0xca5081a2]
[ 0.003575] ACPI: Reserving CRAT table memory at [mem 0xca500000-0xca50118f]
[ 0.003575] ACPI: Reserving CDIT table memory at [mem 0xca4ff000-0xca4ff028]
[ 0.003575] ACPI: Reserving SSDT table memory at [mem 0xca4fe000-0xca4fe2c1]
[ 0.003576] ACPI: Reserving SSDT table memory at [mem 0xca4fc000-0xca4fd0c8]
[ 0.003576] ACPI: Reserving SSDT table memory at [mem 0xca4fb000-0xca4fb52b]
[ 0.003576] ACPI: Reserving SSDT table memory at [mem 0xca4f7000-0xca4fae6d]
[ 0.003577] ACPI: Reserving WSMT table memory at [mem 0xca4f6000-0xca4f6027]
[ 0.003577] ACPI: Reserving APIC table memory at [mem 0xca4f5000-0xca4f515d]
[ 0.003577] ACPI: Reserving SSDT table memory at [mem 0xca4f4000-0xca4f407c]
[ 0.003578] ACPI: Reserving SSDT table memory at [mem 0xca4f3000-0xca4f30be]
[ 0.003578] ACPI: Reserving FPDT table memory at [mem 0xca4f2000-0xca4f2043]
[ 0.003617] No NUMA configuration found
[ 0.003617] Faking a node at [mem 0x0000000000000000-0x000000102f2fffff]
[ 0.003621] NODE_DATA(0) allocated [mem 0x102f2d5280-0x102f2fffff]
[ 0.003761] Zone ranges:
[ 0.003762] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003763] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003763] Normal [mem 0x0000000100000000-0x000000102f2fffff]
[ 0.003764] Device empty
[ 0.003764] Movable zone start for each node
[ 0.003765] Early memory node ranges
[ 0.003766] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003766] node 0: [mem 0x0000000000100000-0x0000000009d1efff]
[ 0.003767] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.003767] node 0: [mem 0x000000000a20e000-0x000000000affffff]
[ 0.003768] node 0: [mem 0x000000000b020000-0x00000000c3276fff]
[ 0.003768] node 0: [mem 0x00000000c3278000-0x00000000ca0e5fff]
[ 0.003769] node 0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
[ 0.003769] node 0: [mem 0x0000000100000000-0x000000102f2fffff]
[ 0.003772] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f2fffff]
[ 0.003776] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003785] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.003858] On node 0, zone DMA32: 737 pages in unavailable ranges
[ 0.003866] On node 0, zone DMA32: 14 pages in unavailable ranges
[ 0.005675] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.005769] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.005818] On node 0, zone DMA32: 6425 pages in unavailable ranges
[ 0.059196] On node 0, zone Normal: 12288 pages in unavailable ranges
[ 0.059213] On node 0, zone Normal: 3328 pages in unavailable ranges
[ 0.059464] ACPI: PM-Timer IO Port: 0x808
[ 0.059470] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[ 0.059472] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.059481] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[ 0.059485] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[ 0.059486] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.059487] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.059490] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.059490] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.059498] e820: update [mem 0xc6663000-0xc6756fff] usable ==> reserved
[ 0.059508] CPU topo: Max. logical packages: 1
[ 0.059508] CPU topo: Max. logical dies: 1
[ 0.059508] CPU topo: Max. dies per package: 1
[ 0.059511] CPU topo: Max. threads per core: 2
[ 0.059511] CPU topo: Num. cores per package: 12
[ 0.059512] CPU topo: Num. threads per package: 24
[ 0.059512] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 0.059512] CPU topo: Rejected CPUs 8
[ 0.059528] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.059529] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.059530] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[ 0.059530] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[ 0.059531] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.059532] PM: hibernation: Registered nosave memory: [mem 0xc3277000-0xc3277fff]
[ 0.059533] PM: hibernation: Registered nosave memory: [mem 0xc6663000-0xc6756fff]
[ 0.059533] PM: hibernation: Registered nosave memory: [mem 0xc8e26000-0xc8e26fff]
[ 0.059534] PM: hibernation: Registered nosave memory: [mem 0xca0e6000-0xcb9fefff]
[ 0.059535] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xffffffff]
[ 0.059536] [mem 0xd0000000-0xfe9fffff] available for PCI devices
[ 0.059537] Booting paravirtualized kernel on bare hardware
[ 0.059538] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.062967] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 0.063536] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[ 0.063543] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[ 0.063545] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.063548] pcpu-alloc: [0] 16 17 18 19 20 21 22 23
[ 0.063560] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=db3661f2-3a5e-4c85-964b-808c3e781611 rw loglevel=3 quiet amdgpu.runpm=0 amdgpu.aspm=0
[ 0.063609] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[ 0.063621] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.063621] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 0.063622] printk: log_buf_len min size: 131072 bytes
[ 0.063731] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.063731] printk: early log buf free: 116272(88%)
[ 0.067100] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.068787] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.068900] software IO TLB: area num 32.
[ 0.075576] Fallback order for Node 0: 0
[ 0.075581] Built 1 zonelists, mobility grouping on. Total pages: 16754294
[ 0.075581] Policy zone: Normal
[ 0.075708] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.144770] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[ 0.152675] ftrace: allocating 55562 entries in 220 pages
[ 0.152676] ftrace: allocated 220 pages with 5 groups
[ 0.152741] Dynamic Preempt: full
[ 0.152797] rcu: Preemptible hierarchical RCU implementation.
[ 0.152798] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[ 0.152799] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.152799] Trampoline variant of Tasks RCU enabled.
[ 0.152800] Rude variant of Tasks RCU enabled.
[ 0.152800] Tracing variant of Tasks RCU enabled.
[ 0.152800] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.152801] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 0.152811] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.152812] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.152814] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.155688] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[ 0.155868] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.155957] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.155988] Console: colour dummy device 80x25
[ 0.155989] printk: legacy console [tty0] enabled
[ 0.156020] ACPI: Core revision 20240827
[ 0.156119] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.156133] APIC: Switch to symmetric I/O mode setup
[ 0.156465] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[ 0.322127] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.322642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.327133] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aaa5b391eb, max_idle_ns: 881591175718 ns
[ 0.327136] Calibrating delay loop (skipped), value calculated using timer frequency.. 7399.91 BogoMIPS (lpj=3699957)
[ 0.327148] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.327194] LVT offset 1 assigned for vector 0xf9
[ 0.327335] LVT offset 2 assigned for vector 0xf4
[ 0.327365] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.327366] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.327368] process: using mwait in idle threads
[ 0.327369] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.327370] Spectre V2 : Mitigation: Retpolines
[ 0.327371] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[ 0.327371] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.327372] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.327373] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.327374] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.327375] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.327378] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.327379] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.327379] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.327380] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.327381] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.327382] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.327382] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.327383] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.327383] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[ 0.350432] Freeing SMP alternatives memory: 52K
[ 0.350436] pid_max: default: 32768 minimum: 301
[ 0.352684] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 0.352755] landlock: Up and running.
[ 0.352759] Yama: becoming mindful.
[ 0.352961] LSM support for eBPF active
[ 0.353036] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.353093] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.456960] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[ 0.457131] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.457135] ... version: 0
[ 0.457135] ... bit width: 48
[ 0.457135] ... generic registers: 6
[ 0.457135] ... value mask: 0000ffffffffffff
[ 0.457135] ... max period: 00007fffffffffff
[ 0.457135] ... fixed-purpose events: 0
[ 0.457135] ... event mask: 000000000000003f
[ 0.457135] signal: max sigframe size: 3376
[ 0.457135] rcu: Hierarchical SRCU implementation.
[ 0.457135] rcu: Max phase no-delay instances is 400.
[ 0.457135] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.460310] MCE: In-kernel MCE decoding enabled.
[ 0.460345] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.460484] smp: Bringing up secondary CPUs ...
[ 0.460564] smpboot: x86: Booting SMP configuration:
[ 0.460565] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 0.479251] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.490179] smp: Brought up 1 node, 24 CPUs
[ 0.490179] smpboot: Total of 24 processors activated (177597.93 BogoMIPS)
[ 0.491360] Memory: 65663592K/67017176K available (19680K kernel code, 2940K rwdata, 16512K rodata, 4636K init, 5036K bss, 1320108K reserved, 0K cma-reserved)
[ 0.492644] devtmpfs: initialized
[ 0.492644] x86/mm: Memory block size: 2048MB
[ 0.493914] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[ 0.493914] ACPI: PM: Registering ACPI NVS region [mem 0xca66f000-0xcaa11fff] (3813376 bytes)
[ 0.493914] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.493914] posixtimers hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.494168] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.494248] pinctrl core: initialized pinctrl subsystem
[ 0.494336] PM: RTC time: 14:30:38, date: 2025-06-12
[ 0.494692] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.494963] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.495094] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.495231] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.495237] audit: initializing netlink subsys (disabled)
[ 0.495246] audit: type=2000 audit(1749738637.175:1): state=initialized audit_enabled=0 res=1
[ 0.495246] thermal_sys: Registered thermal governor 'fair_share'
[ 0.495246] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.495246] thermal_sys: Registered thermal governor 'step_wise'
[ 0.495246] thermal_sys: Registered thermal governor 'user_space'
[ 0.495246] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.495256] cpuidle: using governor ladder
[ 0.495264] cpuidle: using governor menu
[ 0.495290] Detected 1 PCC Subspaces
[ 0.495291] Registering PCC driver as Mailbox controller
[ 0.495366] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.495395] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[ 0.495403] PCI: Using configuration type 1 for base access
[ 0.495538] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.496209] HugeTLB: allocation took 0ms with hugepage_allocation_threads=6
[ 0.496209] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.496209] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.496209] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.496209] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.496327] raid6: skipped pq benchmark and selected avx2x4
[ 0.496327] raid6: using avx2x2 recovery algorithm
[ 0.496327] ACPI: Added _OSI(Module Device)
[ 0.496327] ACPI: Added _OSI(Processor Device)
[ 0.496327] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.496327] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.522654] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.524927] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.529757] ACPI: Interpreter enabled
[ 0.529770] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.529771] ACPI: Using IOAPIC for interrupt routing
[ 0.531268] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.531269] PCI: Ignoring E820 reservations for host bridge windows
[ 0.531709] ACPI: Enabled 4 GPEs in block 00 to 1F
[ 0.558801] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.558806] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.558949] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[ 0.559215] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.559225] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.559758] PCI host bridge to bus 0000:00
[ 0.559761] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.559763] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.559765] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.559766] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.559768] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.559770] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[ 0.559771] pci_bus 0000:00: root bus resource [mem 0x1030000000-0x7fffffffff window]
[ 0.559773] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.559785] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[ 0.559882] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[ 0.559974] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.560036] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 0.560052] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.560057] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.560070] pci 0000:00:01.1: enabling Extended Tags
[ 0.560119] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.560266] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 0.560282] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[ 0.560287] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc8fffff]
[ 0.560300] pci 0000:00:01.2: enabling Extended Tags
[ 0.560349] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.560508] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.560567] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.560626] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 0.560639] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[ 0.560643] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.560645] pci 0000:00:03.1: bridge window [mem 0xfcc00000-0xfcefffff]
[ 0.560651] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.560695] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.560805] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.560861] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.560919] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.560977] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[ 0.560988] pci 0000:00:07.1: PCI bridge to [bus 0b]
[ 0.561000] pci 0000:00:07.1: enabling Extended Tags
[ 0.561031] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.561142] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.561200] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[ 0.561212] pci 0000:00:08.1: PCI bridge to [bus 0c]
[ 0.561217] pci 0000:00:08.1: bridge window [mem 0xfc900000-0xfcbfffff]
[ 0.561226] pci 0000:00:08.1: enabling Extended Tags
[ 0.561262] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.561396] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.561500] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.561619] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[ 0.561657] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[ 0.561695] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[ 0.561733] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[ 0.561771] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[ 0.561809] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[ 0.561845] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[ 0.561882] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[ 0.561974] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
[ 0.562010] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[ 0.562224] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.562295] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.562332] pci 0000:02:00.0: BAR 0 [mem 0xfc800000-0xfc807fff 64bit]
[ 0.562344] pci 0000:02:00.0: enabling Extended Tags
[ 0.562398] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.562566] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.562591] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.562599] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc7fffff]
[ 0.562620] pci 0000:02:00.2: enabling Extended Tags
[ 0.562666] pci 0000:02:00.2: PME# supported from D3hot D3cold
[ 0.562793] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[ 0.562922] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.562948] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.562977] pci 0000:03:00.0: enabling Extended Tags
[ 0.563033] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.563161] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.563187] pci 0000:03:04.0: PCI bridge to [bus 05]
[ 0.563195] pci 0000:03:04.0: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.563217] pci 0000:03:04.0: enabling Extended Tags
[ 0.563273] pci 0000:03:04.0: PME# supported from D3hot D3cold
[ 0.563393] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.563419] pci 0000:03:08.0: PCI bridge to [bus 06]
[ 0.563447] pci 0000:03:08.0: enabling Extended Tags
[ 0.563504] pci 0000:03:08.0: PME# supported from D3hot D3cold
[ 0.563619] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.563644] pci 0000:03:09.0: PCI bridge to [bus 07]
[ 0.563653] pci 0000:03:09.0: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.563675] pci 0000:03:09.0: enabling Extended Tags
[ 0.563731] pci 0000:03:09.0: PME# supported from D3hot D3cold
[ 0.563852] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.563905] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.563985] pci 0000:05:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
[ 0.564045] pci 0000:05:00.0: BAR 0 [mem 0xfc700000-0xfc703fff 64bit]
[ 0.564386] pci 0000:03:04.0: PCI bridge to [bus 05]
[ 0.564433] pci 0000:03:08.0: PCI bridge to [bus 06]
[ 0.564525] pci 0000:07:00.0: [8086:15f3] type 00 class 0x020000 PCIe Endpoint
[ 0.564591] pci 0000:07:00.0: BAR 0 [mem 0xfc500000-0xfc5fffff]
[ 0.564597] pci 0000:07:00.0: BAR 3 [mem 0xfc600000-0xfc603fff]
[ 0.564724] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 0.564942] pci 0000:03:09.0: PCI bridge to [bus 07]
[ 0.565036] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.565055] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[ 0.565059] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[ 0.565065] pci 0000:08:00.0: bridge window [io 0xf000-0xffff]
[ 0.565068] pci 0000:08:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.565077] pci 0000:08:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.565155] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[ 0.565318] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[ 0.565382] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.565404] pci 0000:09:00.0: PCI bridge to [bus 0a]
[ 0.565409] pci 0000:09:00.0: bridge window [io 0xf000-0xffff]
[ 0.565412] pci 0000:09:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.565421] pci 0000:09:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.565498] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 0.566235] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[ 0.566310] pci 0000:0a:00.0: [1002:73df] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.566344] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[ 0.566347] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[ 0.566349] pci 0000:0a:00.0: BAR 4 [io 0xf000-0xf0ff]
[ 0.566352] pci 0000:0a:00.0: BAR 5 [mem 0xfcc00000-0xfccfffff]
[ 0.566354] pci 0000:0a:00.0: ROM [mem 0xfcd00000-0xfcd1ffff pref]
[ 0.566440] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.566628] pci 0000:0a:00.1: [1002:ab28] type 00 class 0x040300 PCIe Legacy Endpoint
[ 0.566658] pci 0000:0a:00.1: BAR 0 [mem 0xfcd20000-0xfcd23fff]
[ 0.566719] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.566854] pci 0000:09:00.0: PCI bridge to [bus 0a]
[ 0.566914] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[ 0.566936] pci 0000:0b:00.0: enabling Extended Tags
[ 0.567065] pci 0000:00:07.1: PCI bridge to [bus 0b]
[ 0.567119] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[ 0.567146] pci 0000:0c:00.0: enabling Extended Tags
[ 0.567263] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[ 0.567283] pci 0000:0c:00.1: BAR 2 [mem 0xfca00000-0xfcafffff]
[ 0.567286] pci 0000:0c:00.1: BAR 5 [mem 0xfcb08000-0xfcb09fff]
[ 0.567291] pci 0000:0c:00.1: enabling Extended Tags
[ 0.567394] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[ 0.567415] pci 0000:0c:00.3: BAR 0 [mem 0xfc900000-0xfc9fffff 64bit]
[ 0.567421] pci 0000:0c:00.3: enabling Extended Tags
[ 0.567456] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[ 0.567563] pci 0000:0c:00.4: [1022:1487] type 00 class 0x040300 PCIe Endpoint
[ 0.567583] pci 0000:0c:00.4: BAR 0 [mem 0xfcb00000-0xfcb07fff]
[ 0.567590] pci 0000:0c:00.4: enabling Extended Tags
[ 0.567624] pci 0000:0c:00.4: PME# supported from D0 D3hot D3cold
[ 0.567731] pci 0000:00:08.1: PCI bridge to [bus 0c]
[ 0.568128] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.568191] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.568243] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.568306] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.568364] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.568412] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.568459] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.568507] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.569587] iommu: Default domain type: Translated
[ 0.569587] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.569587] SCSI subsystem initialized
[ 0.569587] libata version 3.00 loaded.
[ 0.569587] ACPI: bus type USB registered
[ 0.569587] usbcore: registered new interface driver usbfs
[ 0.569587] usbcore: registered new interface driver hub
[ 0.569587] usbcore: registered new device driver usb
[ 0.572156] EDAC MC: Ver: 3.0.0
[ 0.572246] efivars: Registered efivars operations
[ 0.572339] NetLabel: Initializing
[ 0.572340] NetLabel: domain hash size = 128
[ 0.572341] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.572357] NetLabel: unlabeled traffic allowed by default
[ 0.572361] mctp: management component transport protocol core
[ 0.572363] NET: Registered PF_MCTP protocol family
[ 0.572371] PCI: Using ACPI for IRQ routing
[ 0.575760] PCI: pci_cache_line_size set to 64 bytes
[ 0.575817] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[ 0.575819] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.575820] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.575821] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[ 0.575822] e820: reserve RAM buffer [mem 0xc6663000-0xc7ffffff]
[ 0.575824] e820: reserve RAM buffer [mem 0xc8e26000-0xcbffffff]
[ 0.575825] e820: reserve RAM buffer [mem 0xca0e6000-0xcbffffff]
[ 0.575826] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[ 0.575827] e820: reserve RAM buffer [mem 0x102f300000-0x102fffffff]
[ 0.575898] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[ 0.575898] pci 0000:0a:00.0: vgaarb: bridge control possible
[ 0.575898] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.575898] vgaarb: loaded
[ 0.575898] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.575898] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.577203] clocksource: Switched to clocksource tsc-early
[ 0.577298] VFS: Disk quotas dquot_6.6.0
[ 0.577309] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.577403] pnp: PnP ACPI init
[ 0.577503] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.577600] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[ 0.577847] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.577850] system 00:03: [io 0x0200-0x021f] has been reserved
[ 0.578244] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.578247] system 00:04: [io 0x040b] has been reserved
[ 0.578249] system 00:04: [io 0x04d6] has been reserved
[ 0.578251] system 00:04: [io 0x0c00-0x0c01] has been reserved
[ 0.578254] system 00:04: [io 0x0c14] has been reserved
[ 0.578256] system 00:04: [io 0x0c50-0x0c51] has been reserved
[ 0.578258] system 00:04: [io 0x0c52] has been reserved
[ 0.578260] system 00:04: [io 0x0c6c] has been reserved
[ 0.578262] system 00:04: [io 0x0c6f] has been reserved
[ 0.578264] system 00:04: [io 0x0cd8-0x0cdf] has been reserved
[ 0.578267] system 00:04: [io 0x0800-0x089f] has been reserved
[ 0.578269] system 00:04: [io 0x0b00-0x0b0f] has been reserved
[ 0.578271] system 00:04: [io 0x0b20-0x0b3f] has been reserved
[ 0.578273] system 00:04: [io 0x0900-0x090f] has been reserved
[ 0.578275] system 00:04: [io 0x0910-0x091f] has been reserved
[ 0.578278] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.578280] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.578283] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.578285] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.578288] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.578290] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.578293] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 0.579000] pnp: PnP ACPI: found 5 devices
[ 0.584886] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.584945] NET: Registered PF_INET protocol family
[ 0.585058] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.595872] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.595899] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.596088] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.596419] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.596496] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.596642] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[ 0.596780] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.596965] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.597101] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.597107] NET: Registered PF_XDP protocol family
[ 0.597118] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.597122] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.597128] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.597138] pci 0000:03:04.0: PCI bridge to [bus 05]
[ 0.597143] pci 0000:03:04.0: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.597150] pci 0000:03:08.0: PCI bridge to [bus 06]
[ 0.597160] pci 0000:03:09.0: PCI bridge to [bus 07]
[ 0.597164] pci 0000:03:09.0: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.597171] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.597175] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc7fffff]
[ 0.597185] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[ 0.597188] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc8fffff]
[ 0.597193] pci 0000:09:00.0: PCI bridge to [bus 0a]
[ 0.597196] pci 0000:09:00.0: bridge window [io 0xf000-0xffff]
[ 0.597200] pci 0000:09:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.597203] pci 0000:09:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.597207] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[ 0.597210] pci 0000:08:00.0: bridge window [io 0xf000-0xffff]
[ 0.597214] pci 0000:08:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.597217] pci 0000:08:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.597221] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[ 0.597223] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.597226] pci 0000:00:03.1: bridge window [mem 0xfcc00000-0xfcefffff]
[ 0.597228] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.597232] pci 0000:00:07.1: PCI bridge to [bus 0b]
[ 0.597238] pci 0000:00:08.1: PCI bridge to [bus 0c]
[ 0.597240] pci 0000:00:08.1: bridge window [mem 0xfc900000-0xfcbfffff]
[ 0.597245] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.597246] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.597248] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.597249] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.597251] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.597252] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[ 0.597253] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[ 0.597255] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.597257] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc8fffff]
[ 0.597258] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc7fffff]
[ 0.597259] pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.597261] pci_bus 0000:07: resource 1 [mem 0xfc500000-0xfc6fffff]
[ 0.597263] pci_bus 0000:08: resource 0 [io 0xf000-0xffff]
[ 0.597264] pci_bus 0000:08: resource 1 [mem 0xfcc00000-0xfcefffff]
[ 0.597265] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.597267] pci_bus 0000:09: resource 0 [io 0xf000-0xffff]
[ 0.597268] pci_bus 0000:09: resource 1 [mem 0xfcc00000-0xfcdfffff]
[ 0.597269] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.597271] pci_bus 0000:0a: resource 0 [io 0xf000-0xffff]
[ 0.597272] pci_bus 0000:0a: resource 1 [mem 0xfcc00000-0xfcdfffff]
[ 0.597274] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.597275] pci_bus 0000:0c: resource 1 [mem 0xfc900000-0xfcbfffff]
[ 0.597505] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[ 0.597666] PCI: CLS 64 bytes, default 64
[ 0.597681] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.597717] Trying to unpack rootfs image as initramfs...
[ 0.597748] pci 0000:00:00.0: Adding to iommu group 0
[ 0.597774] pci 0000:00:01.0: Adding to iommu group 1
[ 0.597792] pci 0000:00:01.1: Adding to iommu group 2
[ 0.597811] pci 0000:00:01.2: Adding to iommu group 3
[ 0.597836] pci 0000:00:02.0: Adding to iommu group 4
[ 0.597861] pci 0000:00:03.0: Adding to iommu group 5
[ 0.597879] pci 0000:00:03.1: Adding to iommu group 6
[ 0.597903] pci 0000:00:04.0: Adding to iommu group 7
[ 0.597928] pci 0000:00:05.0: Adding to iommu group 8
[ 0.597954] pci 0000:00:07.0: Adding to iommu group 9
[ 0.597972] pci 0000:00:07.1: Adding to iommu group 10
[ 0.597997] pci 0000:00:08.0: Adding to iommu group 11
[ 0.598015] pci 0000:00:08.1: Adding to iommu group 12
[ 0.598048] pci 0000:00:14.0: Adding to iommu group 13
[ 0.598065] pci 0000:00:14.3: Adding to iommu group 13
[ 0.598144] pci 0000:00:18.0: Adding to iommu group 14
[ 0.598161] pci 0000:00:18.1: Adding to iommu group 14
[ 0.598179] pci 0000:00:18.2: Adding to iommu group 14
[ 0.598204] pci 0000:00:18.3: Adding to iommu group 14
[ 0.598222] pci 0000:00:18.4: Adding to iommu group 14
[ 0.598240] pci 0000:00:18.5: Adding to iommu group 14
[ 0.598258] pci 0000:00:18.6: Adding to iommu group 14
[ 0.598275] pci 0000:00:18.7: Adding to iommu group 14
[ 0.598294] pci 0000:01:00.0: Adding to iommu group 15
[ 0.598327] pci 0000:02:00.0: Adding to iommu group 16
[ 0.598347] pci 0000:02:00.2: Adding to iommu group 16
[ 0.598355] pci 0000:03:00.0: Adding to iommu group 16
[ 0.598362] pci 0000:03:04.0: Adding to iommu group 16
[ 0.598368] pci 0000:03:08.0: Adding to iommu group 16
[ 0.598375] pci 0000:03:09.0: Adding to iommu group 16
[ 0.598381] pci 0000:05:00.0: Adding to iommu group 16
[ 0.598388] pci 0000:07:00.0: Adding to iommu group 16
[ 0.598407] pci 0000:08:00.0: Adding to iommu group 17
[ 0.598424] pci 0000:09:00.0: Adding to iommu group 18
[ 0.598447] pci 0000:0a:00.0: Adding to iommu group 19
[ 0.598467] pci 0000:0a:00.1: Adding to iommu group 20
[ 0.598485] pci 0000:0b:00.0: Adding to iommu group 21
[ 0.598504] pci 0000:0c:00.0: Adding to iommu group 22
[ 0.598523] pci 0000:0c:00.1: Adding to iommu group 23
[ 0.598543] pci 0000:0c:00.3: Adding to iommu group 24
[ 0.598561] pci 0000:0c:00.4: Adding to iommu group 25
[ 0.601437] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[ 0.601446] AMD-Vi: Interrupt remapping enabled
[ 0.601529] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.601530] software IO TLB: mapped [mem 0x00000000b62bd000-0x00000000ba2bd000] (64MB)
[ 0.601600] LVT offset 0 assigned for vector 0x400
[ 0.601793] perf: AMD IBS detected (0x000003ff)
[ 0.601803] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.620115] Initialise system trusted keyrings
[ 0.620124] Key type blacklist registered
[ 0.620164] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[ 0.620396] fuse: init (API version 7.43)
[ 0.620475] integrity: Platform Keyring initialized
[ 0.620477] integrity: Machine keyring initialized
[ 0.628105] xor: automatically using best checksumming function avx
[ 0.628107] Key type asymmetric registered
[ 0.628109] Asymmetric key parser 'x509' registered
[ 0.628124] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.628173] io scheduler mq-deadline registered
[ 0.628174] io scheduler kyber registered
[ 0.628184] io scheduler bfq registered
[ 0.629212] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.629713] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[ 0.629853] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[ 0.630956] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.630979] ACPI: button: Power Button [PWRB]
[ 0.631011] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.631058] ACPI: button: Power Button [PWRF]
[ 0.631660] Monitor-Mwait will be used to enter C-1 state
[ 0.634978] Freeing initrd memory: 37856K
[ 0.637035] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[ 0.637327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.637516] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.639593] Non-volatile memory driver v1.3
[ 0.639595] Linux agpgart interface v0.103
[ 0.639648] ACPI: bus type drm_connector registered
[ 0.641633] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 0.641638] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 0.697068] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[ 0.697338] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 0.697341] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 0.697344] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.697399] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[ 0.697401] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.697402] usb usb1: Product: xHCI Host Controller
[ 0.697404] usb usb1: Manufacturer: Linux 6.15.2-arch1-1 xhci-hcd
[ 0.697405] usb usb1: SerialNumber: 0000:02:00.0
[ 0.697536] hub 1-0:1.0: USB hub found
[ 0.697550] hub 1-0:1.0: 10 ports detected
[ 0.710526] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.710546] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[ 0.710548] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.710549] usb usb2: Product: xHCI Host Controller
[ 0.710550] usb usb2: Manufacturer: Linux 6.15.2-arch1-1 xhci-hcd
[ 0.710552] usb usb2: SerialNumber: 0000:02:00.0
[ 0.710631] hub 2-0:1.0: USB hub found
[ 0.710640] hub 2-0:1.0: 4 ports detected
[ 0.716487] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[ 0.716492] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[ 0.716586] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[ 0.716822] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[ 0.716825] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[ 0.716827] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.716854] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
[ 0.716856] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.716858] usb usb3: Product: xHCI Host Controller
[ 0.716859] usb usb3: Manufacturer: Linux 6.15.2-arch1-1 xhci-hcd
[ 0.716860] usb usb3: SerialNumber: 0000:0c:00.3
[ 0.716960] hub 3-0:1.0: USB hub found
[ 0.716967] hub 3-0:1.0: 4 ports detected
[ 0.717140] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.717159] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
[ 0.717160] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.717162] usb usb4: Product: xHCI Host Controller
[ 0.717163] usb usb4: Manufacturer: Linux 6.15.2-arch1-1 xhci-hcd
[ 0.717164] usb usb4: SerialNumber: 0000:0c:00.3
[ 0.717242] hub 4-0:1.0: USB hub found
[ 0.717249] hub 4-0:1.0: 4 ports detected
[ 0.717454] usbcore: registered new interface driver usbserial_generic
[ 0.717459] usbserial: USB Serial support registered for generic
[ 0.717481] i8042: PNP: No PS/2 controller found.
[ 0.717550] rtc_cmos 00:02: RTC can wake from S4
[ 0.717737] rtc_cmos 00:02: registered as rtc0
[ 0.717760] rtc_cmos 00:02: setting system clock to 2025-06-12T14:30:38 UTC (1749738638)
[ 0.717785] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[ 0.838585] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 0.838588] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 0.840557] fbcon: Deferring console take-over
[ 0.840559] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 0.840614] hid: raw HID events driver (C) Jiri Kosina
[ 0.840636] usbcore: registered new interface driver usbhid
[ 0.840637] usbhid: USB HID core driver
[ 0.840699] drop_monitor: Initializing network drop monitor service
[ 0.840796] NET: Registered PF_INET6 protocol family
[ 0.845500] Segment Routing with IPv6
[ 0.845502] RPL Segment Routing with IPv6
[ 0.845513] In-situ OAM (IOAM) with IPv6
[ 0.845534] NET: Registered PF_PACKET protocol family
[ 0.847351] microcode: Current revision: 0x0a201213
[ 0.847771] resctrl: L3 allocation detected
[ 0.847772] resctrl: MB allocation detected
[ 0.847773] resctrl: L3 monitoring detected
[ 0.847801] IPI shorthand broadcast: enabled
[ 0.850595] sched_clock: Marking stable (685577816, 164244340)->(1004591365, -154769209)
[ 0.850775] registered taskstats version 1
[ 0.851399] Loading compiled-in X.509 certificates
[ 0.855914] Loaded X.509 cert 'Build time autogenerated kernel key: 5ab55bb3f12135d57a5f786e88940cf89ec11704'
[ 0.860896] zswap: loaded using pool zstd/zsmalloc
[ 0.860944] Demotion targets for Node 0: null
[ 0.861109] Key type .fscrypt registered
[ 0.861111] Key type fscrypt-provisioning registered
[ 0.861629] Btrfs loaded, zoned=yes, fsverity=yes
[ 0.861655] Key type big_key registered
[ 0.861711] integrity: Loading X.509 certificate: UEFI:db
[ 0.863950] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[ 0.863952] integrity: Loading X.509 certificate: UEFI:db
[ 0.864066] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[ 0.864068] integrity: Loading X.509 certificate: UEFI:db
[ 0.864086] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.864088] integrity: Loading X.509 certificate: UEFI:db
[ 0.864103] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.864104] integrity: Loading X.509 certificate: UEFI:db
[ 0.864218] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[ 0.865298] PM: Magic number: 13:862:535
[ 0.865308] tty ttyS15: hash matches
[ 0.865310] port serial8250:0.14: hash matches
[ 0.866055] RAS: Correctable Errors collector initialized.
[ 0.869014] clk: Disabling unused clocks
[ 0.869016] PM: genpd: Disabling unused power domains
[ 0.869870] Freeing unused decrypted memory: 2028K
[ 0.870358] Freeing unused kernel image (initmem) memory: 4636K
[ 0.870370] Write protecting the kernel read-only data: 38912k
[ 0.870645] Freeing unused kernel image (text/rodata gap) memory: 796K
[ 0.870908] Freeing unused kernel image (rodata/data gap) memory: 1920K
[ 0.908750] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.908753] rodata_test: all tests were successful
[ 0.908757] Run /init as init process
[ 0.908758] with arguments:
[ 0.908759] /init
[ 0.908760] with environment:
[ 0.908761] HOME=/
[ 0.908762] TERM=linux
[ 0.908763] BOOT_IMAGE=/boot/vmlinuz-linux
[ 0.952186] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[ 1.012643] usb 1-6: new full-speed USB device number 2 using xhci_hcd
[ 1.015427] Key type psk registered
[ 1.027161] nvme nvme0: pci function 0000:01:00.0
[ 1.027165] nvme nvme1: pci function 0000:05:00.0
[ 1.032812] nvme nvme0: missing or invalid SUBNQN field.
[ 1.032932] nvme nvme0: D3 entry latency set to 8 seconds
[ 1.033239] nvme nvme1: missing or invalid SUBNQN field.
[ 1.033364] nvme nvme1: D3 entry latency set to 8 seconds
[ 1.054392] nvme nvme0: 24/0/0 default/read/poll queues
[ 1.055125] nvme nvme1: 24/0/0 default/read/poll queues
[ 1.058535] nvme0n1: p1 p2 p3
[ 1.059516] nvme1n1: p1
[ 1.101861] usb 3-1: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
[ 1.101865] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.101868] usb 3-1: Product: G102 LIGHTSYNC Gaming Mouse
[ 1.101869] usb 3-1: Manufacturer: Logitech
[ 1.101871] usb 3-1: SerialNumber: 206438644143
[ 1.119980] input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-1/3-1:1.0/0003:046D:C092.0001/input/input2
[ 1.120043] hid-generic 0003:046D:C092.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:0c:00.3-1/input0
[ 1.128061] input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-1/3-1:1.1/0003:046D:C092.0002/input/input3
[ 1.178721] hid-generic 0003:046D:C092.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:0c:00.3-1/input1
[ 1.290611] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 1.366770] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[ 1.366773] usb 1-6: config 1 has no interface number 1
[ 1.378752] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[ 1.378756] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.378758] usb 1-6: Product: AURA LED Controller
[ 1.378760] usb 1-6: Manufacturer: AsusTek Computer Inc.
[ 1.378762] usb 1-6: SerialNumber: 9876543210
[ 1.394493] hid-generic 0003:0B05:1939.0003: hiddev97,hidraw2: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[ 1.416602] usb 3-2: New USB device found, idVendor=1ea7, idProduct=0907, bcdDevice= 3.00
[ 1.416606] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.416608] usb 3-2: Product: USB-HID Gaming Keyboar
[ 1.416610] usb 3-2: Manufacturer: SEMITE
[ 1.416611] usb 3-2: SerialNumber: SN000000000
[ 1.420366] input: SEMITE USB-HID Gaming Keyboar as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.0/0003:1EA7:0907.0004/input/input6
[ 1.567250] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[ 1.631255] tsc: Refined TSC clocksource calibration: 3699.999 MHz
[ 1.631260] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6aaaa900000, max_idle_ns: 881590498719 ns
[ 1.633249] clocksource: Switched to clocksource tsc
[ 1.741302] hid-generic 0003:1EA7:0907.0004: input,hidraw3: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input0
[ 1.775933] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[ 1.775936] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.775938] usb 1-7: Product: USB2.0 Hub
[ 1.784269] hub 1-7:1.0: USB hub found
[ 1.787923] hub 1-7:1.0: 4 ports detected
[ 2.641498] [drm] amdgpu kernel modesetting enabled.
[ 2.650830] amdgpu: Virtual CRAT table created for CPU
[ 2.650843] amdgpu: Topology: Add CPU node
[ 2.650921] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[ 2.650956] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x05C9 0xC1).
[ 2.650964] [drm] register mmio base: 0xFCC00000
[ 2.650966] [drm] register mmio size: 1048576
[ 2.655414] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 0 <nv_common>
[ 2.655416] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 1 <gmc_v10_0>
[ 2.655418] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 2 <navi10_ih>
[ 2.655420] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 3 <psp>
[ 2.655421] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 4 <smu>
[ 2.655423] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 5 <dm>
[ 2.655424] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 6 <gfx_v10_0>
[ 2.655425] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 7 <sdma_v5_2>
[ 2.655427] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 8 <vcn_v3_0>
[ 2.655428] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0>
[ 2.655439] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[ 2.655441] amdgpu: ATOM BIOS: 115-D512BS0-100
[ 2.694648] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[ 2.694652] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 2.694745] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 2.694752] amdgpu 0000:0a:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[ 2.694755] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 2.694764] [drm] Detected VRAM RAM=12272M, BAR=16384M
[ 2.694766] [drm] RAM width 192bits GDDR6
[ 2.694883] [drm] amdgpu: 12272M of VRAM memory ready
[ 2.694885] [drm] amdgpu: 32101M of GTT memory ready.
[ 2.694898] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 2.695048] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4.901106] amdgpu 0000:0a:00.0: amdgpu: STB initialized to 2048 entries
[ 4.901188] [drm] Loading DMUB firmware via PSP: version=0x02020020
[ 4.901545] [drm] use_doorbell being set to: [true]
[ 4.901561] [drm] use_doorbell being set to: [true]
[ 4.901575] amdgpu 0000:0a:00.0: amdgpu: Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 7
[ 4.965012] amdgpu 0000:0a:00.0: amdgpu: reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5.070479] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5.085137] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5.085156] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
[ 5.085159] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[ 5.085188] amdgpu 0000:0a:00.0: amdgpu: use vbios provided pptable
[ 5.138264] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[ 5.138633] [drm] Display Core v3.2.325 initialized on DCN 3.0
[ 5.138635] [drm] DP-HDMI FRL PCON supported
[ 5.140094] [drm] DMUB hardware initialized: version=0x02020020
[ 5.342624] [drm] kiq ring mec 2 pipe 1 q 0
[ 5.396234] amdgpu: HMM registered 12272MB device memory
[ 5.397410] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 5.397421] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[ 5.397619] amdgpu: Virtual CRAT table created for GPU
[ 5.397956] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[ 5.397958] kfd kfd: amdgpu: added device 1002:73df
[ 5.397979] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[ 5.397983] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5.397985] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[ 5.397986] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[ 5.397988] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[ 5.397989] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 5.397990] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 5.397991] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 5.397993] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 5.397994] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 5.397995] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 5.397997] amdgpu 0000:0a:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[ 5.397998] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[ 5.398000] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 14 on hub 0
[ 5.398001] amdgpu 0000:0a:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 5.398002] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 5.398003] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 5.398005] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 5.399155] amdgpu 0000:0a:00.0: amdgpu: runtime pm is manually disabled
[ 5.399156] amdgpu 0000:0a:00.0: amdgpu: Runtime PM not available
[ 5.399708] amdgpu 0000:0a:00.0: [drm] Registered 6 planes with drm panic
[ 5.399711] [drm] Initialized amdgpu 3.63.0 for 0000:0a:00.0 on minor 1
[ 5.407266] fbcon: amdgpudrmfb (fb0) is primary device
[ 5.407267] fbcon: Deferring console take-over
[ 5.407269] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 6.944587] hid-generic 0003:1EA7:0907.0005: hiddev98,hidraw4: USB HID v1.11 Device [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input1
[ 12.064604] input: SEMITE USB-HID Gaming Keyboar System Control as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input7
[ 12.115719] input: SEMITE USB-HID Gaming Keyboar Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input8
[ 12.115786] input: SEMITE USB-HID Gaming Keyboar Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input9
[ 12.115849] input: SEMITE USB-HID Gaming Keyboar Mouse as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input10
[ 12.115915] hid-generic 0003:1EA7:0907.0006: input,hidraw5: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input2
[ 12.227563] usb 3-3: new high-speed USB device number 4 using xhci_hcd
[ 12.354511] usb 3-3: New USB device found, idVendor=4c4a, idProduct=4a55, bcdDevice= 1.00
[ 12.354517] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.354519] usb 3-3: Product: USB Composite Device
[ 12.354521] usb 3-3: Manufacturer: Jieli Technology
[ 12.469278] usb 3-4: new full-speed USB device number 5 using xhci_hcd
[ 12.600903] usb 3-4: New USB device found, idVendor=0c76, idProduct=161e, bcdDevice= 1.00
[ 12.600910] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 12.600912] usb 3-4: Product: USB PnP Audio Device
[ 12.657077] input: USB PnP Audio Device as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-4/3-4:1.2/0003:0C76:161E.0007/input/input11
[ 12.707687] hid-generic 0003:0C76:161E.0007: input,hidraw6: USB HID v1.00 Device [USB PnP Audio Device] on usb-0000:0c:00.3-4/input2
[ 12.783566] input: SEMITE USB-HID Gaming Keyboar as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.0/0003:1EA7:0907.0004/input/input12
[ 12.864355] semitek 0003:1EA7:0907.0004: input,hidraw3: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input0
[ 12.864586] semitek 0003:1EA7:0907.0005: hiddev98,hidraw4: USB HID v1.11 Device [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input1
[ 12.940334] semitek 0003:1EA7:0907.0006: fixing up Semitek report descriptor
[ 12.940430] input: SEMITE USB-HID Gaming Keyboar as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input13
[ 12.991726] semitek 0003:1EA7:0907.0006: input,hidraw5: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input2
[ 13.002364] fbcon: Taking over console
[ 13.002669] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[ 13.176903] Console: switching to colour frame buffer device 240x67
[ 13.288347] EXT4-fs (nvme0n1p3): mounted filesystem db3661f2-3a5e-4c85-964b-808c3e781611 r/w with ordered data mode. Quota mode: none.
[ 13.342474] systemd[1]: systemd 257.6-1-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)
[ 13.342479] systemd[1]: Detected architecture x86-64.
[ 13.343281] systemd[1]: Hostname set to <homepc>.
[ 13.548329] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 13.631028] systemd[1]: /usr/lib/systemd/system/zapret.service:10: Unit uses KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update the service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 13.639159] systemd[1]: Queued start job for default target Graphical Interface.
[ 13.658515] systemd[1]: Created slice Slice /system/dirmngr.
[ 13.658852] systemd[1]: Created slice Slice /system/getty.
[ 13.659129] systemd[1]: Created slice Slice /system/gpg-agent.
[ 13.659409] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 13.659719] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 13.659989] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 13.660264] systemd[1]: Created slice Slice /system/keyboxd.
[ 13.660538] systemd[1]: Created slice Slice /system/modprobe.
[ 13.660809] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 13.661009] systemd[1]: Created slice User and Session Slice.
[ 13.661048] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 13.661164] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 13.661177] systemd[1]: Expecting device /dev/nvme0n1p1...
[ 13.661181] systemd[1]: Expecting device /dev/nvme0n1p2...
[ 13.661185] systemd[1]: Expecting device /dev/nvme1n1p1...
[ 13.661194] systemd[1]: Reached target Login Prompts.
[ 13.661200] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 13.661214] systemd[1]: Reached target Remote File Systems.
[ 13.661220] systemd[1]: Reached target Slice Units.
[ 13.661237] systemd[1]: Reached target Local Verity Protected Volumes.
[ 13.661303] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 13.663425] systemd[1]: Listening on Process Core Dump Socket.
[ 13.663839] systemd[1]: Listening on Credential Encryption/Decryption.
[ 13.663903] systemd[1]: Listening on Journal Socket (/dev/log).
[ 13.663955] systemd[1]: Listening on Journal Sockets.
[ 13.663979] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 13.663988] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 13.664031] systemd[1]: Listening on udev Control Socket.
[ 13.664062] systemd[1]: Listening on udev Kernel Socket.
[ 13.664102] systemd[1]: Listening on User Database Manager Socket.
[ 13.664741] systemd[1]: Mounting Huge Pages File System...
[ 13.665327] systemd[1]: Mounting POSIX Message Queue File System...
[ 13.665944] systemd[1]: Mounting Kernel Debug File System...
[ 13.666569] systemd[1]: Mounting Kernel Trace File System...
[ 13.667323] systemd[1]: Starting Create List of Static Device Nodes...
[ 13.668011] systemd[1]: Starting Load Kernel Module configfs...
[ 13.668695] systemd[1]: Starting Load Kernel Module dm_mod...
[ 13.669406] systemd[1]: Starting Load Kernel Module drm...
[ 13.670121] systemd[1]: Starting Load Kernel Module fuse...
[ 13.670754] systemd[1]: Starting Load Kernel Module loop...
[ 13.670805] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 13.670854] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 13.672131] systemd[1]: Starting Journal Service...
[ 13.672976] systemd[1]: Starting Load Kernel Modules...
[ 13.672988] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 13.673619] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 13.673658] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 13.674342] systemd[1]: Starting Load udev Rules from Credentials...
[ 13.674926] systemd[1]: Starting Coldplug All udev Devices...
[ 13.675541] systemd[1]: Starting Virtual Console Setup...
[ 13.676970] systemd[1]: Mounted Huge Pages File System.
[ 13.677053] systemd[1]: Mounted POSIX Message Queue File System.
[ 13.677411] systemd[1]: Mounted Kernel Debug File System.
[ 13.677672] loop: module loaded
[ 13.677745] systemd[1]: Mounted Kernel Trace File System.
[ 13.677973] systemd[1]: Finished Create List of Static Device Nodes.
[ 13.678212] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 13.678395] systemd[1]: Finished Load Kernel Module configfs.
[ 13.678654] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 13.678839] systemd[1]: Finished Load Kernel Module drm.
[ 13.679315] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 13.679456] systemd[1]: Finished Load Kernel Module fuse.
[ 13.679649] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 13.679790] systemd[1]: Finished Load Kernel Module loop.
[ 13.680538] device-mapper: uevent: version 1.0.3
[ 13.680591] systemd[1]: Mounting FUSE Control File System...
[ 13.680662] device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
[ 13.681288] systemd[1]: Mounting Kernel Configuration File System...
[ 13.681902] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 13.682136] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 13.682284] systemd[1]: Finished Load Kernel Module dm_mod.
[ 13.682797] systemd[1]: Finished Load udev Rules from Credentials.
[ 13.683118] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 13.684310] systemd-journald[477]: Collecting audit messages is disabled.
[ 13.684337] systemd[1]: Mounted FUSE Control File System.
[ 13.684925] systemd[1]: Mounted Kernel Configuration File System.
[ 13.689430] EXT4-fs (nvme0n1p3): re-mounted db3661f2-3a5e-4c85-964b-808c3e781611.
[ 13.690142] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 13.690725] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 13.691450] systemd[1]: Starting Load/Save OS Random Seed...
[ 13.691462] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 13.694641] systemd[1]: Starting User Database Manager...
[ 13.710722] i2c_dev: i2c /dev entries driver
[ 13.712605] systemd[1]: Started User Database Manager.
[ 13.714641] vboxdrv: loading out-of-tree module taints kernel.
[ 13.714644] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 13.726890] vboxdrv: Found 24 processor cores/threads
[ 13.728434] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
[ 13.728526] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[ 13.729149] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 13.742388] vboxdrv: TSC mode is Invariant, tentative frequency 3699999026 Hz
[ 13.742391] vboxdrv: Successfully loaded version 7.1.10 r169112 (interface 0x00340001)
[ 13.744842] systemd[1]: Finished Virtual Console Setup.
[ 13.744977] systemd[1]: Started Journal Service.
[ 13.748621] VBoxNetAdp: Successfully started.
[ 13.755978] VBoxNetFlt: Successfully started.
[ 13.757032] systemd-journald[477]: Received client request to flush runtime journal.
[ 13.869804] input: PC Speaker as /devices/platform/pcspkr/input/input14
[ 13.870360] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[ 13.871349] pps_core: LinuxPPS API ver. 1 registered
[ 13.871351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 13.872073] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[ 13.872075] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 13.872076] RAPL PMU: hw unit of domain core 2^-16 Joules
[ 13.873563] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[ 13.873653] ccp 0000:0c:00.1: psp enabled
[ 13.873962] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 13.873965] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 13.876827] i2c i2c-11: Successfully instantiated SPD at 0x50
[ 13.877527] i2c i2c-11: Successfully instantiated SPD at 0x51
[ 13.877886] PTP clock support registered
[ 13.878503] cryptd: max_cpu_qlen set to 1000
[ 13.878661] i2c i2c-11: Successfully instantiated SPD at 0x52
[ 13.879363] i2c i2c-11: Successfully instantiated SPD at 0x53
[ 13.880455] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 13.881739] i2c i2c-13: Successfully instantiated SPD at 0x51
[ 13.882314] i2c i2c-13: Successfully instantiated SPD at 0x52
[ 13.882878] i2c i2c-13: Successfully instantiated SPD at 0x53
[ 13.895020] Intel(R) 2.5G Ethernet Linux Driver
[ 13.895021] Copyright(c) 2018 Intel Corporation.
[ 13.895098] igc 0000:07:00.0: PCIe PTM not supported by PCIe bus/controller
[ 13.897215] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 13.897323] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 13.897428] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 13.912976] asus_wmi: ASUS WMI generic driver loaded
[ 13.916145] asus_wmi: Initialization: 0x0
[ 13.916184] asus_wmi: BIOS WMI version: 0.9
[ 13.916425] asus_wmi: SFUN value: 0x0
[ 13.916427] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[ 13.917786] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[ 13.918000] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[ 13.918003] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[ 13.918138] snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
[ 13.919613] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input15
[ 13.920857] ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 13.922817] ee1004 11-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 13.924815] ee1004 11-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 13.926807] ee1004 11-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 13.928332] ee1004 13-0052: probe with driver ee1004 failed with error -5
[ 13.936438] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 13.938127] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input16
[ 13.938201] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input17
[ 13.938278] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input18
[ 13.938350] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input19
[ 13.938438] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input20
[ 13.938505] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input21
[ 13.946438] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 13.946442] snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.946444] snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 13.946446] snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
[ 13.946447] snd_hda_codec_realtek hdaudioC2D0: dig-out=0x1e/0x0
[ 13.946449] snd_hda_codec_realtek hdaudioC2D0: inputs:
[ 13.946450] snd_hda_codec_realtek hdaudioC2D0: Rear Mic=0x18
[ 13.946452] snd_hda_codec_realtek hdaudioC2D0: Front Mic=0x19
[ 13.946453] snd_hda_codec_realtek hdaudioC2D0: Line=0x1a
[ 13.950610] igc 0000:07:00.0 (unnamed net_device) (uninitialized): PHC added
[ 13.959220] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input22
[ 13.959275] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input23
[ 13.959337] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input24
[ 13.959391] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input25
[ 13.959439] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input26
[ 13.959487] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input27
[ 13.959533] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input28
[ 13.976483] igc 0000:07:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 13.976487] igc 0000:07:00.0 eth0: MAC: a0:36:bc:2d:1b:75
[ 13.981519] igc 0000:07:00.0 enp7s0: renamed from eth0
[ 13.992796] kvm_amd: TSC scaling supported
[ 13.992799] kvm_amd: Nested Virtualization enabled
[ 13.992800] kvm_amd: Nested Paging enabled
[ 13.992801] kvm_amd: LBR virtualization supported
[ 13.992812] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 13.992813] kvm_amd: Virtual GIF supported
[ 14.011416] Adding 33554428k swap on /dev/nvme0n1p2. Priority:-2 extents:1 across:33554428k SS
[ 14.058056] intel_rapl_common: Found RAPL domain package
[ 14.058058] intel_rapl_common: Found RAPL domain core
[ 14.058107] mc: Linux media interface: v0.10
[ 14.058470] amd_atl: AMD Address Translation Library initialized
[ 14.061380] mousedev: PS/2 mouse device common for all mice
[ 14.067980] videodev: Linux video capture interface: v2.00
[ 14.106693] usb 3-3: 3:1: cannot get freq at ep 0x82
[ 14.113513] usb 3-3: Found UVC 1.00 device USB Composite Device (4c4a:4a55)
[ 14.127660] usbcore: registered new interface driver uvcvideo
[ 14.185876] usb 3-4: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
[ 14.185879] usb 3-4: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
[ 14.186007] usbcore: registered new interface driver snd-usb-audio
[ 14.712733] EXT4-fs (nvme1n1p1): mounted filesystem f0c1d193-ecdd-42bc-a689-780df02fa89d r/w with ordered data mode. Quota mode: none.
[ 14.862958] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[ 15.163882] xt_connbytes: Forcing CT accounting to be enabled
[ 17.496012] igc 0000:07:00.0 enp7s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 28.705086] nvme nvme0: using unchecked data buffer
[ 29.277695] usb 3-3: 3:1: cannot get freq at ep 0x82
[ 29.284695] usb 3-3: 3:1: cannot get freq at ep 0x82
[ 65.941739] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941744] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941747] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941750] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00341051
[ 65.941752] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 65.941753] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 65.941755] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 65.941757] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x5
[ 65.941758] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 65.941760] amdgpu 0000:0a:00.0: amdgpu: RW: 0x1
[ 65.941764] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941766] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941768] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941770] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00341051
[ 65.941772] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 65.941773] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 65.941775] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 65.941776] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x5
[ 65.941778] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 65.941779] amdgpu 0000:0a:00.0: amdgpu: RW: 0x1
[ 65.941784] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941786] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941787] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941792] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941794] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941796] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941800] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941802] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941804] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941808] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941810] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941812] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941816] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941818] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941820] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941824] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941826] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941828] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941832] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941834] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941836] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 65.941840] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:40 vmid:3 pasid:32773)
[ 65.941842] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1243
[ 65.941844] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800604ecb000 from client 0x1b (UTCL2)
[ 76.063256] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State
[ 76.065063] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State Completed
[ 76.065114] amdgpu 0000:0a:00.0: amdgpu: [drm] AMDGPU device coredump file has been created
[ 76.065117] amdgpu 0000:0a:00.0: amdgpu: [drm] Check your /sys/class/drm/card1/device/devcoredump/data
[ 76.065174] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 timeout, but soft recovered
[-- Attachment #3: lts_dmesg.log --]
[-- Type: text/x-log, Size: 141181 bytes --]
[ 0.000000] Linux version 6.12.33-1-lts (linux-lts@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Jun 2025 13:16:59 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=db3661f2-3a5e-4c85-964b-808c3e781611 rw loglevel=3 quiet amdgpu.runpm=0 amdgpu.aspm=0
[ 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-0x0000000009d1efff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000c3276fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000c3277000-0x00000000c3277fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000c3278000-0x00000000ca0e5fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ca0e6000-0x00000000ca492fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ca493000-0x00000000ca66efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ca66f000-0x00000000caa11fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000caa12000-0x00000000cb9fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000102f2fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000102f300000-0x000000102fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] e820: update [mem 0xbaa14018-0xbaa23067] usable ==> usable
[ 0.000000] e820: update [mem 0xba9f6018-0xbaa13c57] 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-0x0000000009d1efff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000ba9f6017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000ba9f6018-0x00000000baa13c57] usable
[ 0.000000] reserve setup_data: [mem 0x00000000baa13c58-0x00000000baa14017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000baa14018-0x00000000baa23067] usable
[ 0.000000] reserve setup_data: [mem 0x00000000baa23068-0x00000000c3276fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000c3277000-0x00000000c3277fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000c3278000-0x00000000ca0e5fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000ca0e6000-0x00000000ca492fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ca493000-0x00000000ca66efff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000ca66f000-0x00000000caa11fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000caa12000-0x00000000cb9fefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000102f2fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000102f300000-0x000000102fffffff] reserved
[ 0.000000] efi: EFI v2.7 by American Megatrends
[ 0.000000] efi: ACPI=0xca66e000 ACPI 2.0=0xca66e014 SMBIOS=0xcb7ef000 SMBIOS 3.0=0xcb7ee000 MEMATTR=0xc6ce2018 ESRT=0xc8e26498 INITRD=0xc170ce18 RNG=0xca64dc18
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem82: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem83: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[ 0.000000] efi: Remove mem84: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[ 0.000000] efi: Not removing mem85: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem86: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[ 0.000000] efi: Not removing mem87: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem88: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem89: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem90: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem91: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem92: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[ 0.000000] efi: Not removing mem93: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[ 0.000000] efi: Remove mem94: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: ASUS System Product Name/ROG STRIX B550-A GAMING, BIOS 3621 01/13/2025
[ 0.000000] DMI: Memory slots populated: 4/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3700.180 MHz processor
[ 0.000114] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000115] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000120] last_pfn = 0x102f300 max_arch_pfn = 0x400000000
[ 0.000125] total RAM covered: 3327M
[ 0.000196] Found optimal setting for mtrr clean up
[ 0.000197] gran_size: 64K chunk_size: 128M num_reg: 4 lose cover RAM: 0G
[ 0.000199] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[ 0.000200] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000339] e820: update [mem 0xca730000-0xca73ffff] usable ==> reserved
[ 0.000343] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[ 0.000345] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[ 0.002918] esrt: Reserving ESRT space from 0x00000000c8e26498 to 0x00000000c8e26520.
[ 0.002923] e820: update [mem 0xc8e26000-0xc8e26fff] usable ==> reserved
[ 0.002934] Using GB pages for direct mapping
[ 0.003488] Secure boot disabled
[ 0.003489] RAMDISK: [mem 0xbb52a000-0xbda8ffff]
[ 0.003588] ACPI: Early table checksum verification disabled
[ 0.003591] ACPI: RSDP 0x00000000CA66E014 000024 (v02 ALASKA)
[ 0.003593] ACPI: XSDT 0x00000000CA66D728 0000E4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003596] ACPI: FACP 0x00000000CA65E000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.003599] ACPI: DSDT 0x00000000CA652000 00B0FF (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.003601] ACPI: FACS 0x00000000CA9F7000 000040
[ 0.003602] ACPI: SSDT 0x00000000CA664000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.003603] ACPI: SSDT 0x00000000CA660000 003B8E (v02 AMD AMD AOD 00000001 INTL 20120913)
[ 0.003605] ACPI: SSDT 0x00000000CA65F000 000309 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.003606] ACPI: FIDT 0x00000000CA651000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003608] ACPI: MCFG 0x00000000CA64F000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.003609] ACPI: HPET 0x00000000CA64E000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.003610] ACPI: IVRS 0x00000000CA64C000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003612] ACPI: VFCT 0x00000000CA641000 00AA84 (v01 ALASKA A M I 00000001 AMD 31504F47)
[ 0.003613] ACPI: BGRT 0x00000000CA640000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003614] ACPI: WPBT 0x00000000CA50A000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001)
[ 0.003616] ACPI: PCCT 0x00000000CA509000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003617] ACPI: SSDT 0x00000000CA502000 0061A3 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003618] ACPI: CRAT 0x00000000CA500000 001190 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003619] ACPI: CDIT 0x00000000CA4FF000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.003621] ACPI: SSDT 0x00000000CA4FE000 0002C2 (v02 AMD ArticDGP 00000001 INTL 20120913)
[ 0.003622] ACPI: SSDT 0x00000000CA4FC000 0010C9 (v02 AMD ArticTPX 00000001 INTL 20120913)
[ 0.003623] ACPI: SSDT 0x00000000CA4FB000 00052C (v02 AMD ArticNOI 00000001 INTL 20120913)
[ 0.003625] ACPI: SSDT 0x00000000CA4F7000 003E6E (v02 AMD ArticN 00000001 INTL 20120913)
[ 0.003626] ACPI: WSMT 0x00000000CA4F6000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.003627] ACPI: APIC 0x00000000CA4F5000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.003628] ACPI: SSDT 0x00000000CA4F4000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913)
[ 0.003630] ACPI: SSDT 0x00000000CA4F3000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
[ 0.003631] ACPI: FPDT 0x00000000CA4F2000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.003632] ACPI: Reserving FACP table memory at [mem 0xca65e000-0xca65e113]
[ 0.003633] ACPI: Reserving DSDT table memory at [mem 0xca652000-0xca65d0fe]
[ 0.003633] ACPI: Reserving FACS table memory at [mem 0xca9f7000-0xca9f703f]
[ 0.003634] ACPI: Reserving SSDT table memory at [mem 0xca664000-0xca66cce8]
[ 0.003634] ACPI: Reserving SSDT table memory at [mem 0xca660000-0xca663b8d]
[ 0.003634] ACPI: Reserving SSDT table memory at [mem 0xca65f000-0xca65f308]
[ 0.003635] ACPI: Reserving FIDT table memory at [mem 0xca651000-0xca65109b]
[ 0.003635] ACPI: Reserving MCFG table memory at [mem 0xca64f000-0xca64f03b]
[ 0.003636] ACPI: Reserving HPET table memory at [mem 0xca64e000-0xca64e037]
[ 0.003636] ACPI: Reserving IVRS table memory at [mem 0xca64c000-0xca64c0cf]
[ 0.003636] ACPI: Reserving VFCT table memory at [mem 0xca641000-0xca64ba83]
[ 0.003637] ACPI: Reserving BGRT table memory at [mem 0xca640000-0xca640037]
[ 0.003637] ACPI: Reserving WPBT table memory at [mem 0xca50a000-0xca50a03b]
[ 0.003638] ACPI: Reserving PCCT table memory at [mem 0xca509000-0xca50906d]
[ 0.003638] ACPI: Reserving SSDT table memory at [mem 0xca502000-0xca5081a2]
[ 0.003638] ACPI: Reserving CRAT table memory at [mem 0xca500000-0xca50118f]
[ 0.003639] ACPI: Reserving CDIT table memory at [mem 0xca4ff000-0xca4ff028]
[ 0.003639] ACPI: Reserving SSDT table memory at [mem 0xca4fe000-0xca4fe2c1]
[ 0.003639] ACPI: Reserving SSDT table memory at [mem 0xca4fc000-0xca4fd0c8]
[ 0.003640] ACPI: Reserving SSDT table memory at [mem 0xca4fb000-0xca4fb52b]
[ 0.003640] ACPI: Reserving SSDT table memory at [mem 0xca4f7000-0xca4fae6d]
[ 0.003641] ACPI: Reserving WSMT table memory at [mem 0xca4f6000-0xca4f6027]
[ 0.003641] ACPI: Reserving APIC table memory at [mem 0xca4f5000-0xca4f515d]
[ 0.003641] ACPI: Reserving SSDT table memory at [mem 0xca4f4000-0xca4f407c]
[ 0.003642] ACPI: Reserving SSDT table memory at [mem 0xca4f3000-0xca4f30be]
[ 0.003642] ACPI: Reserving FPDT table memory at [mem 0xca4f2000-0xca4f2043]
[ 0.003681] No NUMA configuration found
[ 0.003681] Faking a node at [mem 0x0000000000000000-0x000000102f2fffff]
[ 0.003685] NODE_DATA(0) allocated [mem 0x102f2d52c0-0x102f2fffff]
[ 0.003829] Zone ranges:
[ 0.003829] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.003830] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.003831] Normal [mem 0x0000000100000000-0x000000102f2fffff]
[ 0.003831] Device empty
[ 0.003832] Movable zone start for each node
[ 0.003833] Early memory node ranges
[ 0.003833] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.003834] node 0: [mem 0x0000000000100000-0x0000000009d1efff]
[ 0.003834] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.003835] node 0: [mem 0x000000000a20e000-0x000000000affffff]
[ 0.003835] node 0: [mem 0x000000000b020000-0x00000000c3276fff]
[ 0.003835] node 0: [mem 0x00000000c3278000-0x00000000ca0e5fff]
[ 0.003836] node 0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
[ 0.003836] node 0: [mem 0x0000000100000000-0x000000102f2fffff]
[ 0.003840] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f2fffff]
[ 0.003843] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.003851] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.003924] On node 0, zone DMA32: 737 pages in unavailable ranges
[ 0.003931] On node 0, zone DMA32: 14 pages in unavailable ranges
[ 0.005745] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.005838] On node 0, zone DMA32: 1 pages in unavailable ranges
[ 0.005886] On node 0, zone DMA32: 6425 pages in unavailable ranges
[ 0.058952] On node 0, zone Normal: 12288 pages in unavailable ranges
[ 0.058968] On node 0, zone Normal: 3328 pages in unavailable ranges
[ 0.059220] ACPI: PM-Timer IO Port: 0x808
[ 0.059227] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[ 0.059229] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.059238] IOAPIC[0]: apic_id 25, version 33, address 0xfec00000, GSI 0-23
[ 0.059242] IOAPIC[1]: apic_id 26, version 33, address 0xfec01000, GSI 24-55
[ 0.059243] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.059244] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.059246] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.059247] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.059253] e820: update [mem 0xc6663000-0xc6756fff] usable ==> reserved
[ 0.059264] CPU topo: Max. logical packages: 1
[ 0.059264] CPU topo: Max. logical dies: 1
[ 0.059264] CPU topo: Max. dies per package: 1
[ 0.059266] CPU topo: Max. threads per core: 2
[ 0.059267] CPU topo: Num. cores per package: 12
[ 0.059268] CPU topo: Num. threads per package: 24
[ 0.059268] CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
[ 0.059269] CPU topo: Rejected CPUs 8
[ 0.059284] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.059285] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.059286] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[ 0.059287] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[ 0.059288] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.059288] PM: hibernation: Registered nosave memory: [mem 0xc3277000-0xc3277fff]
[ 0.059289] PM: hibernation: Registered nosave memory: [mem 0xc6663000-0xc6756fff]
[ 0.059290] PM: hibernation: Registered nosave memory: [mem 0xc8e26000-0xc8e26fff]
[ 0.059291] PM: hibernation: Registered nosave memory: [mem 0xca0e6000-0xcb9fefff]
[ 0.059292] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xffffffff]
[ 0.059293] [mem 0xd0000000-0xfe9fffff] available for PCI devices
[ 0.059294] Booting paravirtualized kernel on bare hardware
[ 0.059295] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.062417] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
[ 0.063336] percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
[ 0.063343] pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
[ 0.063344] pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07
[ 0.063347] pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15
[ 0.063349] pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23
[ 0.063362] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=db3661f2-3a5e-4c85-964b-808c3e781611 rw loglevel=3 quiet amdgpu.runpm=0 amdgpu.aspm=0
[ 0.063410] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-lts", will be passed to user space.
[ 0.063422] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.063422] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[ 0.063423] printk: log_buf_len min size: 131072 bytes
[ 0.063533] printk: log_buf_len: 262144 bytes
[ 0.063533] printk: early log buf free: 113144(86%)
[ 0.066916] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[ 0.068596] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.068692] Fallback order for Node 0: 0
[ 0.068696] Built 1 zonelists, mobility grouping on. Total pages: 16754294
[ 0.068696] Policy zone: Normal
[ 0.068828] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.068855] software IO TLB: area num 32.
[ 0.144821] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[ 0.144859] ftrace: allocating 51443 entries in 201 pages
[ 0.152150] ftrace: allocated 201 pages with 4 groups
[ 0.152700] Dynamic Preempt: voluntary
[ 0.152762] rcu: Preemptible hierarchical RCU implementation.
[ 0.152762] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[ 0.152763] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.152763] Trampoline variant of Tasks RCU enabled.
[ 0.152764] Rude variant of Tasks RCU enabled.
[ 0.152764] Tracing variant of Tasks RCU enabled.
[ 0.152764] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.152765] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[ 0.152774] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.152776] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.152778] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=24.
[ 0.155377] NR_IRQS: 524544, nr_irqs: 1160, preallocated irqs: 16
[ 0.155556] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.155645] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.155674] Console: colour dummy device 80x25
[ 0.155676] printk: legacy console [tty0] enabled
[ 0.155708] ACPI: Core revision 20240827
[ 0.155809] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.155822] APIC: Switch to symmetric I/O mode setup
[ 0.156460] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[ 0.322089] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.322596] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.339146] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aac017614b, max_idle_ns: 881591120657 ns
[ 0.339149] Calibrating delay loop (skipped), value calculated using timer frequency.. 7403.70 BogoMIPS (lpj=12333933)
[ 0.339160] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.339204] LVT offset 1 assigned for vector 0xf9
[ 0.339345] LVT offset 2 assigned for vector 0xf4
[ 0.339384] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.339385] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.339386] process: using mwait in idle threads
[ 0.339388] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.339389] Spectre V2 : Mitigation: Retpolines
[ 0.339389] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[ 0.339390] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.339391] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.339391] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.339392] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.339393] Speculative Return Stack Overflow: Mitigation: Safe RET
[ 0.339396] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.339397] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.339397] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.339398] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[ 0.339399] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[ 0.339400] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.339400] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.339401] x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
[ 0.339402] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[ 0.359898] Freeing SMP alternatives memory: 40K
[ 0.359900] pid_max: default: 32768 minimum: 301
[ 0.362115] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[ 0.362185] landlock: Up and running.
[ 0.362188] Yama: becoming mindful.
[ 0.362397] LSM support for eBPF active
[ 0.362470] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.362527] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.475721] smpboot: CPU0: AMD Ryzen 9 5900X 12-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[ 0.475814] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.475814] ... version: 0
[ 0.475814] ... bit width: 48
[ 0.475814] ... generic registers: 6
[ 0.475814] ... value mask: 0000ffffffffffff
[ 0.475814] ... max period: 00007fffffffffff
[ 0.475814] ... fixed-purpose events: 0
[ 0.475814] ... event mask: 000000000000003f
[ 0.475814] signal: max sigframe size: 3376
[ 0.475814] rcu: Hierarchical SRCU implementation.
[ 0.475814] rcu: Max phase no-delay instances is 1000.
[ 0.475814] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[ 0.476115] MCE: In-kernel MCE decoding enabled.
[ 0.476149] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.476295] smp: Bringing up secondary CPUs ...
[ 0.476377] smpboot: x86: Booting SMP configuration:
[ 0.476378] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
[ 0.504482] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.527816] smp: Brought up 1 node, 24 CPUs
[ 0.527816] smpboot: Total of 24 processors activated (177679.99 BogoMIPS)
[ 0.529380] Memory: 65669184K/67017176K available (18432K kernel code, 2673K rwdata, 14348K rodata, 4288K init, 4272K bss, 1314904K reserved, 0K cma-reserved)
[ 0.530038] devtmpfs: initialized
[ 0.530038] x86/mm: Memory block size: 2048MB
[ 0.532821] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[ 0.532821] ACPI: PM: Registering ACPI NVS region [mem 0xca66f000-0xcaa11fff] (3813376 bytes)
[ 0.532821] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.532821] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.532821] pinctrl core: initialized pinctrl subsystem
[ 0.532821] PM: RTC time: 13:55:51, date: 2025-06-12
[ 0.533145] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.533408] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.533539] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.533676] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.533685] audit: initializing netlink subsys (disabled)
[ 0.533691] audit: type=2000 audit(1749736550.000:1): state=initialized audit_enabled=0 res=1
[ 0.533691] thermal_sys: Registered thermal governor 'fair_share'
[ 0.533691] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.533691] thermal_sys: Registered thermal governor 'step_wise'
[ 0.533691] thermal_sys: Registered thermal governor 'user_space'
[ 0.533691] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.533691] cpuidle: using governor ladder
[ 0.533691] cpuidle: using governor menu
[ 0.533691] Detected 1 PCC Subspaces
[ 0.533691] Registering PCC driver as Mailbox controller
[ 0.533691] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.533691] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[ 0.533691] PCI: Using configuration type 1 for base access
[ 0.533691] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.533691] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.533691] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.533691] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.533691] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.535984] ACPI: Added _OSI(Module Device)
[ 0.535984] ACPI: Added _OSI(Processor Device)
[ 0.535984] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.535984] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.555836] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.559589] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.563882] ACPI: Interpreter enabled
[ 0.563898] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.563900] ACPI: Using IOAPIC for interrupt routing
[ 0.565491] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.565493] PCI: Ignoring E820 reservations for host bridge windows
[ 0.566267] ACPI: Enabled 4 GPEs in block 00 to 1F
[ 0.593984] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.593990] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.594136] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[ 0.594408] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.594418] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.594964] PCI host bridge to bus 0000:00
[ 0.594967] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.594969] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.594971] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.594972] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.594974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.594976] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[ 0.594977] pci_bus 0000:00: root bus resource [mem 0x1030000000-0x7fffffffff window]
[ 0.594979] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.594991] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[ 0.595087] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[ 0.595176] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.595232] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 0.595249] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.595255] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.595268] pci 0000:00:01.1: enabling Extended Tags
[ 0.595317] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.595447] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 0.595464] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[ 0.595469] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc8fffff]
[ 0.595482] pci 0000:00:01.2: enabling Extended Tags
[ 0.595530] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.595698] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.595753] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.595806] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[ 0.595823] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[ 0.595827] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.595830] pci 0000:00:03.1: bridge window [mem 0xfcc00000-0xfcefffff]
[ 0.595835] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.595880] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.595997] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.596051] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.596105] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.596156] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[ 0.596168] pci 0000:00:07.1: PCI bridge to [bus 0b]
[ 0.596180] pci 0000:00:07.1: enabling Extended Tags
[ 0.596212] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.596327] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[ 0.596379] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[ 0.596393] pci 0000:00:08.1: PCI bridge to [bus 0c]
[ 0.596398] pci 0000:00:08.1: bridge window [mem 0xfc900000-0xfcbfffff]
[ 0.596408] pci 0000:00:08.1: enabling Extended Tags
[ 0.596444] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.596579] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.596689] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[ 0.596815] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[ 0.596849] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[ 0.596882] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[ 0.596916] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[ 0.596949] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[ 0.596983] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[ 0.597016] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[ 0.597049] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[ 0.597135] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
[ 0.597152] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[ 0.597397] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.597466] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[ 0.597484] pci 0000:02:00.0: BAR 0 [mem 0xfc800000-0xfc807fff 64bit]
[ 0.597522] pci 0000:02:00.0: enabling Extended Tags
[ 0.597578] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.597747] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.597774] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.597782] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc7fffff]
[ 0.597803] pci 0000:02:00.2: enabling Extended Tags
[ 0.597849] pci 0000:02:00.2: PME# supported from D3hot D3cold
[ 0.597972] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[ 0.598102] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.598130] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.598159] pci 0000:03:00.0: enabling Extended Tags
[ 0.598216] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.598337] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.598365] pci 0000:03:04.0: PCI bridge to [bus 05]
[ 0.598373] pci 0000:03:04.0: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.598395] pci 0000:03:04.0: enabling Extended Tags
[ 0.598452] pci 0000:03:04.0: PME# supported from D3hot D3cold
[ 0.598569] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.598597] pci 0000:03:08.0: PCI bridge to [bus 06]
[ 0.598627] pci 0000:03:08.0: enabling Extended Tags
[ 0.598683] pci 0000:03:08.0: PME# supported from D3hot D3cold
[ 0.598798] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.598826] pci 0000:03:09.0: PCI bridge to [bus 07]
[ 0.598835] pci 0000:03:09.0: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.598857] pci 0000:03:09.0: enabling Extended Tags
[ 0.598913] pci 0000:03:09.0: PME# supported from D3hot D3cold
[ 0.599036] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.599089] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.599166] pci 0000:05:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
[ 0.599193] pci 0000:05:00.0: BAR 0 [mem 0xfc700000-0xfc703fff 64bit]
[ 0.599611] pci 0000:03:04.0: PCI bridge to [bus 05]
[ 0.599658] pci 0000:03:08.0: PCI bridge to [bus 06]
[ 0.599746] pci 0000:07:00.0: [8086:15f3] type 00 class 0x020000 PCIe Endpoint
[ 0.599770] pci 0000:07:00.0: BAR 0 [mem 0xfc500000-0xfc5fffff]
[ 0.599807] pci 0000:07:00.0: BAR 3 [mem 0xfc600000-0xfc603fff]
[ 0.599963] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 0.600210] pci 0000:03:09.0: PCI bridge to [bus 07]
[ 0.600301] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[ 0.600314] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[ 0.600328] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[ 0.600333] pci 0000:08:00.0: bridge window [io 0xf000-0xffff]
[ 0.600337] pci 0000:08:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.600346] pci 0000:08:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.600422] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[ 0.600601] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[ 0.600662] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[ 0.600686] pci 0000:09:00.0: PCI bridge to [bus 0a]
[ 0.600692] pci 0000:09:00.0: bridge window [io 0xf000-0xffff]
[ 0.600695] pci 0000:09:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.600703] pci 0000:09:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.600781] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 0.601535] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[ 0.601608] pci 0000:0a:00.0: [1002:73df] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.601624] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[ 0.601635] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[ 0.601642] pci 0000:0a:00.0: BAR 4 [io 0xf000-0xf0ff]
[ 0.601650] pci 0000:0a:00.0: BAR 5 [mem 0xfcc00000-0xfccfffff]
[ 0.601657] pci 0000:0a:00.0: ROM [mem 0xfcd00000-0xfcd1ffff pref]
[ 0.601743] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.601925] pci 0000:0a:00.1: [1002:ab28] type 00 class 0x040300 PCIe Legacy Endpoint
[ 0.601936] pci 0000:0a:00.1: BAR 0 [mem 0xfcd20000-0xfcd23fff]
[ 0.602016] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.602154] pci 0000:09:00.0: PCI bridge to [bus 0a]
[ 0.602211] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[ 0.602232] pci 0000:0b:00.0: enabling Extended Tags
[ 0.602363] pci 0000:00:07.1: PCI bridge to [bus 0b]
[ 0.602417] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[ 0.602441] pci 0000:0c:00.0: enabling Extended Tags
[ 0.602566] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[ 0.602578] pci 0000:0c:00.1: BAR 2 [mem 0xfca00000-0xfcafffff]
[ 0.602587] pci 0000:0c:00.1: BAR 5 [mem 0xfcb08000-0xfcb09fff]
[ 0.602594] pci 0000:0c:00.1: enabling Extended Tags
[ 0.602699] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[ 0.602709] pci 0000:0c:00.3: BAR 0 [mem 0xfc900000-0xfc9fffff 64bit]
[ 0.602730] pci 0000:0c:00.3: enabling Extended Tags
[ 0.602766] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[ 0.602868] pci 0000:0c:00.4: [1022:1487] type 00 class 0x040300 PCIe Endpoint
[ 0.602875] pci 0000:0c:00.4: BAR 0 [mem 0xfcb00000-0xfcb07fff]
[ 0.602895] pci 0000:0c:00.4: enabling Extended Tags
[ 0.602928] pci 0000:0c:00.4: PME# supported from D0 D3hot D3cold
[ 0.603033] pci 0000:00:08.1: PCI bridge to [bus 0c]
[ 0.603443] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.603504] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.603558] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.603624] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.603684] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.603733] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.603782] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.603832] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.605826] iommu: Default domain type: Translated
[ 0.605826] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.605963] SCSI subsystem initialized
[ 0.605971] libata version 3.00 loaded.
[ 0.605971] ACPI: bus type USB registered
[ 0.605971] usbcore: registered new interface driver usbfs
[ 0.605971] usbcore: registered new interface driver hub
[ 0.605971] usbcore: registered new device driver usb
[ 0.607552] EDAC MC: Ver: 3.0.0
[ 0.607640] efivars: Registered efivars operations
[ 0.607640] NetLabel: Initializing
[ 0.607640] NetLabel: domain hash size = 128
[ 0.607640] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.607640] NetLabel: unlabeled traffic allowed by default
[ 0.607640] mctp: management component transport protocol core
[ 0.607640] NET: Registered PF_MCTP protocol family
[ 0.607640] PCI: Using ACPI for IRQ routing
[ 0.611142] PCI: pci_cache_line_size set to 64 bytes
[ 0.611200] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[ 0.611202] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.611203] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.611205] e820: reserve RAM buffer [mem 0xba9f6018-0xbbffffff]
[ 0.611206] e820: reserve RAM buffer [mem 0xbaa14018-0xbbffffff]
[ 0.611207] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[ 0.611208] e820: reserve RAM buffer [mem 0xc6663000-0xc7ffffff]
[ 0.611209] e820: reserve RAM buffer [mem 0xc8e26000-0xcbffffff]
[ 0.611211] e820: reserve RAM buffer [mem 0xca0e6000-0xcbffffff]
[ 0.611212] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[ 0.611213] e820: reserve RAM buffer [mem 0x102f300000-0x102fffffff]
[ 0.611271] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[ 0.611271] pci 0000:0a:00.0: vgaarb: bridge control possible
[ 0.611271] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.611271] vgaarb: loaded
[ 0.611271] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.611271] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.612550] clocksource: Switched to clocksource tsc-early
[ 0.613330] VFS: Disk quotas dquot_6.6.0
[ 0.613339] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.613402] pnp: PnP ACPI init
[ 0.613485] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.613563] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[ 0.613760] system 00:03: [io 0x0290-0x029f] has been reserved
[ 0.613762] system 00:03: [io 0x0200-0x021f] has been reserved
[ 0.614061] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.614063] system 00:04: [io 0x040b] has been reserved
[ 0.614067] system 00:04: [io 0x04d6] has been reserved
[ 0.614068] system 00:04: [io 0x0c00-0x0c01] has been reserved
[ 0.614070] system 00:04: [io 0x0c14] has been reserved
[ 0.614072] system 00:04: [io 0x0c50-0x0c51] has been reserved
[ 0.614073] system 00:04: [io 0x0c52] has been reserved
[ 0.614076] system 00:04: [io 0x0c6c] has been reserved
[ 0.614077] system 00:04: [io 0x0c6f] has been reserved
[ 0.614079] system 00:04: [io 0x0cd8-0x0cdf] has been reserved
[ 0.614080] system 00:04: [io 0x0800-0x089f] has been reserved
[ 0.614082] system 00:04: [io 0x0b00-0x0b0f] has been reserved
[ 0.614083] system 00:04: [io 0x0b20-0x0b3f] has been reserved
[ 0.614085] system 00:04: [io 0x0900-0x090f] has been reserved
[ 0.614087] system 00:04: [io 0x0910-0x091f] has been reserved
[ 0.614089] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.614090] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.614092] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.614094] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.614096] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.614098] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.614100] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 0.614820] pnp: PnP ACPI: found 5 devices
[ 0.620575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.620637] NET: Registered PF_INET protocol family
[ 0.620749] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.630644] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.630673] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.630876] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.631165] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.631243] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.631393] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[ 0.631487] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.631674] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.631767] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.631773] NET: Registered PF_XDP protocol family
[ 0.631783] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.631787] pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.631792] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.631803] pci 0000:03:04.0: PCI bridge to [bus 05]
[ 0.631807] pci 0000:03:04.0: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.631814] pci 0000:03:08.0: PCI bridge to [bus 06]
[ 0.631824] pci 0000:03:09.0: PCI bridge to [bus 07]
[ 0.631829] pci 0000:03:09.0: bridge window [mem 0xfc500000-0xfc6fffff]
[ 0.631836] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.631840] pci 0000:02:00.2: bridge window [mem 0xfc500000-0xfc7fffff]
[ 0.631847] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[ 0.631850] pci 0000:00:01.2: bridge window [mem 0xfc500000-0xfc8fffff]
[ 0.631855] pci 0000:09:00.0: PCI bridge to [bus 0a]
[ 0.631858] pci 0000:09:00.0: bridge window [io 0xf000-0xffff]
[ 0.631862] pci 0000:09:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.631865] pci 0000:09:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.631870] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[ 0.631872] pci 0000:08:00.0: bridge window [io 0xf000-0xffff]
[ 0.631876] pci 0000:08:00.0: bridge window [mem 0xfcc00000-0xfcdfffff]
[ 0.631879] pci 0000:08:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.631884] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[ 0.631886] pci 0000:00:03.1: bridge window [io 0xf000-0xffff]
[ 0.631889] pci 0000:00:03.1: bridge window [mem 0xfcc00000-0xfcefffff]
[ 0.631891] pci 0000:00:03.1: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.631895] pci 0000:00:07.1: PCI bridge to [bus 0b]
[ 0.631900] pci 0000:00:08.1: PCI bridge to [bus 0c]
[ 0.631903] pci 0000:00:08.1: bridge window [mem 0xfc900000-0xfcbfffff]
[ 0.631907] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.631909] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.631911] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.631912] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.631914] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.631915] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[ 0.631917] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[ 0.631919] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.631920] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc8fffff]
[ 0.631922] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc7fffff]
[ 0.631923] pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.631925] pci_bus 0000:07: resource 1 [mem 0xfc500000-0xfc6fffff]
[ 0.631927] pci_bus 0000:08: resource 0 [io 0xf000-0xffff]
[ 0.631928] pci_bus 0000:08: resource 1 [mem 0xfcc00000-0xfcefffff]
[ 0.631930] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.631931] pci_bus 0000:09: resource 0 [io 0xf000-0xffff]
[ 0.631933] pci_bus 0000:09: resource 1 [mem 0xfcc00000-0xfcdfffff]
[ 0.631934] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.631936] pci_bus 0000:0a: resource 0 [io 0xf000-0xffff]
[ 0.631937] pci_bus 0000:0a: resource 1 [mem 0xfcc00000-0xfcdfffff]
[ 0.631939] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[ 0.631940] pci_bus 0000:0c: resource 1 [mem 0xfc900000-0xfcbfffff]
[ 0.632169] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[ 0.632336] PCI: CLS 64 bytes, default 64
[ 0.632350] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.632386] Trying to unpack rootfs image as initramfs...
[ 0.632397] pci 0000:00:01.0: Adding to iommu group 0
[ 0.632411] pci 0000:00:01.1: Adding to iommu group 1
[ 0.632424] pci 0000:00:01.2: Adding to iommu group 2
[ 0.632443] pci 0000:00:02.0: Adding to iommu group 3
[ 0.632462] pci 0000:00:03.0: Adding to iommu group 4
[ 0.632475] pci 0000:00:03.1: Adding to iommu group 5
[ 0.632494] pci 0000:00:04.0: Adding to iommu group 6
[ 0.632512] pci 0000:00:05.0: Adding to iommu group 7
[ 0.632532] pci 0000:00:07.0: Adding to iommu group 8
[ 0.632545] pci 0000:00:07.1: Adding to iommu group 9
[ 0.632565] pci 0000:00:08.0: Adding to iommu group 10
[ 0.632578] pci 0000:00:08.1: Adding to iommu group 11
[ 0.632603] pci 0000:00:14.0: Adding to iommu group 12
[ 0.632616] pci 0000:00:14.3: Adding to iommu group 12
[ 0.632679] pci 0000:00:18.0: Adding to iommu group 13
[ 0.632692] pci 0000:00:18.1: Adding to iommu group 13
[ 0.632707] pci 0000:00:18.2: Adding to iommu group 13
[ 0.632720] pci 0000:00:18.3: Adding to iommu group 13
[ 0.632733] pci 0000:00:18.4: Adding to iommu group 13
[ 0.632749] pci 0000:00:18.5: Adding to iommu group 13
[ 0.632762] pci 0000:00:18.6: Adding to iommu group 13
[ 0.632775] pci 0000:00:18.7: Adding to iommu group 13
[ 0.632789] pci 0000:01:00.0: Adding to iommu group 14
[ 0.632814] pci 0000:02:00.0: Adding to iommu group 15
[ 0.632829] pci 0000:02:00.2: Adding to iommu group 15
[ 0.632834] pci 0000:03:00.0: Adding to iommu group 15
[ 0.632838] pci 0000:03:04.0: Adding to iommu group 15
[ 0.632843] pci 0000:03:08.0: Adding to iommu group 15
[ 0.632847] pci 0000:03:09.0: Adding to iommu group 15
[ 0.632852] pci 0000:05:00.0: Adding to iommu group 15
[ 0.632857] pci 0000:07:00.0: Adding to iommu group 15
[ 0.632871] pci 0000:08:00.0: Adding to iommu group 16
[ 0.632884] pci 0000:09:00.0: Adding to iommu group 17
[ 0.632902] pci 0000:0a:00.0: Adding to iommu group 18
[ 0.632918] pci 0000:0a:00.1: Adding to iommu group 19
[ 0.632931] pci 0000:0b:00.0: Adding to iommu group 20
[ 0.632945] pci 0000:0c:00.0: Adding to iommu group 21
[ 0.632960] pci 0000:0c:00.1: Adding to iommu group 22
[ 0.632973] pci 0000:0c:00.3: Adding to iommu group 23
[ 0.632987] pci 0000:0c:00.4: Adding to iommu group 24
[ 0.635168] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[ 0.635176] AMD-Vi: Interrupt remapping enabled
[ 0.635262] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.635263] software IO TLB: mapped [mem 0x00000000b69f6000-0x00000000ba9f6000] (64MB)
[ 0.635311] LVT offset 0 assigned for vector 0x400
[ 0.635465] perf: AMD IBS detected (0x000003ff)
[ 0.635470] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.646793] Initialise system trusted keyrings
[ 0.646800] Key type blacklist registered
[ 0.646830] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[ 0.646930] fuse: init (API version 7.41)
[ 0.647000] integrity: Platform Keyring initialized
[ 0.647002] integrity: Machine keyring initialized
[ 0.654705] Key type asymmetric registered
[ 0.654706] Asymmetric key parser 'x509' registered
[ 0.654721] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.654757] io scheduler mq-deadline registered
[ 0.654759] io scheduler kyber registered
[ 0.654767] io scheduler bfq registered
[ 0.655781] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.656218] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[ 0.656342] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[ 0.657235] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.657346] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.657365] ACPI: button: Power Button [PWRB]
[ 0.657398] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.657435] ACPI: button: Power Button [PWRF]
[ 0.657990] Monitor-Mwait will be used to enter C-1 state
[ 0.668211] Estimated ratio of average max frequency by base frequency (times 1024): 1197
[ 0.668491] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.668679] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.668865] Freeing initrd memory: 38296K
[ 0.670474] Non-volatile memory driver v1.3
[ 0.670475] Linux agpgart interface v0.103
[ 0.670526] ACPI: bus type drm_connector registered
[ 0.672339] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 0.672344] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 0.727780] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[ 0.728056] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 0.728059] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 0.728061] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.728117] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 0.728120] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.728122] usb usb1: Product: xHCI Host Controller
[ 0.728123] usb usb1: Manufacturer: Linux 6.12.33-1-lts xhci-hcd
[ 0.728124] usb usb1: SerialNumber: 0000:02:00.0
[ 0.728256] hub 1-0:1.0: USB hub found
[ 0.728270] hub 1-0:1.0: 10 ports detected
[ 0.741441] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.741461] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 0.741463] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.741464] usb usb2: Product: xHCI Host Controller
[ 0.741466] usb usb2: Manufacturer: Linux 6.12.33-1-lts xhci-hcd
[ 0.741467] usb usb2: SerialNumber: 0000:02:00.0
[ 0.741557] hub 2-0:1.0: USB hub found
[ 0.741565] hub 2-0:1.0: 4 ports detected
[ 0.747493] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[ 0.747497] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[ 0.747593] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[ 0.747818] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[ 0.747821] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[ 0.747823] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.747851] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 0.747853] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.747854] usb usb3: Product: xHCI Host Controller
[ 0.747856] usb usb3: Manufacturer: Linux 6.12.33-1-lts xhci-hcd
[ 0.747857] usb usb3: SerialNumber: 0000:0c:00.3
[ 0.747949] hub 3-0:1.0: USB hub found
[ 0.747955] hub 3-0:1.0: 4 ports detected
[ 0.748114] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.748133] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 0.748135] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.748136] usb usb4: Product: xHCI Host Controller
[ 0.748137] usb usb4: Manufacturer: Linux 6.12.33-1-lts xhci-hcd
[ 0.748139] usb usb4: SerialNumber: 0000:0c:00.3
[ 0.748214] hub 4-0:1.0: USB hub found
[ 0.748220] hub 4-0:1.0: 4 ports detected
[ 0.748407] usbcore: registered new interface driver usbserial_generic
[ 0.748412] usbserial: USB Serial support registered for generic
[ 0.748468] rtc_cmos 00:02: RTC can wake from S4
[ 0.748648] rtc_cmos 00:02: registered as rtc0
[ 0.748671] rtc_cmos 00:02: setting system clock to 2025-06-12T13:55:51 UTC (1749736551)
[ 0.748693] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[ 0.990316] usb 1-6: new full-speed USB device number 2 using xhci_hcd
[ 0.996981] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[ 1.158831] usb 3-1: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
[ 1.158835] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.158837] usb 3-1: Product: G102 LIGHTSYNC Gaming Mouse
[ 1.158839] usb 3-1: Manufacturer: Logitech
[ 1.158841] usb 3-1: SerialNumber: 206438644143
[ 1.286985] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[ 1.295262] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[ 1.295265] usb 1-6: config 1 has no interface number 1
[ 1.307245] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[ 1.307248] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.307250] usb 1-6: Product: AURA LED Controller
[ 1.307252] usb 1-6: Manufacturer: AsusTek Computer Inc.
[ 1.307253] usb 1-6: SerialNumber: 9876543210
[ 1.363115] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[ 1.363117] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[ 1.364875] fbcon: Deferring console take-over
[ 1.364877] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 1.364927] hid: raw HID events driver (C) Jiri Kosina
[ 1.364983] drop_monitor: Initializing network drop monitor service
[ 1.365069] NET: Registered PF_INET6 protocol family
[ 1.369475] Segment Routing with IPv6
[ 1.369477] RPL Segment Routing with IPv6
[ 1.369486] In-situ OAM (IOAM) with IPv6
[ 1.369506] NET: Registered PF_PACKET protocol family
[ 1.371043] microcode: Current revision: 0x0a201213
[ 1.371414] resctrl: L3 allocation detected
[ 1.371416] resctrl: MB allocation detected
[ 1.371417] resctrl: L3 monitoring detected
[ 1.371443] IPI shorthand broadcast: enabled
[ 1.373426] sched_clock: Marking stable (1207841006, 163569491)->(1499991876, -128581379)
[ 1.373596] registered taskstats version 1
[ 1.374130] Loading compiled-in X.509 certificates
[ 1.376072] Loaded X.509 cert 'Build time autogenerated kernel key: 269383767404a27c5fd866988c9500e44b6274dd'
[ 1.380767] zswap: loaded using pool zstd/zsmalloc
[ 1.380818] Demotion targets for Node 0: null
[ 1.381004] Key type .fscrypt registered
[ 1.381006] Key type fscrypt-provisioning registered
[ 1.381111] integrity: Loading X.509 certificate: UEFI:db
[ 1.383407] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[ 1.383409] integrity: Loading X.509 certificate: UEFI:db
[ 1.383523] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[ 1.383525] integrity: Loading X.509 certificate: UEFI:db
[ 1.383540] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 1.383542] integrity: Loading X.509 certificate: UEFI:db
[ 1.383555] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 1.383557] integrity: Loading X.509 certificate: UEFI:db
[ 1.383685] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[ 1.384784] PM: Magic number: 13:171:938
[ 1.385562] RAS: Correctable Errors collector initialized.
[ 1.388295] clk: Disabling unused clocks
[ 1.388298] PM: genpd: Disabling unused power domains
[ 1.389339] Freeing unused decrypted memory: 2028K
[ 1.389765] Freeing unused kernel image (initmem) memory: 4288K
[ 1.389777] Write protecting the kernel read-only data: 34816k
[ 1.390133] Freeing unused kernel image (rodata/data gap) memory: 2036K
[ 1.420183] usb 3-2: New USB device found, idVendor=1ea7, idProduct=0907, bcdDevice= 3.00
[ 1.420187] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.420189] usb 3-2: Product: USB-HID Gaming Keyboar
[ 1.420191] usb 3-2: Manufacturer: SEMITE
[ 1.420192] usb 3-2: SerialNumber: SN000000000
[ 1.426537] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.426541] rodata_test: all tests were successful
[ 1.426544] Run /init as init process
[ 1.426546] with arguments:
[ 1.426547] /init
[ 1.426548] with environment:
[ 1.426549] HOME=/
[ 1.426550] TERM=linux
[ 1.426551] BOOT_IMAGE=/boot/vmlinuz-linux-lts
[ 1.493593] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[ 1.543154] nvme nvme1: pci function 0000:05:00.0
[ 1.543154] nvme nvme0: pci function 0000:01:00.0
[ 1.544178] usb 3-3: new high-speed USB device number 4 using xhci_hcd
[ 1.549256] nvme nvme0: missing or invalid SUBNQN field.
[ 1.549257] nvme nvme1: missing or invalid SUBNQN field.
[ 1.549375] nvme nvme0: D3 entry latency set to 8 seconds
[ 1.549396] nvme nvme1: D3 entry latency set to 8 seconds
[ 1.570985] nvme nvme0: 24/0/0 default/read/poll queues
[ 1.571317] nvme nvme1: 24/0/0 default/read/poll queues
[ 1.575214] nvme0n1: p1 p2 p3
[ 1.575748] nvme1n1: p1
[ 1.649467] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[ 1.649472] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.649474] usb 1-7: Product: USB2.0 Hub
[ 1.656488] hub 1-7:1.0: USB hub found
[ 1.660454] hub 1-7:1.0: 4 ports detected
[ 1.679794] usb 3-3: New USB device found, idVendor=4c4a, idProduct=4a55, bcdDevice= 1.00
[ 1.679798] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.679800] usb 3-3: Product: USB Composite Device
[ 1.679801] usb 3-3: Manufacturer: Jieli Technology
[ 1.686742] tsc: Refined TSC clocksource calibration: 3699.998 MHz
[ 1.686749] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6aaaa638e3b, max_idle_ns: 881590585313 ns
[ 1.687977] clocksource: Switched to clocksource tsc
[ 1.712871] usbcore: registered new interface driver usbhid
[ 1.712873] usbhid: USB HID core driver
[ 1.766036] input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-1/3-1:1.0/0003:046D:C092.0001/input/input2
[ 1.766108] hid-generic 0003:046D:C092.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:0c:00.3-1/input0
[ 1.766222] input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-1/3-1:1.1/0003:046D:C092.0002/input/input3
[ 1.796914] usb 3-4: new full-speed USB device number 5 using xhci_hcd
[ 1.817035] hid-generic 0003:046D:C092.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:0c:00.3-1/input1
[ 1.817166] hid-generic 0003:0B05:1939.0003: hiddev97,hidraw2: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[ 1.817269] input: SEMITE USB-HID Gaming Keyboar as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.0/0003:1EA7:0907.0004/input/input6
[ 1.935822] usb 3-4: New USB device found, idVendor=0c76, idProduct=161e, bcdDevice= 1.00
[ 1.935827] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.935829] usb 3-4: Product: USB PnP Audio Device
[ 1.999943] input: USB PnP Audio Device as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-4/3-4:1.2/0003:0C76:161E.0007/input/input7
[ 3.108042] [drm] amdgpu kernel modesetting enabled.
[ 3.117574] amdgpu: Virtual CRAT table created for CPU
[ 3.117593] amdgpu: Topology: Add CPU node
[ 3.117679] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[ 3.117715] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x05C9 0xC1).
[ 3.117724] [drm] register mmio base: 0xFCC00000
[ 3.117725] [drm] register mmio size: 1048576
[ 3.121949] [drm] add ip block number 0 <nv_common>
[ 3.121951] [drm] add ip block number 1 <gmc_v10_0>
[ 3.121952] [drm] add ip block number 2 <navi10_ih>
[ 3.121953] [drm] add ip block number 3 <psp>
[ 3.121955] [drm] add ip block number 4 <smu>
[ 3.121956] [drm] add ip block number 5 <dm>
[ 3.121957] [drm] add ip block number 6 <gfx_v10_0>
[ 3.121958] [drm] add ip block number 7 <sdma_v5_2>
[ 3.121960] [drm] add ip block number 8 <vcn_v3_0>
[ 3.121961] [drm] add ip block number 9 <jpeg_v3_0>
[ 3.121972] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[ 3.121974] amdgpu: ATOM BIOS: 115-D512BS0-100
[ 3.170327] hid-generic 0003:1EA7:0907.0004: input,hidraw3: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input0
[ 3.170508] hid-generic 0003:1EA7:0907.0005: hiddev98,hidraw4: USB HID v1.11 Device [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input1
[ 3.170617] input: SEMITE USB-HID Gaming Keyboar System Control as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input8
[ 3.200625] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[ 3.200629] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 3.200662] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 3.200669] amdgpu 0000:0a:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[ 3.200672] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 3.200683] [drm] Detected VRAM RAM=12272M, BAR=16384M
[ 3.200686] [drm] RAM width 192bits GDDR6
[ 3.200823] [drm] amdgpu: 12272M of VRAM memory ready
[ 3.200825] [drm] amdgpu: 32103M of GTT memory ready.
[ 3.200844] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 3.200995] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3.224083] hid-generic 0003:0C76:161E.0007: input,hidraw5: USB HID v1.00 Device [USB PnP Audio Device] on usb-0000:0c:00.3-4/input2
[ 3.277280] input: SEMITE USB-HID Gaming Keyboar Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input9
[ 3.277623] input: SEMITE USB-HID Gaming Keyboar Keyboard as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input10
[ 3.277959] input: SEMITE USB-HID Gaming Keyboar Mouse as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input11
[ 3.278621] hid-generic 0003:1EA7:0907.0006: input,hidraw6: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input2
[ 5.432093] input: SEMITE USB-HID Gaming Keyboar as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.0/0003:1EA7:0907.0004/input/input12
[ 5.432711] amdgpu 0000:0a:00.0: amdgpu: STB initialized to 2048 entries
[ 5.432776] [drm] Loading DMUB firmware via PSP: version=0x02020020
[ 5.433103] [drm] use_doorbell being set to: [true]
[ 5.433116] [drm] use_doorbell being set to: [true]
[ 5.433128] [drm] Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 7
[ 5.496459] amdgpu 0000:0a:00.0: amdgpu: reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5.553777] semitek 0003:1EA7:0907.0004: input,hidraw3: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input0
[ 5.553963] semitek 0003:1EA7:0907.0005: hiddev98,hidraw4: USB HID v1.11 Device [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input1
[ 5.602061] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5.616690] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5.616709] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
[ 5.616713] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[ 5.616742] amdgpu 0000:0a:00.0: amdgpu: use vbios provided pptable
[ 5.669918] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[ 5.670251] [drm] Display Core v3.2.301 initialized on DCN 3.0
[ 5.670252] [drm] DP-HDMI FRL PCON supported
[ 5.671712] [drm] DMUB hardware initialized: version=0x02020020
[ 5.776988] semitek 0003:1EA7:0907.0006: fixing up Semitek report descriptor
[ 5.777078] input: SEMITE USB-HID Gaming Keyboar as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1.2/0003:1EA7:0907.0006/input/input13
[ 5.830343] semitek 0003:1EA7:0907.0006: input,hidraw6: USB HID v1.11 Keyboard [SEMITE USB-HID Gaming Keyboar] on usb-0000:0c:00.3-2/input2
[ 5.886430] [drm] kiq ring mec 2 pipe 1 q 0
[ 5.953520] amdgpu: HMM registered 12272MB device memory
[ 5.954732] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 5.954742] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[ 5.954949] amdgpu: Virtual CRAT table created for GPU
[ 5.955382] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[ 5.955384] kfd kfd: amdgpu: added device 1002:73df
[ 5.955406] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[ 5.955409] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5.955411] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[ 5.955413] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[ 5.955414] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[ 5.955415] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 5.955417] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 5.955418] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 5.955419] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 5.955421] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 5.955422] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 5.955424] amdgpu 0000:0a:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[ 5.955425] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[ 5.955426] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 14 on hub 0
[ 5.955428] amdgpu 0000:0a:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 5.955429] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 5.955430] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 5.955432] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 5.956580] amdgpu 0000:0a:00.0: amdgpu: runtime pm is manually disabled
[ 5.956582] amdgpu 0000:0a:00.0: amdgpu: Runtime PM not available
[ 5.957055] [drm] Initialized amdgpu 3.61.0 for 0000:0a:00.0 on minor 1
[ 5.963750] fbcon: amdgpudrmfb (fb0) is primary device
[ 5.963752] fbcon: Deferring console take-over
[ 5.963754] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 5.991047] fbcon: Taking over console
[ 5.991286] [drm] pre_validate_dsc:1622 MST_DSC dsc precompute is not needed
[ 6.152640] Console: switching to colour frame buffer device 240x67
[ 6.302282] EXT4-fs (nvme0n1p3): mounted filesystem db3661f2-3a5e-4c85-964b-808c3e781611 r/w with ordered data mode. Quota mode: none.
[ 6.362113] systemd[1]: systemd 257.6-1-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)
[ 6.362117] systemd[1]: Detected architecture x86-64.
[ 6.362972] systemd[1]: Hostname set to <homepc>.
[ 6.534113] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[ 6.616141] systemd[1]: /usr/lib/systemd/system/zapret.service:10: Unit uses KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update the service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 6.624356] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.658027] systemd[1]: Created slice Slice /system/dirmngr.
[ 6.658283] systemd[1]: Created slice Slice /system/getty.
[ 6.658517] systemd[1]: Created slice Slice /system/gpg-agent.
[ 6.658753] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[ 6.658984] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[ 6.659215] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[ 6.659450] systemd[1]: Created slice Slice /system/keyboxd.
[ 6.659691] systemd[1]: Created slice Slice /system/modprobe.
[ 6.659923] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 6.660104] systemd[1]: Created slice User and Session Slice.
[ 6.660142] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.660260] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.660273] systemd[1]: Expecting device /dev/nvme0n1p1...
[ 6.660277] systemd[1]: Expecting device /dev/nvme0n1p2...
[ 6.660281] systemd[1]: Expecting device /dev/nvme1n1p1...
[ 6.660288] systemd[1]: Reached target Login Prompts.
[ 6.660296] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 6.660309] systemd[1]: Reached target Remote File Systems.
[ 6.660314] systemd[1]: Reached target Slice Units.
[ 6.660328] systemd[1]: Reached target Local Verity Protected Volumes.
[ 6.660370] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.662397] systemd[1]: Listening on Process Core Dump Socket.
[ 6.662785] systemd[1]: Listening on Credential Encryption/Decryption.
[ 6.662843] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.662891] systemd[1]: Listening on Journal Sockets.
[ 6.662910] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.662918] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.662960] systemd[1]: Listening on udev Control Socket.
[ 6.662993] systemd[1]: Listening on udev Kernel Socket.
[ 6.663031] systemd[1]: Listening on User Database Manager Socket.
[ 6.663629] systemd[1]: Mounting Huge Pages File System...
[ 6.664205] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.664760] systemd[1]: Mounting Kernel Debug File System...
[ 6.665357] systemd[1]: Mounting Kernel Trace File System...
[ 6.666080] systemd[1]: Starting Create List of Static Device Nodes...
[ 6.666715] systemd[1]: Starting Load Kernel Module configfs...
[ 6.667579] systemd[1]: Starting Load Kernel Module dm_mod...
[ 6.668134] systemd[1]: Starting Load Kernel Module drm...
[ 6.668772] systemd[1]: Starting Load Kernel Module fuse...
[ 6.669313] systemd[1]: Starting Load Kernel Module loop...
[ 6.669366] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 6.669402] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 6.670667] systemd[1]: Starting Journal Service...
[ 6.671647] systemd[1]: Starting Load Kernel Modules...
[ 6.671670] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.673180] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 6.673206] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 6.673742] systemd[1]: Starting Load udev Rules from Credentials...
[ 6.674286] systemd[1]: Starting Coldplug All udev Devices...
[ 6.674986] systemd[1]: Starting Virtual Console Setup...
[ 6.676266] systemd[1]: Mounted Huge Pages File System.
[ 6.676266] loop: module loaded
[ 6.676354] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.676419] systemd[1]: Mounted Kernel Debug File System.
[ 6.676486] systemd[1]: Mounted Kernel Trace File System.
[ 6.676686] systemd[1]: Finished Create List of Static Device Nodes.
[ 6.677134] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 6.677263] systemd[1]: Finished Load Kernel Module configfs.
[ 6.677459] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 6.677589] systemd[1]: Finished Load Kernel Module drm.
[ 6.677765] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 6.678008] systemd[1]: Finished Load Kernel Module fuse.
[ 6.678189] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 6.678325] systemd[1]: Finished Load Kernel Module loop.
[ 6.678703] device-mapper: uevent: version 1.0.3
[ 6.678778] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 6.679363] systemd[1]: Mounting FUSE Control File System...
[ 6.679896] systemd[1]: Mounting Kernel Configuration File System...
[ 6.680644] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 6.680902] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 6.681027] systemd[1]: Finished Load Kernel Module dm_mod.
[ 6.681317] systemd[1]: Finished Load udev Rules from Credentials.
[ 6.681641] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 6.682993] systemd-journald[480]: Collecting audit messages is disabled.
[ 6.683307] systemd[1]: Mounted FUSE Control File System.
[ 6.683381] systemd[1]: Mounted Kernel Configuration File System.
[ 6.693104] systemd[1]: Starting User Database Manager...
[ 6.707712] i2c_dev: i2c /dev entries driver
[ 6.710943] vboxdrv: loading out-of-tree module taints kernel.
[ 6.710945] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 6.711238] systemd[1]: Finished Virtual Console Setup.
[ 6.722186] vboxdrv: Found 24 processor cores/threads
[ 6.732409] systemd[1]: Started Journal Service.
[ 6.737214] EXT4-fs (nvme0n1p3): re-mounted db3661f2-3a5e-4c85-964b-808c3e781611.
[ 6.743724] vboxdrv: TSC mode is Invariant, tentative frequency 3699989927 Hz
[ 6.743726] vboxdrv: Successfully loaded version 7.1.10 r169112 (interface 0x00340001)
[ 6.744154] systemd-journald[480]: Received client request to flush runtime journal.
[ 6.748451] VBoxNetAdp: Successfully started.
[ 6.753745] VBoxNetFlt: Successfully started.
[ 6.882337] pps_core: LinuxPPS API ver. 1 registered
[ 6.882340] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 6.887605] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[ 6.889224] PTP clock support registered
[ 6.889237] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[ 6.889322] ccp 0000:0c:00.1: psp enabled
[ 6.890115] input: PC Speaker as /devices/platform/pcspkr/input/input14
[ 6.892060] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 6.892063] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 6.893366] i2c i2c-10: Successfully instantiated SPD at 0x50
[ 6.894400] i2c i2c-10: Successfully instantiated SPD at 0x51
[ 6.894986] i2c i2c-10: Successfully instantiated SPD at 0x52
[ 6.895337] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 6.895339] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 6.896010] i2c i2c-10: Successfully instantiated SPD at 0x53
[ 6.896119] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 6.897900] Intel(R) 2.5G Ethernet Linux Driver
[ 6.897902] Copyright(c) 2018 Intel Corporation.
[ 6.897987] igc 0000:07:00.0: PCIe PTM not supported by PCIe bus/controller
[ 6.900657] cryptd: max_cpu_qlen set to 1000
[ 6.903179] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 6.903255] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 6.903344] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 6.909681] i8042: PNP: No PS/2 controller found.
[ 6.910460] AES CTR mode by8 optimization enabled
[ 6.911437] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[ 6.911505] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[ 6.911507] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[ 6.911749] snd_hda_intel 0000:0c:00.4: enabling device (0000 -> 0002)
[ 6.911881] ee1004 10-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 6.914121] ee1004 10-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 6.916380] ee1004 10-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 6.917220] asus_wmi: ASUS WMI generic driver loaded
[ 6.918662] ee1004 10-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 6.920551] asus_wmi: Initialization: 0x0
[ 6.920601] asus_wmi: BIOS WMI version: 0.9
[ 6.920853] asus_wmi: SFUN value: 0x0
[ 6.920857] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[ 6.922794] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 6.923942] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input15
[ 6.924425] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input16
[ 6.924435] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input21
[ 6.924529] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input17
[ 6.924627] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input18
[ 6.924670] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input19
[ 6.924717] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.0/0000:09:00.0/0000:0a:00.1/sound/card1/input20
[ 6.937100] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 6.937103] snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 6.937105] snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 6.937107] snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
[ 6.937108] snd_hda_codec_realtek hdaudioC2D0: dig-out=0x1e/0x0
[ 6.937109] snd_hda_codec_realtek hdaudioC2D0: inputs:
[ 6.937110] snd_hda_codec_realtek hdaudioC2D0: Rear Mic=0x18
[ 6.937111] snd_hda_codec_realtek hdaudioC2D0: Front Mic=0x19
[ 6.937113] snd_hda_codec_realtek hdaudioC2D0: Line=0x1a
[ 6.952608] igc 0000:07:00.0 (unnamed net_device) (uninitialized): PHC added
[ 6.977123] igc 0000:07:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[ 6.977127] igc 0000:07:00.0 eth0: MAC: a0:36:bc:2d:1b:75
[ 7.018171] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input22
[ 7.018214] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input23
[ 7.018254] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input24
[ 7.018289] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input25
[ 7.018321] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input26
[ 7.018355] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input27
[ 7.018390] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.4/sound/card2/input28
[ 7.019733] igc 0000:07:00.0 enp7s0: renamed from eth0
[ 7.038060] Adding 33554428k swap on /dev/nvme0n1p2. Priority:-2 extents:1 across:33554428k SS
[ 7.087729] mc: Linux media interface: v0.10
[ 7.093314] mousedev: PS/2 mouse device common for all mice
[ 7.099971] videodev: Linux video capture interface: v2.00
[ 7.100494] kvm_amd: TSC scaling supported
[ 7.100497] kvm_amd: Nested Virtualization enabled
[ 7.100499] kvm_amd: Nested Paging enabled
[ 7.100500] kvm_amd: LBR virtualization supported
[ 7.100505] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 7.100506] kvm_amd: Virtual GIF supported
[ 7.117629] usb 3-3: 3:1: cannot get freq at ep 0x82
[ 7.124465] usb 3-3: Found UVC 1.00 device USB Composite Device (4c4a:4a55)
[ 7.150570] usbcore: registered new interface driver uvcvideo
[ 7.207819] usb 3-4: Warning! Unlikely big volume range (=496), cval->res is probably wrong.
[ 7.207823] usb 3-4: [50] FU [Mic Capture Volume] ch = 1, val = 0/7936/16
[ 7.207940] usbcore: registered new interface driver snd-usb-audio
[ 7.253549] amd_atl: AMD Address Translation Library initialized
[ 7.253783] intel_rapl_common: Found RAPL domain package
[ 7.253785] intel_rapl_common: Found RAPL domain core
[ 7.738938] EXT4-fs (nvme1n1p1): mounted filesystem f0c1d193-ecdd-42bc-a689-780df02fa89d r/w with ordered data mode. Quota mode: none.
[ 7.874576] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[ 8.124683] xt_connbytes: Forcing CT accounting to be enabled
[ 10.470995] igc 0000:07:00.0 enp7s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 16.121725] nvme nvme0: using unchecked data buffer
[ 16.835636] usb 3-3: 3:1: cannot get freq at ep 0x82
[ 16.841634] usb 3-3: 3:1: cannot get freq at ep 0x82
[ 113.666538] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 113.666545] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 113.666548] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080010427c000 from client 0x1b (UTCL2)
[ 113.666551] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301030
[ 113.666553] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 113.666555] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 113.666557] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 113.666558] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 113.666560] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 113.666561] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 123.676882] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State
[ 123.678652] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State Completed
[ 123.678882] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 timeout, but soft recovered
[ 237.075789] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075795] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075798] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080050385b000 from client 0x1b (UTCL2)
[ 237.075801] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00601031
[ 237.075804] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 237.075806] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 237.075807] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075809] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 237.075810] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075812] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075817] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075819] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075821] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800543845000 from client 0x1b (UTCL2)
[ 237.075824] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00601031
[ 237.075825] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 237.075827] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 237.075829] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075830] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 237.075832] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075833] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075838] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075840] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075842] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800503858000 from client 0x1b (UTCL2)
[ 237.075844] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00601031
[ 237.075846] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 237.075847] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 237.075849] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075851] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 237.075852] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075854] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075858] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075861] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075862] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800543846000 from client 0x1b (UTCL2)
[ 237.075864] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00601031
[ 237.075866] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 237.075868] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 237.075869] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075871] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 237.075873] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075874] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075879] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075881] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075883] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800503859000 from client 0x1b (UTCL2)
[ 237.075885] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00601031
[ 237.075886] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 237.075888] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 237.075889] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075891] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 237.075893] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075894] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075899] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075901] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075903] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011385d000 from client 0x1b (UTCL2)
[ 237.075905] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 237.075906] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 237.075908] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 237.075910] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075911] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 237.075913] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075914] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075919] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075921] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075923] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011395b000 from client 0x1b (UTCL2)
[ 237.075925] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 237.075926] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 237.075928] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 237.075930] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075931] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 237.075933] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075934] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075939] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075941] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075943] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800543847000 from client 0x1b (UTCL2)
[ 237.075945] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 237.075946] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 237.075948] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 237.075950] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075951] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 237.075953] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075954] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075959] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075961] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075963] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800113846000 from client 0x1b (UTCL2)
[ 237.075965] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 237.075966] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 237.075968] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 237.075970] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075971] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 237.075973] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075974] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 237.075979] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:6 pasid:32775)
[ 237.075981] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 1310 thread Xwayland:cs0 pid 1326
[ 237.075983] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011385e000 from client 0x1b (UTCL2)
[ 237.075985] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 237.075986] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 237.075988] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 237.075990] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 237.075991] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 237.075993] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 237.075994] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 247.196836] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State
[ 247.198601] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State Completed
[ 247.198663] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 timeout, but soft recovered
[ 844.049233] gmc_v10_0_process_interrupt: 160 callbacks suppressed
[ 844.049237] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049242] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049244] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800191814000 from client 0x1b (UTCL2)
[ 844.049247] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049249] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049251] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049253] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049254] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049256] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049257] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049262] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049264] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049266] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800191815000 from client 0x1b (UTCL2)
[ 844.049268] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049270] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049272] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049273] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049275] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049276] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049278] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049282] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049284] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049286] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800191816000 from client 0x1b (UTCL2)
[ 844.049288] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049290] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049291] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049293] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049294] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049296] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049297] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049302] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049304] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049306] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080019180b000 from client 0x1b (UTCL2)
[ 844.049307] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049309] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049311] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049312] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049314] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049315] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049317] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049321] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049323] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049325] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800191817000 from client 0x1b (UTCL2)
[ 844.049327] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049328] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049330] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049332] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049334] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049336] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049338] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049343] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049345] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049347] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800191816000 from client 0x1b (UTCL2)
[ 844.049349] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049350] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049352] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049354] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049355] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049357] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049358] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049363] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049365] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049367] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121834000 from client 0x1b (UTCL2)
[ 844.049369] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049370] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049372] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049374] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049375] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049377] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049378] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049383] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049385] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049387] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121835000 from client 0x1b (UTCL2)
[ 844.049389] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049391] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049393] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049394] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049396] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049397] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049399] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049403] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049405] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049407] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121836000 from client 0x1b (UTCL2)
[ 844.049409] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049411] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049413] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049414] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049416] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049417] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049419] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 844.049424] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 844.049426] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 844.049428] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121837000 from client 0x1b (UTCL2)
[ 844.049430] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 844.049431] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 844.049433] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 844.049435] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 844.049436] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 844.049438] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 844.049439] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.129920] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State
[ 854.131860] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State Completed
[ 854.132189] gmc_v10_0_process_interrupt: 929 callbacks suppressed
[ 854.132192] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132196] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132199] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a66000 from client 0x1b (UTCL2)
[ 854.132202] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132203] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132205] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132207] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132209] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132210] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132212] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132218] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132220] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132222] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a67000 from client 0x1b (UTCL2)
[ 854.132224] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132226] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132228] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132229] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132231] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132232] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132234] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132239] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132241] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132243] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a5b000 from client 0x1b (UTCL2)
[ 854.132245] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132246] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132248] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132250] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132252] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132254] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132256] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132262] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132265] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132267] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a59000 from client 0x1b (UTCL2)
[ 854.132269] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132271] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132272] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132274] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132276] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132277] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132279] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132284] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132286] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132288] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a66000 from client 0x1b (UTCL2)
[ 854.132289] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132291] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132293] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132294] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132296] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132297] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132299] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132303] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132305] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132307] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a64000 from client 0x1b (UTCL2)
[ 854.132309] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132311] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132312] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132314] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132315] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132317] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132318] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132323] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132325] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132327] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a64000 from client 0x1b (UTCL2)
[ 854.132329] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132330] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132332] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132334] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132335] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132337] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132338] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132343] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132345] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132346] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a66000 from client 0x1b (UTCL2)
[ 854.132348] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132350] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132351] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132353] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132354] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132356] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132357] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132362] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132364] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132365] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a66000 from client 0x1b (UTCL2)
[ 854.132367] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132369] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132370] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132372] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132373] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132375] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132376] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.132381] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:3 pasid:32773)
[ 854.132383] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.132385] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800121a5b000 from client 0x1b (UTCL2)
[ 854.132387] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00301031
[ 854.132388] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 854.132390] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 854.132391] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 854.132393] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 854.132394] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 854.132396] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 854.141905] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 timeout, signaled seq=54691, emitted seq=54693
[ 854.141909] amdgpu 0000:0a:00.0: amdgpu: Process information: process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 854.405523] amdgpu 0000:0a:00.0: amdgpu: GPU reset begin!
[ 854.706468] amdgpu 0000:0a:00.0: amdgpu: MODE1 reset
[ 854.706474] amdgpu 0000:0a:00.0: amdgpu: GPU mode1 reset
[ 854.706539] amdgpu 0000:0a:00.0: amdgpu: GPU smu mode1 reset
[ 855.223352] amdgpu 0000:0a:00.0: amdgpu: GPU reset succeeded, trying to resume
[ 855.223522] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 855.223551] [drm] VRAM is lost due to GPU reset!
[ 855.223553] amdgpu 0000:0a:00.0: amdgpu: PSP is resuming...
[ 855.298072] amdgpu 0000:0a:00.0: amdgpu: reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 855.399646] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 855.413265] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 855.413273] amdgpu 0000:0a:00.0: amdgpu: SMU is resuming...
[ 855.413278] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
[ 855.413282] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[ 855.413317] amdgpu 0000:0a:00.0: amdgpu: use vbios provided pptable
[ 855.470132] amdgpu 0000:0a:00.0: amdgpu: SMU is resumed successfully!
[ 855.470857] [drm] kiq ring mec 2 pipe 1 q 0
[ 855.477805] [drm] DMUB hardware initialized: version=0x02020020
[ 855.659194] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 855.659199] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[ 855.659201] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[ 855.659203] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[ 855.659204] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[ 855.659205] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[ 855.659207] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[ 855.659208] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[ 855.659210] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[ 855.659211] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[ 855.659213] amdgpu 0000:0a:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[ 855.659214] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[ 855.659216] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 14 on hub 0
[ 855.659217] amdgpu 0000:0a:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 855.659219] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 855.659221] amdgpu 0000:0a:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 855.659222] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 855.663310] amdgpu 0000:0a:00.0: amdgpu: GPU reset(4) succeeded!
[ 855.672572] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
[ 862.735660] gmc_v10_0_process_interrupt: 1562 callbacks suppressed
[ 862.735666] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735673] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735676] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116814000 from client 0x1b (UTCL2)
[ 862.735679] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735681] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735683] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735685] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735687] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735688] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735690] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735694] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735697] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735699] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116816000 from client 0x1b (UTCL2)
[ 862.735701] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735703] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735705] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735706] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735708] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735710] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735711] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735716] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735718] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735720] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116810000 from client 0x1b (UTCL2)
[ 862.735722] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735723] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735725] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735726] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735728] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735730] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735731] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735735] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735738] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735739] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011680c000 from client 0x1b (UTCL2)
[ 862.735741] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735743] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735745] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735746] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735748] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735749] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735751] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735755] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735757] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735759] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116809000 from client 0x1b (UTCL2)
[ 862.735761] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735763] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735764] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735766] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735767] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735769] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735770] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735775] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735777] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735779] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011680e000 from client 0x1b (UTCL2)
[ 862.735781] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735782] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735784] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735786] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735787] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735789] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735790] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735795] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735797] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735799] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011680b000 from client 0x1b (UTCL2)
[ 862.735801] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735802] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735804] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735805] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735807] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735808] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735810] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735814] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735816] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735818] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116818000 from client 0x1b (UTCL2)
[ 862.735820] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735822] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735823] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735825] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735827] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735828] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735830] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735834] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735836] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735838] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116801000 from client 0x1b (UTCL2)
[ 862.735840] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735841] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735843] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735845] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735846] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735848] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735849] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 862.735854] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 862.735856] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 862.735858] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116805000 from client 0x1b (UTCL2)
[ 862.735860] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 862.735861] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 862.735863] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 862.735864] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 862.735866] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 862.735868] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 862.735869] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 864.877515] amdgpu: manual fan speed control should be enabled first
[ 872.903258] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State
[ 872.905246] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State Completed
[ 872.905303] gmc_v10_0_process_interrupt: 4386 callbacks suppressed
[ 872.905307] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905311] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905313] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011684c000 from client 0x1b (UTCL2)
[ 872.905316] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905318] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905320] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905322] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905323] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905325] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905326] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905332] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905334] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905336] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116848000 from client 0x1b (UTCL2)
[ 872.905338] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905340] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905341] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905343] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905345] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905346] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905348] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905353] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905355] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905357] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116853000 from client 0x1b (UTCL2)
[ 872.905359] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905360] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905362] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905364] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905365] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905367] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905368] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905373] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905375] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905377] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011684d000 from client 0x1b (UTCL2)
[ 872.905378] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905380] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905381] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905383] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905384] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905386] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905388] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905392] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905394] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905396] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116855000 from client 0x1b (UTCL2)
[ 872.905398] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905400] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905401] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905403] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905404] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905406] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905407] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905412] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905414] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905416] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011684a000 from client 0x1b (UTCL2)
[ 872.905418] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905419] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905421] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905422] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905424] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905425] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905427] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905432] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905434] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905435] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080011684f000 from client 0x1b (UTCL2)
[ 872.905437] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905439] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905440] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905442] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905443] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905445] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905446] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905451] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905453] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905455] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116846000 from client 0x1b (UTCL2)
[ 872.905457] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905458] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905460] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905461] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905463] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905464] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905466] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905471] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905473] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905475] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116851000 from client 0x1b (UTCL2)
[ 872.905476] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905478] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905480] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905481] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905483] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905484] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905486] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.905491] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:4 pasid:32773)
[ 872.905493] amdgpu 0000:0a:00.0: amdgpu: in process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.905495] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800116844000 from client 0x1b (UTCL2)
[ 872.905496] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00401031
[ 872.905498] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 872.905499] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 872.905501] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 872.905502] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 872.905504] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 872.905505] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 872.915258] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.1.0 timeout, signaled seq=55086, emitted seq=55089
[ 872.915261] amdgpu 0000:0a:00.0: amdgpu: Process information: process kwin_wayland pid 1185 thread kwin_wayla:cs0 pid 1245
[ 872.917124] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State
[ 872.920506] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State Completed
[ 872.925712] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 timeout, but soft recovered
[ 1607.990077] gmc_v10_0_process_interrupt: 5999 callbacks suppressed
[ 1607.990082] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990087] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990090] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800122465000 from client 0x1b (UTCL2)
[ 1607.990093] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00101031
[ 1607.990095] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: TCP (0x8)
[ 1607.990097] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x1
[ 1607.990098] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990100] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x3
[ 1607.990102] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990103] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990108] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990110] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990113] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800122441000 from client 0x1b (UTCL2)
[ 1607.990115] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990116] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990118] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990120] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990122] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990123] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990125] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990129] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990131] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990133] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800122480000 from client 0x1b (UTCL2)
[ 1607.990135] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990137] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990139] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990140] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990142] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990143] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990145] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990149] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990151] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990153] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080012245d000 from client 0x1b (UTCL2)
[ 1607.990155] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990157] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990159] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990160] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990162] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990163] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990165] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990170] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990172] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990174] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080012245c000 from client 0x1b (UTCL2)
[ 1607.990176] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990177] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990179] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990181] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990182] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990184] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990185] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990190] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990192] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990194] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800122442000 from client 0x1b (UTCL2)
[ 1607.990196] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990197] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990199] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990201] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990202] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990204] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990205] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990210] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990212] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990214] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800122443000 from client 0x1b (UTCL2)
[ 1607.990216] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990217] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990219] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990221] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990222] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990224] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990225] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990230] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990232] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990234] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080012246e000 from client 0x1b (UTCL2)
[ 1607.990236] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990237] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990239] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990241] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990242] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990244] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990245] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990250] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990252] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990254] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x000080012246f000 from client 0x1b (UTCL2)
[ 1607.990256] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990257] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990259] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990261] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990262] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990264] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990265] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1607.990270] amdgpu 0000:0a:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:24 vmid:1 pasid:32775)
[ 1607.990272] amdgpu 0000:0a:00.0: amdgpu: in process Xwayland pid 6490 thread Xwayland:cs0 pid 6492
[ 1607.990274] amdgpu 0000:0a:00.0: amdgpu: in page starting at address 0x0000800122478000 from client 0x1b (UTCL2)
[ 1607.990276] amdgpu 0000:0a:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1607.990277] amdgpu 0000:0a:00.0: amdgpu: Faulty UTCL2 client ID: CB/DB (0x0)
[ 1607.990279] amdgpu 0000:0a:00.0: amdgpu: MORE_FAULTS: 0x0
[ 1607.990281] amdgpu 0000:0a:00.0: amdgpu: WALKER_ERROR: 0x0
[ 1607.990282] amdgpu 0000:0a:00.0: amdgpu: PERMISSION_FAULTS: 0x0
[ 1607.990284] amdgpu 0000:0a:00.0: amdgpu: MAPPING_ERROR: 0x0
[ 1607.990285] amdgpu 0000:0a:00.0: amdgpu: RW: 0x0
[ 1618.076304] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State
[ 1618.078272] amdgpu 0000:0a:00.0: amdgpu: Dumping IP State Completed
[ 1618.078344] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 timeout, but soft recovered
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [REGRESSION] USB HID initialization delay (~8s) for Semitek keyboard on kernel 6.15.*
2025-06-12 15:09 [REGRESSION] USB HID initialization delay (~8s) for Semitek keyboard on kernel 6.15.* VladTop46
@ 2025-06-20 6:55 ` Jiri Kosina
2025-06-30 10:32 ` Michał Pecio
1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2025-06-20 6:55 UTC (permalink / raw)
To: VladTop46; +Cc: bentiss, linux-usb, linux-kernel
On Fri, 13 Jun 2025, VladTop46 wrote:
> Hi Jiri and Benjamin,
>
> I'm reporting a regression in USB HID initialization timing for the Skyloong
> GK104 Pro keyboard (detected as "Semitek Gaming Keyboard", USB ID: 1ea7:0907),
> which I observed when upgrading from Linux kernel 6.14 to 6.15.
>
> Summary:
> On kernel 6.15.2, the keyboard takes approximately 8 seconds longer to become
> initialized and usable compared to 6.12.33-lts. The USB device is discovered
> at the same time, but HID input registration is significantly delayed. After
> that, the device functions normally.
Hmm, there were absolutely no changes going to hid-semitek driver at all
between these two versions, so it's probably either USB or Input related.
Are you by any chance able to do git bisection easily?
Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [REGRESSION] USB HID initialization delay (~8s) for Semitek keyboard on kernel 6.15.*
2025-06-12 15:09 [REGRESSION] USB HID initialization delay (~8s) for Semitek keyboard on kernel 6.15.* VladTop46
2025-06-20 6:55 ` Jiri Kosina
@ 2025-06-30 10:32 ` Michał Pecio
1 sibling, 0 replies; 3+ messages in thread
From: Michał Pecio @ 2025-06-30 10:32 UTC (permalink / raw)
To: VladTop46; +Cc: jikos, bentiss, linux-usb, linux-kernel
On Fri, 13 Jun 2025 00:09:31 +0900, VladTop46 wrote:
> Hi Jiri and Benjamin,
>
> I'm reporting a regression in USB HID initialization timing for the
> Skyloong GK104 Pro keyboard (detected as "Semitek Gaming Keyboard", USB
> ID: 1ea7:0907), which I observed when upgrading from Linux kernel 6.14
> to 6.15.
>
> Summary:
> On kernel 6.15.2, the keyboard takes approximately 8 seconds longer to
> become initialized and usable compared to 6.12.33-lts. The USB device is
> discovered at the same time, but HID input registration is significantly
> delayed. After that, the device functions normally.
>
> Hardware:
>
> - Device: Skyloong GK104 Pro (detected as "Semitek Gaming Keyboard", USB
> ID: 1ea7:0907)
> - Motherboard: ASUS ROG STRIX B550-A GAMING
> - CPU: AMD Ryzen 9 5900X
> - Distro: Arch Linux
No progress on that? I think git-bisect is your best bet, then.
Is this by any chance unique to USB ports on AMD desktop motherboards?
Their chipsets are particularly slow to perform USB control transfers,
so that could be a factor.
Regards,
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-30 10:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-12 15:09 [REGRESSION] USB HID initialization delay (~8s) for Semitek keyboard on kernel 6.15.* VladTop46
2025-06-20 6:55 ` Jiri Kosina
2025-06-30 10:32 ` Michał Pecio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox